[INFO] crate rbx_reflection 2.0.377 is already in cache [INFO] extracting crate rbx_reflection 2.0.377 into work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/reg/rbx_reflection/2.0.377 [INFO] extracting crate rbx_reflection 2.0.377 into work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/rbx_reflection/2.0.377 [INFO] validating manifest of rbx_reflection-2.0.377 on toolchain master#e305df1846a6d985315917ae0c81b74af8b4e641 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rbx_reflection-2.0.377 on toolchain try#99a7498759a22b5684caf798a98b7e90ad9d2443 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing rbx_reflection-2.0.377 [INFO] finished frobbing rbx_reflection-2.0.377 [INFO] frobbed toml for rbx_reflection-2.0.377 written to work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/reg/rbx_reflection/2.0.377/Cargo.toml [INFO] started frobbing rbx_reflection-2.0.377 [INFO] finished frobbing rbx_reflection-2.0.377 [INFO] frobbed toml for rbx_reflection-2.0.377 written to work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/rbx_reflection/2.0.377/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking rbx_reflection-2.0.377 against try#99a7498759a22b5684caf798a98b7e90ad9d2443 for pr-60039-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-60039-1/worker-7/try#99a7498759a22b5684caf798a98b7e90ad9d2443:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/rbx_reflection/2.0.377:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 14b6d709604fca9ec45e28680a77a855faff59117890a67f7a11efa69add6196 [INFO] running `"docker" "start" "-a" "14b6d709604fca9ec45e28680a77a855faff59117890a67f7a11efa69add6196"` [INFO] [stderr] Checking rbx_dom_weak v1.4.0 [INFO] [stderr] Checking rbx_reflection v2.0.377 (/opt/crater/workdir) [INFO] [stderr] warning: associated constant `Deprecated` should have an upper case name [INFO] [stderr] --> src/types.rs:40:15 [INFO] [stderr] | [INFO] [stderr] 40 | const Deprecated = 0b00000001; [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to upper case: `DEPRECATED` [INFO] [stderr] [INFO] [stderr] warning: associated constant `NotBrowsable` should have an upper case name [INFO] [stderr] --> src/types.rs:41:15 [INFO] [stderr] | [INFO] [stderr] 41 | const NotBrowsable = 0b00000010; [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `NOT_BROWSABLE` [INFO] [stderr] [INFO] [stderr] warning: associated constant `NotCreatable` should have an upper case name [INFO] [stderr] --> src/types.rs:42:15 [INFO] [stderr] | [INFO] [stderr] 42 | const NotCreatable = 0b00000100; [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `NOT_CREATABLE` [INFO] [stderr] [INFO] [stderr] warning: associated constant `NotReplicated` should have an upper case name [INFO] [stderr] --> src/types.rs:43:15 [INFO] [stderr] | [INFO] [stderr] 43 | const NotReplicated = 0b00001000; [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `NOT_REPLICATED` [INFO] [stderr] [INFO] [stderr] warning: associated constant `PlayerReplicated` should have an upper case name [INFO] [stderr] --> src/types.rs:44:15 [INFO] [stderr] | [INFO] [stderr] 44 | const PlayerReplicated = 0b00010000; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PLAYER_REPLICATED` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Service` should have an upper case name [INFO] [stderr] --> src/types.rs:45:15 [INFO] [stderr] | [INFO] [stderr] 45 | const Service = 0b00100000; [INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper case: `SERVICE` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Settings` should have an upper case name [INFO] [stderr] --> src/types.rs:46:15 [INFO] [stderr] | [INFO] [stderr] 46 | const Settings = 0b01000000; [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to upper case: `SETTINGS` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Deprecated` should have an upper case name [INFO] [stderr] --> src/types.rs:40:15 [INFO] [stderr] | [INFO] [stderr] 40 | const Deprecated = 0b00000001; [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to upper case: `DEPRECATED` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_upper_case_globals)] on by default [INFO] [stderr] [INFO] [stderr] warning: associated constant `NotBrowsable` should have an upper case name [INFO] [stderr] --> src/types.rs:41:15 [INFO] [stderr] | [INFO] [stderr] 41 | const NotBrowsable = 0b00000010; [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `NOT_BROWSABLE` [INFO] [stderr] [INFO] [stderr] warning: associated constant `NotCreatable` should have an upper case name [INFO] [stderr] --> src/types.rs:42:15 [INFO] [stderr] | [INFO] [stderr] 42 | const NotCreatable = 0b00000100; [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `NOT_CREATABLE` [INFO] [stderr] [INFO] [stderr] warning: associated constant `NotReplicated` should have an upper case name [INFO] [stderr] --> src/types.rs:43:15 [INFO] [stderr] | [INFO] [stderr] 43 | const NotReplicated = 0b00001000; [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `NOT_REPLICATED` [INFO] [stderr] [INFO] [stderr] warning: associated constant `PlayerReplicated` should have an upper case name [INFO] [stderr] --> src/types.rs:44:15 [INFO] [stderr] | [INFO] [stderr] 44 | const PlayerReplicated = 0b00010000; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PLAYER_REPLICATED` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Service` should have an upper case name [INFO] [stderr] --> src/types.rs:45:15 [INFO] [stderr] | [INFO] [stderr] 45 | const Service = 0b00100000; [INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper case: `SERVICE` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Settings` should have an upper case name [INFO] [stderr] --> src/types.rs:46:15 [INFO] [stderr] | [INFO] [stderr] 46 | const Settings = 0b01000000; [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to upper case: `SETTINGS` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.44s [INFO] running `"docker" "inspect" "14b6d709604fca9ec45e28680a77a855faff59117890a67f7a11efa69add6196"` [INFO] running `"docker" "rm" "-f" "14b6d709604fca9ec45e28680a77a855faff59117890a67f7a11efa69add6196"` [INFO] [stdout] 14b6d709604fca9ec45e28680a77a855faff59117890a67f7a11efa69add6196