Package: src:rust-futures-rustls Version: 0.26.0-9 Severity: important Tags: ftbfs forky sid User: [email protected] Usertags: ftbfs-during-forky-support-period
Dear maintainer: During a rebuild of all packages in unstable with the system clock set at 2030-08-09 (estimated to be three years after the release date of forky), this package failed to build. Below you will find the last part of the build log (probably the most relevant part, but not necessarily). If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/ftbfs-future/ About the archive rebuild: This is an effort to keep forky free from FTBFS bugs during its lifetime as a supported distribution, as explained here for trixie: https://lists.debian.org/debian-devel/2024/05/msg00414.html This category of bugs is considered to be RC for forky, but I will wait two months from now before raising to serious to give people a little bit more time to fix them. The build was made using sbuild and a reduced chroot with only build-essential packages. If you cannot reproduce the bug please contact me privately, as I am willing to provide ssh access to a virtual machine where the bug is fully reproducible. If this is really a bug in one of the build-depends, please use reassign and add an affects on src:rust-futures-rustls, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] running 5 tests test common::test_stream::stream_bad ... FAILED test common::test_stream::stream_good ... FAILED test common::test_stream::stream_eof ... FAILED test common::test_stream::stream_handshake_eof ... ok test common::test_stream::stream_handshake ... FAILED failures: ---- common::test_stream::stream_bad stdout ---- Error: Custom { kind: InvalidData, error: InvalidCertificate(ExpiredContext { time: UnixTime(1912507272), not_after: UnixTime(1870879204) }) } ---- common::test_stream::stream_good stdout ---- Error: Custom { kind: InvalidData, error: InvalidCertificate(ExpiredContext { time: UnixTime(1912507272), not_after: UnixTime(1870879204) }) } ---- common::test_stream::stream_eof stdout ---- Error: Custom { kind: InvalidData, error: InvalidCertificate(ExpiredContext { time: UnixTime(1912507272), not_after: UnixTime(1870879204) }) } ---- common::test_stream::stream_handshake stdout ---- Error: Custom { kind: InvalidData, error: InvalidCertificate(ExpiredContext { time: UnixTime(1912507272), not_after: UnixTime(1870879204) }) } failures: common::test_stream::stream_bad common::test_stream::stream_eof common::test_stream::stream_good common::test_stream::stream_handshake test result: FAILED. 1 passed; 4 failed; 0 ignored; 0 measured; 1 filtered out; finished in 0.00s error: test failed, to rerun pass `--lib` Running `CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='quininer kel <[email protected]>' CARGO_PKG_DESCRIPTION='Asynchronous TLS/SSL streams for futures using Rustls.' CARGO_PKG_HOMEPAGE='https://github.com/quininer/futures-rustls' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-rustls CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/quininer/futures-rustls' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.26.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=26 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/ring-f67a1fadb96f4603/out:/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps:/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib' /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/badssl-1dbaa 1c479f4e587 --skip stream_handshake_regression_issues_77` running 2 tests test test_modern ... ignored test test_tls13 ... ignored test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s Running `CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='quininer kel <[email protected]>' CARGO_PKG_DESCRIPTION='Asynchronous TLS/SSL streams for futures using Rustls.' CARGO_PKG_HOMEPAGE='https://github.com/quininer/futures-rustls' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-rustls CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/quininer/futures-rustls' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.26.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=26 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/ring-f67a1fadb96f4603/out:/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps:/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib' /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/test-856a3e0 1fec08e18 --skip stream_handshake_regression_issues_77` running 2 tests test fail ... ok test pass ... FAILED failures: ---- pass stdout ---- Error: Custom { kind: InvalidData, error: InvalidCertificate(ExpiredContext { time: UnixTime(1912507273), not_after: UnixTime(1870879204) }) } failures: pass test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.00s error: test failed, to rerun pass `--test test` Doc-tests futures_rustls Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=futures_rustls CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='quininer kel <[email protected]>' CARGO_PKG_DESCRIPTION='Asynchronous TLS/SSL streams for futures using Rustls.' CARGO_PKG_HOMEPAGE='https://github.com/quininer/futures-rustls' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-rustls CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/quininer/futures-rustls' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.26.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=26 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustdoc --edition=2018 --crate-type lib --color auto --crate-name futures_rustls --test src/lib.rs --test-run-directory /<<PKGBUILDDIR>> --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L dependency= /<<PKGBUILDDIR>>/target/release/deps -L native=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/ring-f67a1fadb96f4603/out --test-args --skip --test-args stream_handshake_regression_issues_77 --extern futures_io=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_io-0dad95bac85ac996.rlib --extern futures_rustls=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_rustls-f7f234c33011bdf3.rlib --extern futures_util=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_util-39d96449a7ac9a2c.rlib --extern lazy_static=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/liblazy_static-3de5a95ed921470e.rlib --extern rustls=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/librustls-4c4bca5f9201d2fd.rlib --extern rustls_native_certs=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/librustls_native_certs-cd44bb17a3ceeb43.rlib --extern rustls_pemfile=/<<PKGBUILDDIR>>/target/x86_64-unkno wn-linux-gnu/release/deps/librustls_pemfile-e34d0c8b20078150.rlib --extern pki_types=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/librustls_pki_types-b5185add45691bc9.rlib --extern webpki=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libwebpki-d000eac9a63e93ad.rlib --extern smol=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsmol-e4eb1c81d501bf89.rlib -C embed-bitcode=no --cfg 'feature="ring"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("early-data", "logging", "ring", "tls12"))' --error-format human` running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s error: 2 targets failed: `--lib` `--test test` dh_auto_test: error: /usr/share/dh-rust/bin/cargo test --features ring --no-fail-fast -- --skip stream_handshake_regression_issues_77 returned exit code 101 make[1]: *** [debian/rules:13: override_dh_auto_test] Error 25 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:4: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 --------------------------------------------------------------------------------

