[INFO] crate climer 0.6.0 is already in cache [INFO] checking climer-0.6.0 against try#1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0 for pr-69530 [INFO] extracting crate climer 0.6.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate climer 0.6.0 on toolchain 1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate climer 0.6.0 [INFO] finished tweaking crates.io crate climer 0.6.0 [INFO] tweaked toml for crates.io crate climer 0.6.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate climer 0.6.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] faa86b54959e89c108b9d7b9882c802aa5ff808741162bcbbd07792c80fdb941 [INFO] running `"docker" "start" "-a" "faa86b54959e89c108b9d7b9882c802aa5ff808741162bcbbd07792c80fdb941"` [INFO] [stderr] Compiling libc v0.2.47 [INFO] [stderr] Compiling proc-macro2 v0.4.25 [INFO] [stderr] Compiling memchr v2.1.3 [INFO] [stderr] Checking cfg-if v0.1.6 [INFO] [stderr] Checking lazy_static v1.2.0 [INFO] [stderr] Checking ucd-util v0.1.3 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Checking unicode-width v0.1.5 [INFO] [stderr] Checking utf8-ranges v1.0.2 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking regex-syntax v0.6.4 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Checking atty v0.2.13 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking aho-corasick v0.6.9 [INFO] [stderr] Compiling climer_derive v0.1.0 [INFO] [stderr] Checking climer v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `std::time::Duration` [INFO] [stderr] --> src/time/parser/tests.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::time::Duration; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> src/time/parser/tests.rs:33:16 [INFO] [stderr] | [INFO] [stderr] 33 | assert_eq!(parse_time(input, None).unwrap(), expected); [INFO] [stderr] | ^^^^^^^^^^ cannot infer type for type parameter `U` declared on the function `parse_time` [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> src/time/parser/tests.rs:43:16 [INFO] [stderr] | [INFO] [stderr] 43 | assert_eq!(parse_time(input, None).unwrap(), expected); [INFO] [stderr] | ^^^^^^^^^^ cannot infer type for type parameter `U` declared on the function `parse_time` [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> src/time/parser/tests.rs:53:16 [INFO] [stderr] | [INFO] [stderr] 53 | assert_eq!(parse_time(input, None).unwrap(), expected); [INFO] [stderr] | ^^^^^^^^^^ cannot infer type for type parameter `U` declared on the function `parse_time` [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> src/time/parser/tests.rs:66:16 [INFO] [stderr] | [INFO] [stderr] 66 | assert_eq!(parse_time(input, None).unwrap(), expected); [INFO] [stderr] | ^^^^^^^^^^ cannot infer type for type parameter `U` declared on the function `parse_time` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0282`. [INFO] [stderr] error: could not compile `climer`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: constant item is never used: `HELP` [INFO] [stderr] --> app/cli/settings.rs:65:9 [INFO] [stderr] | [INFO] [stderr] 65 | pub const HELP: &'static str = "Custom output format during timer."; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `LONG_HELP` [INFO] [stderr] --> app/cli/settings.rs:66:9 [INFO] [stderr] | [INFO] [stderr] 66 | pub const LONG_HELP: &'static str = "LONG_HELP FOR OUTPUT"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `HELP` [INFO] [stderr] --> app/cli/settings.rs:65:9 [INFO] [stderr] | [INFO] [stderr] 65 | pub const HELP: &'static str = "Custom output format during timer."; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `LONG_HELP` [INFO] [stderr] --> app/cli/settings.rs:66:9 [INFO] [stderr] | [INFO] [stderr] 66 | pub const LONG_HELP: &'static str = "LONG_HELP FOR OUTPUT"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "faa86b54959e89c108b9d7b9882c802aa5ff808741162bcbbd07792c80fdb941"` [INFO] running `"docker" "rm" "-f" "faa86b54959e89c108b9d7b9882c802aa5ff808741162bcbbd07792c80fdb941"` [INFO] [stdout] faa86b54959e89c108b9d7b9882c802aa5ff808741162bcbbd07792c80fdb941