[INFO] fetching crate moment 0.1.0... [INFO] checking moment-0.1.0 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate moment 0.1.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate moment 0.1.0 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "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-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "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] 35228324f589d5720f83cfe552bdb75ce19f91344b95dfd90a87dd68afd1a47c [INFO] running `Command { std: "docker" "start" "-a" "35228324f589d5720f83cfe552bdb75ce19f91344b95dfd90a87dd68afd1a47c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "35228324f589d5720f83cfe552bdb75ce19f91344b95dfd90a87dd68afd1a47c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "35228324f589d5720f83cfe552bdb75ce19f91344b95dfd90a87dd68afd1a47c", kill_on_drop: false }` [INFO] [stdout] 35228324f589d5720f83cfe552bdb75ce19f91344b95dfd90a87dd68afd1a47c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "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] 5e02ef02ae52f230dcd8be501538ace0d87babae0a1be286dd482e3d187cca31 [INFO] running `Command { std: "docker" "start" "-a" "5e02ef02ae52f230dcd8be501538ace0d87babae0a1be286dd482e3d187cca31", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.79 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking regex-syntax v0.6.18 [INFO] [stderr] Checking aho-corasick v0.7.13 [INFO] [stderr] Checking serde v1.0.116 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking regex v1.3.9 [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: 8 warnings emitted [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] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.39s [INFO] running `Command { std: "docker" "inspect" "5e02ef02ae52f230dcd8be501538ace0d87babae0a1be286dd482e3d187cca31", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e02ef02ae52f230dcd8be501538ace0d87babae0a1be286dd482e3d187cca31", kill_on_drop: false }` [INFO] [stdout] 5e02ef02ae52f230dcd8be501538ace0d87babae0a1be286dd482e3d187cca31