Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.bugs.dist > #1283698

Bug#1129078: puppet-agent: autopkgtest fails with systemd v260

From Luca Boccassi <bluca@debian.org>
Newsgroups linux.debian.bugs.dist
Subject Bug#1129078: puppet-agent: autopkgtest fails with systemd v260
Date 2026-02-26 17:30 +0100
Message-ID <MsMpr-3uJ1-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Source: puppet-agent
Severity: serious
Justification: blocks other packages from migrating
Affects: systemd

Dear Maintainer(s),

The test spec-service-systemd autopkgtest fails with systemd 260 which
dropped support for sysv scripts:

246s   19) Command "puppet apply --debug --detailed-exitcodes -e
"service { 'dep8-sysv-only' : ensure => stopped, enable => false,
provider => 'systemd' }"" exit_status is expected to eq 2
246s       Failure/Error: its(:exit_status) { should eq 2 }
246s
246s         expected: 2
246s              got: 0
246s
246s         (compared using ==)
246s
246s       # ./spec/service-systemd/systemd_spec.rb:42:in `block (4
levels) in <top (required)>'
246s
246s   20) Command "systemctl is-enabled dep8-sysv-only" stdout is
expected to match /^disabled/
246s       Failure/Error: its(:stdout) { should match /^disabled/ }
246s         expected "not-found\n" to match /^disabled/
246s         Diff:
246s         @@ -1 +1 @@
246s         -/^disabled/
246s         +not-found
246s         /bin/sh -c systemctl\ is-enabled\ dep8-sysv-only
246s         not-found

https://ci.debian.net/packages/p/puppet-agent/testing/amd64/68983304/#S14

Please adjust the test so that it doesn't check expect sysv scripts to
work under systemd without a unit file. Thanks!

Back to linux.debian.bugs.dist | Previous | NextNext in thread | Find similar


Thread

Bug#1129078: puppet-agent: autopkgtest fails with systemd v260 Luca Boccassi <bluca@debian.org> - 2026-02-26 17:30 +0100
  Bug#1129078: puppet-agent: autopkgtest fails with systemd v260 Luca Boccassi <bluca@debian.org> - 2026-02-27 01:30 +0100

csiph-web