[INFO] cloning repository https://github.com/finn-rudolph/trees
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/finn-rudolph/trees" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffinn-rudolph%2Ftrees", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffinn-rudolph%2Ftrees'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 88695ec020803c597ddc0dddf06676c93438baa3
[INFO] checking finn-rudolph/trees against 165655a2f1981fef27b31c547ad7631979fc5139 for pr-160235
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffinn-rudolph%2Ftrees" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/finn-rudolph/trees
[INFO] finished tweaking git repo https://github.com/finn-rudolph/trees
[INFO] tweaked toml for git repo https://github.com/finn-rudolph/trees written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/finn-rudolph/trees on toolchain 165655a2f1981fef27b31c547ad7631979fc5139
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/finn-rudolph/trees 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" "+165655a2f1981fef27b31c547ad7631979fc5139" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ddbdffea07b48c9531ddd6b468539c8f25e9aaeac6d8e340936da4f12f30c4b0
[INFO] running `Command { std: "docker" "start" "ddbdffea07b48c9531ddd6b468539c8f25e9aaeac6d8e340936da4f12f30c4b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ddbdffea07b48c9531ddd6b468539c8f25e9aaeac6d8e340936da4f12f30c4b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ddbdffea07b48c9531ddd6b468539c8f25e9aaeac6d8e340936da4f12f30c4b0" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ddbdffea07b48c9531ddd6b468539c8f25e9aaeac6d8e340936da4f12f30c4b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ddbdffea07b48c9531ddd6b468539c8f25e9aaeac6d8e340936da4f12f30c4b0" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]     Checking anstyle-query v1.1.4
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking clap_builder v4.5.51
[INFO] [stderr]    Compiling syn v2.0.109
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]     Checking clap v4.5.51
[INFO] [stderr]     Checking trees v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: suspicious attribute: ExprKind::AddrOf
[INFO] [stdout]   --> src/bidag.rs:44:18
[INFO] [stdout]    |
[INFO] [stdout] 44 |             &mut #[inline(always)]
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::AddrOf
[INFO] [stdout]   --> src/bidag.rs:68:18
[INFO] [stdout]    |
[INFO] [stdout] 68 |             &mut #[inline(always)]
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::AddrOf
[INFO] [stdout]   --> src/bidag.rs:80:18
[INFO] [stdout]    |
[INFO] [stdout] 80 |             &mut #[inline(always)]
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::AddrOf
[INFO] [stdout]   --> src/bidag.rs:82:18
[INFO] [stdout]    |
[INFO] [stdout] 82 |             &mut #[inline(always)]
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::AddrOf
[INFO] [stdout]    --> src/bidag.rs:110:18
[INFO] [stdout]     |
[INFO] [stdout] 110 |             &mut #[inline(always)]
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::AddrOf
[INFO] [stdout]    --> src/bidag.rs:112:18
[INFO] [stdout]     |
[INFO] [stdout] 112 |             &mut #[inline(always)]
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::AddrOf
[INFO] [stdout]   --> src/bidag.rs:44:18
[INFO] [stdout]    |
[INFO] [stdout] 44 |             &mut #[inline(always)]
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::AddrOf
[INFO] [stdout]   --> src/bidag.rs:68:18
[INFO] [stdout]    |
[INFO] [stdout] 68 |             &mut #[inline(always)]
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::AddrOf
[INFO] [stdout]   --> src/bidag.rs:80:18
[INFO] [stdout]    |
[INFO] [stdout] 80 |             &mut #[inline(always)]
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::AddrOf
[INFO] [stdout]   --> src/bidag.rs:82:18
[INFO] [stdout]    |
[INFO] [stdout] 82 |             &mut #[inline(always)]
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::AddrOf
[INFO] [stdout]    --> src/bidag.rs:110:18
[INFO] [stdout]     |
[INFO] [stdout] 110 |             &mut #[inline(always)]
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::AddrOf
[INFO] [stdout]    --> src/bidag.rs:112:18
[INFO] [stdout]     |
[INFO] [stdout] 112 |             &mut #[inline(always)]
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::AddrOf
[INFO] [stdout]   --> src/term.rs:36:18
[INFO] [stdout]    |
[INFO] [stdout] 36 |             &mut #[inline(always)]
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::AddrOf
[INFO] [stdout]   --> src/term.rs:36:18
[INFO] [stdout]    |
[INFO] [stdout] 36 |             &mut #[inline(always)]
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Term`
[INFO] [stdout]  --> src/maps.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 |     term::{Term, TermRef},
[INFO] [stdout]   |            ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Term`
[INFO] [stdout]  --> src/maps.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 |     term::{Term, TermRef},
[INFO] [stdout]   |            ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `trees` (bin "trees") due to 7 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `trees` (bin "trees" test) due to 7 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "ddbdffea07b48c9531ddd6b468539c8f25e9aaeac6d8e340936da4f12f30c4b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ddbdffea07b48c9531ddd6b468539c8f25e9aaeac6d8e340936da4f12f30c4b0", kill_on_drop: false }`
[INFO] [stdout] ddbdffea07b48c9531ddd6b468539c8f25e9aaeac6d8e340936da4f12f30c4b0
