[INFO] cloning repository https://github.com/xwb1989/rust-ioredirect [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/xwb1989/rust-ioredirect" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxwb1989%2Frust-ioredirect", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxwb1989%2Frust-ioredirect'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3661414d28e5023390102b6e4dc7819ab7726022 [INFO] testing xwb1989/rust-ioredirect against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxwb1989%2Frust-ioredirect" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/xwb1989/rust-ioredirect on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/xwb1989/rust-ioredirect [INFO] finished tweaking git repo https://github.com/xwb1989/rust-ioredirect [INFO] tweaked toml for git repo https://github.com/xwb1989/rust-ioredirect written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/xwb1989/rust-ioredirect already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9775beb5929d4e298f9ba6c46cbd5537de852f853d11a2805a6eccb9ca9689e5 [INFO] running `Command { std: "docker" "start" "-a" "9775beb5929d4e298f9ba6c46cbd5537de852f853d11a2805a6eccb9ca9689e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9775beb5929d4e298f9ba6c46cbd5537de852f853d11a2805a6eccb9ca9689e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9775beb5929d4e298f9ba6c46cbd5537de852f853d11a2805a6eccb9ca9689e5", kill_on_drop: false }` [INFO] [stdout] 9775beb5929d4e298f9ba6c46cbd5537de852f853d11a2805a6eccb9ca9689e5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e4bf88624ead1cc8bcf382f771fa9baf8db3cb963847bc108aa6bf5e29e5283e [INFO] running `Command { std: "docker" "start" "-a" "e4bf88624ead1cc8bcf382f771fa9baf8db3cb963847bc108aa6bf5e29e5283e", kill_on_drop: false }` [INFO] [stderr] Compiling ioredirect v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0423]: expected function, found module `thread::scoped` [INFO] [stdout] --> src/main.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | thread::scoped(move||{ [INFO] [stdout] | ^^^^^^^^------ [INFO] [stdout] | | [INFO] [stdout] | help: a function with a similar name exists: `scope` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0603]: module `scoped` is private [INFO] [stdout] --> src/main.rs:46:13 [INFO] [stdout] | [INFO] [stdout] 46 | thread::scoped(move||{ [INFO] [stdout] | ^^^^^^ private module [INFO] [stdout] | [INFO] [stdout] note: the module `scoped` is defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Receiver`, `Sender` [INFO] [stdout] --> src/main.rs:4:32 [INFO] [stdout] | [INFO] [stdout] 4 | use std::sync::mpsc::{channel, Sender, Receiver}; [INFO] [stdout] | ^^^^^^ ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `capture` found for struct `Stdio` in the current scope [INFO] [stdout] --> src/main.rs:20:27 [INFO] [stdout] | [INFO] [stdout] 20 | .stdin(Stdio::capture()) [INFO] [stdout] | ^^^^^^^ function or associated item not found in `Stdio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `capture` found for struct `Stdio` in the current scope [INFO] [stdout] --> src/main.rs:21:28 [INFO] [stdout] | [INFO] [stdout] 21 | .stdout(Stdio::capture()) [INFO] [stdout] | ^^^^^^^ function or associated item not found in `Stdio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `capture` found for struct `Stdio` in the current scope [INFO] [stdout] --> src/main.rs:48:27 [INFO] [stdout] | [INFO] [stdout] 48 | .stdin(Stdio::capture()) [INFO] [stdout] | ^^^^^^^ function or associated item not found in `Stdio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0423, E0599, E0603. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0423`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ioredirect` due to 6 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "e4bf88624ead1cc8bcf382f771fa9baf8db3cb963847bc108aa6bf5e29e5283e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e4bf88624ead1cc8bcf382f771fa9baf8db3cb963847bc108aa6bf5e29e5283e", kill_on_drop: false }` [INFO] [stdout] e4bf88624ead1cc8bcf382f771fa9baf8db3cb963847bc108aa6bf5e29e5283e