[INFO] fetching crate rust-openttd-admin 0.2.0... [INFO] checking rust-openttd-admin-0.2.0 against try#5fae8f15a4dcfce640ee800a4d495673524b0a4d for pr-71814 [INFO] extracting crate rust-openttd-admin 0.2.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate rust-openttd-admin 0.2.0 on toolchain 5fae8f15a4dcfce640ee800a4d495673524b0a4d [INFO] running `"/workspace/cargo-home/bin/cargo" "+5fae8f15a4dcfce640ee800a4d495673524b0a4d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate rust-openttd-admin 0.2.0 [INFO] finished tweaking crates.io crate rust-openttd-admin 0.2.0 [INFO] tweaked toml for crates.io crate rust-openttd-admin 0.2.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+5fae8f15a4dcfce640ee800a4d495673524b0a4d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+5fae8f15a4dcfce640ee800a4d495673524b0a4d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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" "+5fae8f15a4dcfce640ee800a4d495673524b0a4d" "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] 158f9a6c932f854cf14f00c0dda22e2ac7e86bead67c05e43f8400e018557dfc [INFO] running `"docker" "start" "-a" "158f9a6c932f854cf14f00c0dda22e2ac7e86bead67c05e43f8400e018557dfc"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Checking rand_core v0.4.2 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling proc-macro2 v1.0.12 [INFO] [stderr] Compiling syn v1.0.21 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking gimli v0.21.0 [INFO] [stderr] Checking rustc-demangle v0.1.16 [INFO] [stderr] Compiling serde v1.0.110 [INFO] [stderr] Checking object v0.19.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking fnv v1.0.6 [INFO] [stderr] Checking regex-syntax v0.6.17 [INFO] [stderr] Checking wait-timeout v0.2.0 [INFO] [stderr] Checking rusty-fork v0.2.2 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling quote v1.0.5 [INFO] [stderr] Checking proptest v0.9.6 [INFO] [stderr] Checking addr2line v0.12.0 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Checking backtrace v0.3.48 [INFO] [stderr] Compiling serde_derive v1.0.110 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Checking rust-openttd-admin v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types/date.rs:433:1 [INFO] [stderr] | [INFO] [stderr] 433 | /// The number of days till the last day. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/types/date.rs:435:31 [INFO] [stderr] | [INFO] [stderr] 435 | static ref MAX_DAY: u32 = (days_till!(MAX_YEAR + 1) - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/packet/serde/error.rs:37:29 [INFO] [stderr] | [INFO] [stderr] 37 | formatter.write_str(std::error::Error::description(self)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types/date.rs:433:1 [INFO] [stderr] | [INFO] [stderr] 433 | /// The number of days till the last day. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/types/date.rs:435:31 [INFO] [stderr] | [INFO] [stderr] 435 | static ref MAX_DAY: u32 = (days_till!(MAX_YEAR + 1) - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/packet/serde/error.rs:37:29 [INFO] [stderr] | [INFO] [stderr] 37 | formatter.write_str(std::error::Error::description(self)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/packet/serde/error.rs:46:44 [INFO] [stderr] | [INFO] [stderr] 46 | Error::IoError(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/packet/serde/error.rs:47:46 [INFO] [stderr] | [INFO] [stderr] 47 | Error::Utf8Error(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/packet/serde/error.rs:46:44 [INFO] [stderr] | [INFO] [stderr] 46 | Error::IoError(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/packet/serde/error.rs:47:46 [INFO] [stderr] | [INFO] [stderr] 47 | Error::Utf8Error(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 52.25s [INFO] running `"docker" "inspect" "158f9a6c932f854cf14f00c0dda22e2ac7e86bead67c05e43f8400e018557dfc"` [INFO] running `"docker" "rm" "-f" "158f9a6c932f854cf14f00c0dda22e2ac7e86bead67c05e43f8400e018557dfc"` [INFO] [stdout] 158f9a6c932f854cf14f00c0dda22e2ac7e86bead67c05e43f8400e018557dfc