[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-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxwb1989%2Frust-ioredirect" "/workspace/builds/worker-25/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-25/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/xwb1989/rust-ioredirect on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "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-25/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-02-22" "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-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ef4c60ecb0180c5bb6624a9f8a9f5655635ae96b49da1598cc886c9f0a415849 [INFO] running `Command { std: "docker" "start" "-a" "ef4c60ecb0180c5bb6624a9f8a9f5655635ae96b49da1598cc886c9f0a415849", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ef4c60ecb0180c5bb6624a9f8a9f5655635ae96b49da1598cc886c9f0a415849", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef4c60ecb0180c5bb6624a9f8a9f5655635ae96b49da1598cc886c9f0a415849", kill_on_drop: false }` [INFO] [stdout] ef4c60ecb0180c5bb6624a9f8a9f5655635ae96b49da1598cc886c9f0a415849 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c740d974babeab09e64d6a767f6134a7dbf9a3a0f3e2deadae1ea89ffed47a8a [INFO] running `Command { std: "docker" "start" "-a" "c740d974babeab09e64d6a767f6134a7dbf9a3a0f3e2deadae1ea89ffed47a8a", 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" "c740d974babeab09e64d6a767f6134a7dbf9a3a0f3e2deadae1ea89ffed47a8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c740d974babeab09e64d6a767f6134a7dbf9a3a0f3e2deadae1ea89ffed47a8a", kill_on_drop: false }` [INFO] [stdout] c740d974babeab09e64d6a767f6134a7dbf9a3a0f3e2deadae1ea89ffed47a8a