[INFO] cloning repository https://github.com/redmed666/rust_torrent [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/redmed666/rust_torrent" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fredmed666%2Frust_torrent", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fredmed666%2Frust_torrent'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 885264e54bface2f519dc7594e3131d5f4212364 [INFO] checking redmed666/rust_torrent against master#ceab6128fa48a616bfd3e3adf4bc80133b8ee223 for no-never-type-fallback [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fredmed666%2Frust_torrent" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/redmed666/rust_torrent on toolchain ceab6128fa48a616bfd3e3adf4bc80133b8ee223 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/redmed666/rust_torrent [INFO] finished tweaking git repo https://github.com/redmed666/rust_torrent [INFO] tweaked toml for git repo https://github.com/redmed666/rust_torrent written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/redmed666/rust_torrent 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" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7b6635d1b165a6e5e5c833a819a436e61eb12de0116e737ef33cf0e73f6603fc [INFO] running `Command { std: "docker" "start" "-a" "7b6635d1b165a6e5e5c833a819a436e61eb12de0116e737ef33cf0e73f6603fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7b6635d1b165a6e5e5c833a819a436e61eb12de0116e737ef33cf0e73f6603fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b6635d1b165a6e5e5c833a819a436e61eb12de0116e737ef33cf0e73f6603fc", kill_on_drop: false }` [INFO] [stdout] 7b6635d1b165a6e5e5c833a819a436e61eb12de0116e737ef33cf0e73f6603fc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3b2e43b62702105cfdc7bafd63e370470482d40b5b7bb93b70a380e6f90cfceb [INFO] running `Command { std: "docker" "start" "-a" "3b2e43b62702105cfdc7bafd63e370470482d40b5b7bb93b70a380e6f90cfceb", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Checking matches v0.1.8 [INFO] [stderr] Checking smallvec v0.6.9 [INFO] [stderr] Compiling regex v1.1.6 [INFO] [stderr] Checking lazy_static v1.3.0 [INFO] [stderr] Checking ucd-util v0.1.3 [INFO] [stderr] Checking utf8-ranges v1.0.2 [INFO] [stderr] Checking percent-encoding v1.0.1 [INFO] [stderr] Checking unicode-bidi v0.3.4 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking regex-syntax v0.6.6 [INFO] [stderr] Checking argparse v0.2.2 [INFO] [stderr] Checking unicode-normalization v0.1.8 [INFO] [stderr] Checking aho-corasick v0.7.3 [INFO] [stderr] Checking idna v0.1.5 [INFO] [stderr] Checking url v1.7.2 [INFO] [stderr] Checking rust_torrent v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `acs`, `xs`, and `mt` are never read [INFO] [stdout] --> src/magnet/mod.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct Magnet { [INFO] [stdout] | ------ fields in this struct [INFO] [stdout] ... [INFO] [stdout] 24 | acs: String, // Acceptable Source: web link to the file online [INFO] [stdout] | ^^^ [INFO] [stdout] 25 | xs: String, // eXact Source: P2P link identified by a content-hash [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 28 | mt: String, // Manifest Topic: link to the metafile that contains a list of magneto (see MAGMA) [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `acs`, `xs`, and `mt` are never read [INFO] [stdout] --> src/magnet/mod.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct Magnet { [INFO] [stdout] | ------ fields in this struct [INFO] [stdout] ... [INFO] [stdout] 24 | acs: String, // Acceptable Source: web link to the file online [INFO] [stdout] | ^^^ [INFO] [stdout] 25 | xs: String, // eXact Source: P2P link identified by a content-hash [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 28 | mt: String, // Manifest Topic: link to the metafile that contains a list of magneto (see MAGMA) [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s [INFO] running `Command { std: "docker" "inspect" "3b2e43b62702105cfdc7bafd63e370470482d40b5b7bb93b70a380e6f90cfceb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b2e43b62702105cfdc7bafd63e370470482d40b5b7bb93b70a380e6f90cfceb", kill_on_drop: false }` [INFO] [stdout] 3b2e43b62702105cfdc7bafd63e370470482d40b5b7bb93b70a380e6f90cfceb [INFO] checking redmed666/rust_torrent against try#3a4bc97f6385a3aa300a4fd689b44350e54fd676 for no-never-type-fallback [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fredmed666%2Frust_torrent" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/redmed666/rust_torrent on toolchain 3a4bc97f6385a3aa300a4fd689b44350e54fd676 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3a4bc97f6385a3aa300a4fd689b44350e54fd676" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/redmed666/rust_torrent [INFO] finished tweaking git repo https://github.com/redmed666/rust_torrent [INFO] tweaked toml for git repo https://github.com/redmed666/rust_torrent written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/redmed666/rust_torrent 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" "+3a4bc97f6385a3aa300a4fd689b44350e54fd676" "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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+3a4bc97f6385a3aa300a4fd689b44350e54fd676" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0321d8e6ca6a3b35598fedca8b20e89032539d3e2db1ab388467a52442efc337 [INFO] running `Command { std: "docker" "start" "-a" "0321d8e6ca6a3b35598fedca8b20e89032539d3e2db1ab388467a52442efc337", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0321d8e6ca6a3b35598fedca8b20e89032539d3e2db1ab388467a52442efc337", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0321d8e6ca6a3b35598fedca8b20e89032539d3e2db1ab388467a52442efc337", kill_on_drop: false }` [INFO] [stdout] 0321d8e6ca6a3b35598fedca8b20e89032539d3e2db1ab388467a52442efc337 [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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+3a4bc97f6385a3aa300a4fd689b44350e54fd676" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1f7f19e3ad7d78386800632272082302e2426cd4b31d27868a8cd42fa7a89777 [INFO] running `Command { std: "docker" "start" "-a" "1f7f19e3ad7d78386800632272082302e2426cd4b31d27868a8cd42fa7a89777", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Checking smallvec v0.6.9 [INFO] [stderr] Checking matches v0.1.8 [INFO] [stderr] Compiling regex v1.1.6 [INFO] [stderr] Checking ucd-util v0.1.3 [INFO] [stderr] Checking lazy_static v1.3.0 [INFO] [stderr] Checking utf8-ranges v1.0.2 [INFO] [stderr] Checking percent-encoding v1.0.1 [INFO] [stderr] Checking unicode-bidi v0.3.4 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking regex-syntax v0.6.6 [INFO] [stderr] Checking argparse v0.2.2 [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/argparse-0.2.2/src/parser.rs:206:18 [INFO] [stdout] | [INFO] [stdout] 206 | _ => panic!(), [INFO] [stdout] | ^^^^^^^^ cannot satisfy `_ -> _` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::panic::panic_2015` which comes from the expansion of the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/argparse-0.2.2/src/parser.rs:340:29 [INFO] [stdout] | [INFO] [stdout] 340 | None => match self.parser.catchall_argument { [INFO] [stdout] | _____________________________^ [INFO] [stdout] 341 | | Some(ref option) => { [INFO] [stdout] 342 | | opt = option; [INFO] [stdout] 343 | | break; [INFO] [stdout] ... | [INFO] [stdout] 346 | | "Unexpected argument {}", arg)), [INFO] [stdout] 347 | | } [INFO] [stdout] | |_____________________^ cannot satisfy `_ -> _` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking unicode-normalization v0.1.8 [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/argparse-0.2.2/src/parser.rs:809:22 [INFO] [stdout] | [INFO] [stdout] 809 | .map_err(|c| exit(c)) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: try giving this closure an explicit return type [INFO] [stdout] | [INFO] [stdout] 809 | .map_err(|c| -> /* Type */ { exit(c) }) [INFO] [stdout] | +++++++++++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0282, E0284. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `argparse` (lib) due to 4 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "1f7f19e3ad7d78386800632272082302e2426cd4b31d27868a8cd42fa7a89777", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f7f19e3ad7d78386800632272082302e2426cd4b31d27868a8cd42fa7a89777", kill_on_drop: false }` [INFO] [stdout] 1f7f19e3ad7d78386800632272082302e2426cd4b31d27868a8cd42fa7a89777