[INFO] fetching crate wink 0.3.1...
[INFO] testing wink-0.3.1 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate wink 0.3.1 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate wink 0.3.1
[INFO] finished tweaking crates.io crate wink 0.3.1
[INFO] tweaked toml for crates.io crate wink 0.3.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate wink 0.3.1 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate wink 0.3.1 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1d36076f06ec59aab8c841e23c7919347ec8782302369a2b40af3b485daa3fc7
[INFO] running `Command { std: "docker" "start" "-a" "1d36076f06ec59aab8c841e23c7919347ec8782302369a2b40af3b485daa3fc7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1d36076f06ec59aab8c841e23c7919347ec8782302369a2b40af3b485daa3fc7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d36076f06ec59aab8c841e23c7919347ec8782302369a2b40af3b485daa3fc7", kill_on_drop: false }`
[INFO] [stdout] 1d36076f06ec59aab8c841e23c7919347ec8782302369a2b40af3b485daa3fc7
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 98795841afc5336289375230fa9455b305de8f49d48f5fcc86118ac47c2d3065
[INFO] running `Command { std: "docker" "start" "-a" "98795841afc5336289375230fa9455b305de8f49d48f5fcc86118ac47c2d3065", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling libc v0.2.99
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling termcolor v1.1.2
[INFO] [stderr]    Compiling textwrap v0.14.2
[INFO] [stderr]    Compiling wild v2.0.4
[INFO] [stderr]    Compiling normpath v0.3.0
[INFO] [stderr]    Compiling junction v0.2.0
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]    Compiling os_str_bytes v6.0.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling terminal_size v0.1.17
[INFO] [stderr]    Compiling clap v3.0.0
[INFO] [stderr]    Compiling clap_complete v3.0.0
[INFO] [stderr]    Compiling wink v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0601]: `main` function not found in crate `ln`
[INFO] [stdout]   --> src/bin/ln.rs:84:2
[INFO] [stdout]    |
[INFO] [stdout] 84 | }
[INFO] [stdout]    |  ^ consider adding a `main` function to `src/bin/ln.rs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0601]: `main` function not found in crate `linfo`
[INFO] [stdout]   --> src/bin/linfo.rs:73:2
[INFO] [stdout]    |
[INFO] [stdout] 73 | }
[INFO] [stdout]    |  ^ consider adding a `main` function to `src/bin/linfo.rs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0601`.
[INFO] [stdout] 
[INFO] [stdout] error[E0601]: `main` function not found in crate `rmlink`
[INFO] [stdout]   --> src/bin/rmlink.rs:85:2
[INFO] [stdout]    |
[INFO] [stdout] 85 | }
[INFO] [stdout]    |  ^ consider adding a `main` function to `src/bin/rmlink.rs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `windows_file_type_ext`
[INFO] [stdout]  --> src/bin/linfo.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(windows_file_type_ext)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0601, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0601`.
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `windows_file_type_ext`
[INFO] [stdout]  --> src/bin/rmlink.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(windows_file_type_ext)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wink` (bin "ln") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0601, E0635.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wink` (bin "linfo") due to 2 previous errors
[INFO] [stdout] For more information about an error, try `rustc --explain E0601`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wink` (bin "rmlink") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "98795841afc5336289375230fa9455b305de8f49d48f5fcc86118ac47c2d3065", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "98795841afc5336289375230fa9455b305de8f49d48f5fcc86118ac47c2d3065", kill_on_drop: false }`
[INFO] [stdout] 98795841afc5336289375230fa9455b305de8f49d48f5fcc86118ac47c2d3065
