[INFO] cloning repository https://github.com/JeremyMoeglich/Envoyr
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JeremyMoeglich/Envoyr" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJeremyMoeglich%2FEnvoyr", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJeremyMoeglich%2FEnvoyr'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5bf65175451d2befb0c4f49c30c3c2727778d708
[INFO] testing JeremyMoeglich/Envoyr against master#2fd6efc32704647e64d3d646d21c4c68eae100e4 for pr-149852-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJeremyMoeglich%2FEnvoyr" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/JeremyMoeglich/Envoyr
[INFO] finished tweaking git repo https://github.com/JeremyMoeglich/Envoyr
[INFO] tweaked toml for git repo https://github.com/JeremyMoeglich/Envoyr written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/JeremyMoeglich/Envoyr on toolchain 2fd6efc32704647e64d3d646d21c4c68eae100e4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/JeremyMoeglich/Envoyr 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" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded num-cmp v0.1.0
[INFO] [stderr]   Downloaded uuid-simd v0.8.0
[INFO] [stderr]   Downloaded borrow-or-share v0.2.2
[INFO] [stderr]   Downloaded thiserror-impl v2.0.0
[INFO] [stderr]   Downloaded thiserror v2.0.0
[INFO] [stderr]   Downloaded drop_bomb v0.1.5
[INFO] [stderr]   Downloaded biome_json_factory v0.5.7
[INFO] [stderr]   Downloaded biome_deserialize v0.5.7
[INFO] [stderr]   Downloaded biome_markup v0.5.7
[INFO] [stderr]   Downloaded biome_deserialize_macros v0.5.7
[INFO] [stderr]   Downloaded biome_text_edit v0.5.7
[INFO] [stderr]   Downloaded jsonschema v0.26.1
[INFO] [stderr]   Downloaded biome_diagnostics_categories v0.5.7
[INFO] [stderr]   Downloaded email_address v0.2.9
[INFO] [stderr]   Downloaded biome_diagnostics v0.5.7
[INFO] [stderr]   Downloaded biome_json_parser v0.5.7
[INFO] [stderr]   Downloaded cc v1.1.28
[INFO] [stderr]   Downloaded biome_rowan v0.5.7
[INFO] [stderr]   Downloaded biome_formatter v0.5.7
[INFO] [stderr]   Downloaded oxc_resolver v1.12.0
[INFO] [stderr]   Downloaded biome_text_size v0.5.7
[INFO] [stderr]   Downloaded biome_js_syntax v0.5.7
[INFO] [stderr]   Downloaded fraction v0.15.3
[INFO] [stderr]   Downloaded biome_js_factory v0.5.7
[INFO] [stderr]   Downloaded bpaf v0.9.14
[INFO] [stderr]   Downloaded biome_console v0.5.7
[INFO] [stderr]   Downloaded bpaf_derive v0.5.13
[INFO] [stderr]   Downloaded countme v3.0.1
[INFO] [stderr]   Downloaded jemallocator v0.5.4
[INFO] [stderr]   Downloaded biome_json_syntax v0.5.7
[INFO] [stderr]   Downloaded biome_parser v0.5.7
[INFO] [stderr]   Downloaded biome_diagnostics_macros v0.5.7
[INFO] [stderr]   Downloaded json-strip-comments v1.0.4
[INFO] [stderr]   Downloaded biome_unicode_table v0.5.7
[INFO] [stderr]   Downloaded fluent-uri v0.3.2
[INFO] [stderr]   Downloaded referencing v0.26.1
[INFO] [stderr]   Downloaded fjson v0.3.1
[INFO] [stderr]   Downloaded biome_js_formatter v0.5.7
[INFO] [stderr]   Downloaded biome_js_parser v0.5.7
[INFO] [stderr]   Downloaded jemalloc-sys v0.5.4+5.3.0-patched
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 787c4bf603394f0fef0451befa8f4729087226c674252aa45a142b84d0f3e257
[INFO] running `Command { std: "docker" "start" "-a" "787c4bf603394f0fef0451befa8f4729087226c674252aa45a142b84d0f3e257", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "787c4bf603394f0fef0451befa8f4729087226c674252aa45a142b84d0f3e257", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "787c4bf603394f0fef0451befa8f4729087226c674252aa45a142b84d0f3e257", kill_on_drop: false }`
[INFO] [stdout] 787c4bf603394f0fef0451befa8f4729087226c674252aa45a142b84d0f3e257
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 89ddc8c3a4f7df8306b4dd93074f12c0271c93a3e68eee5423fae24cd8c6c37d
[INFO] running `Command { std: "docker" "start" "-a" "89ddc8c3a4f7df8306b4dd93074f12c0271c93a3e68eee5423fae24cd8c6c37d", kill_on_drop: false }`
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]    Compiling hashbrown v0.15.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling libc v0.2.159
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling memoffset v0.8.0
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling similar v2.6.0
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling schemars v0.8.21
[INFO] [stderr]    Compiling countme v3.0.1
[INFO] [stderr]    Compiling dyn-clone v1.0.17
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling json-strip-comments v1.0.4
[INFO] [stderr]    Compiling object v0.36.5
[INFO] [stderr]    Compiling rustc-hash v2.0.0
[INFO] [stderr]    Compiling simdutf8 v0.1.5
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling litemap v0.7.3
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling drop_bomb v0.1.5
[INFO] [stderr]    Compiling biome_unicode_table v0.5.7
[INFO] [stderr]    Compiling unicode-bom v2.0.3
[INFO] [stderr]    Compiling ref-cast v1.0.23
[INFO] [stderr]    Compiling cc v1.1.28
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling borrow-or-share v0.2.2
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling anstream v0.6.15
[INFO] [stderr]    Compiling outref v0.5.1
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling vsimd v0.8.0
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling thiserror v2.0.0
[INFO] [stderr]    Compiling uuid v1.11.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling biome_diagnostics_categories v0.5.7
[INFO] [stderr]    Compiling clap_lex v0.7.2
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling mio v1.0.2
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling clap_builder v4.5.19
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling bytecount v0.6.8
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling uuid-simd v0.8.0
[INFO] [stderr]    Compiling num-cmp v0.1.0
[INFO] [stderr]    Compiling biome_markup v0.5.7
[INFO] [stderr]    Compiling fjson v0.3.1
[INFO] [stderr]    Compiling jemalloc-sys v0.5.4+5.3.0-patched
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling biome_diagnostics_macros v0.5.7
[INFO] [stderr]    Compiling biome_deserialize_macros v0.5.7
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling fraction v0.15.3
[INFO] [stderr]    Compiling backtrace v0.3.74
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling zerofrom-derive v0.1.4
[INFO] [stderr]    Compiling yoke-derive v0.7.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.64
[INFO] [stderr]    Compiling schemars_derive v0.8.21
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling bpaf_derive v0.5.13
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling ref-cast-impl v1.0.23
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.0
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]    Compiling fancy-regex v0.14.0
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling regex v1.11.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling thiserror v1.0.64
[INFO] [stderr]    Compiling zerofrom v0.1.4
[INFO] [stderr]    Compiling yoke v0.7.4
[INFO] [stderr]    Compiling tokio v1.40.0
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling bpaf v0.9.14
[INFO] [stderr]    Compiling clap v4.5.19
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling indexmap v2.6.0
[INFO] [stderr]    Compiling biome_text_size v0.5.7
[INFO] [stderr]    Compiling fluent-uri v0.3.2
[INFO] [stderr]    Compiling email_address v0.2.9
[INFO] [stderr]    Compiling biome_text_edit v0.5.7
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling biome_rowan v0.5.7
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling biome_json_syntax v0.5.7
[INFO] [stderr]    Compiling referencing v0.26.1
[INFO] [stderr]    Compiling biome_json_factory v0.5.7
[INFO] [stderr]    Compiling oxc_resolver v1.12.0
[INFO] [stderr]    Compiling jsonschema v0.26.1
[INFO] [stderr]    Compiling biome_console v0.5.7
[INFO] [stderr]    Compiling biome_diagnostics v0.5.7
[INFO] [stderr]    Compiling biome_parser v0.5.7
[INFO] [stderr]    Compiling biome_js_syntax v0.5.7
[INFO] [stderr]    Compiling biome_json_parser v0.5.7
[INFO] [stderr]    Compiling biome_deserialize v0.5.7
[INFO] [stderr]    Compiling biome_formatter v0.5.7
[INFO] [stderr]    Compiling biome_js_factory v0.5.7
[INFO] [stderr]    Compiling biome_js_formatter v0.5.7
[INFO] [stderr]    Compiling biome_js_parser v0.5.7
[INFO] [stderr]    Compiling jemallocator v0.5.4
[INFO] [stderr]    Compiling weaveconfig v0.6.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `merging::merge_values_consume`
[INFO] [stdout]   --> src/apply_resolved.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     merging::merge_values_consume,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `replace_mapping`, `remove_mapping_by_ancestor`, `remove_mapping_by_space`, `list_space_to_ancestor`, `contains_ancestor`, and `clear` are never used
[INFO] [stdout]    --> src/ancestor_mapping.rs:117:12
[INFO] [stdout]     |
[INFO] [stdout]  38 | impl AncestorMapping {
[INFO] [stdout]     | -------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 117 |     pub fn replace_mapping(&mut self, ancestor: String, new_space: String) -> Option<String> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 162 |     pub fn remove_mapping_by_ancestor(&mut self, ancestor: &String) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 |     pub fn remove_mapping_by_space(&mut self, space: &String) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 278 |     pub fn list_space_to_ancestor(&self) -> &HashMap<String, HashSet<String>> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 299 |     pub fn contains_ancestor(&self, ancestor: &String) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 |     pub fn clear(&mut self) {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s
[INFO] running `Command { std: "docker" "inspect" "89ddc8c3a4f7df8306b4dd93074f12c0271c93a3e68eee5423fae24cd8c6c37d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "89ddc8c3a4f7df8306b4dd93074f12c0271c93a3e68eee5423fae24cd8c6c37d", kill_on_drop: false }`
[INFO] [stdout] 89ddc8c3a4f7df8306b4dd93074f12c0271c93a3e68eee5423fae24cd8c6c37d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c8a6cbd78d36ee463744a47baa4838f3357a1db95aa688ecf639a51b36c9a7f3
[INFO] running `Command { std: "docker" "start" "-a" "c8a6cbd78d36ee463744a47baa4838f3357a1db95aa688ecf639a51b36c9a7f3", kill_on_drop: false }`
[INFO] [stderr]    Compiling weaveconfig v0.6.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `merging::merge_values_consume`
[INFO] [stdout]   --> src/apply_resolved.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     merging::merge_values_consume,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `replace_mapping`, `remove_mapping_by_ancestor`, `remove_mapping_by_space`, `list_space_to_ancestor`, `contains_ancestor`, and `clear` are never used
[INFO] [stdout]    --> src/ancestor_mapping.rs:117:12
[INFO] [stdout]     |
[INFO] [stdout]  38 | impl AncestorMapping {
[INFO] [stdout]     | -------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 117 |     pub fn replace_mapping(&mut self, ancestor: String, new_space: String) -> Option<String> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 162 |     pub fn remove_mapping_by_ancestor(&mut self, ancestor: &String) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 |     pub fn remove_mapping_by_space(&mut self, space: &String) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 278 |     pub fn list_space_to_ancestor(&self) -> &HashMap<String, HashSet<String>> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 299 |     pub fn contains_ancestor(&self, ancestor: &String) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 |     pub fn clear(&mut self) {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `merging::merge_values_consume`
[INFO] [stdout]   --> src/apply_resolved.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     merging::merge_values_consume,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.78s
[INFO] running `Command { std: "docker" "inspect" "c8a6cbd78d36ee463744a47baa4838f3357a1db95aa688ecf639a51b36c9a7f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c8a6cbd78d36ee463744a47baa4838f3357a1db95aa688ecf639a51b36c9a7f3", kill_on_drop: false }`
[INFO] [stdout] c8a6cbd78d36ee463744a47baa4838f3357a1db95aa688ecf639a51b36c9a7f3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8023af5d6e62c69b974d8d74d554c49b65cd9d6a98a7e9f96f6d9c443f3216e6
[INFO] running `Command { std: "docker" "start" "-a" "8023af5d6e62c69b974d8d74d554c49b65cd9d6a98a7e9f96f6d9c443f3216e6", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `merging::merge_values_consume`
[INFO] [stderr]   --> src/apply_resolved.rs:13:5
[INFO] [stderr]    |
[INFO] [stderr] 13 |     merging::merge_values_consume,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: methods `replace_mapping`, `remove_mapping_by_ancestor`, `remove_mapping_by_space`, `list_space_to_ancestor`, `contains_ancestor`, and `clear` are never used
[INFO] [stderr]    --> src/ancestor_mapping.rs:117:12
[INFO] [stderr]     |
[INFO] [stderr]  38 | impl AncestorMapping {
[INFO] [stderr]     | -------------------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 117 |     pub fn replace_mapping(&mut self, ancestor: String, new_space: String) -> Option<String> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 162 |     pub fn remove_mapping_by_ancestor(&mut self, ancestor: &String) -> bool {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 |     pub fn remove_mapping_by_space(&mut self, space: &String) -> bool {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 278 |     pub fn list_space_to_ancestor(&self) -> &HashMap<String, HashSet<String>> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 299 |     pub fn contains_ancestor(&self, ancestor: &String) -> bool {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 331 |     pub fn clear(&mut self) {
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `weaveconfig` (lib) generated 2 warnings (run `cargo fix --lib -p weaveconfig` to apply 1 suggestion)
[INFO] [stderr] warning: `weaveconfig` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/weaveconfig-5c95e6bb355ef8c5)
[INFO] [stdout] 
[INFO] [stdout] running 43 tests
[INFO] [stdout] test ancestor_mapping::tests::test_add_mapping_duplicate ... ok
[INFO] [stdout] test ancestor_mapping::tests::test_add_mapping_success ... ok
[INFO] [stdout] test ancestor_mapping::tests::test_replace_mapping_existing ... ok
[INFO] [stdout] test ancestor_mapping::tests::test_replace_mapping_nonexistent ... ok
[INFO] [stdout] test template_file::integer::tests::test_empty_input ... ok
[INFO] [stdout] test ancestor_mapping::tests::test_remove_mapping_by_space ... ok
[INFO] [stdout] test ancestor_mapping::tests::test_remove_mapping_by_ancestor ... ok
[INFO] [stdout] test ancestor_mapping::tests::test_clear_mappings ... ok
[INFO] [stdout] test ancestor_mapping::tests::test_contains_methods ... ok
[INFO] [stdout] test template_file::integer::tests::test_integer_with_plus_sign ... ok
[INFO] [stdout] test template_file::integer::tests::test_negative_zero ... ok
[INFO] [stdout] test template_file::integer::tests::test_no_digits ... ok
[INFO] [stdout] test template_file::integer::tests::test_zero ... ok
[INFO] [stdout] test template_file::segment::tests::test_alphanumeric ... ok
[INFO] [stdout] test template_file::segment::tests::test_double_quoted ... ok
[INFO] [stdout] test template_file::segment::tests::test_empty_input ... ok
[INFO] [stdout] test template_file::segment::tests::test_escape_sequences ... ok
[INFO] [stdout] test template_file::segment::tests::test_non_alphanumeric_start ... ok
[INFO] [stdout] test template_file::segment::tests::test_unclosed_quote ... ok
[INFO] [stdout] test template_file::segment::tests::test_single_quoted ... ok
[INFO] [stdout] test template_file::tests::test_array_indexing ... ok
[INFO] [stdout] test template_file::tests::test_double_escape ... ok
[INFO] [stdout] test template_file::segment::tests::test_mixed_input ... ok
[INFO] [stdout] test template_file::tests::test_complex_key ... ok
[INFO] [stdout] test template_file::tests::test_escaped_variable ... ok
[INFO] [stdout] test template_file::integer::tests::test_overflow ... ok
[INFO] [stdout] test template_file::tests::test_literal_backslash ... ok
[INFO] [stdout] test template_file::integer::tests::test_positive_integer ... ok
[INFO] [stdout] test template_file::tests::test_invalid_array_index ... ok
[INFO] [stdout] test template_file::tests::test_escaped_double_braces ... ok
[INFO] [stdout] test template_file::tests::test_missing_variable_error ... ok
[INFO] [stdout] test template_file::tests::test_nested_variable_interpolation ... ok
[INFO] [stdout] test template_file::tests::test_text_with_no_variable ... ok
[INFO] [stdout] test template_file::tests::test_type_error_on_indexing_non_array ... ok
[INFO] [stdout] test template_file::segment::tests::test_alphanumeric_with_underscores_and_hyphens ... ok
[INFO] [stdout] test template_file::tests::test_unclosed_variable ... ok
[INFO] [stdout] test template_file::tests::test_unescaped_single_brace ... ok
[INFO] [stdout] test template_file::tests::test_variable_interpolation ... ok
[INFO] [stderr]      Running unittests src/bin/weaveconfig.rs (/opt/rustwide/target/debug/deps/weaveconfig-8a270bea4ad668bb)
[INFO] [stderr]    Doc-tests weaveconfig
[INFO] [stdout] test template_file::segment::tests::test_valid_segment_starts ... ok
[INFO] [stdout] test template_file::integer::tests::test_invalid_character ... ok
[INFO] [stdout] test template_file::segment::tests::test_zero_characters_parsed_error ... ok
[INFO] [stdout] test template_file::integer::tests::test_negative_integer ... ok
[INFO] [stdout] test template_file::integer::tests::test_only_sign ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 43 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[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] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test src/ancestor_mapping.rs - ancestor_mapping::AncestorMapping::remove_mapping_by_space (line 188) ... FAILED
[INFO] [stdout] test src/ancestor_mapping.rs - ancestor_mapping::AncestorMapping::replace_mapping (line 114) ... FAILED
[INFO] [stdout] test src/ancestor_mapping.rs - ancestor_mapping::AncestorMapping::contains_space (line 315) ... FAILED
[INFO] [stdout] test src/ancestor_mapping.rs - ancestor_mapping::AncestorMapping::add_mapping (line 76) ... FAILED
[INFO] [stdout] test src/ancestor_mapping.rs - ancestor_mapping::AncestorMapping::contains_ancestor (line 294) ... FAILED
[INFO] [stdout] test src/ancestor_mapping.rs - ancestor_mapping::AncestorMapping::get_ancestors (line 235) ... FAILED
[INFO] [stdout] test src/ancestor_mapping.rs - ancestor_mapping::AncestorMapping::list_space_to_ancestor (line 273) ... FAILED
[INFO] [stdout] test src/ancestor_mapping.rs - ancestor_mapping::AncestorMapping::clear (line 328) ... FAILED
[INFO] [stdout] test src/ancestor_mapping.rs - ancestor_mapping::AncestorMapping::get_space (line 214) ... FAILED
[INFO] [stdout] test src/ancestor_mapping.rs - ancestor_mapping::AncestorMapping::list_ancestor_to_space (line 256) ... FAILED
[INFO] [stdout] test src/ancestor_mapping.rs - ancestor_mapping::AncestorMapping::remove_mapping_by_ancestor (line 159) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/ancestor_mapping.rs - ancestor_mapping::AncestorMapping::remove_mapping_by_space (line 188) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `root_mapping` in this scope
[INFO] [stdout]    --> src/ancestor_mapping.rs:189:15
[INFO] [stdout]     |
[INFO] [stdout] 189 | let removed = root_mapping.remove_mapping_by_space("prod".to_string());
[INFO] [stdout]     |               ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ancestor_mapping.rs - ancestor_mapping::AncestorMapping::replace_mapping (line 114) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `root_mapping` in this scope
[INFO] [stdout]    --> src/ancestor_mapping.rs:115:16
[INFO] [stdout]     |
[INFO] [stdout] 115 | let previous = root_mapping.replace_mapping("prod1".to_string(), "staging".to_string());
[INFO] [stdout]     |                ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ancestor_mapping.rs - ancestor_mapping::AncestorMapping::contains_space (line 315) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `root_mapping` in this scope
[INFO] [stdout]    --> src/ancestor_mapping.rs:316:4
[INFO] [stdout]     |
[INFO] [stdout] 316 | if root_mapping.contains_space(&"prod".to_string()) {
[INFO] [stdout]     |    ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ancestor_mapping.rs - ancestor_mapping::AncestorMapping::add_mapping (line 76) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `root_mapping` in this scope
[INFO] [stdout]   --> src/ancestor_mapping.rs:77:1
[INFO] [stdout]    |
[INFO] [stdout] 77 | root_mapping.add_mapping("prod1".to_string(), "prod".to_string()).unwrap();
[INFO] [stdout]    | ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ancestor_mapping.rs - ancestor_mapping::AncestorMapping::contains_ancestor (line 294) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `root_mapping` in this scope
[INFO] [stdout]    --> src/ancestor_mapping.rs:295:4
[INFO] [stdout]     |
[INFO] [stdout] 295 | if root_mapping.contains_ancestor(&"prod1".to_string()) {
[INFO] [stdout]     |    ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ancestor_mapping.rs - ancestor_mapping::AncestorMapping::get_ancestors (line 235) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `root_mapping` in this scope
[INFO] [stdout]    --> src/ancestor_mapping.rs:236:26
[INFO] [stdout]     |
[INFO] [stdout] 236 | if let Some(ancestors) = root_mapping.get_ancestors(&"prod".to_string()) {
[INFO] [stdout]     |                          ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ancestor_mapping.rs - ancestor_mapping::AncestorMapping::list_space_to_ancestor (line 273) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `root_mapping` in this scope
[INFO] [stdout]    --> src/ancestor_mapping.rs:274:27
[INFO] [stdout]     |
[INFO] [stdout] 274 | for (space, ancestors) in root_mapping.list_space_to_ancestor() {
[INFO] [stdout]     |                           ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ancestor_mapping.rs - ancestor_mapping::AncestorMapping::clear (line 328) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `root_mapping` in this scope
[INFO] [stdout]    --> src/ancestor_mapping.rs:329:1
[INFO] [stdout]     |
[INFO] [stdout] 329 | root_mapping.clear();
[INFO] [stdout]     | ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ancestor_mapping.rs - ancestor_mapping::AncestorMapping::get_space (line 214) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `root_mapping` in this scope
[INFO] [stdout]    --> src/ancestor_mapping.rs:215:22
[INFO] [stdout]     |
[INFO] [stdout] 215 | if let Some(space) = root_mapping.get_space(&"prod1".to_string()) {
[INFO] [stdout]     |                      ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ancestor_mapping.rs - ancestor_mapping::AncestorMapping::list_ancestor_to_space (line 256) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `root_mapping` in this scope
[INFO] [stdout]    --> src/ancestor_mapping.rs:257:26
[INFO] [stdout]     |
[INFO] [stdout] 257 | for (ancestor, space) in root_mapping.list_ancestor_to_space() {
[INFO] [stdout]     |                          ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ancestor_mapping.rs - ancestor_mapping::AncestorMapping::remove_mapping_by_ancestor (line 159) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `root_mapping` in this scope
[INFO] [stdout]    --> src/ancestor_mapping.rs:160:15
[INFO] [stdout]     |
[INFO] [stdout] 160 | let removed = root_mapping.remove_mapping_by_ancestor("prod1".to_string());
[INFO] [stdout]     |               ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/ancestor_mapping.rs - ancestor_mapping::AncestorMapping::add_mapping (line 76)
[INFO] [stdout]     src/ancestor_mapping.rs - ancestor_mapping::AncestorMapping::clear (line 328)
[INFO] [stdout]     src/ancestor_mapping.rs - ancestor_mapping::AncestorMapping::contains_ancestor (line 294)
[INFO] [stdout]     src/ancestor_mapping.rs - ancestor_mapping::AncestorMapping::contains_space (line 315)
[INFO] [stdout]     src/ancestor_mapping.rs - ancestor_mapping::AncestorMapping::get_ancestors (line 235)
[INFO] [stdout]     src/ancestor_mapping.rs - ancestor_mapping::AncestorMapping::get_space (line 214)
[INFO] [stdout]     src/ancestor_mapping.rs - ancestor_mapping::AncestorMapping::list_ancestor_to_space (line 256)
[INFO] [stdout]     src/ancestor_mapping.rs - ancestor_mapping::AncestorMapping::list_space_to_ancestor (line 273)
[INFO] [stdout]     src/ancestor_mapping.rs - ancestor_mapping::AncestorMapping::remove_mapping_by_ancestor (line 159)
[INFO] [stdout]     src/ancestor_mapping.rs - ancestor_mapping::AncestorMapping::remove_mapping_by_space (line 188)
[INFO] [stdout]     src/ancestor_mapping.rs - ancestor_mapping::AncestorMapping::replace_mapping (line 114)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 11 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.55s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "8023af5d6e62c69b974d8d74d554c49b65cd9d6a98a7e9f96f6d9c443f3216e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8023af5d6e62c69b974d8d74d554c49b65cd9d6a98a7e9f96f6d9c443f3216e6", kill_on_drop: false }`
[INFO] [stdout] 8023af5d6e62c69b974d8d74d554c49b65cd9d6a98a7e9f96f6d9c443f3216e6
