[INFO] crate rbx_reflection 2.0.377 is already in cache [INFO] extracting crate rbx_reflection 2.0.377 into work/ex/pr-61100/sources/master#8869ee03d7f258e1b76a11c6fbb01b5708a9f504/reg/rbx_reflection/2.0.377 [INFO] extracting crate rbx_reflection 2.0.377 into work/ex/pr-61100/sources/try#58b21121d0b447ceb3f1a655155d802191acf044/reg/rbx_reflection/2.0.377 [INFO] validating manifest of rbx_reflection-2.0.377 on toolchain master#8869ee03d7f258e1b76a11c6fbb01b5708a9f504 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+8869ee03d7f258e1b76a11c6fbb01b5708a9f504-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rbx_reflection-2.0.377 on toolchain try#58b21121d0b447ceb3f1a655155d802191acf044 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+58b21121d0b447ceb3f1a655155d802191acf044-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-61100/sources/master#8869ee03d7f258e1b76a11c6fbb01b5708a9f504/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-61100/sources/try#58b21121d0b447ceb3f1a655155d802191acf044/reg/rbx_reflection/2.0.377/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+8869ee03d7f258e1b76a11c6fbb01b5708a9f504-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+58b21121d0b447ceb3f1a655155d802191acf044-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+8869ee03d7f258e1b76a11c6fbb01b5708a9f504-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+58b21121d0b447ceb3f1a655155d802191acf044-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking rbx_reflection-2.0.377 against try#58b21121d0b447ceb3f1a655155d802191acf044 for pr-61100 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-61100/worker-7/try#58b21121d0b447ceb3f1a655155d802191acf044:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-61100/sources/try#58b21121d0b447ceb3f1a655155d802191acf044/reg/rbx_reflection/2.0.377:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/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" "+58b21121d0b447ceb3f1a655155d802191acf044-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] fdaaeab1fda9995c49a960aff3be3eea32b2bfbe12be3aded8d73fba8d4830ef [INFO] running `"docker" "start" "-a" "fdaaeab1fda9995c49a960aff3be3eea32b2bfbe12be3aded8d73fba8d4830ef"` [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Checking rbx_dom_weak v1.7.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] = 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] 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] Finished dev [unoptimized + debuginfo] target(s) in 10.75s [INFO] running `"docker" "inspect" "fdaaeab1fda9995c49a960aff3be3eea32b2bfbe12be3aded8d73fba8d4830ef"` [INFO] running `"docker" "rm" "-f" "fdaaeab1fda9995c49a960aff3be3eea32b2bfbe12be3aded8d73fba8d4830ef"` [INFO] [stdout] fdaaeab1fda9995c49a960aff3be3eea32b2bfbe12be3aded8d73fba8d4830ef