[INFO] crate tsproto-commands 0.1.0 is already in cache [INFO] checking tsproto-commands-0.1.0 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate tsproto-commands 0.1.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate tsproto-commands 0.1.0 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate tsproto-commands 0.1.0 [INFO] finished tweaking crates.io crate tsproto-commands 0.1.0 [INFO] tweaked toml for crates.io crate tsproto-commands 0.1.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "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] 0365f124b79b35878a227576eb443369856603659e8810bc01c49d950cf98dd1 [INFO] running `"docker" "start" "-a" "0365f124b79b35878a227576eb443369856603659e8810bc01c49d950cf98dd1"` [INFO] [stderr] Compiling slog v2.5.2 [INFO] [stderr] Compiling regex-automata v0.1.8 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling csv-core v0.1.6 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Checking dbl v0.2.1 [INFO] [stderr] Checking tokio-io v0.1.13 [INFO] [stderr] Compiling clear_on_drop v0.2.3 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling flakebi-ring v0.14.6 [INFO] [stderr] Compiling regex v1.3.4 [INFO] [stderr] Compiling chrono v0.4.10 [INFO] [stderr] Checking aes-soft v0.3.3 [INFO] [stderr] Checking ctr v0.3.2 [INFO] [stderr] Compiling t4rust-derive v0.1.3 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking cmac v0.2.0 [INFO] [stderr] Checking rental v0.5.5 [INFO] [stderr] Checking tokio-codec v0.1.2 [INFO] [stderr] Compiling bstr v0.2.11 [INFO] [stderr] Checking eax v0.1.0 [INFO] [stderr] Checking aes v0.3.2 [INFO] [stderr] Checking tokio-reactor v0.1.12 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking slog-async v2.4.0 [INFO] [stderr] Checking slog-term v2.5.0 [INFO] [stderr] Checking slog-perf v0.2.0 [INFO] [stderr] Compiling csv v1.1.3 [INFO] [stderr] Checking tokio-fs v0.1.7 [INFO] [stderr] Checking tokio-tcp v0.1.4 [INFO] [stderr] Checking tokio-uds v0.2.6 [INFO] [stderr] Checking tokio-udp v0.1.6 [INFO] [stderr] Compiling built v0.3.2 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Compiling tsproto-structs v0.1.0 [INFO] [stderr] Compiling curve25519-dalek v1.2.3 [INFO] [stderr] Compiling tsproto v0.1.0 [INFO] [stderr] Checking backtrace v0.3.43 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking quicklz v0.2.0 [INFO] [stderr] Compiling tsproto-commands v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find value `_fmt` in this scope [INFO] [stderr] --> build/error_parser.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Template)] [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> build/error_parser.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Template)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_fmt` in this scope [INFO] [stderr] --> build/message_parser.rs:9:10 [INFO] [stderr] | [INFO] [stderr] 9 | #[derive(Template)] [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> build/message_parser.rs:9:10 [INFO] [stderr] | [INFO] [stderr] 9 | #[derive(Template)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_fmt` in this scope [INFO] [stderr] --> build/version_parser.rs:6:10 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Template)] [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> build/version_parser.rs:6:10 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Template)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `notify` on type `&_` [INFO] [stderr] --> build/message_parser.rs:9:10 [INFO] [stderr] | [INFO] [stderr] 9 | #[derive(Template)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `name` on type `&_` [INFO] [stderr] --> build/message_parser.rs:9:10 [INFO] [stderr] | [INFO] [stderr] 9 | #[derive(Template)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `itertools::Itertools` [INFO] [stderr] --> build/message_parser.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use itertools::Itertools; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0424, E0425, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0424`. [INFO] [stderr] error: could not compile `tsproto-commands`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "0365f124b79b35878a227576eb443369856603659e8810bc01c49d950cf98dd1"` [INFO] running `"docker" "rm" "-f" "0365f124b79b35878a227576eb443369856603659e8810bc01c49d950cf98dd1"` [INFO] [stdout] 0365f124b79b35878a227576eb443369856603659e8810bc01c49d950cf98dd1