[INFO] fetching crate bugbite 0.0.12...
[INFO] checking bugbite-0.0.12 against try#264a7c4a1c917c83d13895a31231f9d93c7b67e1 for pr-132289
[INFO] extracting crate bugbite 0.0.12 into /workspace/builds/worker-6-tc2/source
[INFO] validating manifest of crates.io crate bugbite 0.0.12 on toolchain 264a7c4a1c917c83d13895a31231f9d93c7b67e1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bugbite 0.0.12
[INFO] finished tweaking crates.io crate bugbite 0.0.12
[INFO] tweaked toml for crates.io crate bugbite 0.0.12 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 265 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 530a91a5366d210208325ef227e0bb5dda49ff96df874cfb4c1fd43440265ead
[INFO] running `Command { std: "docker" "start" "-a" "530a91a5366d210208325ef227e0bb5dda49ff96df874cfb4c1fd43440265ead", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "530a91a5366d210208325ef227e0bb5dda49ff96df874cfb4c1fd43440265ead", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "530a91a5366d210208325ef227e0bb5dda49ff96df874cfb4c1fd43440265ead", kill_on_drop: false }`
[INFO] [stdout] 530a91a5366d210208325ef227e0bb5dda49ff96df874cfb4c1fd43440265ead
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 111f550bb267e615b8d2ff8b6697e281a1cbfb5f4695fb008c617abc4bae65e2
[INFO] running `Command { std: "docker" "start" "-a" "111f550bb267e615b8d2ff8b6697e281a1cbfb5f4695fb008c617abc4bae65e2", kill_on_drop: false }`
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking unicode-bidi v0.3.17
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]     Checking unicode-normalization v0.1.24
[INFO] [stderr]     Checking rustls-pki-types v1.10.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling libc v0.2.161
[INFO] [stderr]    Compiling serde_derive v1.0.214
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]     Checking ring v0.17.8
[INFO] [stderr]    Compiling rustls v0.23.16
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.65
[INFO] [stderr]     Checking match_cfg v0.1.0
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]     Checking hostname v0.3.1
[INFO] [stderr]    Compiling enum-as-inner v0.6.1
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling rust_decimal v1.36.0
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking idna v0.3.0
[INFO] [stderr]     Checking tokio v1.41.0
[INFO] [stderr]     Checking idna v0.4.0
[INFO] [stderr]     Checking data-encoding v2.6.0
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]     Checking ipnet v2.10.1
[INFO] [stderr]    Compiling rustix v0.38.38
[INFO] [stderr]     Checking psl-types v2.0.11
[INFO] [stderr]     Checking resolv-conf v0.7.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking lru-cache v0.1.2
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking webpki-roots v0.26.6
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]     Checking publicsuffix v2.2.3
[INFO] [stderr]     Checking winnow v0.6.20
[INFO] [stderr]     Checking rustls-webpki v0.102.8
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]    Compiling camino v1.1.9
[INFO] [stderr]     Checking regex-automata v0.4.8
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]     Checking cfb v0.7.3
[INFO] [stderr]     Checking dlv-list v0.5.2
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking thiserror v1.0.65
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking sync_wrapper v1.0.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling bugbite v0.0.12 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking utf8-width v0.1.7
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking byte-unit v5.1.4
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking humansize v2.1.3
[INFO] [stderr]     Checking infer v0.16.0
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]    Compiling serde_repr v0.1.19
[INFO] [stderr]    Compiling indoc v2.0.5
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking ordered-multimap v0.7.3
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking tempfile v3.13.0
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]     Checking serde v1.0.214
[INFO] [stderr]    Compiling serde_with_macros v3.11.0
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking hyper v1.5.0
[INFO] [stderr]     Checking tokio-rustls v0.26.0
[INFO] [stderr]     Checking hyper-util v0.1.10
[INFO] [stderr]     Checking url v2.5.2
[INFO] [stderr]     Checking indexmap v2.6.0
[INFO] [stderr]     Checking serde_spanned v0.6.8
[INFO] [stderr]     Checking toml_datetime v0.6.8
[INFO] [stderr]     Checking serde_json v1.0.132
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_with v3.11.0
[INFO] [stderr]     Checking serde_test v1.0.177
[INFO] [stderr]     Checking hickory-proto v0.24.1
[INFO] [stderr]     Checking hyper-rustls v0.27.3
[INFO] [stderr]     Checking toml_edit v0.22.22
[INFO] [stderr]     Checking cookie_store v0.21.0
[INFO] [stderr]     Checking chronoutil v0.2.7
[INFO] [stderr]     Checking toml v0.8.19
[INFO] [stderr]     Checking hickory-resolver v0.24.1
[INFO] [stderr]     Checking reqwest v0.12.9
[INFO] [stdout] error[E0432]: unresolved import `crate::test`
[INFO] [stdout]    --> src/args/csv.rs:109:16
[INFO] [stdout]     |
[INFO] [stdout] 109 |     use crate::test::assert_ordered_eq;
[INFO] [stdout]     |                ^^^^ could not find `test` in the crate root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:9:9
[INFO] [stdout]     |
[INFO] [stdout] 9   | pub mod test;
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] note: the item is gated behind the `test` feature
[INFO] [stdout]    --> src/lib.rs:8:7
[INFO] [stdout]     |
[INFO] [stdout] 8   | #[cfg(feature = "test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::test`
[INFO] [stdout]    --> src/service/bugzilla/attachment/create.rs:476:16
[INFO] [stdout]     |
[INFO] [stdout] 476 |     use crate::test::*;
[INFO] [stdout]     |                ^^^^ could not find `test` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::test`
[INFO] [stdout]   --> src/service/bugzilla/attachment/get.rs:98:16
[INFO] [stdout]    |
[INFO] [stdout] 98 |     use crate::test::*;
[INFO] [stdout]    |                ^^^^ could not find `test` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::test`
[INFO] [stdout]    --> src/service/bugzilla/attachment/get_item.rs:104:16
[INFO] [stdout]     |
[INFO] [stdout] 104 |     use crate::test::*;
[INFO] [stdout]     |                ^^^^ could not find `test` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::test`
[INFO] [stdout]    --> src/service/bugzilla/attachment/update.rs:143:16
[INFO] [stdout]     |
[INFO] [stdout] 143 |     use crate::test::*;
[INFO] [stdout]     |                ^^^^ could not find `test` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::test`
[INFO] [stdout]    --> src/service/bugzilla/comment.rs:145:16
[INFO] [stdout]     |
[INFO] [stdout] 145 |     use crate::test::*;
[INFO] [stdout]     |                ^^^^ could not find `test` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::test`
[INFO] [stdout]    --> src/service/bugzilla/create.rs:472:16
[INFO] [stdout]     |
[INFO] [stdout] 472 |     use crate::test::*;
[INFO] [stdout]     |                ^^^^ could not find `test` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::test`
[INFO] [stdout]   --> src/service/bugzilla/fields.rs:34:16
[INFO] [stdout]    |
[INFO] [stdout] 34 |     use crate::test::*;
[INFO] [stdout]    |                ^^^^ could not find `test` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::test`
[INFO] [stdout]    --> src/service/bugzilla/get.rs:135:16
[INFO] [stdout]     |
[INFO] [stdout] 135 |     use crate::test::*;
[INFO] [stdout]     |                ^^^^ could not find `test` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::test`
[INFO] [stdout]    --> src/service/bugzilla/history.rs:131:16
[INFO] [stdout]     |
[INFO] [stdout] 131 |     use crate::test::*;
[INFO] [stdout]     |                ^^^^ could not find `test` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::test`
[INFO] [stdout]     --> src/service/bugzilla/search.rs:2009:16
[INFO] [stdout]      |
[INFO] [stdout] 2009 |     use crate::test::*;
[INFO] [stdout]      |                ^^^^ could not find `test` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::test`
[INFO] [stdout]    --> src/service/bugzilla/update.rs:581:16
[INFO] [stdout]     |
[INFO] [stdout] 581 |     use crate::test::*;
[INFO] [stdout]     |                ^^^^ could not find `test` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::test`
[INFO] [stdout]    --> src/service/redmine/get.rs:150:16
[INFO] [stdout]     |
[INFO] [stdout] 150 |     use crate::test::*;
[INFO] [stdout]     |                ^^^^ could not find `test` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::test`
[INFO] [stdout]    --> src/service/redmine/search.rs:517:16
[INFO] [stdout]     |
[INFO] [stdout] 517 |     use crate::test::*;
[INFO] [stdout]     |                ^^^^ could not find `test` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::test`
[INFO] [stdout]   --> src/time/delta.rs:96:16
[INFO] [stdout]    |
[INFO] [stdout] 96 |     use crate::test::assert_err_re;
[INFO] [stdout]    |                ^^^^ could not find `test` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout] 9  | pub mod test;
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] note: the item is gated behind the `test` feature
[INFO] [stdout]   --> src/lib.rs:8:7
[INFO] [stdout]    |
[INFO] [stdout] 8  | #[cfg(feature = "test")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::test`
[INFO] [stdout]   --> src/time.rs:65:16
[INFO] [stdout]    |
[INFO] [stdout] 65 |     use crate::test::assert_err_re;
[INFO] [stdout]    |                ^^^^ could not find `test` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout] 9  | pub mod test;
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] note: the item is gated behind the `test` feature
[INFO] [stdout]   --> src/lib.rs:8:7
[INFO] [stdout]    |
[INFO] [stdout] 8  | #[cfg(feature = "test")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::test`
[INFO] [stdout]    --> src/traits.rs:216:16
[INFO] [stdout]     |
[INFO] [stdout] 216 |     use crate::test::*;
[INFO] [stdout]     |                ^^^^ could not find `test` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `wiremock`
[INFO] [stdout]    --> src/service/redmine/get.rs:148:9
[INFO] [stdout]     |
[INFO] [stdout] 148 |     use wiremock::{matchers, ResponseTemplate};
[INFO] [stdout]     |         ^^^^^^^^ use of undeclared crate or module `wiremock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_err_re` in this scope
[INFO] [stdout]    --> src/service/bugzilla/attachment/create.rs:489:9
[INFO] [stdout]     |
[INFO] [stdout] 489 |         assert_err_re!(err, "no IDs specified");
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_err_re` in this scope
[INFO] [stdout]    --> src/service/bugzilla/attachment/create.rs:494:9
[INFO] [stdout]     |
[INFO] [stdout] 494 |         assert_err_re!(err, "no attachments specified");
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_err_re` in this scope
[INFO] [stdout]    --> src/service/bugzilla/attachment/get.rs:112:9
[INFO] [stdout]     |
[INFO] [stdout] 112 |         assert_err_re!(err, "no IDs specified");
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_err_re` in this scope
[INFO] [stdout]    --> src/service/bugzilla/attachment/get.rs:120:9
[INFO] [stdout]     |
[INFO] [stdout] 120 |         assert_err_re!(err, "nonexistent attachment: 1");
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_err_re` in this scope
[INFO] [stdout]    --> src/service/bugzilla/attachment/get.rs:130:9
[INFO] [stdout]     |
[INFO] [stdout] 130 |         assert_err_re!(err, "deleted attachment: 21");
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_err_re` in this scope
[INFO] [stdout]    --> src/service/bugzilla/attachment/get.rs:140:9
[INFO] [stdout]     |
[INFO] [stdout] 140 |         assert_err_re!(err, "failed deserializing attachment: 123");
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_ordered_eq` in this scope
[INFO] [stdout]    --> src/service/bugzilla/attachment/get.rs:186:9
[INFO] [stdout]     |
[INFO] [stdout] 186 |         assert_ordered_eq!(attachments.iter().map(|x| x.id), ids);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_err_re` in this scope
[INFO] [stdout]    --> src/service/bugzilla/attachment/get_item.rs:118:9
[INFO] [stdout]     |
[INFO] [stdout] 118 |         assert_err_re!(err, "no IDs specified");
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_err_re` in this scope
[INFO] [stdout]    --> src/service/bugzilla/attachment/update.rs:156:9
[INFO] [stdout]     |
[INFO] [stdout] 156 |         assert_err_re!(err, "no IDs specified");
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_err_re` in this scope
[INFO] [stdout]    --> src/service/bugzilla/comment.rs:159:9
[INFO] [stdout]     |
[INFO] [stdout] 159 |         assert_err_re!(err, "no IDs specified");
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_ordered_eq` in this scope
[INFO] [stdout]    --> src/service/bugzilla/comment.rs:178:9
[INFO] [stdout]     |
[INFO] [stdout] 178 |         assert_ordered_eq!(comments[0].iter().map(|x| x.id), [1, 2, 3, 4, 5, 6, 7]);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_ordered_eq` in this scope
[INFO] [stdout]    --> src/service/bugzilla/comment.rs:182:9
[INFO] [stdout]     |
[INFO] [stdout] 182 |         assert_ordered_eq!(comments[0].iter().map(|x| x.id), [2, 3, 4]);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_ordered_eq` in this scope
[INFO] [stdout]    --> src/service/bugzilla/comment.rs:186:9
[INFO] [stdout]     |
[INFO] [stdout] 186 |         assert_ordered_eq!(comments[0].iter().map(|x| x.id), [1, 5, 6, 7]);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_ordered_eq` in this scope
[INFO] [stdout]    --> src/service/bugzilla/comment.rs:190:9
[INFO] [stdout]     |
[INFO] [stdout] 190 |         assert_ordered_eq!(comments[0].iter().map(|x| x.id), [1, 2, 3, 7]);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_ordered_eq` in this scope
[INFO] [stdout]    --> src/service/bugzilla/comment.rs:200:9
[INFO] [stdout]     |
[INFO] [stdout] 200 |         assert_ordered_eq!(comments[0].iter().map(|x| x.id), [4]);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_err_re` in this scope
[INFO] [stdout]    --> src/service/bugzilla/create.rs:489:9
[INFO] [stdout]     |
[INFO] [stdout] 489 |         assert_err_re!(
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_err_re` in this scope
[INFO] [stdout]    --> src/service/bugzilla/create.rs:504:9
[INFO] [stdout]     |
[INFO] [stdout] 504 |         assert_err_re!(err, "missing required fields: component, os, product");
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_err_re` in this scope
[INFO] [stdout]    --> src/service/bugzilla/get.rs:149:9
[INFO] [stdout]     |
[INFO] [stdout] 149 |         assert_err_re!(err, "no IDs specified");
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_err_re` in this scope
[INFO] [stdout]    --> src/service/bugzilla/get.rs:170:9
[INFO] [stdout]     |
[INFO] [stdout] 170 |         assert_err_re!(err, "invalid service response");
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_ordered_eq` in this scope
[INFO] [stdout]    --> src/service/bugzilla/get.rs:178:9
[INFO] [stdout]     |
[INFO] [stdout] 178 |         assert_ordered_eq!(bugs.iter().map(|x| x.id), ids);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_ordered_eq` in this scope
[INFO] [stdout]    --> src/service/bugzilla/get.rs:188:9
[INFO] [stdout]     |
[INFO] [stdout] 188 |         assert_ordered_eq!(bugs.iter().map(|x| x.id), ids);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_err_re` in this scope
[INFO] [stdout]    --> src/service/bugzilla/history.rs:145:9
[INFO] [stdout]     |
[INFO] [stdout] 145 |         assert_err_re!(err, "no IDs specified");
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_err_re` in this scope
[INFO] [stdout]    --> src/service/bugzilla/update.rs:594:9
[INFO] [stdout]     |
[INFO] [stdout] 594 |         assert_err_re!(err, "no IDs specified");
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_err_re` in this scope
[INFO] [stdout]    --> src/service/redmine/get.rs:164:9
[INFO] [stdout]     |
[INFO] [stdout] 164 |         assert_err_re!(err, "no IDs specified");
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_err_re` in this scope
[INFO] [stdout]    --> src/service/redmine/get.rs:171:9
[INFO] [stdout]     |
[INFO] [stdout] 171 |         assert_err_re!(err, "nonexistent issue: 1");
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_ordered_eq` in this scope
[INFO] [stdout]    --> src/service/redmine/get.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 179 |         assert_ordered_eq!(bugs.iter().map(|x| x.id), ids);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_err_re` in this scope
[INFO] [stdout]    --> src/service/redmine/search.rs:566:9
[INFO] [stdout]     |
[INFO] [stdout] 566 |         assert_err_re!(err, "IDs and ID ranges specified");
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_err_re` in this scope
[INFO] [stdout]    --> src/service/redmine/search.rs:568:9
[INFO] [stdout]     |
[INFO] [stdout] 568 |         assert_err_re!(err, "multiple ID ranges specified");
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_err_re` in this scope
[INFO] [stdout]    --> src/traits.rs:230:13
[INFO] [stdout]     |
[INFO] [stdout] 230 |             assert_err_re!(err, "invalid template name: ");
[INFO] [stdout]     |             ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_err_re` in this scope
[INFO] [stdout]    --> src/traits.rs:232:13
[INFO] [stdout]     |
[INFO] [stdout] 232 |             assert_err_re!(err, "invalid template name: ");
[INFO] [stdout]     |             ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_err_re` in this scope
[INFO] [stdout]    --> src/traits.rs:237:9
[INFO] [stdout]     |
[INFO] [stdout] 237 |         assert_err_re!(err, "empty request template: test");
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bugbite` (lib test) due to 49 previous errors
[INFO] running `Command { std: "docker" "inspect" "111f550bb267e615b8d2ff8b6697e281a1cbfb5f4695fb008c617abc4bae65e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "111f550bb267e615b8d2ff8b6697e281a1cbfb5f4695fb008c617abc4bae65e2", kill_on_drop: false }`
[INFO] [stdout] 111f550bb267e615b8d2ff8b6697e281a1cbfb5f4695fb008c617abc4bae65e2
