[INFO] cloning repository https://github.com/0xMimir/brokr [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/0xMimir/brokr" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xMimir%2Fbrokr", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xMimir%2Fbrokr'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d3612116bfdfddc060f895b406a7496cc19d411d [INFO] testing 0xMimir/brokr against master#1ddedbaa5919b7b3e70d984660e21e844c615c97 for pr-128400 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xMimir%2Fbrokr" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/0xMimir/brokr on toolchain 1ddedbaa5919b7b3e70d984660e21e844c615c97 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ddedbaa5919b7b3e70d984660e21e844c615c97" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/0xMimir/brokr [INFO] finished tweaking git repo https://github.com/0xMimir/brokr [INFO] tweaked toml for git repo https://github.com/0xMimir/brokr written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/0xMimir/brokr already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ddedbaa5919b7b3e70d984660e21e844c615c97" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1ddedbaa5919b7b3e70d984660e21e844c615c97" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cc3a7873e1c6fde25cb87c066a157e543bdd2b3ea085494a9f3ca2b641958f1d [INFO] running `Command { std: "docker" "start" "-a" "cc3a7873e1c6fde25cb87c066a157e543bdd2b3ea085494a9f3ca2b641958f1d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cc3a7873e1c6fde25cb87c066a157e543bdd2b3ea085494a9f3ca2b641958f1d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc3a7873e1c6fde25cb87c066a157e543bdd2b3ea085494a9f3ca2b641958f1d", kill_on_drop: false }` [INFO] [stdout] cc3a7873e1c6fde25cb87c066a157e543bdd2b3ea085494a9f3ca2b641958f1d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1ddedbaa5919b7b3e70d984660e21e844c615c97" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a5cb44477f9597c8698def7d3dfbc2443b4fd81c4a1aee90aa524db228131d0f [INFO] running `Command { std: "docker" "start" "-a" "a5cb44477f9597c8698def7d3dfbc2443b4fd81c4a1aee90aa524db228131d0f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.148 [INFO] [stderr] Compiling proc-macro2 v1.0.67 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling bytes v1.5.0 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling tracing-core v0.1.31 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling memchr v2.6.3 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling openssl v0.10.57 [INFO] [stderr] Compiling http v0.2.9 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling mio v0.8.8 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling socket2 v0.5.4 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling syn v2.0.35 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling tokio v1.32.0 [INFO] [stderr] Compiling bitflags v2.4.0 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Compiling futures-io v0.3.28 [INFO] [stderr] Compiling futures-sink v0.3.28 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling percent-encoding v2.3.0 [INFO] [stderr] Compiling try-lock v0.2.4 [INFO] [stderr] Compiling serde v1.0.188 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling anstyle-parse v0.2.1 [INFO] [stderr] Compiling form_urlencoded v1.2.0 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling socket2 v0.4.9 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling openssl-sys v0.9.93 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling anstyle v1.0.3 [INFO] [stderr] Compiling anstyle-query v1.0.0 [INFO] [stderr] Compiling anstream v0.5.0 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling clap_lex v0.5.1 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling clap_builder v4.4.2 [INFO] [stderr] Compiling url v2.4.1 [INFO] [stderr] Compiling encoding_rs v0.8.33 [INFO] [stderr] Compiling base64 v0.21.4 [INFO] [stderr] Compiling ipnet v2.8.0 [INFO] [stderr] Compiling linkify v0.10.0 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling tokio-util v0.7.8 [INFO] [stderr] Compiling clap_derive v4.4.2 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling h2 v0.3.21 [INFO] [stderr] Compiling clap v4.4.3 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling hyper v0.14.27 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.20 [INFO] [stderr] Compiling brokr v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include` [INFO] [stdout] --> src/main.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | #[cfg(not(tarpaulin_include))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.28s [INFO] running `Command { std: "docker" "inspect" "a5cb44477f9597c8698def7d3dfbc2443b4fd81c4a1aee90aa524db228131d0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a5cb44477f9597c8698def7d3dfbc2443b4fd81c4a1aee90aa524db228131d0f", kill_on_drop: false }` [INFO] [stdout] a5cb44477f9597c8698def7d3dfbc2443b4fd81c4a1aee90aa524db228131d0f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1ddedbaa5919b7b3e70d984660e21e844c615c97" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 357adfddd3140e59a647fb48056e0a81b72ba701b121a5fe6b168639cba7ecac [INFO] running `Command { std: "docker" "start" "-a" "357adfddd3140e59a647fb48056e0a81b72ba701b121a5fe6b168639cba7ecac", kill_on_drop: false }` [INFO] [stderr] Compiling brokr v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include` [INFO] [stdout] --> src/main.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | #[cfg(not(tarpaulin_include))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include` [INFO] [stdout] --> src/main.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | #[cfg(not(tarpaulin_include))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.38s [INFO] running `Command { std: "docker" "inspect" "357adfddd3140e59a647fb48056e0a81b72ba701b121a5fe6b168639cba7ecac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "357adfddd3140e59a647fb48056e0a81b72ba701b121a5fe6b168639cba7ecac", kill_on_drop: false }` [INFO] [stdout] 357adfddd3140e59a647fb48056e0a81b72ba701b121a5fe6b168639cba7ecac [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1ddedbaa5919b7b3e70d984660e21e844c615c97" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 519e22c514e683a64889edcc48a65b757d94216aac955bbad5db7851d669c592 [INFO] running `Command { std: "docker" "start" "-a" "519e22c514e683a64889edcc48a65b757d94216aac955bbad5db7851d669c592", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition name: `tarpaulin_include` [INFO] [stderr] --> src/main.rs:6:11 [INFO] [stderr] | [INFO] [stderr] 6 | #[cfg(not(tarpaulin_include))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `brokr` (bin "brokr" test) generated 1 warning [INFO] [stderr] warning: `brokr` (bin "brokr") generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.21s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/brokr-d6d82f2c4892a1e6) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test files::test_recurse_files ... ok [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/brokr-214f9d04e2efb07c) [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running tests/find-links.rs (/opt/rustwide/target/debug/deps/find_links-c18a2195e3c53bf6) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_scan_links ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/scan-links.rs (/opt/rustwide/target/debug/deps/scan_links-9c2b3b929039beca) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Doc-tests brokr [INFO] [stdout] test test_scan_links ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.35s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "519e22c514e683a64889edcc48a65b757d94216aac955bbad5db7851d669c592", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "519e22c514e683a64889edcc48a65b757d94216aac955bbad5db7851d669c592", kill_on_drop: false }` [INFO] [stdout] 519e22c514e683a64889edcc48a65b757d94216aac955bbad5db7851d669c592 [INFO] testing 0xMimir/brokr against try#33f1d8bb92813a1bfc23c093c9f443ab09290307 for pr-128400 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xMimir%2Fbrokr" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/0xMimir/brokr on toolchain 33f1d8bb92813a1bfc23c093c9f443ab09290307 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33f1d8bb92813a1bfc23c093c9f443ab09290307" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/0xMimir/brokr [INFO] finished tweaking git repo https://github.com/0xMimir/brokr [INFO] tweaked toml for git repo https://github.com/0xMimir/brokr written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/0xMimir/brokr already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33f1d8bb92813a1bfc23c093c9f443ab09290307" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+33f1d8bb92813a1bfc23c093c9f443ab09290307" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e577bb96f1ec4e2b6ea55f7f7690e6c26c32f373e6165d8bc0f14a6a50b5f5f5 [INFO] running `Command { std: "docker" "start" "-a" "e577bb96f1ec4e2b6ea55f7f7690e6c26c32f373e6165d8bc0f14a6a50b5f5f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e577bb96f1ec4e2b6ea55f7f7690e6c26c32f373e6165d8bc0f14a6a50b5f5f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e577bb96f1ec4e2b6ea55f7f7690e6c26c32f373e6165d8bc0f14a6a50b5f5f5", kill_on_drop: false }` [INFO] [stdout] e577bb96f1ec4e2b6ea55f7f7690e6c26c32f373e6165d8bc0f14a6a50b5f5f5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+33f1d8bb92813a1bfc23c093c9f443ab09290307" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cd73297c0aec202afaf2be24deec3a22ea0e0f58e58630b931c671f28f41d937 [INFO] running `Command { std: "docker" "start" "-a" "cd73297c0aec202afaf2be24deec3a22ea0e0f58e58630b931c671f28f41d937", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.148 [INFO] [stderr] Compiling proc-macro2 v1.0.67 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling bytes v1.5.0 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling tracing-core v0.1.31 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling memchr v2.6.3 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling openssl v0.10.57 [INFO] [stderr] Compiling http v0.2.9 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling socket2 v0.5.4 [INFO] [stderr] Compiling syn v2.0.35 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling mio v0.8.8 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling tokio v1.32.0 [INFO] [stderr] Compiling futures-sink v0.3.28 [INFO] [stderr] Compiling futures-io v0.3.28 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Compiling bitflags v2.4.0 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling try-lock v0.2.4 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling percent-encoding v2.3.0 [INFO] [stderr] Compiling serde v1.0.188 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling form_urlencoded v1.2.0 [INFO] [stderr] Compiling openssl-sys v0.9.93 [INFO] [stderr] Compiling anstyle-parse v0.2.1 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling socket2 v0.4.9 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling anstyle v1.0.3 [INFO] [stderr] Compiling anstyle-query v1.0.0 [INFO] [stderr] Compiling anstream v0.5.0 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling clap_lex v0.5.1 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling url v2.4.1 [INFO] [stderr] Compiling clap_builder v4.4.2 [INFO] [stderr] Compiling encoding_rs v0.8.33 [INFO] [stderr] Compiling ipnet v2.8.0 [INFO] [stderr] Compiling base64 v0.21.4 [INFO] [stderr] Compiling linkify v0.10.0 [INFO] [stderr] Compiling tokio-util v0.7.8 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling clap_derive v4.4.2 [INFO] [stderr] Compiling h2 v0.3.21 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling clap v4.4.3 [INFO] [stderr] Compiling hyper v0.14.27 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.20 [INFO] [stderr] Compiling brokr v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include` [INFO] [stdout] --> src/main.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | #[cfg(not(tarpaulin_include))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.78s [INFO] running `Command { std: "docker" "inspect" "cd73297c0aec202afaf2be24deec3a22ea0e0f58e58630b931c671f28f41d937", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd73297c0aec202afaf2be24deec3a22ea0e0f58e58630b931c671f28f41d937", kill_on_drop: false }` [INFO] [stdout] cd73297c0aec202afaf2be24deec3a22ea0e0f58e58630b931c671f28f41d937 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+33f1d8bb92813a1bfc23c093c9f443ab09290307" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cfa3273bb9fd191654ce7f1de48ca3920835b5baf69a799cc4e60673677e0b98 [INFO] running `Command { std: "docker" "start" "-a" "cfa3273bb9fd191654ce7f1de48ca3920835b5baf69a799cc4e60673677e0b98", kill_on_drop: false }` [INFO] [stderr] Compiling brokr v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include` [INFO] [stdout] --> src/main.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | #[cfg(not(tarpaulin_include))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include` [INFO] [stdout] --> src/main.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | #[cfg(not(tarpaulin_include))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.90s [INFO] running `Command { std: "docker" "inspect" "cfa3273bb9fd191654ce7f1de48ca3920835b5baf69a799cc4e60673677e0b98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cfa3273bb9fd191654ce7f1de48ca3920835b5baf69a799cc4e60673677e0b98", kill_on_drop: false }` [INFO] [stdout] cfa3273bb9fd191654ce7f1de48ca3920835b5baf69a799cc4e60673677e0b98 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+33f1d8bb92813a1bfc23c093c9f443ab09290307" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 144cb8e99199450e21b5161821531dddd53fe59371e7ef4f93fe274b050e473c [INFO] running `Command { std: "docker" "start" "-a" "144cb8e99199450e21b5161821531dddd53fe59371e7ef4f93fe274b050e473c", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition name: `tarpaulin_include` [INFO] [stderr] --> src/main.rs:6:11 [INFO] [stderr] | [INFO] [stderr] 6 | #[cfg(not(tarpaulin_include))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `brokr` (bin "brokr" test) generated 1 warning [INFO] [stderr] warning: `brokr` (bin "brokr") generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/brokr-d6d82f2c4892a1e6) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test files::test_recurse_files ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/brokr-214f9d04e2efb07c) [INFO] [stderr] Running tests/find-links.rs (/opt/rustwide/target/debug/deps/find_links-c18a2195e3c53bf6) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/scan-links.rs (/opt/rustwide/target/debug/deps/scan_links-9c2b3b929039beca) [INFO] [stdout] test test_scan_links ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_scan_links ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- test_scan_links stdout ---- [INFO] [stdout] thread 'test_scan_links' panicked at tests/scan-links.rs:24:5: [INFO] [stdout] assertion failed: broken_links.contains("https://link.random/there") [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55ec5e33c495 - std::backtrace_rs::backtrace::libunwind::trace::h644651cb29d88bb0 [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55ec5e33c495 - std::backtrace_rs::backtrace::trace_unsynchronized::h4f227a4714c93f22 [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55ec5e33c495 - std::sys::backtrace::_print_fmt::hfe88767e38ff4b4e [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55ec5e33c495 - ::fmt::h0e27af9f1d310e0a [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55ec5e36693b - core::fmt::rt::Argument::fmt::h900f10175a69b72e [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x55ec5e36693b - core::fmt::write::h3a97e76bd9b733fa [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/core/src/fmt/mod.rs:1178:21 [INFO] [stdout] 6: 0x55ec5e338d8f - std::io::Write::write_fmt::he4611995baa28da3 [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/std/src/io/mod.rs:1823:15 [INFO] [stdout] 7: 0x55ec5e33dcb1 - std::sys::backtrace::BacktraceLock::print::h52f15558f43bfe2f [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55ec5e33dcb1 - std::panicking::default_hook::{{closure}}::h77edc81607b06015 [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/std/src/panicking.rs:266:22 [INFO] [stdout] 9: 0x55ec5e33d858 - std::panicking::default_hook::h4a889c281e863e6e [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/std/src/panicking.rs:290:9 [INFO] [stdout] 10: 0x55ec5df24e5a - as core::ops::function::Fn>::call::h87ae598a6618f03f [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/alloc/src/boxed.rs:2162:9 [INFO] [stdout] 11: 0x55ec5df24e5a - test::test_main::{{closure}}::haa35c2695dfcc048 [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/test/src/lib.rs:132:21 [INFO] [stdout] 12: 0x55ec5e33e5bf - as core::ops::function::Fn>::call::h0934a01d4a1cdb06 [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/alloc/src/boxed.rs:2162:9 [INFO] [stdout] 13: 0x55ec5e33e5bf - std::panicking::rust_panic_with_hook::h74d8fff54c965152 [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/std/src/panicking.rs:805:13 [INFO] [stdout] 14: 0x55ec5e33e1b3 - std::panicking::begin_panic_handler::{{closure}}::h82b61517a14ab3ae [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/std/src/panicking.rs:664:13 [INFO] [stdout] 15: 0x55ec5e33c959 - std::sys::backtrace::__rust_end_short_backtrace::h7f24a51d7748d3e4 [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/std/src/sys/backtrace.rs:170:18 [INFO] [stdout] 16: 0x55ec5e33de74 - rust_begin_unwind [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/std/src/panicking.rs:662:5 [INFO] [stdout] 17: 0x55ec5e364d73 - core::panicking::panic_fmt::h7de3a20d92caa6a2 [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/core/src/panicking.rs:74:14 [INFO] [stdout] 18: 0x55ec5e364dfc - core::panicking::panic::h55413b069be8e45d [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/core/src/panicking.rs:148:5 [INFO] [stdout] 19: 0x55ec5deed669 - scan_links::test_scan_links::h44e515a461a198cc [INFO] [stdout] at /opt/rustwide/workdir/tests/scan-links.rs:24:5 [INFO] [stdout] 20: 0x55ec5deecf97 - scan_links::test_scan_links::{{closure}}::h021674fa1ac53b4b [INFO] [stdout] at /opt/rustwide/workdir/tests/scan-links.rs:7:21 [INFO] [stdout] 21: 0x55ec5dee7cf6 - core::ops::function::FnOnce::call_once::ha19fb800e86ccb41 [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 22: 0x55ec5df299db - core::ops::function::FnOnce::call_once::h24a6f01be65f4680 [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 23: 0x55ec5df299db - test::__rust_begin_short_backtrace::h7c53016b80d5a608 [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/test/src/lib.rs:620:18 [INFO] [stdout] 24: 0x55ec5df291f5 - test::run_test_in_process::{{closure}}::hde6a274ce897aaad [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/test/src/lib.rs:643:60 [INFO] [stdout] 25: 0x55ec5df291f5 - as core::ops::function::FnOnce<()>>::call_once::hd431ac2f54963786 [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 26: 0x55ec5df291f5 - std::panicking::try::do_call::h10362e01a063baa0 [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/std/src/panicking.rs:554:40 [INFO] [stdout] 27: 0x55ec5df291f5 - std::panicking::try::h30318180e4290dce [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/std/src/panicking.rs:518:19 [INFO] [stdout] 28: 0x55ec5df291f5 - std::panic::catch_unwind::h97d52b1b1f400ecc [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/std/src/panic.rs:345:14 [INFO] [stdout] 29: 0x55ec5df291f5 - test::run_test_in_process::haec7bb1f728b765d [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/test/src/lib.rs:643:27 [INFO] [stdout] 30: 0x55ec5df291f5 - test::run_test::{{closure}}::ha988a53ee25f80e1 [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/test/src/lib.rs:564:43 [INFO] [stdout] 31: 0x55ec5deeeac4 - test::run_test::{{closure}}::hddc4d91f14475af0 [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/test/src/lib.rs:594:41 [INFO] [stdout] 32: 0x55ec5deeeac4 - std::sys::backtrace::__rust_begin_short_backtrace::h550bd80387fd32b0 [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/std/src/sys/backtrace.rs:154:18 [INFO] [stdout] 33: 0x55ec5def21f2 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h0907e6530d89c432 [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/std/src/thread/mod.rs:524:17 [INFO] [stdout] 34: 0x55ec5def21f2 - as core::ops::function::FnOnce<()>>::call_once::h1426168782d20988 [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 35: 0x55ec5def21f2 - std::panicking::try::do_call::h9e10c7df8de701e0 [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/std/src/panicking.rs:554:40 [INFO] [stdout] 36: 0x55ec5def21f2 - std::panicking::try::hc0169bb633716dc9 [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/std/src/panicking.rs:518:19 [INFO] [stdout] 37: 0x55ec5def21f2 - std::panic::catch_unwind::h2d365a7fbba378ff [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/std/src/panic.rs:345:14 [INFO] [stdout] 38: 0x55ec5def21f2 - std::thread::Builder::spawn_unchecked_::{{closure}}::h99b3d5b0eb8d8349 [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/std/src/thread/mod.rs:523:30 [INFO] [stdout] 39: 0x55ec5def21f2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h785f99837c772588 [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 40: 0x55ec5e342c7b - as core::ops::function::FnOnce>::call_once::h9d8f2204f4fcbe73 [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/alloc/src/boxed.rs:2148:9 [INFO] [stdout] 41: 0x55ec5e342c7b - as core::ops::function::FnOnce>::call_once::h817ffd7b41f007e2 [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/alloc/src/boxed.rs:2148:9 [INFO] [stdout] 42: 0x55ec5e342c7b - std::sys::pal::unix::thread::Thread::new::thread_start::hfffda88b0cd3e69f [INFO] [stdout] at /rustc/33f1d8bb92813a1bfc23c093c9f443ab09290307/library/std/src/sys/pal/unix/thread.rs:105:17 [INFO] [stdout] 43: 0x7f3e9a84fac3 - [INFO] [stdout] 44: 0x7f3e9a8e0a04 - clone [INFO] [stdout] 45: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] test_scan_links [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--test scan-links` [INFO] running `Command { std: "docker" "inspect" "144cb8e99199450e21b5161821531dddd53fe59371e7ef4f93fe274b050e473c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "144cb8e99199450e21b5161821531dddd53fe59371e7ef4f93fe274b050e473c", kill_on_drop: false }` [INFO] [stdout] 144cb8e99199450e21b5161821531dddd53fe59371e7ef4f93fe274b050e473c