Your message dated Tue, 04 Oct 2022 01:18:58 +0000
with message-id <e1ofwai-005xqg...@fasolo.debian.org>
and subject line Bug#1020714: fixed in cryptsetup 2:2.5.0-4
has caused the Debian Bug report #1020714,
regarding cryptsetup: cryptroot-* autopkgtests fall-back to shell and hang on 
errors
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 ow...@bugs.debian.org
immediately.)


-- 
1020714: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020714
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: cryptsetup
Version: 2:2.5.0-2
Severity: serious

Dear maintainer,

I was starting at some 14 hour failures in testing [1] due to
merged-/usr, which apparently you already fixed in unstable. However,
the reason for that long run was not the failure itself, but the fact
that your tests drop to shell on error and apparently waits for user
input. One failure with 2:2.5.0-3 in unstable has the same problem.

This is pretty bad for our infrastructure as normally your test is
much faster and it shouldn't wait for the time out. Can you please fix
that?

Paul

[1] https://ci.debian.net/packages/c/cryptsetup/testing/amd64/

https://ci.debian.net/data/autopkgtest/unstable/amd64/c/cryptsetup/26349209/log.gz

The partition table has been altered.
Calling ioctl() to re-read partition table.
[    1.904096]  vda: vda1 vda2 vda3 vda4 vda5
Syncing disks.
+ echo -n topsec[    1.908756]  vda: vda1 vda2 vda3 vda4 vda5
ret
+ cryptsetup luksFormat --batch-mode --key-file=/rootfs.key --type=luks2 
--pbkdf=argon2id --pbkdf-force-iterations=4 --pbkdf-memory=32 -- /dev/vda5
Device /dev/vda5 does not exist or access denied.
+ echo ALERT!  Couldn't setup system, dropping to a shell.
ALERT!  Couldn't setup system, dropping to a shell.
+ sh -i
# autopkgtest [19:14:06]: ERROR: timed out on command "su -s /bin/bash root -c 
set -e; export USER=`id -nu`; . /etc/profile >/dev/null 2>&1 || true;  . 
~/.profile >/dev/null 2>&1 || true; 
buildtree="/tmp/autopkgtest-lxc.6pwp9hgu/downtmp/build.q7w/src"; mkdir -p -m 
1777 -- "/tmp/autopkgtest-lxc.6pwp9hgu/downtmp/cryptroot-sysvinit-artifacts"; 
export 
AUTOPKGTEST_ARTIFACTS="/tmp/autopkgtest-lxc.6pwp9hgu/downtmp/cryptroot-sysvinit-artifacts";
 export ADT_ARTIFACTS="$AUTOPKGTEST_ARTIFACTS"; mkdir -p -m 755 
"/tmp/autopkgtest-lxc.6pwp9hgu/downtmp/autopkgtest_tmp"; export 
AUTOPKGTEST_TMP="/tmp/autopkgtest-lxc.6pwp9hgu/downtmp/autopkgtest_tmp"; export 
ADTTMP="$AUTOPKGTEST_TMP"; export DEBIAN_FRONTEND=noninteractive; export 
LANG=C.UTF-8; export DEB_BUILD_OPTIONS=parallel=64; unset LANGUAGE LC_CTYPE 
LC_NUMERIC LC_TIME LC_COLLATE   LC_MONETARY LC_MESSAGES LC_PAPER LC_NAME 
LC_ADDRESS   LC_TELEPHONE LC_MEASUREMENT LC_IDENTIFICATION LC_ALL;rm -f 
/tmp/autopkgtest_script_pid; set -C; echo $$ > /tmp/autopkgtest_script_pid; set 
+C; trap "rm -f /tmp/autopkgtest_script_pid" EXIT INT QUIT PIPE; cd 
"$buildtree"; export AUTOPKGTEST_NORMAL_USER=debci; export 
ADT_NORMAL_USER=debci; chmod +x 
/tmp/autopkgtest-lxc.6pwp9hgu/downtmp/build.q7w/src/debian/tests/cryptroot-sysvinit;
 touch /tmp/autopkgtest-lxc.6pwp9hgu/downtmp/cryptroot-sysvinit-stdout 
/tmp/autopkgtest-lxc.6pwp9hgu/downtmp/cryptroot-sysvinit-stderr; 
/tmp/autopkgtest-lxc.6pwp9hgu/downtmp/build.q7w/src/debian/tests/cryptroot-sysvinit
 2> >(tee -a /tmp/autopkgtest-lxc.6pwp9hgu/downtmp/cryptroot-sysvinit-stderr 
>&2) > >(tee -a 
/tmp/autopkgtest-lxc.6pwp9hgu/downtmp/cryptroot-sysvinit-stdout);" (kind: test)

