[INFO] fetching crate nisshoku 0.1.0...
[INFO] checking nisshoku-0.1.0 against try#c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f for pr-133502-17
[INFO] extracting crate nisshoku 0.1.0 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate nisshoku 0.1.0
[INFO] finished tweaking crates.io crate nisshoku 0.1.0
[INFO] tweaked toml for crates.io crate nisshoku 0.1.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate nisshoku 0.1.0 on toolchain c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate nisshoku 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8c0cc5fe9883161352380c90c43a1010add6fe716a45d5d1e3997c01da133348
[INFO] running `Command { std: "docker" "start" "-a" "8c0cc5fe9883161352380c90c43a1010add6fe716a45d5d1e3997c01da133348", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8c0cc5fe9883161352380c90c43a1010add6fe716a45d5d1e3997c01da133348", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8c0cc5fe9883161352380c90c43a1010add6fe716a45d5d1e3997c01da133348", kill_on_drop: false }`
[INFO] [stdout] 8c0cc5fe9883161352380c90c43a1010add6fe716a45d5d1e3997c01da133348
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "RUSTDOCFLAGS=--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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 52b7c931d39d9e8ff69b3f00625eafc41b0af2b07a79ee5aa15363e3957acf64
[INFO] running `Command { std: "docker" "start" "-a" "52b7c931d39d9e8ff69b3f00625eafc41b0af2b07a79ee5aa15363e3957acf64", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling proc-macro2 v1.0.66
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]    Compiling xml-rs v0.8.18
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]     Checking memchr v2.6.3
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling libm v0.2.7
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]     Checking pin-project-lite v0.2.13
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]     Checking itoa v1.0.9
[INFO] [stderr]     Checking bytes v1.5.0
[INFO] [stderr]     Checking bitflags v2.4.0
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]     Checking smallvec v1.11.0
[INFO] [stderr]    Compiling thiserror v1.0.48
[INFO] [stderr]    Compiling slotmap v1.0.6
[INFO] [stderr]    Compiling serde_json v1.0.105
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]     Checking downcast-rs v1.2.0
[INFO] [stderr]    Compiling clang-sys v1.6.1
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling rustix v0.38.11
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]     Checking percent-encoding v2.3.0
[INFO] [stderr]    Compiling syn v2.0.31
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]    Compiling prettyplease v0.2.15
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling aho-corasick v1.0.5
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking tracing-core v0.1.31
[INFO] [stderr]    Compiling serde v1.0.188
[INFO] [stderr]    Compiling regex-syntax v0.7.5
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling openssl v0.10.57
[INFO] [stderr]    Compiling linux-raw-sys v0.4.5
[INFO] [stderr]     Checking flate2 v1.0.27
[INFO] [stderr]     Checking http v0.2.9
[INFO] [stderr]     Checking mio v0.8.8
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking socket2 v0.5.3
[INFO] [stderr]    Compiling cmake v0.1.50
[INFO] [stderr]     Checking tracing v0.1.37
[INFO] [stderr]     Checking getrandom v0.2.10
[INFO] [stderr]     Checking nix v0.25.1
[INFO] [stderr]    Compiling smithay-client-toolkit v0.16.0
[INFO] [stderr]     Checking fdeflate v0.3.0
[INFO] [stderr]    Compiling libloading v0.7.4
[INFO] [stderr]    Compiling bindgen v0.65.1
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]     Checking tokio v1.32.0
[INFO] [stderr]     Checking bytemuck v1.14.0
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]    Compiling openssl-sys v0.9.93
[INFO] [stderr]     Checking xcursor v0.3.4
[INFO] [stderr]     Checking wayland-commons v0.29.5
[INFO] [stderr]    Compiling home v0.5.5
[INFO] [stderr]     Checking futures-sink v0.3.28
[INFO] [stderr]     Checking ttf-parser v0.19.1
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]     Checking futures-io v0.3.28
[INFO] [stderr]     Checking tiny-skia-path v0.8.4
[INFO] [stderr]     Checking png v0.17.10
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling luau0-src v0.7.2+luau592
[INFO] [stderr]     Checking memmap2 v0.5.10
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling glutin_egl_sys v0.5.1
[INFO] [stderr]    Compiling glutin_glx_sys v0.4.0
[INFO] [stderr]    Compiling regex-automata v0.3.8
[INFO] [stderr]    Compiling wayland-sys v0.30.1
[INFO] [stderr]     Checking owned_ttf_parser v0.19.0
[INFO] [stderr]     Checking form_urlencoded v1.2.0
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]     Checking ryu v1.0.15
[INFO] [stderr]    Compiling peeking_take_while v0.1.2
[INFO] [stderr]     Checking try-lock v0.2.4
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]     Checking openssl-probe v0.1.5
[INFO] [stderr]    Compiling cgmath v0.18.0
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]     Checking unicode-bidi v0.3.13
[INFO] [stderr]    Compiling shlex v1.2.0
[INFO] [stderr]    Compiling raylib-sys v3.7.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking tiny-skia v0.8.4
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]     Checking ab_glyph v0.2.21
[INFO] [stderr]    Compiling mlua-sys v0.3.2
[INFO] [stderr]     Checking wayland-cursor v0.29.5
[INFO] [stderr]     Checking idna v0.4.0
[INFO] [stderr]    Compiling winit v0.28.6
[INFO] [stderr]     Checking http-body v0.4.5
[INFO] [stderr]     Checking approx v0.4.0
[INFO] [stderr]     Checking socket2 v0.4.9
[INFO] [stderr]    Compiling glutin v0.30.10
[INFO] [stderr]     Checking fastrand v2.0.0
[INFO] [stderr]     Checking safemem v0.3.3
[INFO] [stderr]     Checking buf_redux v0.8.4
[INFO] [stderr]     Checking url v2.4.1
[INFO] [stderr]    Compiling regex v1.9.5
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking brotli-decompressor v2.3.4
[INFO] [stderr]     Checking twoway v0.1.8
[INFO] [stderr]     Checking gzip-header v1.0.0
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]     Checking chunked_transfer v1.4.1
[INFO] [stderr]     Checking ascii v1.1.0
[INFO] [stderr]     Checking iana-time-zone v0.1.57
[INFO] [stderr]     Checking deranged v0.3.8
[INFO] [stderr]     Checking time-core v0.1.1
[INFO] [stderr]     Checking tokio-util v0.7.8
[INFO] [stderr]     Checking num_threads v0.1.6
[INFO] [stderr]     Checking deflate v1.0.0
[INFO] [stderr]     Checking chrono v0.4.30
[INFO] [stderr]     Checking tempfile v3.8.0
[INFO] [stderr]     Checking tiny_http v0.12.0
[INFO] [stderr]     Checking time v0.3.28
[INFO] [stderr]     Checking h2 v0.3.21
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking multipart v0.18.0
[INFO] [stderr]     Checking brotli v3.3.4
[INFO] [stderr]     Checking threadpool v1.8.1
[INFO] [stderr]     Checking filetime v0.2.22
[INFO] [stderr]     Checking bstr v1.6.2
[INFO] [stderr]     Checking encoding_rs v0.8.33
[INFO] [stderr]    Compiling thiserror-impl v1.0.48
[INFO] [stderr]    Compiling serde_derive v1.0.188
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling zerocopy-derive v0.6.4
[INFO] [stderr]     Checking sha1_smol v1.0.0
[INFO] [stderr]     Checking base64 v0.21.3
[INFO] [stderr]     Checking ipnet v2.8.0
[INFO] [stderr]     Checking zerocopy v0.6.4
[INFO] [stderr]     Checking calloop v0.10.6
[INFO] [stderr]     Checking half v2.3.1
[INFO] [stderr]     Checking hyper v0.14.27
[INFO] [stderr]     Checking three-d-asset v0.6.0
[INFO] [stderr]     Checking rouille v3.6.2
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.20
[INFO] [stderr]    Compiling raylib-ffi v4.5.3
[INFO] [stderr]     Checking sctk-adwaita v0.5.4
[INFO] [stderr]     Checking raylib v3.7.0
[INFO] [stderr]     Checking three-d v0.16.0
[INFO] [stderr]     Checking mlua v0.9.1
[INFO] [stderr]     Checking nisshoku v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `thread`
[INFO] [stdout]  --> src/lib.rs:6:19
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::{fs, io, thread};
[INFO] [stdout]   |                   ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `thread`
[INFO] [stdout]  --> src/lib.rs:6:19
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::{fs, io, thread};
[INFO] [stdout]   |                   ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `three_d::*`
[INFO] [stdout]    --> src/lib.rs:474:17
[INFO] [stdout]     |
[INFO] [stdout] 474 |             use three_d::*;
[INFO] [stdout]     |                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `three_d::*`
[INFO] [stdout]    --> src/lib.rs:474:17
[INFO] [stdout]     |
[INFO] [stdout] 474 |             use three_d::*;
[INFO] [stdout]     |                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `fields`
[INFO] [stdout]    --> src/lib.rs:126:59
[INFO] [stdout]     |
[INFO] [stdout] 126 |     fn add_fields<'lua, F: LuaUserDataFields<'lua, Self>>(fields: &mut F) {
[INFO] [stdout]     |                                                           ^^^^^^ help: if this is intentional, prefix it with an underscore: `_fields`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `fields`
[INFO] [stdout]    --> src/lib.rs:126:59
[INFO] [stdout]     |
[INFO] [stdout] 126 |     fn add_fields<'lua, F: LuaUserDataFields<'lua, Self>>(fields: &mut F) {
[INFO] [stdout]     |                                                           ^^^^^^ help: if this is intentional, prefix it with an underscore: `_fields`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `arg`
[INFO] [stdout]    --> src/lib.rs:551:38
[INFO] [stdout]     |
[INFO] [stdout] 551 |                 .create_function(|_, arg:()| {
[INFO] [stdout]     |                                      ^^^ help: if this is intentional, prefix it with an underscore: `_arg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `arg`
[INFO] [stdout]    --> src/lib.rs:551:38
[INFO] [stdout]     |
[INFO] [stdout] 551 |                 .create_function(|_, arg:()| {
[INFO] [stdout]     |                                      ^^^ help: if this is intentional, prefix it with an underscore: `_arg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `type_of` is never used
[INFO] [stdout]   --> src/lib.rs:28:4
[INFO] [stdout]    |
[INFO] [stdout] 28 | fn type_of<T>(_: T) -> &'static str {
[INFO] [stdout]    |    ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NisshokuWindow` is never constructed
[INFO] [stdout]    --> src/lib.rs:476:20
[INFO] [stdout]     |
[INFO] [stdout] 476 |             struct NisshokuWindow {
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `type_of` is never used
[INFO] [stdout]   --> src/lib.rs:28:4
[INFO] [stdout]    |
[INFO] [stdout] 28 | fn type_of<T>(_: T) -> &'static str {
[INFO] [stdout]    |    ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NisshokuWindow` is never constructed
[INFO] [stdout]    --> src/lib.rs:476:20
[INFO] [stdout]     |
[INFO] [stdout] 476 |             struct NisshokuWindow {
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, mlua v0.9.1, multipart v0.18.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "52b7c931d39d9e8ff69b3f00625eafc41b0af2b07a79ee5aa15363e3957acf64", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "52b7c931d39d9e8ff69b3f00625eafc41b0af2b07a79ee5aa15363e3957acf64", kill_on_drop: false }`
[INFO] [stdout] 52b7c931d39d9e8ff69b3f00625eafc41b0af2b07a79ee5aa15363e3957acf64
