Your message dated Sat, 13 Sep 2025 23:32:05 +0000
with message-id <[email protected]>
and subject line Bug#1114453: fixed in rust-roaring 0.10.12-2
has caused the Debian Bug report #1114453,
regarding rust-roaring: autopkgtest regression: test times out after global 
timeout on i386, s390x (and riscv64)
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.)


-- 
1114453: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114453
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: rust-roaring
Version: 0.10.12-1
Severity: serious
User: [email protected]
Usertags: regression

Dear maintainer(s),

With a recent upload of rust-roaring the autopkgtest of rust-roaring fails in testing when that autopkgtest is run with the binary packages of rust-roaring from unstable because the tests run longer than the global timeout on i386 and s390x (and on riscv64 but I'll not hold that against you). It passes when run with only packages from testing. In tabular form:

                       pass            fail
rust-roaring           from testing    0.10.12-1
all others             from testing    from testing

I copied some of the output at the bottom of this report.

Currently this regression is blocking the migration to testing [1]. Can you please investigate the situation and fix it? Because failing tests are retried every day, the 8:30 hours of this test is a bit hard on the infra and I'll add the package to our reject_list for these architecture until this bug is closed or you contact us (#debci or [email protected]).

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

Paul

[1] https://qa.debian.org/excuses.php?package=rust-roaring

https://ci.debian.net/data/autopkgtest/testing/i386/r/rust-roaring/64107600/log.gz

179s 179s running 86 tests
179s test bitmap::inherent::tests::insert_range_single ... ok
179s test bitmap::inherent::tests::remove_biggest_for_bit ... ok
179s test bitmap::inherent::tests::remove_biggest_for_vec ... ok
179s test bitmap::inherent::tests::remove_smallest_for_bit ... ok
179s test bitmap::inherent::tests::remove_smallest_for_vec ... ok
179s test bitmap::inherent::tests::test_insert_max_u32 ... ok
179s test bitmap::inherent::tests::test_insert_remove_across_container ... ok 179s test bitmap::inherent::tests::test_insert_remove_range_multi_container ... ok 179s test bitmap::inherent::tests::test_insert_remove_range_pre_populated ... ok 179s test bitmap::inherent::tests::test_insert_remove_range_same_container ... ok
179s test bitmap::inherent::tests::test_insert_remove_single_element ... ok
184s test bitmap::inherent::tests::insert_range ... ok
239s test bitmap::ops::test::all_difference_give_the_same_result has been running for over 60 seconds 244s test bitmap::ops::test::all_intersection_give_the_same_result has been running for over 60 seconds
1053s test bitmap::ops::test::all_difference_give_the_same_result ... ok
1092s test bitmap::ops::test::all_intersection_give_the_same_result ... ok
1113s test bitmap::ops::test::all_symmetric_difference_give_the_same_result has been running for over 60 seconds 1152s test bitmap::ops::test::all_union_give_the_same_result has been running for over 60 seconds
1982s test bitmap::ops::test::all_union_give_the_same_result ... ok
1988s test bitmap::ops::test::all_symmetric_difference_give_the_same_result ... ok 2042s test bitmap::ops::test::difference_len_eq_len_of_materialized_difference has been running for over 60 seconds 2048s test bitmap::ops::test::intersection_len_eq_len_of_materialized_intersection has been running for over 60 seconds 2577s test bitmap::ops::test::intersection_len_eq_len_of_materialized_intersection ... ok 2603s test bitmap::ops::test::difference_len_eq_len_of_materialized_difference ... ok 2637s test bitmap::ops::test::symmetric_difference_len_eq_len_of_materialized_symmetric_difference has been running for over 60 seconds 2663s test bitmap::ops::test::union_len_eq_len_of_materialized_union has been running for over 60 seconds 3175s test bitmap::ops::test::symmetric_difference_len_eq_len_of_materialized_symmetric_difference ... ok
3178s test bitmap::ops::test::union_len_eq_len_of_materialized_union ... ok
3235s test bitmap::ops_with_serialized::test::intersection_with_serialized_eq_materialized_intersection has been running for over 60 seconds 3238s test bitmap::proptests::test::antisymmetry has been running for over 60 seconds
3453s test bitmap::proptests::test::antisymmetry ... ok
3513s test bitmap::proptests::test::empty_set_domination has been running for over 60 seconds 3748s test bitmap::ops_with_serialized::test::intersection_with_serialized_eq_materialized_intersection ... ok
3748s test bitmap::proptests::test::empty_set_domination ... ok
3808s test bitmap::proptests::test::existence_of_joins has been running for over 60 seconds 3808s test bitmap::proptests::test::existence_of_meets has been running for over 60 seconds
4316s test bitmap::proptests::test::existence_of_meets ... ok
4351s test bitmap::proptests::test::existence_of_joins ... ok
4376s test bitmap::proptests::test::inclusion_can_be_characterized_by_union_or_inersection has been running for over 60 seconds 4411s test bitmap::proptests::test::intersection_distributes_over_symmetric_difference has been running for over 60 seconds 4890s test bitmap::proptests::test::inclusion_can_be_characterized_by_union_or_inersection ... ok 4950s test bitmap::proptests::test::intersection_distributes_over_union has been running for over 60 seconds 5259s test bitmap::proptests::test::intersection_distributes_over_symmetric_difference ... ok 5319s test bitmap::proptests::test::intersections_are_associative has been running for over 60 seconds 5819s test bitmap::proptests::test::intersection_distributes_over_union ... ok 5879s test bitmap::proptests::test::intersections_are_commutative has been running for over 60 seconds
6128s test bitmap::proptests::test::intersections_are_associative ... ok
6188s test bitmap::proptests::test::intersections_are_idempotent has been running for over 60 seconds
6426s test bitmap::proptests::test::intersections_are_idempotent ... ok
6441s test bitmap::proptests::test::intersections_are_commutative ... ok
6486s test bitmap::proptests::test::reflexivity has been running for over 60 seconds 6501s test bitmap::proptests::test::relative_compliments has been running for over 60 seconds
6735s test bitmap::proptests::test::reflexivity ... ok
6795s test bitmap::proptests::test::symmetric_difference_empty_set_neutral has been running for over 60 seconds 7039s test bitmap::proptests::test::symmetric_difference_empty_set_neutral ... ok 7099s test bitmap::proptests::test::symmetric_difference_inverse_of_itself has been running for over 60 seconds 7316s test bitmap::proptests::test::symmetric_difference_inverse_of_itself ... ok 7376s test bitmap::proptests::test::symmetric_difference_relative_compliments has been running for over 60 seconds
7420s test bitmap::proptests::test::relative_compliments ... ok
7480s test bitmap::proptests::test::symmetric_difference_triangle_inequality has been running for over 60 seconds 7902s test bitmap::proptests::test::symmetric_difference_relative_compliments ... ok 7962s test bitmap::proptests::test::symmetric_differences_are_associative has been running for over 60 seconds 8329s test bitmap::proptests::test::symmetric_difference_triangle_inequality ... ok 8389s test bitmap::proptests::test::symmetric_differences_are_commutative has been running for over 60 seconds 8816s test bitmap::proptests::test::symmetric_differences_are_associative ... ok 8876s test bitmap::proptests::test::the_empty_set_is_the_identity_for_symmetric_difference has been running for over 60 seconds 8940s test bitmap::proptests::test::symmetric_differences_are_commutative ... ok 9000s test bitmap::proptests::test::the_empty_set_is_the_identity_for_union has been running for over 60 seconds 9122s test bitmap::proptests::test::the_empty_set_is_the_identity_for_symmetric_difference ... ok 9182s test bitmap::proptests::test::transitivity has been running for over 60 seconds 9246s test bitmap::proptests::test::the_empty_set_is_the_identity_for_union ... ok 9306s test bitmap::proptests::test::union_distributes_over_intersection has been running for over 60 seconds
10008s test bitmap::proptests::test::transitivity ... ok
10062s autopkgtest [03:19:55]: ERROR: timed out on command "su -s /bin/bash debci -c set -e; exec /tmp/autopkgtest-lxc.94vh1ln0/downtmp/wrapper.sh --artifacts=/tmp/autopkgtest-lxc.94vh1ln0/downtmp/rust-roaring:@-artifacts --chdir=/tmp/autopkgtest-lxc.94vh1ln0/downtmp/build.d1L/src --env=AUTOPKGTEST_TESTBED_ARCH=i386 --env=AUTOPKGTEST_TEST_ARCH=i386 --env=DEB_BUILD_OPTIONS=parallel=2 --env=DEBIAN_FRONTEND=noninteractive --env=LANG=C.UTF-8 --unset-env=LANGUAGE --unset-env=LC_ADDRESS --unset-env=LC_ALL --unset-env=LC_COLLATE --unset-env=LC_CTYPE --unset-env=LC_IDENTIFICATION --unset-env=LC_MEASUREMENT --unset-env=LC_MESSAGES --unset-env=LC_MONETARY --unset-env=LC_NAME --unset-env=LC_NUMERIC --unset-env=LC_PAPER --unset-env=LC_TELEPHONE --unset-env=LC_TIME --script-pid-file=/tmp/autopkgtest_script_pid --source-profile --stderr=/tmp/autopkgtest-lxc.94vh1ln0/downtmp/rust-roaring:@-stderr --stdout=/tmp/autopkgtest-lxc.94vh1ln0/downtmp/rust-roaring:@-stdout --tmp=/tmp/autopkgtest-lxc.94vh1ln0/downtmp/autopkgtest_tmp -- bash -ec '/usr/share/cargo/bin/cargo-auto-test roaring 0.10.12 --all-targets --all-features'" (kind: test)
10063s autopkgtest [03:19:56]: test rust-roaring:@

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: rust-roaring
Source-Version: 0.10.12-2
Done: Peter Michael Green <[email protected]>

We believe that the bug you reported is fixed in the latest version of
rust-roaring, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Peter Michael Green <[email protected]> (supplier of updated rust-roaring 
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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 13 Sep 2025 08:44:58 +0000
Source: rust-roaring
Architecture: source
Version: 0.10.12-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 
<[email protected]>
Changed-By: Peter Michael Green <[email protected]>
Closes: 1114453
Changes:
 rust-roaring (0.10.12-2) unstable; urgency=medium
 .
   * Team upload.
   * Package roaring 0.10.12 from crates.io using debcargo 2.7.8
   * Run tests with opt-level = 2 to avoid timeouts (Closes: #1114453)
Checksums-Sha1:
 78b47ecf000fd64827f70d00639c55047ec2c9a1 2445 rust-roaring_0.10.12-2.dsc
 526c37eef6d499296c03ae669c5d9dc855e52c71 3200 
rust-roaring_0.10.12-2.debian.tar.xz
 ba1f9c20ad1f39120beec45dd61e767451f9fe64 8522 
rust-roaring_0.10.12-2_source.buildinfo
Checksums-Sha256:
 19c2fd2b1fabd529812a16fad9d523dbb4574b9c83574d5e4da7b2b11b8f5e17 2445 
rust-roaring_0.10.12-2.dsc
 e6292bc1e28b8fb0a60f149134e7ee57de4bef2b39c3483b397ae0a36e910c5a 3200 
rust-roaring_0.10.12-2.debian.tar.xz
 20e5b1706fd4cc2e24a2d9231e9e58d91ee2fcb5f46f57fcdd3c0aa5bd5f53e5 8522 
rust-roaring_0.10.12-2_source.buildinfo
Files:
 745eca09a9953584186f970c9cdd496e 2445 rust optional rust-roaring_0.10.12-2.dsc
 9f65a8541511366f9dadfa282549030e 3200 rust optional 
rust-roaring_0.10.12-2.debian.tar.xz
 a568c284a040924a3d3c12124cdcf1e5 8522 rust optional 
rust-roaring_0.10.12-2_source.buildinfo

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

iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAmjFMycUHHBsdWd3YXNo
QGRlYmlhbi5vcmcACgkQDEjqKnqP/XuZRw/+MzsAAXYfjCSIwSLj4XTM1Hkm++2D
ocGAh11pG5AP2w0/vT6ldutOumMEWIm4V5gzKjLWVXYLdY4XL7MT9EtUIwTh/BSh
QiNn7ymrBkeYdXet+oFzIAvcY9yxUYTjwB7aILtAOwCoK6J402uCNvmidy4NQfRR
6tMj9F7vZhq/yuRbsDsnhhHY2pm9xeyGFKEv0uOqXFE1G7gWk+9mBP6I4pQS2dRs
x8Epv2vlhXbLwb4qORBFDmTQs8XyF61KK05PeL0ChF8wnzos8UbZlh6apo/QxM8o
KGcrfIy69653k9v9Ch3nSUeDejMZEkma1cuCeSDAqpKQb6ns3v/NT7aIpyuB9C4T
8qU1V8NvV7YjrH/fm9dAPq/cGbhMFTqU8mPeyA86oZLy1M4vxLrQLifv2UHHxisG
FrjSnoxPs4IrZ1DtxmZZJIYWt/2hEx1FG0yvgZN9WX7FayMjsfndkAoD5A3UtBtv
mc/KxvJlgp1A0FVli3JJORaW56Uq4uCA8fFL8BKC6/qLskFkGz4lsX8PvCA0q73P
Fc+vnMe5Zu+PtErrhReuARq/x2my+YKEED6Z9ON+C3ffMpcQA77Oee3RBIOeTb8x
YJZGkSRHZYn1A+HvzdclNWbEcXKLTF9gMu/TsJUh7PWb5ppgeJbezmYVV79szdTH
H46IYzbWuDIPpZk=
=5+nl
-----END PGP SIGNATURE-----

Attachment: pgpQRaS2ScD9_.pgp
Description: PGP signature


--- End Message ---

Reply via email to