[INFO] cloning repository https://github.com/AD1024/LeanRW
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AD1024/LeanRW" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAD1024%2FLeanRW", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAD1024%2FLeanRW'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f37a53e61b8403d190011230050171dfc4656828
[INFO] checking AD1024/LeanRW against try#c8085cfed34c45021fc8f66d073f6394b3e35431 for pr-148939
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAD1024%2FLeanRW" "/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/AD1024/LeanRW
[INFO] finished tweaking git repo https://github.com/AD1024/LeanRW
[INFO] tweaked toml for git repo https://github.com/AD1024/LeanRW written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AD1024/LeanRW on toolchain c8085cfed34c45021fc8f66d073f6394b3e35431
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c8085cfed34c45021fc8f66d073f6394b3e35431" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AD1024/LeanRW 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" "+c8085cfed34c45021fc8f66d073f6394b3e35431" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+c8085cfed34c45021fc8f66d073f6394b3e35431" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ade089d8ea3e39484a117203d68dfb30f0c0888c7399471e9decfd5dafe0c216
[INFO] running `Command { std: "docker" "start" "-a" "ade089d8ea3e39484a117203d68dfb30f0c0888c7399471e9decfd5dafe0c216", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ade089d8ea3e39484a117203d68dfb30f0c0888c7399471e9decfd5dafe0c216", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ade089d8ea3e39484a117203d68dfb30f0c0888c7399471e9decfd5dafe0c216", kill_on_drop: false }`
[INFO] [stdout] ade089d8ea3e39484a117203d68dfb30f0c0888c7399471e9decfd5dafe0c216
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+c8085cfed34c45021fc8f66d073f6394b3e35431" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4597c51833fb7105f472d9d7387c552ebd1e830c16e52503a90bd8cfc1b13d5f
[INFO] running `Command { std: "docker" "start" "-a" "4597c51833fb7105f472d9d7387c552ebd1e830c16e52503a90bd8cfc1b13d5f", 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]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]     Checking hashbrown v0.16.0
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking inplace-vec-builder v0.1.1
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking itoa v1.0.15
[INFO] [stderr]     Checking ryu v1.0.20
[INFO] [stderr]     Checking binary-merge v0.1.2
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking sorted-iter v0.1.11
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking rustc-hash v2.1.1
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking symbol_table v0.3.0
[INFO] [stderr]     Checking indexmap v2.12.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling slotted-egraphs-derive v0.0.36
[INFO] [stderr]     Checking ordered-float v5.1.0
[INFO] [stderr]     Checking vec-collections v0.4.3
[INFO] [stderr]     Checking slotted-egraphs v0.0.36 (https://github.com/AD1024/slotted-egraphs.git?branch=main#ef9644c9)
[INFO] [stderr]     Checking egraph-serialize v0.3.0
[INFO] [stderr]     Checking LeanRW v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0583]: file not found for module `extraction`
[INFO] [stdout]  --> src/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | mod extraction;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `extraction`, create file "src/extraction.rs" or "src/extraction/mod.rs"
[INFO] [stdout]   = note: if there is a `mod extraction` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `serialize`
[INFO] [stdout]  --> src/main.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | mod serialize;
[INFO] [stdout]   | ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `serialize`, create file "src/serialize.rs" or "src/serialize/mod.rs"
[INFO] [stdout]   = note: if there is a `mod serialize` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `extraction`
[INFO] [stdout]  --> src/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | mod extraction;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `extraction`, create file "src/extraction.rs" or "src/extraction/mod.rs"
[INFO] [stdout]   = note: if there is a `mod extraction` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `serialize`
[INFO] [stdout]  --> src/main.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | mod serialize;
[INFO] [stdout]   | ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `serialize`, create file "src/serialize.rs" or "src/serialize/mod.rs"
[INFO] [stdout]   = note: if there is a `mod serialize` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0583`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `LeanRW` (bin "LeanRW") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0583`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `LeanRW` (bin "LeanRW" test) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "4597c51833fb7105f472d9d7387c552ebd1e830c16e52503a90bd8cfc1b13d5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4597c51833fb7105f472d9d7387c552ebd1e830c16e52503a90bd8cfc1b13d5f", kill_on_drop: false }`
[INFO] [stdout] 4597c51833fb7105f472d9d7387c552ebd1e830c16e52503a90bd8cfc1b13d5f
