[INFO] fetching crate compose_yml 0.0.59... [INFO] checking compose_yml-0.0.59 against master#ceab6128fa48a616bfd3e3adf4bc80133b8ee223 for no-never-type-fallback [INFO] extracting crate compose_yml 0.0.59 into /workspace/builds/worker-5-tc1/source [INFO] validating manifest of crates.io crate compose_yml 0.0.59 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] removed /workspace/builds/worker-5-tc1/source/.cargo/config [INFO] started tweaking crates.io crate compose_yml 0.0.59 [INFO] finished tweaking crates.io crate compose_yml 0.0.59 [INFO] tweaked toml for crates.io crate compose_yml 0.0.59 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate crates.io crate compose_yml 0.0.59 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] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded publicsuffix v1.5.4 [INFO] [stderr] Downloaded jsonway v2.0.0 [INFO] [stderr] Downloaded valico v3.4.0 [INFO] [stderr] Downloaded clippy v0.0.302 [INFO] [stderr] Downloaded anyhow v1.0.31 [INFO] [stderr] Downloaded serde_yaml v0.8.13 [INFO] [stderr] Downloaded thiserror v1.0.20 [INFO] [stderr] Downloaded num-integer v0.1.43 [INFO] [stderr] Downloaded chrono v0.4.12 [INFO] [stderr] Downloaded uuid v0.8.1 [INFO] [stderr] Downloaded thiserror-impl v1.0.20 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] c7ff9ca6be8a1fd9eab2f00f007c93b2837e4b79223ee035fa4ed692012c0142 [INFO] running `Command { std: "docker" "start" "-a" "c7ff9ca6be8a1fd9eab2f00f007c93b2837e4b79223ee035fa4ed692012c0142", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c7ff9ca6be8a1fd9eab2f00f007c93b2837e4b79223ee035fa4ed692012c0142", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c7ff9ca6be8a1fd9eab2f00f007c93b2837e4b79223ee035fa4ed692012c0142", kill_on_drop: false }` [INFO] [stdout] c7ff9ca6be8a1fd9eab2f00f007c93b2837e4b79223ee035fa4ed692012c0142 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] b9a884fcefa710dab572e3f5848f8632cff58d4df63387d580b8d4d6f093329f [INFO] running `Command { std: "docker" "start" "-a" "b9a884fcefa710dab572e3f5848f8632cff58d4df63387d580b8d4d6f093329f", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling syn v1.0.33 [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling serde_derive v1.0.114 [INFO] [stderr] Compiling ppv-lite86 v0.2.8 [INFO] [stderr] Compiling serde v1.0.114 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling error-chain v0.12.2 [INFO] [stderr] Compiling serde_json v1.0.56 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Checking aho-corasick v0.7.13 [INFO] [stderr] Checking itoa v0.4.6 [INFO] [stderr] Checking regex-syntax v0.6.18 [INFO] [stderr] Checking linked-hash-map v0.5.3 [INFO] [stderr] Checking phf v0.8.0 [INFO] [stderr] Checking yaml-rust v0.4.4 [INFO] [stderr] Compiling anyhow v1.0.31 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking url v2.1.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand_pcg v0.2.1 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking chrono v0.4.12 [INFO] [stderr] Checking uuid v0.8.1 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling phf_codegen v0.8.0 [INFO] [stderr] Compiling valico v3.4.0 [INFO] [stderr] Checking regex v1.3.9 [INFO] [stderr] Compiling thiserror-impl v1.0.20 [INFO] [stderr] Checking publicsuffix v1.5.4 [INFO] [stderr] Checking thiserror v1.0.20 [INFO] [stderr] Checking serde_yaml v0.8.13 [INFO] [stderr] Checking jsonway v2.0.0 [INFO] [stderr] Checking compose_yml v0.0.59 (/opt/rustwide/workdir) [INFO] [stdout] warning: the item `Regex` is imported redundantly [INFO] [stdout] --> src/v2/env_file.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use regex::Regex; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 9 | use super::common::*; [INFO] [stdout] | ---------------- the item `Regex` is already imported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `BTreeMap` is imported redundantly [INFO] [stdout] --> src/v2/env_file.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::collections::BTreeMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 9 | use super::common::*; [INFO] [stdout] | ---------------- the item `BTreeMap` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `fs` is imported redundantly [INFO] [stdout] --> src/v2/env_file.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::fs; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 9 | use super::common::*; [INFO] [stdout] | ---------------- the item `fs` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `io` is imported redundantly [INFO] [stdout] --> src/v2/env_file.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 6 | use std::io::{self, BufRead}; [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 9 | use super::common::*; [INFO] [stdout] | ---------------- the item `io` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Path` is imported redundantly [INFO] [stdout] --> src/v2/env_file.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use std::path::Path; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 8 | [INFO] [stdout] 9 | use super::common::*; [INFO] [stdout] | ---------------- the item `Path` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Regex` is imported redundantly [INFO] [stdout] --> src/v2/git_url.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use regex::Regex; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 11 | use super::common::*; [INFO] [stdout] | ---------------- the item `Regex` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `fmt` is imported redundantly [INFO] [stdout] --> src/v2/git_url.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::fmt; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 11 | use super::common::*; [INFO] [stdout] | ---------------- the item `fmt` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Sized` is imported redundantly [INFO] [stdout] --> src/v2/merge_override.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::marker::Sized; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/ceab6128fa48a616bfd3e3adf4bc80133b8ee223/library/std/src/prelude/mod.rs:134:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Sized` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Regex` is imported redundantly [INFO] [stdout] --> src/v2/mode_enum.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use regex::Regex; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 8 | use super::common::*; [INFO] [stdout] | ---------------- the item `Regex` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `fmt` is imported redundantly [INFO] [stdout] --> src/v2/mode_enum.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::fmt; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 8 | use super::common::*; [INFO] [stdout] | ---------------- the item `fmt` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `FromStr` is imported redundantly [INFO] [stdout] --> src/v2/mode_enum.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::str::FromStr; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 7 | [INFO] [stdout] 8 | use super::common::*; [INFO] [stdout] | ---------------- the item `FromStr` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `serde` is imported redundantly [INFO] [stdout] --> src/v2/mod.rs:103:20 [INFO] [stdout] | [INFO] [stdout] 103 | pub(crate) use serde; [INFO] [stdout] | ^^^^^ the item `serde` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `ToOwned` is imported redundantly [INFO] [stdout] --> src/v2/mod.rs:105:20 [INFO] [stdout] | [INFO] [stdout] 105 | pub(crate) use std::borrow::ToOwned; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/ceab6128fa48a616bfd3e3adf4bc80133b8ee223/library/std/src/prelude/mod.rs:134:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `ToOwned` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Regex` is imported redundantly [INFO] [stdout] --> src/v2/env_file.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use regex::Regex; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 9 | use super::common::*; [INFO] [stdout] | ---------------- the item `Regex` is already imported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `BTreeMap` is imported redundantly [INFO] [stdout] --> src/v2/env_file.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::collections::BTreeMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 9 | use super::common::*; [INFO] [stdout] | ---------------- the item `BTreeMap` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `fs` is imported redundantly [INFO] [stdout] --> src/v2/env_file.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::fs; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 9 | use super::common::*; [INFO] [stdout] | ---------------- the item `fs` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `io` is imported redundantly [INFO] [stdout] --> src/v2/env_file.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 6 | use std::io::{self, BufRead}; [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 9 | use super::common::*; [INFO] [stdout] | ---------------- the item `io` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Path` is imported redundantly [INFO] [stdout] --> src/v2/env_file.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use std::path::Path; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 8 | [INFO] [stdout] 9 | use super::common::*; [INFO] [stdout] | ---------------- the item `Path` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Regex` is imported redundantly [INFO] [stdout] --> src/v2/git_url.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use regex::Regex; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 11 | use super::common::*; [INFO] [stdout] | ---------------- the item `Regex` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `fmt` is imported redundantly [INFO] [stdout] --> src/v2/git_url.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::fmt; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 11 | use super::common::*; [INFO] [stdout] | ---------------- the item `fmt` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Sized` is imported redundantly [INFO] [stdout] --> src/v2/merge_override.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::marker::Sized; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/ceab6128fa48a616bfd3e3adf4bc80133b8ee223/library/std/src/prelude/mod.rs:134:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Sized` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Regex` is imported redundantly [INFO] [stdout] --> src/v2/mode_enum.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use regex::Regex; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 8 | use super::common::*; [INFO] [stdout] | ---------------- the item `Regex` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `fmt` is imported redundantly [INFO] [stdout] --> src/v2/mode_enum.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::fmt; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 8 | use super::common::*; [INFO] [stdout] | ---------------- the item `fmt` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `FromStr` is imported redundantly [INFO] [stdout] --> src/v2/mode_enum.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::str::FromStr; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 7 | [INFO] [stdout] 8 | use super::common::*; [INFO] [stdout] | ---------------- the item `FromStr` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `serde` is imported redundantly [INFO] [stdout] --> src/v2/mod.rs:103:20 [INFO] [stdout] | [INFO] [stdout] 103 | pub(crate) use serde; [INFO] [stdout] | ^^^^^ the item `serde` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `ToOwned` is imported redundantly [INFO] [stdout] --> src/v2/mod.rs:105:20 [INFO] [stdout] | [INFO] [stdout] 105 | pub(crate) use std::borrow::ToOwned; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/ceab6128fa48a616bfd3e3adf4bc80133b8ee223/library/std/src/prelude/mod.rs:134:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `ToOwned` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.61s [INFO] running `Command { std: "docker" "inspect" "b9a884fcefa710dab572e3f5848f8632cff58d4df63387d580b8d4d6f093329f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9a884fcefa710dab572e3f5848f8632cff58d4df63387d580b8d4d6f093329f", kill_on_drop: false }` [INFO] [stdout] b9a884fcefa710dab572e3f5848f8632cff58d4df63387d580b8d4d6f093329f [INFO] checking compose_yml-0.0.59 against try#3a4bc97f6385a3aa300a4fd689b44350e54fd676 for no-never-type-fallback [INFO] extracting crate compose_yml 0.0.59 into /workspace/builds/worker-5-tc2/source [INFO] validating manifest of crates.io crate compose_yml 0.0.59 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] removed /workspace/builds/worker-5-tc2/source/.cargo/config [INFO] started tweaking crates.io crate compose_yml 0.0.59 [INFO] finished tweaking crates.io crate compose_yml 0.0.59 [INFO] tweaked toml for crates.io crate compose_yml 0.0.59 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate crates.io crate compose_yml 0.0.59 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-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 2ae71b39b261c90e2b7474a2fe2126ef4b0db41522377fab9096ef95418089e3 [INFO] running `Command { std: "docker" "start" "-a" "2ae71b39b261c90e2b7474a2fe2126ef4b0db41522377fab9096ef95418089e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2ae71b39b261c90e2b7474a2fe2126ef4b0db41522377fab9096ef95418089e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ae71b39b261c90e2b7474a2fe2126ef4b0db41522377fab9096ef95418089e3", kill_on_drop: false }` [INFO] [stdout] 2ae71b39b261c90e2b7474a2fe2126ef4b0db41522377fab9096ef95418089e3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 9f89da46979d0a5b5b4ca63dc5f9d6162cc59af0f041a559aa62475df09ebfdf [INFO] running `Command { std: "docker" "start" "-a" "9f89da46979d0a5b5b4ca63dc5f9d6162cc59af0f041a559aa62475df09ebfdf", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling syn v1.0.33 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling ppv-lite86 v0.2.8 [INFO] [stderr] Compiling serde_derive v1.0.114 [INFO] [stderr] Compiling serde v1.0.114 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling error-chain v0.12.2 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling serde_json v1.0.56 [INFO] [stderr] Checking aho-corasick v0.7.13 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Checking ryu v1.0.5 [INFO] [stderr] Checking regex-syntax v0.6.18 [INFO] [stderr] Checking itoa v0.4.6 [INFO] [stderr] Checking linked-hash-map v0.5.3 [INFO] [stderr] Checking phf v0.8.0 [INFO] [stderr] Compiling anyhow v1.0.31 [INFO] [stderr] Checking dtoa v0.4.6 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking yaml-rust v0.4.4 [INFO] [stderr] Checking url v2.1.1 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Checking chrono v0.4.12 [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.12/src/format/parse.rs:489:21 [INFO] [stdout] | [INFO] [stdout] 489 | Err(INVALID)?; [INFO] [stdout] | ^^^ cannot infer type of the type parameter `T` declared on the enum `Result` [INFO] [stdout] | [INFO] [stdout] help: consider specifying the generic arguments [INFO] [stdout] | [INFO] [stdout] 489 | Err::(INVALID)?; [INFO] [stdout] | +++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking uuid v0.8.1 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] Compiling phf_codegen v0.8.0 [INFO] [stderr] error: could not compile `chrono` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/uuid-0.8.1/src/builder/mod.rs:81:13 [INFO] [stdout] | [INFO] [stdout] 81 | Err(Error::new(D4_LEN, len))?; [INFO] [stdout] | ^^^ cannot infer type of the type parameter `T` declared on the enum `Result` [INFO] [stdout] | [INFO] [stdout] help: consider specifying the generic arguments [INFO] [stdout] | [INFO] [stdout] 81 | Err::(Error::new(D4_LEN, len))?; [INFO] [stdout] | ++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/uuid-0.8.1/src/builder/mod.rs:138:13 [INFO] [stdout] | [INFO] [stdout] 138 | Err(Error::new(D4_LEN, len))?; [INFO] [stdout] | ^^^ cannot infer type of the type parameter `T` declared on the enum `Result` [INFO] [stdout] | [INFO] [stdout] help: consider specifying the generic arguments [INFO] [stdout] | [INFO] [stdout] 138 | Err::(Error::new(D4_LEN, len))?; [INFO] [stdout] | ++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/uuid-0.8.1/src/builder/mod.rs:246:13 [INFO] [stdout] | [INFO] [stdout] 246 | Err(Error::new(BYTES_LEN, len))?; [INFO] [stdout] | ^^^ cannot infer type of the type parameter `T` declared on the enum `Result` [INFO] [stdout] | [INFO] [stdout] help: consider specifying the generic arguments [INFO] [stdout] | [INFO] [stdout] 246 | Err::(Error::new(BYTES_LEN, len))?; [INFO] [stdout] | ++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/uuid-0.8.1/src/builder/mod.rs:352:13 [INFO] [stdout] | [INFO] [stdout] 352 | Err(Error::new(BYTES_LEN, len))?; [INFO] [stdout] | ^^^ cannot infer type of the type parameter `T` declared on the enum `Result` [INFO] [stdout] | [INFO] [stdout] help: consider specifying the generic arguments [INFO] [stdout] | [INFO] [stdout] 352 | Err::(Error::new(BYTES_LEN, len))?; [INFO] [stdout] | ++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/uuid-0.8.1/src/parser/mod.rs:67:13 [INFO] [stdout] | [INFO] [stdout] 67 | Err(Error::InvalidLength { [INFO] [stdout] | ^^^ cannot infer type of the type parameter `T` declared on the enum `Result` [INFO] [stdout] | [INFO] [stdout] help: consider specifying the generic arguments [INFO] [stdout] | [INFO] [stdout] 67 | Err::(Error::InvalidLength { [INFO] [stdout] | +++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `uuid` (lib) due to 6 previous errors [INFO] running `Command { std: "docker" "inspect" "9f89da46979d0a5b5b4ca63dc5f9d6162cc59af0f041a559aa62475df09ebfdf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f89da46979d0a5b5b4ca63dc5f9d6162cc59af0f041a559aa62475df09ebfdf", kill_on_drop: false }` [INFO] [stdout] 9f89da46979d0a5b5b4ca63dc5f9d6162cc59af0f041a559aa62475df09ebfdf