--- End Message ---
--- Begin Message ---
Source: cryptsetup
Source-Version: 2:2.5.0-4
Done: Guilhem Moulin <guil...@debian.org>

We believe that the bug you reported is fixed in the latest version of
cryptsetup, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1020...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guilhem Moulin <guil...@debian.org> (supplier of updated cryptsetup package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 04 Oct 2022 01:14:30 +0200
Source: cryptsetup
Architecture: source
Version: 2:2.5.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Cryptsetup Team 
<pkg-cryptsetup-de...@alioth-lists.debian.net>
Changed-By: Guilhem Moulin <guil...@debian.org>
Closes: 1020553 1020714
Changes:
 cryptsetup (2:2.5.0-4) unstable; urgency=medium
 .
   * suspend.conf: Improve description and typofix.
   * d/t/cryptroot-*: Fix race condition between creating new partition and
     using them.
   * d/t/cryptroot-*: Fail the test after a reasonable timeout.
     (Closes: #1020714)
   * d/t/cryptroot-*: setup_apt(): Add 'Identifier: Packages' to `apt-get
     indextargets` filter.
   * cryptsetup-suspend-wrapper: Explicitly disable udev support when resuming.
     (Closes: #1020553)
   * d/t/cryptroot-*: Pin versions for all packages in PKGS_EXTRA that are part
     of src:cryptsetup.
Checksums-Sha1:
 1a43f0d6de9276c62279ce7ae8fb685b99334717 3610 cryptsetup_2.5.0-4.dsc
 ebc97bc1870494e220e85a4ad3afaec7a2f45a44 152896 
cryptsetup_2.5.0-4.debian.tar.xz
 569568d57e1e21c95cfaa865402cd34c0e9267b9 11596 
cryptsetup_2.5.0-4_amd64.buildinfo
Checksums-Sha256:
 4afd339c172856a2ee7bb74f4ed0ecaf7cdf069ad90b7021a31dd511dae90435 3610 
cryptsetup_2.5.0-4.dsc
 079a88c6a379c1a1488041fa97f37cfb0831753d5d8ca591a11a3005ecf55921 152896 
cryptsetup_2.5.0-4.debian.tar.xz
 79605a4a918762b159cd0287f618319590d1d4c9109161a2d1bceaf8134659db 11596 
cryptsetup_2.5.0-4_amd64.buildinfo
Files:
 42d29eae191117c9862d20e4e556fe35 3610 admin optional cryptsetup_2.5.0-4.dsc
 2052bd4dc557e50d158a865c0e101721 152896 admin optional 
cryptsetup_2.5.0-4.debian.tar.xz
 db25ed8f9109a185a8b404e22d13e92d 11596 admin optional 
cryptsetup_2.5.0-4_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEERpy6p3b9sfzUdbME05pJnDwhpVIFAmM7e3kACgkQ05pJnDwh
pVIPNw//TUH6lFWRQqQ1DUkP7jdln4btXkAJ26NfZa4ODf/lYyiAnHGDvZLQLDtv
Sd9eaDkYAo6OrL+ApI6yZDuHpjdbG+zJhrdz23XULv550lbTp51h86bJ7KoDy8om
SLyMQ7bYtniMevW/2kX39svR/WjvkouZKU8t92CghRLPIFSMynJVxBaXUgTVxI2b
qUZwFxpjvNnfbY7zgqoVFlH89V9MhDPNAYFqJt3aL34zabNyOneXkpUDJ4WCpA49
WQsjkvKPsHUGcsrH3nLZ0zE6yzIjbcxtaPJ/46nLv5lDKho6m7p8vpQwTbA5E8kW
KJLH57tO6jwvj2SitCwvVk1RKaj48CdLC30DzLNSNF6r9dPjsPPNgnr+qL8zZE/t
xgpEDbUwDxyOCde7z9QRn8OFKL+yh69j7RscBmRMBzzqdPQSdh6+pw6xGsIEFzG7
YCGYGD5L8rlxN+u4rCItYoIiJgO8as9tJPt9a20ihHi07sWLz0o0RzydCHfnITaM
maJk+WrUKB/wi034vCdMuhgDgzO20GUJGFk+df3oHHCfc2r/5Pb/xjXBkocupkTY
8tc6KmzXm0FrHWT7/pEtXkqTW9+VvZvi30DRIAsV07y3Qcc+nx8AIO1Gp1TV5YpO
Xdj6evMw6GktKzN+SjEWbMAUgQ6ERGJ9aE0Z7Im8/iHufdvmCio=
=0ZXa
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to