[INFO] crate rbx_reflection 2.0.377 is already in cache [INFO] extracting crate rbx_reflection 2.0.377 into work/ex/pr-60932/sources/master#548add7f61bfcbe3bea3f5ccefb53c84da8fefe4/reg/rbx_reflection/2.0.377 [INFO] extracting crate rbx_reflection 2.0.377 into work/ex/pr-60932/sources/try#097e26225c5cc28d3042ad4c80eac7c488f78ee7/reg/rbx_reflection/2.0.377 [INFO] validating manifest of rbx_reflection-2.0.377 on toolchain master#548add7f61bfcbe3bea3f5ccefb53c84da8fefe4 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+548add7f61bfcbe3bea3f5ccefb53c84da8fefe4-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rbx_reflection-2.0.377 on toolchain try#097e26225c5cc28d3042ad4c80eac7c488f78ee7 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+097e26225c5cc28d3042ad4c80eac7c488f78ee7-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-60932/sources/master#548add7f61bfcbe3bea3f5ccefb53c84da8fefe4/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-60932/sources/try#097e26225c5cc28d3042ad4c80eac7c488f78ee7/reg/rbx_reflection/2.0.377/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+548add7f61bfcbe3bea3f5ccefb53c84da8fefe4-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+097e26225c5cc28d3042ad4c80eac7c488f78ee7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+548add7f61bfcbe3bea3f5ccefb53c84da8fefe4-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+097e26225c5cc28d3042ad4c80eac7c488f78ee7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking rbx_reflection-2.0.377 against master#548add7f61bfcbe3bea3f5ccefb53c84da8fefe4 for pr-60932 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60932/worker-4/master#548add7f61bfcbe3bea3f5ccefb53c84da8fefe4:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60932/sources/master#548add7f61bfcbe3bea3f5ccefb53c84da8fefe4/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" "+548add7f61bfcbe3bea3f5ccefb53c84da8fefe4-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 2f9f124849385c048cad75e8523ef2f260deffabd65dda9446b64bfefa32939b [INFO] running `"docker" "start" "-a" "2f9f124849385c048cad75e8523ef2f260deffabd65dda9446b64bfefa32939b"` [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 9.68s [INFO] running `"docker" "inspect" "2f9f124849385c048cad75e8523ef2f260deffabd65dda9446b64bfefa32939b"` [INFO] running `"docker" "rm" "-f" "2f9f124849385c048cad75e8523ef2f260deffabd65dda9446b64bfefa32939b"` [INFO] [stdout] 2f9f124849385c048cad75e8523ef2f260deffabd65dda9446b64bfefa32939b