[INFO] fetching crate moment 0.1.0... [INFO] checking moment-0.1.0 against beta for pr-78714 [INFO] extracting crate moment 0.1.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate moment 0.1.0 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate moment 0.1.0 [INFO] finished tweaking crates.io crate moment 0.1.0 [INFO] tweaked toml for crates.io crate moment 0.1.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e923d2c6b5feee762fa5cb153c53b41b4c746fe72b78bb43e48cd85aa3a6b06f [INFO] running `Command { std: "docker" "start" "-a" "e923d2c6b5feee762fa5cb153c53b41b4c746fe72b78bb43e48cd85aa3a6b06f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e923d2c6b5feee762fa5cb153c53b41b4c746fe72b78bb43e48cd85aa3a6b06f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e923d2c6b5feee762fa5cb153c53b41b4c746fe72b78bb43e48cd85aa3a6b06f", kill_on_drop: false }` [INFO] [stdout] e923d2c6b5feee762fa5cb153c53b41b4c746fe72b78bb43e48cd85aa3a6b06f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0c3a785d30bc344920b2730a25ca2af00fc845d3f2bee68af337545eba631f21 [INFO] running `Command { std: "docker" "start" "-a" "0c3a785d30bc344920b2730a25ca2af00fc845d3f2bee68af337545eba631f21", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Checking num-integer v0.1.44 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking moment v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: structure field `LT` should have a snake case name [INFO] [stdout] --> src/locale/long_date_format_strings.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub LT: &'static str, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `lt` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `LTS` should have a snake case name [INFO] [stdout] --> src/locale/long_date_format_strings.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | pub LTS: &'static str, [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `lts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `L` should have a snake case name [INFO] [stdout] --> src/locale/long_date_format_strings.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub L: &'static str, [INFO] [stdout] | ^ help: convert the identifier to snake case: `l` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `LL` should have a snake case name [INFO] [stdout] --> src/locale/long_date_format_strings.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub LL: &'static str, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `ll` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `LLL` should have a snake case name [INFO] [stdout] --> src/locale/long_date_format_strings.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub LLL: &'static str, [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `lll` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `LLLL` should have a snake case name [INFO] [stdout] --> src/locale/long_date_format_strings.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | pub LLLL: &'static str, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `llll` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `M` should have a snake case name [INFO] [stdout] --> src/locale/relative_time_strings.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub M: &'static str, [INFO] [stdout] | ^ help: convert the identifier to snake case: `m` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `MM` should have a snake case name [INFO] [stdout] --> src/locale/relative_time_strings.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | pub MM: &'static str, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `mm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `LT` should have a snake case name [INFO] [stdout] --> src/locale/long_date_format_strings.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub LT: &'static str, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `lt` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `LTS` should have a snake case name [INFO] [stdout] --> src/locale/long_date_format_strings.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | pub LTS: &'static str, [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `lts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `L` should have a snake case name [INFO] [stdout] --> src/locale/long_date_format_strings.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub L: &'static str, [INFO] [stdout] | ^ help: convert the identifier to snake case: `l` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `LL` should have a snake case name [INFO] [stdout] --> src/locale/long_date_format_strings.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub LL: &'static str, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `ll` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `LLL` should have a snake case name [INFO] [stdout] --> src/locale/long_date_format_strings.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub LLL: &'static str, [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `lll` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `LLLL` should have a snake case name [INFO] [stdout] --> src/locale/long_date_format_strings.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | pub LLLL: &'static str, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `llll` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `M` should have a snake case name [INFO] [stdout] --> src/locale/relative_time_strings.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub M: &'static str, [INFO] [stdout] | ^ help: convert the identifier to snake case: `m` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `MM` should have a snake case name [INFO] [stdout] --> src/locale/relative_time_strings.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | pub MM: &'static str, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `mm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.01s [INFO] running `Command { std: "docker" "inspect" "0c3a785d30bc344920b2730a25ca2af00fc845d3f2bee68af337545eba631f21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c3a785d30bc344920b2730a25ca2af00fc845d3f2bee68af337545eba631f21", kill_on_drop: false }` [INFO] [stdout] 0c3a785d30bc344920b2730a25ca2af00fc845d3f2bee68af337545eba631f21