[INFO] fetching crate simple-locale 0.2.0... [INFO] checking simple-locale-0.2.0 against try#3bb2879ea9e58d65b875f9a98df44f4a43ce2597 for pr-85387 [INFO] extracting crate simple-locale 0.2.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate simple-locale 0.2.0 on toolchain 3bb2879ea9e58d65b875f9a98df44f4a43ce2597 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate simple-locale 0.2.0 [INFO] finished tweaking crates.io crate simple-locale 0.2.0 [INFO] tweaked toml for crates.io crate simple-locale 0.2.0 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "fetch" "--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9275fbf29e267a56c3680ad255bb8c6e3a2cc166bd9d67bf67c5935245daca42 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9275fbf29e267a56c3680ad255bb8c6e3a2cc166bd9d67bf67c5935245daca42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9275fbf29e267a56c3680ad255bb8c6e3a2cc166bd9d67bf67c5935245daca42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9275fbf29e267a56c3680ad255bb8c6e3a2cc166bd9d67bf67c5935245daca42", kill_on_drop: false }` [INFO] [stdout] 9275fbf29e267a56c3680ad255bb8c6e3a2cc166bd9d67bf67c5935245daca42 [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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d483014976d36742c103bb9630165f0e41d8b4d86c1c32fb05fa02c30af9d07f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d483014976d36742c103bb9630165f0e41d8b4d86c1c32fb05fa02c30af9d07f", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Checking itoa v0.4.7 [INFO] [stderr] Checking regex-syntax v0.6.25 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Checking serde_json v1.0.64 [INFO] [stderr] Checking simple-locale v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi/linux/langinfo.rs:484:19 [INFO] [stdout] | [INFO] [stdout] 484 | unsafe { &(*(::std::ptr::null::<__locale_struct>())).__locales as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deref_nullptr)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi/linux/langinfo.rs:494:19 [INFO] [stdout] | [INFO] [stdout] 494 | unsafe { &(*(::std::ptr::null::<__locale_struct>())).__ctype_b as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi/linux/langinfo.rs:504:19 [INFO] [stdout] | [INFO] [stdout] 504 | unsafe { &(*(::std::ptr::null::<__locale_struct>())).__ctype_tolower as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi/linux/langinfo.rs:514:19 [INFO] [stdout] | [INFO] [stdout] 514 | unsafe { &(*(::std::ptr::null::<__locale_struct>())).__ctype_toupper as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi/linux/langinfo.rs:524:19 [INFO] [stdout] | [INFO] [stdout] 524 | unsafe { &(*(::std::ptr::null::<__locale_struct>())).__names as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi/linux/locale.rs:120:19 [INFO] [stdout] | [INFO] [stdout] 120 | unsafe { &(*(::std::ptr::null::())).decimal_point as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi/linux/locale.rs:130:19 [INFO] [stdout] | [INFO] [stdout] 130 | unsafe { &(*(::std::ptr::null::())).thousands_sep as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi/linux/locale.rs:140:19 [INFO] [stdout] | [INFO] [stdout] 140 | unsafe { &(*(::std::ptr::null::())).grouping as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi/linux/locale.rs:150:19 [INFO] [stdout] | [INFO] [stdout] 150 | unsafe { &(*(::std::ptr::null::())).int_curr_symbol as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi/linux/locale.rs:160:19 [INFO] [stdout] | [INFO] [stdout] 160 | unsafe { &(*(::std::ptr::null::())).currency_symbol as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi/linux/locale.rs:170:19 [INFO] [stdout] | [INFO] [stdout] 170 | unsafe { &(*(::std::ptr::null::())).mon_decimal_point as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi/linux/locale.rs:180:19 [INFO] [stdout] | [INFO] [stdout] 180 | unsafe { &(*(::std::ptr::null::())).mon_thousands_sep as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi/linux/locale.rs:190:19 [INFO] [stdout] | [INFO] [stdout] 190 | unsafe { &(*(::std::ptr::null::())).mon_grouping as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi/linux/locale.rs:200:19 [INFO] [stdout] | [INFO] [stdout] 200 | unsafe { &(*(::std::ptr::null::())).positive_sign as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi/linux/locale.rs:210:19 [INFO] [stdout] | [INFO] [stdout] 210 | unsafe { &(*(::std::ptr::null::())).negative_sign as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi/linux/locale.rs:220:19 [INFO] [stdout] | [INFO] [stdout] 220 | unsafe { &(*(::std::ptr::null::())).int_frac_digits as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi/linux/locale.rs:230:19 [INFO] [stdout] | [INFO] [stdout] 230 | unsafe { &(*(::std::ptr::null::())).frac_digits as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi/linux/locale.rs:240:19 [INFO] [stdout] | [INFO] [stdout] 240 | unsafe { &(*(::std::ptr::null::())).p_cs_precedes as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi/linux/locale.rs:250:19 [INFO] [stdout] | [INFO] [stdout] 250 | unsafe { &(*(::std::ptr::null::())).p_sep_by_space as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi/linux/locale.rs:260:19 [INFO] [stdout] | [INFO] [stdout] 260 | unsafe { &(*(::std::ptr::null::())).n_cs_precedes as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi/linux/locale.rs:270:19 [INFO] [stdout] | [INFO] [stdout] 270 | unsafe { &(*(::std::ptr::null::())).n_sep_by_space as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi/linux/locale.rs:280:19 [INFO] [stdout] | [INFO] [stdout] 280 | unsafe { &(*(::std::ptr::null::())).p_sign_posn as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi/linux/locale.rs:290:19 [INFO] [stdout] | [INFO] [stdout] 290 | unsafe { &(*(::std::ptr::null::())).n_sign_posn as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi/linux/locale.rs:300:19 [INFO] [stdout] | [INFO] [stdout] 300 | unsafe { &(*(::std::ptr::null::())).int_p_cs_precedes as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi/linux/locale.rs:310:19 [INFO] [stdout] | [INFO] [stdout] 310 | unsafe { &(*(::std::ptr::null::())).int_p_sep_by_space as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi/linux/locale.rs:320:19 [INFO] [stdout] | [INFO] [stdout] 320 | unsafe { &(*(::std::ptr::null::())).int_n_cs_precedes as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi/linux/locale.rs:330:19 [INFO] [stdout] | [INFO] [stdout] 330 | unsafe { &(*(::std::ptr::null::())).int_n_sep_by_space as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi/linux/locale.rs:340:19 [INFO] [stdout] | [INFO] [stdout] 340 | unsafe { &(*(::std::ptr::null::())).int_p_sign_posn as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi/linux/locale.rs:350:19 [INFO] [stdout] | [INFO] [stdout] 350 | unsafe { &(*(::std::ptr::null::())).int_n_sign_posn as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi/linux/locale.rs:391:19 [INFO] [stdout] | [INFO] [stdout] 391 | unsafe { &(*(::std::ptr::null::<__locale_struct>())).__locales as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi/linux/locale.rs:401:19 [INFO] [stdout] | [INFO] [stdout] 401 | unsafe { &(*(::std::ptr::null::<__locale_struct>())).__ctype_b as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi/linux/locale.rs:411:19 [INFO] [stdout] | [INFO] [stdout] 411 | unsafe { &(*(::std::ptr::null::<__locale_struct>())).__ctype_tolower as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi/linux/locale.rs:421:19 [INFO] [stdout] | [INFO] [stdout] 421 | unsafe { &(*(::std::ptr::null::<__locale_struct>())).__ctype_toupper as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi/linux/locale.rs:431:19 [INFO] [stdout] | [INFO] [stdout] 431 | unsafe { &(*(::std::ptr::null::<__locale_struct>())).__names as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 34 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.87s [INFO] running `Command { std: "docker" "inspect" "d483014976d36742c103bb9630165f0e41d8b4d86c1c32fb05fa02c30af9d07f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d483014976d36742c103bb9630165f0e41d8b4d86c1c32fb05fa02c30af9d07f", kill_on_drop: false }` [INFO] [stdout] d483014976d36742c103bb9630165f0e41d8b4d86c1c32fb05fa02c30af9d07f