[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 1.59.0 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-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/xwb1989/rust-ioredirect on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "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-12/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" "+1.59.0" "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-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a78c4a3110abc2424e12febac7e9c773e866cb74829218ff871ac8b2496c0f7e [INFO] running `Command { std: "docker" "start" "-a" "a78c4a3110abc2424e12febac7e9c773e866cb74829218ff871ac8b2496c0f7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a78c4a3110abc2424e12febac7e9c773e866cb74829218ff871ac8b2496c0f7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a78c4a3110abc2424e12febac7e9c773e866cb74829218ff871ac8b2496c0f7e", kill_on_drop: false }` [INFO] [stdout] a78c4a3110abc2424e12febac7e9c773e866cb74829218ff871ac8b2496c0f7e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e4a9be1b40b3c61f9c6745fc2d99fab897853c64f6cadf618696e86616f4b7c5 [INFO] running `Command { std: "docker" "start" "-a" "e4a9be1b40b3c61f9c6745fc2d99fab897853c64f6cadf618696e86616f4b7c5", kill_on_drop: false }` [INFO] [stderr] Compiling ioredirect v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0425]: cannot find function `scoped` in module `thread` [INFO] [stdout] --> src/main.rs:46:13 [INFO] [stdout] | [INFO] [stdout] 46 | thread::scoped(move||{ [INFO] [stdout] | ^^^^^^ not found in `thread` [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 4 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ioredirect` due to 5 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "e4a9be1b40b3c61f9c6745fc2d99fab897853c64f6cadf618696e86616f4b7c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e4a9be1b40b3c61f9c6745fc2d99fab897853c64f6cadf618696e86616f4b7c5", kill_on_drop: false }` [INFO] [stdout] e4a9be1b40b3c61f9c6745fc2d99fab897853c64f6cadf618696e86616f4b7c5