Your message dated Fri, 09 Jan 2026 12:26:20 +0000
with message-id <[email protected]>
and subject line Bug#1121767: Removed package(s) from unstable
has caused the Debian Bug report #1108801,
regarding puppet-module-asciiduck-sssd: autopkgtest regression: seems to not 
get sssd installed
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1108801: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1108801
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: puppet-module-asciiduck-sssd
Version: 0.3.0-1.1
Severity: serious
User: [email protected]
Usertags: regression

Dear maintainer(s),

Your package has an autopkgtest, great. However, it fails since July 2019. Can you please investigate the situation and fix it? I copied some of the output at the bottom of this report.

The release team has announced [1] that failing autopkgtest on amd64 and arm64 are considered RC in testing.

More information about this bug and the reason for filing it can be found on https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

With my Release Team member hat on I allow you to tag this bug as trixie-ignore if this is nearly completely a test issue as it's so late in the freeze and it's not worth removing the package from trixie because of a failing test at this moment unless it exposes a much bigger issue. Having said that, if this is a test only issue and a fix is possible without fully removing the autopkgtest and without making the test superficial, it's still welcome, but it would need to happen soon.

Paul

[1] https://lists.debian.org/debian-devel-announce/2019/07/msg00002.html

https://ci.debian.net/data/autopkgtest/testing/amd64/p/puppet-module-asciiduck-sssd/61514223/log.gz

 33s autopkgtest [05:32:46]: test command1: [-----------------------
 33s
 33s Package "puppet-module-asciiduck-sssd"
 34s   is expected to be installed
 34s
 34s Command "puppet apply --detailed-exitcodes --execute "include sssd""
 34s   exit_status
 38s     is expected to eq 2 (FAILED - 1)
 38s
 38s Package "sssd"
 38s   is expected to be installed (FAILED - 2)
 38s
 38s File "/etc/sssd/sssd.conf"
 38s   is expected to be file (FAILED - 3)
 38s   content
 38s     is expected to match /maintained by Puppet/ (FAILED - 4)
 38s
 38s Service "sssd"
 38s   is expected to be enabled (FAILED - 5)
 38s   is expected to be running (FAILED - 6)
 38s
 38s Failures:
 38s
38s 1) Command "puppet apply --detailed-exitcodes --execute "include sssd"" exit_status is expected to eq 2
 38s      Failure/Error: its(:exit_status) { should eq 2 }
 38s
 38s        expected: 2
 38s             got: 1
 38s
 38s        (compared using ==)
38s /bin/sh -c puppet\ apply\ --detailed-exitcodes\ --execute\ \"include\ sssd\"
 38s
38s # ./spec/localhost/use_spec.rb:4:in `block (2 levels) in <top (required)>'
 38s
 38s   2) Package "sssd" is expected to be installed
 38s      Failure/Error: it { should be_installed }
 38s        expected Package "sssd" to be installed
38s /bin/sh -c dpkg-query\ -f\ \'\$\{Status\}\'\ -W\ sssd\ \|\ grep\ -E\ \'\^\(install\|hold\)\ ok\ installed\$\'
 38s
38s # ./spec/localhost/use_spec.rb:8:in `block (2 levels) in <top (required)>'
 38s
 38s   3) File "/etc/sssd/sssd.conf" is expected to be file
 38s      Failure/Error: it { should be_file }
38s expected `File "/etc/sssd/sssd.conf".file?` to be truthy, got false
 38s        /bin/sh -c test\ -f\ /etc/sssd/sssd.conf
 38s
38s # ./spec/localhost/use_spec.rb:12:in `block (2 levels) in <top (required)>'
 38s
38s 4) File "/etc/sssd/sssd.conf" content is expected to match /maintained by Puppet/ 38s Failure/Error: its(:content) { should match(/maintained by Puppet/) }
 38s        expected "" to match /maintained by Puppet/
 38s        Diff:
 38s        @@ -1 +1 @@
 38s        -/maintained by Puppet/
 38s        +""
38s /bin/sh -c cat\ /etc/sssd/sssd.conf\ 2\>\ /dev/null\ \|\|\ echo\ -n
 38s
38s # ./spec/localhost/use_spec.rb:13:in `block (2 levels) in <top (required)>'
 38s
 38s   5) Service "sssd" is expected to be enabled
 38s      Failure/Error: it { should be_enabled }
 38s        expected Service "sssd" to be enabled
38s /bin/sh -c systemctl\ --quiet\ is-enabled\ sssd\|\|ls\ /etc/rc\[S5\].d/S\?\?sssd\ \>/dev/null\ 2\>/dev/null
 38s
38s # ./spec/localhost/use_spec.rb:17:in `block (2 levels) in <top (required)>'
 38s
 38s   6) Service "sssd" is expected to be running
 38s      Failure/Error: it { should be_running }
 38s        expected Service "sssd" to be running
 38s        /bin/sh -c systemctl\ is-active\ sssd
 38s        inactive
 38s
38s # ./spec/localhost/use_spec.rb:18:in `block (2 levels) in <top (required)>'
 38s
 38s Finished in 4.28 seconds (files took 0.3858 seconds to load)
 38s 7 examples, 6 failures
 38s
 38s Failed examples:
 38s
38s rspec ./spec/localhost/use_spec.rb:4 # Command "puppet apply --detailed-exitcodes --execute "include sssd"" exit_status is expected to eq 2 38s rspec ./spec/localhost/use_spec.rb:8 # Package "sssd" is expected to be installed 38s rspec ./spec/localhost/use_spec.rb:12 # File "/etc/sssd/sssd.conf" is expected to be file 38s rspec ./spec/localhost/use_spec.rb:13 # File "/etc/sssd/sssd.conf" content is expected to match /maintained by Puppet/ 38s rspec ./spec/localhost/use_spec.rb:17 # Service "sssd" is expected to be enabled 38s rspec ./spec/localhost/use_spec.rb:18 # Service "sssd" is expected to be running
 38s
 38s autopkgtest [05:32:51]: test command1: -----------------------]

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Version: 0.3.0-1.1+rm

Dear submitter,

as the package puppet-module-asciiduck-sssd has just been removed from the 
Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1121767

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to