[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] f0082485a8e80893b887a896194a8821b4f1ceb6
[INFO] checking AD1024/LeanRW against try#f3d95de532264a1215023baa665c0028aecf74b1 for pr-148477
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAD1024%2FLeanRW" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-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-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AD1024/LeanRW on toolchain f3d95de532264a1215023baa665c0028aecf74b1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f3d95de532264a1215023baa665c0028aecf74b1" "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" "+f3d95de532264a1215023baa665c0028aecf74b1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+f3d95de532264a1215023baa665c0028aecf74b1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a7f162bc9d29cc61876b7eca831d02aed142f0bfa213908634b9654a61f8622f
[INFO] running `Command { std: "docker" "start" "-a" "a7f162bc9d29cc61876b7eca831d02aed142f0bfa213908634b9654a61f8622f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a7f162bc9d29cc61876b7eca831d02aed142f0bfa213908634b9654a61f8622f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a7f162bc9d29cc61876b7eca831d02aed142f0bfa213908634b9654a61f8622f", kill_on_drop: false }`
[INFO] [stdout] a7f162bc9d29cc61876b7eca831d02aed142f0bfa213908634b9654a61f8622f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+f3d95de532264a1215023baa665c0028aecf74b1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 42bac2f9b4b798f995939c8509f091435dddd1a1b6c82102aad7b3ee60964e28
[INFO] running `Command { std: "docker" "start" "-a" "42bac2f9b4b798f995939c8509f091435dddd1a1b6c82102aad7b3ee60964e28", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking binary-merge v0.1.2
[INFO] [stderr]     Checking sorted-iter v0.1.11
[INFO] [stderr]     Checking rustc-hash v2.1.1
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking inplace-vec-builder v0.1.1
[INFO] [stderr]    Compiling syn v2.0.108
[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 vec-collections v0.4.3
[INFO] [stderr]    Compiling slotted-egraphs-derive v0.0.36
[INFO] [stderr]     Checking slotted-egraphs v0.0.36 (https://github.com/AD1024/slotted-egraphs.git?branch=main#db618ec6)
[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 `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] For more information about this error, try `rustc --explain E0583`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `LeanRW` (bin "LeanRW") due to 1 previous error
[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 1 previous error
[INFO] running `Command { std: "docker" "inspect" "42bac2f9b4b798f995939c8509f091435dddd1a1b6c82102aad7b3ee60964e28", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "42bac2f9b4b798f995939c8509f091435dddd1a1b6c82102aad7b3ee60964e28", kill_on_drop: false }`
[INFO] [stdout] 42bac2f9b4b798f995939c8509f091435dddd1a1b6c82102aad7b3ee60964e28
