Your message dated Sun, 2 Mar 2025 11:33:58 +0000
with message-id <z8rcjgtrom_mo...@layer-acht.org>
and subject line fixed in 0.22.1-1
has caused the Debian Bug report #1096228,
regarding rust-rebuilderd-common: FTBFS: 80 | Error::Utf8(ref err)
=> error::Error::description(err),
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.)
--
1096228: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096228
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: rust-rebuilderd-common
Version: 0.21.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20250215 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> running 13 tests
> test utils::tests::test_secs_to_human_100h ... ok
> test utils::tests::test_secs_to_human_10m_30s ... ok
> test utils::tests::test_secs_to_human_12h_10m_30s ... ok
> test utils::tests::test_secs_to_human_1h ... ok
> test utils::tests::test_secs_to_human_1m ... ok
> test utils::tests::test_secs_to_human_1m_30s ... ok
> test utils::tests::test_secs_to_human_1s ... ok
> test utils::tests::test_secs_to_human_0s ... ok
> test api::tests::test_endpoint_format_example_com ... FAILED
> test api::tests::test_endpoint_format_example_com_with_path ... FAILED
> test api::tests::test_endpoint_format_default ... FAILED
> test api::tests::test_endpoint_format_example_com_trailing_slash ... FAILED
> test api::tests::test_endpoint_format_example_com_with_path_trailing_slash
> ... FAILED
>
> failures:
>
> ---- api::tests::test_endpoint_format_example_com stdout ----
> thread 'api::tests::test_endpoint_format_example_com' panicked at
> /usr/share/cargo/registry/reqwest-0.11.27/src/async_impl/client.rs:1713:38:
> Client::new(): reqwest::Error { kind: Builder, source: Normal(ErrorStack([]))
> }
> stack backtrace:
> 0: rust_begin_unwind
> at /usr/src/rustc-1.84.0/library/std/src/panicking.rs:665:5
> 1: core::panicking::panic_fmt
> at /usr/src/rustc-1.84.0/library/core/src/panicking.rs:76:14
> 2: core::result::unwrap_failed
> at /usr/src/rustc-1.84.0/library/core/src/result.rs:1699:5
> 3: core::result::Result<T,E>::expect
> at /usr/src/rustc-1.84.0/library/core/src/result.rs:1061:23
> 4: reqwest::async_impl::client::Client::new
> at
> /usr/share/cargo/registry/reqwest-0.11.27/src/async_impl/client.rs:1713:9
> 5: rebuilderd_common::api::Client::new
> at
> /usr/share/cargo/registry/rebuilderd-common-0.21.0/src/api.rs:46:22
> 6: rebuilderd_common::api::tests::test_endpoint_format_example_com
> at
> /usr/share/cargo/registry/rebuilderd-common-0.21.0/src/api.rs:430:22
> 7:
> rebuilderd_common::api::tests::test_endpoint_format_example_com::{{closure}}
> at
> /usr/share/cargo/registry/rebuilderd-common-0.21.0/src/api.rs:429:42
> 8: core::ops::function::FnOnce::call_once
> at /usr/src/rustc-1.84.0/library/core/src/ops/function.rs:250:5
> 9: core::ops::function::FnOnce::call_once
> at /usr/src/rustc-1.84.0/library/core/src/ops/function.rs:250:5
> note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose
> backtrace.
>
> ---- api::tests::test_endpoint_format_example_com_with_path stdout ----
> thread 'api::tests::test_endpoint_format_example_com_with_path' panicked at
> /usr/share/cargo/registry/reqwest-0.11.27/src/async_impl/client.rs:1713:38:
> Client::new(): reqwest::Error { kind: Builder, source: Normal(ErrorStack([]))
> }
> stack backtrace:
> 0: rust_begin_unwind
> at /usr/src/rustc-1.84.0/library/std/src/panicking.rs:665:5
> 1: core::panicking::panic_fmt
> at /usr/src/rustc-1.84.0/library/core/src/panicking.rs:76:14
> 2: core::result::unwrap_failed
> at /usr/src/rustc-1.84.0/library/core/src/result.rs:1699:5
> 3: core::result::Result<T,E>::expect
> at /usr/src/rustc-1.84.0/library/core/src/result.rs:1061:23
> 4: reqwest::async_impl::client::Client::new
> at
> /usr/share/cargo/registry/reqwest-0.11.27/src/async_impl/client.rs:1713:9
> 5: rebuilderd_common::api::Client::new
> at
> /usr/share/cargo/registry/rebuilderd-common-0.21.0/src/api.rs:46:22
> 6:
> rebuilderd_common::api::tests::test_endpoint_format_example_com_with_path
> at
> /usr/share/cargo/registry/rebuilderd-common-0.21.0/src/api.rs:442:22
> 7:
> rebuilderd_common::api::tests::test_endpoint_format_example_com_with_path::{{closure}}
> at
> /usr/share/cargo/registry/rebuilderd-common-0.21.0/src/api.rs:441:52
> 8: core::ops::function::FnOnce::call_once
> at /usr/src/rustc-1.84.0/library/core/src/ops/function.rs:250:5
> 9: core::ops::function::FnOnce::call_once
> at /usr/src/rustc-1.84.0/library/core/src/ops/function.rs:250:5
> note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose
> backtrace.
>
> ---- api::tests::test_endpoint_format_default stdout ----
> thread 'api::tests::test_endpoint_format_default' panicked at
> /usr/share/cargo/registry/reqwest-0.11.27/src/async_impl/client.rs:1713:38:
> Client::new(): reqwest::Error { kind: Builder, source: Normal(ErrorStack([]))
> }
> stack backtrace:
> 0: rust_begin_unwind
> at /usr/src/rustc-1.84.0/library/std/src/panicking.rs:665:5
> 1: core::panicking::panic_fmt
> at /usr/src/rustc-1.84.0/library/core/src/panicking.rs:76:14
> 2: core::result::unwrap_failed
> at /usr/src/rustc-1.84.0/library/core/src/result.rs:1699:5
> 3: core::result::Result<T,E>::expect
> at /usr/src/rustc-1.84.0/library/core/src/result.rs:1061:23
> 4: reqwest::async_impl::client::Client::new
> at
> /usr/share/cargo/registry/reqwest-0.11.27/src/async_impl/client.rs:1713:9
> 5: rebuilderd_common::api::Client::new
> at
> /usr/share/cargo/registry/rebuilderd-common-0.21.0/src/api.rs:46:22
> 6: rebuilderd_common::api::tests::test_endpoint_format_default
> at
> /usr/share/cargo/registry/rebuilderd-common-0.21.0/src/api.rs:424:22
> 7: rebuilderd_common::api::tests::test_endpoint_format_default::{{closure}}
> at
> /usr/share/cargo/registry/rebuilderd-common-0.21.0/src/api.rs:423:38
> 8: core::ops::function::FnOnce::call_once
> at /usr/src/rustc-1.84.0/library/core/src/ops/function.rs:250:5
> 9: core::ops::function::FnOnce::call_once
> at /usr/src/rustc-1.84.0/library/core/src/ops/function.rs:250:5
> note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose
> backtrace.
>
> ---- api::tests::test_endpoint_format_example_com_trailing_slash stdout ----
> thread 'api::tests::test_endpoint_format_example_com_trailing_slash' panicked
> at /usr/share/cargo/registry/reqwest-0.11.27/src/async_impl/client.rs:1713:38:
> Client::new(): reqwest::Error { kind: Builder, source: Normal(ErrorStack([]))
> }
> stack backtrace:
> 0: rust_begin_unwind
> at /usr/src/rustc-1.84.0/library/std/src/panicking.rs:665:5
> 1: core::panicking::panic_fmt
> at /usr/src/rustc-1.84.0/library/core/src/panicking.rs:76:14
> 2: core::result::unwrap_failed
> at /usr/src/rustc-1.84.0/library/core/src/result.rs:1699:5
> 3: core::result::Result<T,E>::expect
> at /usr/src/rustc-1.84.0/library/core/src/result.rs:1061:23
> 4: reqwest::async_impl::client::Client::new
> at
> /usr/share/cargo/registry/reqwest-0.11.27/src/async_impl/client.rs:1713:9
> 5: rebuilderd_common::api::Client::new
> at
> /usr/share/cargo/registry/rebuilderd-common-0.21.0/src/api.rs:46:22
> 6:
> rebuilderd_common::api::tests::test_endpoint_format_example_com_trailing_slash
> at
> /usr/share/cargo/registry/rebuilderd-common-0.21.0/src/api.rs:436:22
> 7:
> rebuilderd_common::api::tests::test_endpoint_format_example_com_trailing_slash::{{closure}}
> at
> /usr/share/cargo/registry/rebuilderd-common-0.21.0/src/api.rs:435:57
> 8: core::ops::function::FnOnce::call_once
> at /usr/src/rustc-1.84.0/library/core/src/ops/function.rs:250:5
> 9: core::ops::function::FnOnce::call_once
> at /usr/src/rustc-1.84.0/library/core/src/ops/function.rs:250:5
> note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose
> backtrace.
>
> ---- api::tests::test_endpoint_format_example_com_with_path_trailing_slash
> stdout ----
> thread
> 'api::tests::test_endpoint_format_example_com_with_path_trailing_slash'
> panicked at
> /usr/share/cargo/registry/reqwest-0.11.27/src/async_impl/client.rs:1713:38:
> Client::new(): reqwest::Error { kind: Builder, source: Normal(ErrorStack([]))
> }
> stack backtrace:
> 0: rust_begin_unwind
> at /usr/src/rustc-1.84.0/library/std/src/panicking.rs:665:5
> 1: core::panicking::panic_fmt
> at /usr/src/rustc-1.84.0/library/core/src/panicking.rs:76:14
> 2: core::result::unwrap_failed
> at /usr/src/rustc-1.84.0/library/core/src/result.rs:1699:5
> 3: core::result::Result<T,E>::expect
> at /usr/src/rustc-1.84.0/library/core/src/result.rs:1061:23
> 4: reqwest::async_impl::client::Client::new
> at
> /usr/share/cargo/registry/reqwest-0.11.27/src/async_impl/client.rs:1713:9
> 5: rebuilderd_common::api::Client::new
> at
> /usr/share/cargo/registry/rebuilderd-common-0.21.0/src/api.rs:46:22
> 6:
> rebuilderd_common::api::tests::test_endpoint_format_example_com_with_path_trailing_slash
> at
> /usr/share/cargo/registry/rebuilderd-common-0.21.0/src/api.rs:448:22
> 7:
> rebuilderd_common::api::tests::test_endpoint_format_example_com_with_path_trailing_slash::{{closure}}
> at
> /usr/share/cargo/registry/rebuilderd-common-0.21.0/src/api.rs:447:67
> 8: core::ops::function::FnOnce::call_once
> at /usr/src/rustc-1.84.0/library/core/src/ops/function.rs:250:5
> 9: core::ops::function::FnOnce::call_once
> at /usr/src/rustc-1.84.0/library/core/src/ops/function.rs:250:5
> note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose
> backtrace.
>
>
> failures:
> api::tests::test_endpoint_format_default
> api::tests::test_endpoint_format_example_com
> api::tests::test_endpoint_format_example_com_trailing_slash
> api::tests::test_endpoint_format_example_com_with_path
> api::tests::test_endpoint_format_example_com_with_path_trailing_slash
>
> test result: FAILED. 8 passed; 5 failed; 0 ignored; 0 measured; 0 filtered
> out; finished in 0.06s
>
> error: test failed, to rerun pass `--lib`
> dh_auto_test: error: /usr/share/cargo/bin/cargo test --all returned exit code
> 101
The full build log is available from:
http://qa-logs.debian.net/2025/02/15/rust-rebuilderd-common_0.21.0-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20250215;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20250215&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
version: 0.22.1-1
#
https://tracker.debian.org/news/1623262/rust-rebuilderd-common-0221-1-migrated-to-testing/
thanks
--
cheers,
Holger
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ holger@(debian|reproducible-builds|layer-acht).org
⢿⡄⠘⠷⠚⠋⠀ OpenPGP: B8BF54137B09D35CF026FE9D 091AB856069AAA1C
⠈⠳⣄
We are done with ‘world leaders’. Countries are on fire. Cities are drowning.
People are dying. This is what scientists and activists have been warning the
world and politicians about. It’s here. We ARE facing the impacts of the
climate crisis. Forget about the future, it’s now.
fridays for future - https://nitter.net/fff_digital/status/1304520941012242432
signature.asc
Description: PGP signature
--- End Message ---