[INFO] fetching crate tsuki 0.1.2... [INFO] testing tsuki-0.1.2 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate tsuki 0.1.2 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate tsuki 0.1.2 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate tsuki 0.1.2 [INFO] tweaked toml for crates.io crate tsuki 0.1.2 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate tsuki 0.1.2 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate tsuki 0.1.2 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 94b9203a56f9b444370ea9b3ec5d3efe732348775bd99691e726141bb316692a [INFO] running `Command { std: "docker" "start" "-a" "94b9203a56f9b444370ea9b3ec5d3efe732348775bd99691e726141bb316692a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "94b9203a56f9b444370ea9b3ec5d3efe732348775bd99691e726141bb316692a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "94b9203a56f9b444370ea9b3ec5d3efe732348775bd99691e726141bb316692a", kill_on_drop: false }` [INFO] [stdout] 94b9203a56f9b444370ea9b3ec5d3efe732348775bd99691e726141bb316692a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9a205300068e1caa52acb18e263c768381d9ce0a67493c33ddc446463d886da8 [INFO] running `Command { std: "docker" "start" "-a" "9a205300068e1caa52acb18e263c768381d9ce0a67493c33ddc446463d886da8", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling libm v0.2.15 [INFO] [stderr] Compiling thiserror v2.0.16 [INFO] [stderr] Compiling tsuki v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling thiserror-impl v2.0.16 [INFO] [stdout] warning: unused variable: `osize` [INFO] [stdout] --> src/lmem.rs:59:52 [INFO] [stdout] | [INFO] [stdout] 59 | pub unsafe fn luaM_free_(block: *mut libc::c_void, osize: usize) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_osize` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `g` [INFO] [stdout] --> src/lmem.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 64 | g: *const Lua, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_g` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `osize` [INFO] [stdout] --> src/lmem.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | osize: usize, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_osize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `g` [INFO] [stdout] --> src/lmem.rs:98:31 [INFO] [stdout] | [INFO] [stdout] 98 | pub unsafe fn luaM_malloc_(g: *const Lua, size: usize) -> *mut c_void { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_g` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_pop` is never used [INFO] [stdout] --> src/lib.rs:142:11 [INFO] [stdout] | [INFO] [stdout] 142 | unsafe fn lua_pop(th: *const Thread, n: c_int) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:653:23 [INFO] [stdout] | [INFO] [stdout] 653 | pub struct YieldFp(fn(Context) -> Result, Box>); [INFO] [stdout] | ------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_xmove` is never used [INFO] [stdout] --> src/lapi.rs:82:15 [INFO] [stdout] | [INFO] [stdout] 82 | pub unsafe fn lua_xmove(from: *mut Thread, to: *mut Thread, n: c_int) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_absindex` is never used [INFO] [stdout] --> src/lapi.rs:100:15 [INFO] [stdout] | [INFO] [stdout] 100 | pub unsafe fn lua_absindex(L: *const Thread, idx: c_int) -> c_int { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_closeslot` is never used [INFO] [stdout] --> src/lapi.rs:149:15 [INFO] [stdout] | [INFO] [stdout] 149 | pub unsafe fn lua_closeslot( [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_pushvalue` is never used [INFO] [stdout] --> src/lapi.rs:226:15 [INFO] [stdout] | [INFO] [stdout] 226 | pub unsafe fn lua_pushvalue(L: *const Thread, idx: c_int) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_iscfunction` is never used [INFO] [stdout] --> src/lapi.rs:249:15 [INFO] [stdout] | [INFO] [stdout] 249 | pub unsafe fn lua_iscfunction(L: *mut Thread, idx: c_int) -> c_int { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_isnumber` is never used [INFO] [stdout] --> src/lapi.rs:258:15 [INFO] [stdout] | [INFO] [stdout] 258 | pub unsafe fn lua_isnumber(L: *const Thread, idx: c_int) -> c_int { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_isstring` is never used [INFO] [stdout] --> src/lapi.rs:269:15 [INFO] [stdout] | [INFO] [stdout] 269 | pub unsafe fn lua_isstring(L: *const Thread, idx: c_int) -> c_int { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_isuserdata` is never used [INFO] [stdout] --> src/lapi.rs:275:15 [INFO] [stdout] | [INFO] [stdout] 275 | pub unsafe fn lua_isuserdata(L: *mut Thread, idx: c_int) -> c_int { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_compare` is never used [INFO] [stdout] --> src/lapi.rs:300:15 [INFO] [stdout] | [INFO] [stdout] 300 | pub unsafe fn lua_compare( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_stringtonumber` is never used [INFO] [stdout] --> src/lapi.rs:324:15 [INFO] [stdout] | [INFO] [stdout] 324 | pub unsafe fn lua_stringtonumber(L: *const Thread, s: *const libc::c_char) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_tonumberx` is never used [INFO] [stdout] --> src/lapi.rs:332:15 [INFO] [stdout] | [INFO] [stdout] 332 | pub unsafe fn lua_tonumberx(L: *const Thread, idx: c_int, pisnum: *mut c_int) -> f64 { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_tointegerx` is never used [INFO] [stdout] --> src/lapi.rs:348:15 [INFO] [stdout] | [INFO] [stdout] 348 | pub unsafe fn lua_tointegerx(L: *const Thread, idx: c_int, pisnum: *mut c_int) -> i64 { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_toboolean` is never used [INFO] [stdout] --> src/lapi.rs:365:15 [INFO] [stdout] | [INFO] [stdout] 365 | pub unsafe fn lua_toboolean(L: *const Thread, idx: c_int) -> c_int { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_rawlen` is never used [INFO] [stdout] --> src/lapi.rs:388:15 [INFO] [stdout] | [INFO] [stdout] 388 | pub unsafe fn lua_rawlen(L: *const Thread, idx: c_int) -> u64 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_tothread` is never used [INFO] [stdout] --> src/lapi.rs:403:15 [INFO] [stdout] | [INFO] [stdout] 403 | pub unsafe fn lua_tothread(L: *mut Thread, idx: c_int) -> *const Thread { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_pushcclosure` is never used [INFO] [stdout] --> src/lapi.rs:454:15 [INFO] [stdout] | [INFO] [stdout] 454 | pub unsafe fn lua_pushcclosure( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_getglobal` is never used [INFO] [stdout] --> src/lapi.rs:529:15 [INFO] [stdout] | [INFO] [stdout] 529 | pub unsafe fn lua_getglobal( [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_gettable` is never used [INFO] [stdout] --> src/lapi.rs:541:15 [INFO] [stdout] | [INFO] [stdout] 541 | pub unsafe fn lua_gettable( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `finishrawget` is never used [INFO] [stdout] --> src/lapi.rs:586:11 [INFO] [stdout] | [INFO] [stdout] 586 | unsafe fn finishrawget(L: *const Thread, val: *const UnsafeValue) -> c_int { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_rawget` is never used [INFO] [stdout] --> src/lapi.rs:605:15 [INFO] [stdout] | [INFO] [stdout] 605 | pub unsafe fn lua_rawget(L: *const Thread, idx: c_int) -> c_int { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_rawgeti` is never used [INFO] [stdout] --> src/lapi.rs:616:15 [INFO] [stdout] | [INFO] [stdout] 616 | pub unsafe fn lua_rawgeti(L: *const Thread, idx: c_int, n: i64) -> c_int { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_createtable` is never used [INFO] [stdout] --> src/lapi.rs:621:15 [INFO] [stdout] | [INFO] [stdout] 621 | pub unsafe fn lua_createtable(L: *const Thread, narray: c_int, nrec: c_int) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_getmetatable` is never used [INFO] [stdout] --> src/lapi.rs:636:15 [INFO] [stdout] | [INFO] [stdout] 636 | pub unsafe fn lua_getmetatable(L: *const Thread, objindex: c_int) -> c_int { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `auxsetstr` is never used [INFO] [stdout] --> src/lapi.rs:654:11 [INFO] [stdout] | [INFO] [stdout] 654 | unsafe fn auxsetstr( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_setglobal` is never used [INFO] [stdout] --> src/lapi.rs:712:15 [INFO] [stdout] | [INFO] [stdout] 712 | pub unsafe fn lua_setglobal( [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_settable` is never used [INFO] [stdout] --> src/lapi.rs:723:15 [INFO] [stdout] | [INFO] [stdout] 723 | pub unsafe fn lua_settable( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_setfield` is never used [INFO] [stdout] --> src/lapi.rs:777:15 [INFO] [stdout] | [INFO] [stdout] 777 | pub unsafe fn lua_setfield( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_seti` is never used [INFO] [stdout] --> src/lapi.rs:785:15 [INFO] [stdout] | [INFO] [stdout] 785 | pub unsafe fn lua_seti( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_rawset` is never used [INFO] [stdout] --> src/lapi.rs:852:15 [INFO] [stdout] | [INFO] [stdout] 852 | pub unsafe fn lua_rawset(L: *const Thread, idx: c_int) -> Result<(), TableError> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_rawseti` is never used [INFO] [stdout] --> src/lapi.rs:863:15 [INFO] [stdout] | [INFO] [stdout] 863 | pub unsafe fn lua_rawseti(L: *mut Thread, idx: c_int, n: i64) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_toclose` is never used [INFO] [stdout] --> src/lapi.rs:917:15 [INFO] [stdout] | [INFO] [stdout] 917 | pub unsafe fn lua_toclose( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `aux_upvalue` is never used [INFO] [stdout] --> src/lapi.rs:952:11 [INFO] [stdout] | [INFO] [stdout] 952 | unsafe fn aux_upvalue( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_getupvalue` is never used [INFO] [stdout] --> src/lapi.rs:1001:15 [INFO] [stdout] | [INFO] [stdout] 1001 | pub unsafe fn lua_getupvalue( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_setupvalue` is never used [INFO] [stdout] --> src/lapi.rs:1019:15 [INFO] [stdout] | [INFO] [stdout] 1019 | pub unsafe fn lua_setupvalue( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `pushfuncname` is never used [INFO] [stdout] --> src/lauxlib.rs:85:11 [INFO] [stdout] | [INFO] [stdout] 85 | unsafe fn pushfuncname( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lastlevel` is never used [INFO] [stdout] --> src/lauxlib.rs:115:11 [INFO] [stdout] | [INFO] [stdout] 115 | unsafe fn lastlevel(L: *mut Thread) -> libc::c_int { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `luaL_traceback` is never used [INFO] [stdout] --> src/lauxlib.rs:134:15 [INFO] [stdout] | [INFO] [stdout] 134 | pub unsafe fn luaL_traceback( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `luaL_typeerror` is never used [INFO] [stdout] --> src/lauxlib.rs:253:15 [INFO] [stdout] | [INFO] [stdout] 253 | pub unsafe fn luaL_typeerror( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `tag_error` is never used [INFO] [stdout] --> src/lauxlib.rs:271:11 [INFO] [stdout] | [INFO] [stdout] 271 | unsafe fn tag_error( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `luaL_newmetatable` is never used [INFO] [stdout] --> src/lauxlib.rs:302:15 [INFO] [stdout] | [INFO] [stdout] 302 | pub unsafe fn luaL_newmetatable( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `luaL_checktype` is never used [INFO] [stdout] --> src/lauxlib.rs:346:15 [INFO] [stdout] | [INFO] [stdout] 346 | pub unsafe fn luaL_checktype( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `luaL_checknumber` is never used [INFO] [stdout] --> src/lauxlib.rs:359:15 [INFO] [stdout] | [INFO] [stdout] 359 | pub unsafe fn luaL_checknumber( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `luaL_getmetafield` is never used [INFO] [stdout] --> src/lauxlib.rs:371:15 [INFO] [stdout] | [INFO] [stdout] 371 | pub unsafe fn luaL_getmetafield( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `luaL_getsubtable` is never used [INFO] [stdout] --> src/lauxlib.rs:392:15 [INFO] [stdout] | [INFO] [stdout] 392 | pub unsafe fn luaL_getsubtable( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `luaF_newCclosure` is never used [INFO] [stdout] --> src/lfunc.rs:21:15 [INFO] [stdout] | [INFO] [stdout] 21 | pub unsafe fn luaF_newCclosure(g: *const Lua, nupvals: libc::c_int) -> *mut CClosure { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `luaO_arith` is never used [INFO] [stdout] --> src/lobject.rs:596:15 [INFO] [stdout] | [INFO] [stdout] 596 | pub unsafe fn luaO_arith( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_closethread` is never used [INFO] [stdout] --> src/lstate.rs:140:15 [INFO] [stdout] | [INFO] [stdout] 140 | pub unsafe fn lua_closethread(L: *const Thread) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `luaV_lessequal` is never used [INFO] [stdout] --> src/vm/mod.rs:626:15 [INFO] [stdout] | [INFO] [stdout] 626 | pub unsafe fn luaV_lessequal( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.58s [INFO] running `Command { std: "docker" "inspect" "9a205300068e1caa52acb18e263c768381d9ce0a67493c33ddc446463d886da8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a205300068e1caa52acb18e263c768381d9ce0a67493c33ddc446463d886da8", kill_on_drop: false }` [INFO] [stdout] 9a205300068e1caa52acb18e263c768381d9ce0a67493c33ddc446463d886da8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2088e2962e712dce51edc26f8d5929472342437d1657f02a60e511ad3a71665b [INFO] running `Command { std: "docker" "start" "-a" "2088e2962e712dce51edc26f8d5929472342437d1657f02a60e511ad3a71665b", kill_on_drop: false }` [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Compiling linux-raw-sys v0.9.4 [INFO] [stderr] Compiling find-msvc-tools v0.1.0 [INFO] [stderr] Compiling env_home v0.1.0 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling regex-syntax v0.8.6 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling clap_builder v4.5.47 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling bstr v1.12.0 [INFO] [stderr] Compiling rustc-hash v2.1.1 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stdout] warning: unused variable: `osize` [INFO] [stdout] --> src/lmem.rs:59:52 [INFO] [stdout] | [INFO] [stdout] 59 | pub unsafe fn luaM_free_(block: *mut libc::c_void, osize: usize) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_osize` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `g` [INFO] [stdout] --> src/lmem.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 64 | g: *const Lua, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_g` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `osize` [INFO] [stdout] --> src/lmem.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | osize: usize, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_osize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `g` [INFO] [stdout] --> src/lmem.rs:98:31 [INFO] [stdout] | [INFO] [stdout] 98 | pub unsafe fn luaM_malloc_(g: *const Lua, size: usize) -> *mut c_void { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_g` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_pop` is never used [INFO] [stdout] --> src/lib.rs:142:11 [INFO] [stdout] | [INFO] [stdout] 142 | unsafe fn lua_pop(th: *const Thread, n: c_int) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:653:23 [INFO] [stdout] | [INFO] [stdout] 653 | pub struct YieldFp(fn(Context) -> Result, Box>); [INFO] [stdout] | ------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_xmove` is never used [INFO] [stdout] --> src/lapi.rs:82:15 [INFO] [stdout] | [INFO] [stdout] 82 | pub unsafe fn lua_xmove(from: *mut Thread, to: *mut Thread, n: c_int) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_absindex` is never used [INFO] [stdout] --> src/lapi.rs:100:15 [INFO] [stdout] | [INFO] [stdout] 100 | pub unsafe fn lua_absindex(L: *const Thread, idx: c_int) -> c_int { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_closeslot` is never used [INFO] [stdout] --> src/lapi.rs:149:15 [INFO] [stdout] | [INFO] [stdout] 149 | pub unsafe fn lua_closeslot( [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_pushvalue` is never used [INFO] [stdout] --> src/lapi.rs:226:15 [INFO] [stdout] | [INFO] [stdout] 226 | pub unsafe fn lua_pushvalue(L: *const Thread, idx: c_int) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_iscfunction` is never used [INFO] [stdout] --> src/lapi.rs:249:15 [INFO] [stdout] | [INFO] [stdout] 249 | pub unsafe fn lua_iscfunction(L: *mut Thread, idx: c_int) -> c_int { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_isnumber` is never used [INFO] [stdout] --> src/lapi.rs:258:15 [INFO] [stdout] | [INFO] [stdout] 258 | pub unsafe fn lua_isnumber(L: *const Thread, idx: c_int) -> c_int { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_isstring` is never used [INFO] [stdout] --> src/lapi.rs:269:15 [INFO] [stdout] | [INFO] [stdout] 269 | pub unsafe fn lua_isstring(L: *const Thread, idx: c_int) -> c_int { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_isuserdata` is never used [INFO] [stdout] --> src/lapi.rs:275:15 [INFO] [stdout] | [INFO] [stdout] 275 | pub unsafe fn lua_isuserdata(L: *mut Thread, idx: c_int) -> c_int { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_compare` is never used [INFO] [stdout] --> src/lapi.rs:300:15 [INFO] [stdout] | [INFO] [stdout] 300 | pub unsafe fn lua_compare( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_stringtonumber` is never used [INFO] [stdout] --> src/lapi.rs:324:15 [INFO] [stdout] | [INFO] [stdout] 324 | pub unsafe fn lua_stringtonumber(L: *const Thread, s: *const libc::c_char) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_tonumberx` is never used [INFO] [stdout] --> src/lapi.rs:332:15 [INFO] [stdout] | [INFO] [stdout] 332 | pub unsafe fn lua_tonumberx(L: *const Thread, idx: c_int, pisnum: *mut c_int) -> f64 { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_tointegerx` is never used [INFO] [stdout] --> src/lapi.rs:348:15 [INFO] [stdout] | [INFO] [stdout] 348 | pub unsafe fn lua_tointegerx(L: *const Thread, idx: c_int, pisnum: *mut c_int) -> i64 { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_toboolean` is never used [INFO] [stdout] --> src/lapi.rs:365:15 [INFO] [stdout] | [INFO] [stdout] 365 | pub unsafe fn lua_toboolean(L: *const Thread, idx: c_int) -> c_int { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_rawlen` is never used [INFO] [stdout] --> src/lapi.rs:388:15 [INFO] [stdout] | [INFO] [stdout] 388 | pub unsafe fn lua_rawlen(L: *const Thread, idx: c_int) -> u64 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_tothread` is never used [INFO] [stdout] --> src/lapi.rs:403:15 [INFO] [stdout] | [INFO] [stdout] 403 | pub unsafe fn lua_tothread(L: *mut Thread, idx: c_int) -> *const Thread { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_pushcclosure` is never used [INFO] [stdout] --> src/lapi.rs:454:15 [INFO] [stdout] | [INFO] [stdout] 454 | pub unsafe fn lua_pushcclosure( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_getglobal` is never used [INFO] [stdout] --> src/lapi.rs:529:15 [INFO] [stdout] | [INFO] [stdout] 529 | pub unsafe fn lua_getglobal( [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_gettable` is never used [INFO] [stdout] --> src/lapi.rs:541:15 [INFO] [stdout] | [INFO] [stdout] 541 | pub unsafe fn lua_gettable( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `finishrawget` is never used [INFO] [stdout] --> src/lapi.rs:586:11 [INFO] [stdout] | [INFO] [stdout] 586 | unsafe fn finishrawget(L: *const Thread, val: *const UnsafeValue) -> c_int { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_rawget` is never used [INFO] [stdout] --> src/lapi.rs:605:15 [INFO] [stdout] | [INFO] [stdout] 605 | pub unsafe fn lua_rawget(L: *const Thread, idx: c_int) -> c_int { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_rawgeti` is never used [INFO] [stdout] --> src/lapi.rs:616:15 [INFO] [stdout] | [INFO] [stdout] 616 | pub unsafe fn lua_rawgeti(L: *const Thread, idx: c_int, n: i64) -> c_int { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_createtable` is never used [INFO] [stdout] --> src/lapi.rs:621:15 [INFO] [stdout] | [INFO] [stdout] 621 | pub unsafe fn lua_createtable(L: *const Thread, narray: c_int, nrec: c_int) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_getmetatable` is never used [INFO] [stdout] --> src/lapi.rs:636:15 [INFO] [stdout] | [INFO] [stdout] 636 | pub unsafe fn lua_getmetatable(L: *const Thread, objindex: c_int) -> c_int { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `auxsetstr` is never used [INFO] [stdout] --> src/lapi.rs:654:11 [INFO] [stdout] | [INFO] [stdout] 654 | unsafe fn auxsetstr( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_setglobal` is never used [INFO] [stdout] --> src/lapi.rs:712:15 [INFO] [stdout] | [INFO] [stdout] 712 | pub unsafe fn lua_setglobal( [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_settable` is never used [INFO] [stdout] --> src/lapi.rs:723:15 [INFO] [stdout] | [INFO] [stdout] 723 | pub unsafe fn lua_settable( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_setfield` is never used [INFO] [stdout] --> src/lapi.rs:777:15 [INFO] [stdout] | [INFO] [stdout] 777 | pub unsafe fn lua_setfield( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_seti` is never used [INFO] [stdout] --> src/lapi.rs:785:15 [INFO] [stdout] | [INFO] [stdout] 785 | pub unsafe fn lua_seti( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_rawset` is never used [INFO] [stdout] --> src/lapi.rs:852:15 [INFO] [stdout] | [INFO] [stdout] 852 | pub unsafe fn lua_rawset(L: *const Thread, idx: c_int) -> Result<(), TableError> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_rawseti` is never used [INFO] [stdout] --> src/lapi.rs:863:15 [INFO] [stdout] | [INFO] [stdout] 863 | pub unsafe fn lua_rawseti(L: *mut Thread, idx: c_int, n: i64) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_toclose` is never used [INFO] [stdout] --> src/lapi.rs:917:15 [INFO] [stdout] | [INFO] [stdout] 917 | pub unsafe fn lua_toclose( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `aux_upvalue` is never used [INFO] [stdout] --> src/lapi.rs:952:11 [INFO] [stdout] | [INFO] [stdout] 952 | unsafe fn aux_upvalue( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_getupvalue` is never used [INFO] [stdout] --> src/lapi.rs:1001:15 [INFO] [stdout] | [INFO] [stdout] 1001 | pub unsafe fn lua_getupvalue( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_setupvalue` is never used [INFO] [stdout] --> src/lapi.rs:1019:15 [INFO] [stdout] | [INFO] [stdout] 1019 | pub unsafe fn lua_setupvalue( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `pushfuncname` is never used [INFO] [stdout] --> src/lauxlib.rs:85:11 [INFO] [stdout] | [INFO] [stdout] 85 | unsafe fn pushfuncname( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lastlevel` is never used [INFO] [stdout] --> src/lauxlib.rs:115:11 [INFO] [stdout] | [INFO] [stdout] 115 | unsafe fn lastlevel(L: *mut Thread) -> libc::c_int { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `luaL_traceback` is never used [INFO] [stdout] --> src/lauxlib.rs:134:15 [INFO] [stdout] | [INFO] [stdout] 134 | pub unsafe fn luaL_traceback( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `luaL_typeerror` is never used [INFO] [stdout] --> src/lauxlib.rs:253:15 [INFO] [stdout] | [INFO] [stdout] 253 | pub unsafe fn luaL_typeerror( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `tag_error` is never used [INFO] [stdout] --> src/lauxlib.rs:271:11 [INFO] [stdout] | [INFO] [stdout] 271 | unsafe fn tag_error( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `luaL_newmetatable` is never used [INFO] [stdout] --> src/lauxlib.rs:302:15 [INFO] [stdout] | [INFO] [stdout] 302 | pub unsafe fn luaL_newmetatable( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `luaL_checktype` is never used [INFO] [stdout] --> src/lauxlib.rs:346:15 [INFO] [stdout] | [INFO] [stdout] 346 | pub unsafe fn luaL_checktype( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `luaL_checknumber` is never used [INFO] [stdout] --> src/lauxlib.rs:359:15 [INFO] [stdout] | [INFO] [stdout] 359 | pub unsafe fn luaL_checknumber( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `luaL_getmetafield` is never used [INFO] [stdout] --> src/lauxlib.rs:371:15 [INFO] [stdout] | [INFO] [stdout] 371 | pub unsafe fn luaL_getmetafield( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `luaL_getsubtable` is never used [INFO] [stdout] --> src/lauxlib.rs:392:15 [INFO] [stdout] | [INFO] [stdout] 392 | pub unsafe fn luaL_getsubtable( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `luaF_newCclosure` is never used [INFO] [stdout] --> src/lfunc.rs:21:15 [INFO] [stdout] | [INFO] [stdout] 21 | pub unsafe fn luaF_newCclosure(g: *const Lua, nupvals: libc::c_int) -> *mut CClosure { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `luaO_arith` is never used [INFO] [stdout] --> src/lobject.rs:596:15 [INFO] [stdout] | [INFO] [stdout] 596 | pub unsafe fn luaO_arith( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_closethread` is never used [INFO] [stdout] --> src/lstate.rs:140:15 [INFO] [stdout] | [INFO] [stdout] 140 | pub unsafe fn lua_closethread(L: *const Thread) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `luaV_lessequal` is never used [INFO] [stdout] --> src/vm/mod.rs:626:15 [INFO] [stdout] | [INFO] [stdout] 626 | pub unsafe fn luaV_lessequal( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling cc v1.2.35 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling criterion-plot v0.6.0 [INFO] [stderr] Compiling clap v4.5.47 [INFO] [stderr] Compiling lua-src v548.1.1 [INFO] [stderr] Compiling regex-automata v0.4.10 [INFO] [stderr] Compiling which v7.0.3 [INFO] [stderr] Compiling luajit-src v210.6.1+f9140a6 [INFO] [stderr] Compiling mlua-sys v0.8.3 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling regex v1.11.2 [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling mlua v0.11.3 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.7.0 [INFO] [stderr] Compiling tsuki v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `osize` [INFO] [stdout] --> src/lmem.rs:59:52 [INFO] [stdout] | [INFO] [stdout] 59 | pub unsafe fn luaM_free_(block: *mut libc::c_void, osize: usize) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_osize` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `g` [INFO] [stdout] --> src/lmem.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 64 | g: *const Lua, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_g` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `osize` [INFO] [stdout] --> src/lmem.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | osize: usize, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_osize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `g` [INFO] [stdout] --> src/lmem.rs:98:31 [INFO] [stdout] | [INFO] [stdout] 98 | pub unsafe fn luaM_malloc_(g: *const Lua, size: usize) -> *mut c_void { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_g` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_pop` is never used [INFO] [stdout] --> src/lib.rs:142:11 [INFO] [stdout] | [INFO] [stdout] 142 | unsafe fn lua_pop(th: *const Thread, n: c_int) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:653:23 [INFO] [stdout] | [INFO] [stdout] 653 | pub struct YieldFp(fn(Context) -> Result, Box>); [INFO] [stdout] | ------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_xmove` is never used [INFO] [stdout] --> src/lapi.rs:82:15 [INFO] [stdout] | [INFO] [stdout] 82 | pub unsafe fn lua_xmove(from: *mut Thread, to: *mut Thread, n: c_int) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_absindex` is never used [INFO] [stdout] --> src/lapi.rs:100:15 [INFO] [stdout] | [INFO] [stdout] 100 | pub unsafe fn lua_absindex(L: *const Thread, idx: c_int) -> c_int { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_closeslot` is never used [INFO] [stdout] --> src/lapi.rs:149:15 [INFO] [stdout] | [INFO] [stdout] 149 | pub unsafe fn lua_closeslot( [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_pushvalue` is never used [INFO] [stdout] --> src/lapi.rs:226:15 [INFO] [stdout] | [INFO] [stdout] 226 | pub unsafe fn lua_pushvalue(L: *const Thread, idx: c_int) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_iscfunction` is never used [INFO] [stdout] --> src/lapi.rs:249:15 [INFO] [stdout] | [INFO] [stdout] 249 | pub unsafe fn lua_iscfunction(L: *mut Thread, idx: c_int) -> c_int { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_isnumber` is never used [INFO] [stdout] --> src/lapi.rs:258:15 [INFO] [stdout] | [INFO] [stdout] 258 | pub unsafe fn lua_isnumber(L: *const Thread, idx: c_int) -> c_int { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_isstring` is never used [INFO] [stdout] --> src/lapi.rs:269:15 [INFO] [stdout] | [INFO] [stdout] 269 | pub unsafe fn lua_isstring(L: *const Thread, idx: c_int) -> c_int { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_isuserdata` is never used [INFO] [stdout] --> src/lapi.rs:275:15 [INFO] [stdout] | [INFO] [stdout] 275 | pub unsafe fn lua_isuserdata(L: *mut Thread, idx: c_int) -> c_int { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_compare` is never used [INFO] [stdout] --> src/lapi.rs:300:15 [INFO] [stdout] | [INFO] [stdout] 300 | pub unsafe fn lua_compare( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_stringtonumber` is never used [INFO] [stdout] --> src/lapi.rs:324:15 [INFO] [stdout] | [INFO] [stdout] 324 | pub unsafe fn lua_stringtonumber(L: *const Thread, s: *const libc::c_char) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_tonumberx` is never used [INFO] [stdout] --> src/lapi.rs:332:15 [INFO] [stdout] | [INFO] [stdout] 332 | pub unsafe fn lua_tonumberx(L: *const Thread, idx: c_int, pisnum: *mut c_int) -> f64 { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_tointegerx` is never used [INFO] [stdout] --> src/lapi.rs:348:15 [INFO] [stdout] | [INFO] [stdout] 348 | pub unsafe fn lua_tointegerx(L: *const Thread, idx: c_int, pisnum: *mut c_int) -> i64 { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_toboolean` is never used [INFO] [stdout] --> src/lapi.rs:365:15 [INFO] [stdout] | [INFO] [stdout] 365 | pub unsafe fn lua_toboolean(L: *const Thread, idx: c_int) -> c_int { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_rawlen` is never used [INFO] [stdout] --> src/lapi.rs:388:15 [INFO] [stdout] | [INFO] [stdout] 388 | pub unsafe fn lua_rawlen(L: *const Thread, idx: c_int) -> u64 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_tothread` is never used [INFO] [stdout] --> src/lapi.rs:403:15 [INFO] [stdout] | [INFO] [stdout] 403 | pub unsafe fn lua_tothread(L: *mut Thread, idx: c_int) -> *const Thread { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_pushcclosure` is never used [INFO] [stdout] --> src/lapi.rs:454:15 [INFO] [stdout] | [INFO] [stdout] 454 | pub unsafe fn lua_pushcclosure( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_getglobal` is never used [INFO] [stdout] --> src/lapi.rs:529:15 [INFO] [stdout] | [INFO] [stdout] 529 | pub unsafe fn lua_getglobal( [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_gettable` is never used [INFO] [stdout] --> src/lapi.rs:541:15 [INFO] [stdout] | [INFO] [stdout] 541 | pub unsafe fn lua_gettable( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `finishrawget` is never used [INFO] [stdout] --> src/lapi.rs:586:11 [INFO] [stdout] | [INFO] [stdout] 586 | unsafe fn finishrawget(L: *const Thread, val: *const UnsafeValue) -> c_int { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_rawget` is never used [INFO] [stdout] --> src/lapi.rs:605:15 [INFO] [stdout] | [INFO] [stdout] 605 | pub unsafe fn lua_rawget(L: *const Thread, idx: c_int) -> c_int { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_rawgeti` is never used [INFO] [stdout] --> src/lapi.rs:616:15 [INFO] [stdout] | [INFO] [stdout] 616 | pub unsafe fn lua_rawgeti(L: *const Thread, idx: c_int, n: i64) -> c_int { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_createtable` is never used [INFO] [stdout] --> src/lapi.rs:621:15 [INFO] [stdout] | [INFO] [stdout] 621 | pub unsafe fn lua_createtable(L: *const Thread, narray: c_int, nrec: c_int) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_getmetatable` is never used [INFO] [stdout] --> src/lapi.rs:636:15 [INFO] [stdout] | [INFO] [stdout] 636 | pub unsafe fn lua_getmetatable(L: *const Thread, objindex: c_int) -> c_int { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `auxsetstr` is never used [INFO] [stdout] --> src/lapi.rs:654:11 [INFO] [stdout] | [INFO] [stdout] 654 | unsafe fn auxsetstr( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_setglobal` is never used [INFO] [stdout] --> src/lapi.rs:712:15 [INFO] [stdout] | [INFO] [stdout] 712 | pub unsafe fn lua_setglobal( [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_settable` is never used [INFO] [stdout] --> src/lapi.rs:723:15 [INFO] [stdout] | [INFO] [stdout] 723 | pub unsafe fn lua_settable( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_setfield` is never used [INFO] [stdout] --> src/lapi.rs:777:15 [INFO] [stdout] | [INFO] [stdout] 777 | pub unsafe fn lua_setfield( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_seti` is never used [INFO] [stdout] --> src/lapi.rs:785:15 [INFO] [stdout] | [INFO] [stdout] 785 | pub unsafe fn lua_seti( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_rawset` is never used [INFO] [stdout] --> src/lapi.rs:852:15 [INFO] [stdout] | [INFO] [stdout] 852 | pub unsafe fn lua_rawset(L: *const Thread, idx: c_int) -> Result<(), TableError> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_rawseti` is never used [INFO] [stdout] --> src/lapi.rs:863:15 [INFO] [stdout] | [INFO] [stdout] 863 | pub unsafe fn lua_rawseti(L: *mut Thread, idx: c_int, n: i64) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_toclose` is never used [INFO] [stdout] --> src/lapi.rs:917:15 [INFO] [stdout] | [INFO] [stdout] 917 | pub unsafe fn lua_toclose( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `aux_upvalue` is never used [INFO] [stdout] --> src/lapi.rs:952:11 [INFO] [stdout] | [INFO] [stdout] 952 | unsafe fn aux_upvalue( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_getupvalue` is never used [INFO] [stdout] --> src/lapi.rs:1001:15 [INFO] [stdout] | [INFO] [stdout] 1001 | pub unsafe fn lua_getupvalue( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_setupvalue` is never used [INFO] [stdout] --> src/lapi.rs:1019:15 [INFO] [stdout] | [INFO] [stdout] 1019 | pub unsafe fn lua_setupvalue( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `pushfuncname` is never used [INFO] [stdout] --> src/lauxlib.rs:85:11 [INFO] [stdout] | [INFO] [stdout] 85 | unsafe fn pushfuncname( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lastlevel` is never used [INFO] [stdout] --> src/lauxlib.rs:115:11 [INFO] [stdout] | [INFO] [stdout] 115 | unsafe fn lastlevel(L: *mut Thread) -> libc::c_int { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `luaL_traceback` is never used [INFO] [stdout] --> src/lauxlib.rs:134:15 [INFO] [stdout] | [INFO] [stdout] 134 | pub unsafe fn luaL_traceback( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `luaL_typeerror` is never used [INFO] [stdout] --> src/lauxlib.rs:253:15 [INFO] [stdout] | [INFO] [stdout] 253 | pub unsafe fn luaL_typeerror( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `tag_error` is never used [INFO] [stdout] --> src/lauxlib.rs:271:11 [INFO] [stdout] | [INFO] [stdout] 271 | unsafe fn tag_error( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `luaL_newmetatable` is never used [INFO] [stdout] --> src/lauxlib.rs:302:15 [INFO] [stdout] | [INFO] [stdout] 302 | pub unsafe fn luaL_newmetatable( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `luaL_checktype` is never used [INFO] [stdout] --> src/lauxlib.rs:346:15 [INFO] [stdout] | [INFO] [stdout] 346 | pub unsafe fn luaL_checktype( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `luaL_checknumber` is never used [INFO] [stdout] --> src/lauxlib.rs:359:15 [INFO] [stdout] | [INFO] [stdout] 359 | pub unsafe fn luaL_checknumber( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `luaL_getmetafield` is never used [INFO] [stdout] --> src/lauxlib.rs:371:15 [INFO] [stdout] | [INFO] [stdout] 371 | pub unsafe fn luaL_getmetafield( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `luaL_getsubtable` is never used [INFO] [stdout] --> src/lauxlib.rs:392:15 [INFO] [stdout] | [INFO] [stdout] 392 | pub unsafe fn luaL_getsubtable( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `luaF_newCclosure` is never used [INFO] [stdout] --> src/lfunc.rs:21:15 [INFO] [stdout] | [INFO] [stdout] 21 | pub unsafe fn luaF_newCclosure(g: *const Lua, nupvals: libc::c_int) -> *mut CClosure { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `luaO_arith` is never used [INFO] [stdout] --> src/lobject.rs:596:15 [INFO] [stdout] | [INFO] [stdout] 596 | pub unsafe fn luaO_arith( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lua_closethread` is never used [INFO] [stdout] --> src/lstate.rs:140:15 [INFO] [stdout] | [INFO] [stdout] 140 | pub unsafe fn lua_closethread(L: *const Thread) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `luaV_lessequal` is never used [INFO] [stdout] --> src/vm/mod.rs:626:15 [INFO] [stdout] | [INFO] [stdout] 626 | pub unsafe fn luaV_lessequal( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 27.27s [INFO] running `Command { std: "docker" "inspect" "2088e2962e712dce51edc26f8d5929472342437d1657f02a60e511ad3a71665b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2088e2962e712dce51edc26f8d5929472342437d1657f02a60e511ad3a71665b", kill_on_drop: false }` [INFO] [stdout] 2088e2962e712dce51edc26f8d5929472342437d1657f02a60e511ad3a71665b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4f9b993070f42076878397a0d5ad4d9882e0e4804d9013f5df03e0427352756f [INFO] running `Command { std: "docker" "start" "-a" "4f9b993070f42076878397a0d5ad4d9882e0e4804d9013f5df03e0427352756f", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `osize` [INFO] [stderr] --> src/lmem.rs:59:52 [INFO] [stderr] | [INFO] [stderr] 59 | pub unsafe fn luaM_free_(block: *mut libc::c_void, osize: usize) { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_osize` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `g` [INFO] [stderr] --> src/lmem.rs:64:5 [INFO] [stderr] | [INFO] [stderr] 64 | g: *const Lua, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_g` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `osize` [INFO] [stderr] --> src/lmem.rs:66:5 [INFO] [stderr] | [INFO] [stderr] 66 | osize: usize, [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_osize` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `g` [INFO] [stderr] --> src/lmem.rs:98:31 [INFO] [stderr] | [INFO] [stderr] 98 | pub unsafe fn luaM_malloc_(g: *const Lua, size: usize) -> *mut c_void { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_g` [INFO] [stderr] [INFO] [stderr] warning: function `lua_pop` is never used [INFO] [stderr] --> src/lib.rs:142:11 [INFO] [stderr] | [INFO] [stderr] 142 | unsafe fn lua_pop(th: *const Thread, n: c_int) -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:653:23 [INFO] [stderr] | [INFO] [stderr] 653 | pub struct YieldFp(fn(Context) -> Result, Box>); [INFO] [stderr] | ------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | field in this struct [INFO] [stderr] | [INFO] [stderr] = help: consider removing this field [INFO] [stderr] [INFO] [stderr] warning: function `lua_xmove` is never used [INFO] [stderr] --> src/lapi.rs:82:15 [INFO] [stderr] | [INFO] [stderr] 82 | pub unsafe fn lua_xmove(from: *mut Thread, to: *mut Thread, n: c_int) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `lua_absindex` is never used [INFO] [stderr] --> src/lapi.rs:100:15 [INFO] [stderr] | [INFO] [stderr] 100 | pub unsafe fn lua_absindex(L: *const Thread, idx: c_int) -> c_int { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `lua_closeslot` is never used [INFO] [stderr] --> src/lapi.rs:149:15 [INFO] [stderr] | [INFO] [stderr] 149 | pub unsafe fn lua_closeslot( [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `lua_pushvalue` is never used [INFO] [stderr] --> src/lapi.rs:226:15 [INFO] [stderr] | [INFO] [stderr] 226 | pub unsafe fn lua_pushvalue(L: *const Thread, idx: c_int) { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `lua_iscfunction` is never used [INFO] [stderr] --> src/lapi.rs:249:15 [INFO] [stderr] | [INFO] [stderr] 249 | pub unsafe fn lua_iscfunction(L: *mut Thread, idx: c_int) -> c_int { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `lua_isnumber` is never used [INFO] [stderr] --> src/lapi.rs:258:15 [INFO] [stderr] | [INFO] [stderr] 258 | pub unsafe fn lua_isnumber(L: *const Thread, idx: c_int) -> c_int { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `lua_isstring` is never used [INFO] [stderr] --> src/lapi.rs:269:15 [INFO] [stderr] | [INFO] [stderr] 269 | pub unsafe fn lua_isstring(L: *const Thread, idx: c_int) -> c_int { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `lua_isuserdata` is never used [INFO] [stderr] --> src/lapi.rs:275:15 [INFO] [stderr] | [INFO] [stderr] 275 | pub unsafe fn lua_isuserdata(L: *mut Thread, idx: c_int) -> c_int { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `lua_compare` is never used [INFO] [stderr] --> src/lapi.rs:300:15 [INFO] [stderr] | [INFO] [stderr] 300 | pub unsafe fn lua_compare( [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `lua_stringtonumber` is never used [INFO] [stderr] --> src/lapi.rs:324:15 [INFO] [stderr] | [INFO] [stderr] 324 | pub unsafe fn lua_stringtonumber(L: *const Thread, s: *const libc::c_char) -> usize { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `lua_tonumberx` is never used [INFO] [stderr] --> src/lapi.rs:332:15 [INFO] [stderr] | [INFO] [stderr] 332 | pub unsafe fn lua_tonumberx(L: *const Thread, idx: c_int, pisnum: *mut c_int) -> f64 { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `lua_tointegerx` is never used [INFO] [stderr] --> src/lapi.rs:348:15 [INFO] [stderr] | [INFO] [stderr] 348 | pub unsafe fn lua_tointegerx(L: *const Thread, idx: c_int, pisnum: *mut c_int) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `lua_toboolean` is never used [INFO] [stderr] --> src/lapi.rs:365:15 [INFO] [stderr] | [INFO] [stderr] 365 | pub unsafe fn lua_toboolean(L: *const Thread, idx: c_int) -> c_int { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `lua_rawlen` is never used [INFO] [stderr] --> src/lapi.rs:388:15 [INFO] [stderr] | [INFO] [stderr] 388 | pub unsafe fn lua_rawlen(L: *const Thread, idx: c_int) -> u64 { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `lua_tothread` is never used [INFO] [stderr] --> src/lapi.rs:403:15 [INFO] [stderr] | [INFO] [stderr] 403 | pub unsafe fn lua_tothread(L: *mut Thread, idx: c_int) -> *const Thread { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `lua_pushcclosure` is never used [INFO] [stderr] --> src/lapi.rs:454:15 [INFO] [stderr] | [INFO] [stderr] 454 | pub unsafe fn lua_pushcclosure( [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `lua_getglobal` is never used [INFO] [stderr] --> src/lapi.rs:529:15 [INFO] [stderr] | [INFO] [stderr] 529 | pub unsafe fn lua_getglobal( [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `lua_gettable` is never used [INFO] [stderr] --> src/lapi.rs:541:15 [INFO] [stderr] | [INFO] [stderr] 541 | pub unsafe fn lua_gettable( [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `finishrawget` is never used [INFO] [stderr] --> src/lapi.rs:586:11 [INFO] [stderr] | [INFO] [stderr] 586 | unsafe fn finishrawget(L: *const Thread, val: *const UnsafeValue) -> c_int { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `lua_rawget` is never used [INFO] [stderr] --> src/lapi.rs:605:15 [INFO] [stderr] | [INFO] [stderr] 605 | pub unsafe fn lua_rawget(L: *const Thread, idx: c_int) -> c_int { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `lua_rawgeti` is never used [INFO] [stderr] --> src/lapi.rs:616:15 [INFO] [stderr] | [INFO] [stderr] 616 | pub unsafe fn lua_rawgeti(L: *const Thread, idx: c_int, n: i64) -> c_int { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `lua_createtable` is never used [INFO] [stderr] --> src/lapi.rs:621:15 [INFO] [stderr] | [INFO] [stderr] 621 | pub unsafe fn lua_createtable(L: *const Thread, narray: c_int, nrec: c_int) { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `lua_getmetatable` is never used [INFO] [stderr] --> src/lapi.rs:636:15 [INFO] [stderr] | [INFO] [stderr] 636 | pub unsafe fn lua_getmetatable(L: *const Thread, objindex: c_int) -> c_int { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `auxsetstr` is never used [INFO] [stderr] --> src/lapi.rs:654:11 [INFO] [stderr] | [INFO] [stderr] 654 | unsafe fn auxsetstr( [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `lua_setglobal` is never used [INFO] [stderr] --> src/lapi.rs:712:15 [INFO] [stderr] | [INFO] [stderr] 712 | pub unsafe fn lua_setglobal( [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `lua_settable` is never used [INFO] [stderr] --> src/lapi.rs:723:15 [INFO] [stderr] | [INFO] [stderr] 723 | pub unsafe fn lua_settable( [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `lua_setfield` is never used [INFO] [stderr] --> src/lapi.rs:777:15 [INFO] [stderr] | [INFO] [stderr] 777 | pub unsafe fn lua_setfield( [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `lua_seti` is never used [INFO] [stderr] --> src/lapi.rs:785:15 [INFO] [stderr] | [INFO] [stderr] 785 | pub unsafe fn lua_seti( [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `lua_rawset` is never used [INFO] [stderr] --> src/lapi.rs:852:15 [INFO] [stderr] | [INFO] [stderr] 852 | pub unsafe fn lua_rawset(L: *const Thread, idx: c_int) -> Result<(), TableError> { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `lua_rawseti` is never used [INFO] [stderr] --> src/lapi.rs:863:15 [INFO] [stderr] | [INFO] [stderr] 863 | pub unsafe fn lua_rawseti(L: *mut Thread, idx: c_int, n: i64) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `lua_toclose` is never used [INFO] [stderr] --> src/lapi.rs:917:15 [INFO] [stderr] | [INFO] [stderr] 917 | pub unsafe fn lua_toclose( [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `aux_upvalue` is never used [INFO] [stderr] --> src/lapi.rs:952:11 [INFO] [stderr] | [INFO] [stderr] 952 | unsafe fn aux_upvalue( [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `lua_getupvalue` is never used [INFO] [stderr] --> src/lapi.rs:1001:15 [INFO] [stderr] | [INFO] [stderr] 1001 | pub unsafe fn lua_getupvalue( [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `lua_setupvalue` is never used [INFO] [stderr] --> src/lapi.rs:1019:15 [INFO] [stderr] | [INFO] [stderr] 1019 | pub unsafe fn lua_setupvalue( [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `pushfuncname` is never used [INFO] [stderr] --> src/lauxlib.rs:85:11 [INFO] [stderr] | [INFO] [stderr] 85 | unsafe fn pushfuncname( [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `lastlevel` is never used [INFO] [stderr] --> src/lauxlib.rs:115:11 [INFO] [stderr] | [INFO] [stderr] 115 | unsafe fn lastlevel(L: *mut Thread) -> libc::c_int { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `luaL_traceback` is never used [INFO] [stderr] --> src/lauxlib.rs:134:15 [INFO] [stderr] | [INFO] [stderr] 134 | pub unsafe fn luaL_traceback( [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `luaL_typeerror` is never used [INFO] [stderr] --> src/lauxlib.rs:253:15 [INFO] [stderr] | [INFO] [stderr] 253 | pub unsafe fn luaL_typeerror( [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `tag_error` is never used [INFO] [stderr] --> src/lauxlib.rs:271:11 [INFO] [stderr] | [INFO] [stderr] 271 | unsafe fn tag_error( [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `luaL_newmetatable` is never used [INFO] [stderr] --> src/lauxlib.rs:302:15 [INFO] [stderr] | [INFO] [stderr] 302 | pub unsafe fn luaL_newmetatable( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `luaL_checktype` is never used [INFO] [stderr] --> src/lauxlib.rs:346:15 [INFO] [stderr] | [INFO] [stderr] 346 | pub unsafe fn luaL_checktype( [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `luaL_checknumber` is never used [INFO] [stderr] --> src/lauxlib.rs:359:15 [INFO] [stderr] | [INFO] [stderr] 359 | pub unsafe fn luaL_checknumber( [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `luaL_getmetafield` is never used [INFO] [stderr] --> src/lauxlib.rs:371:15 [INFO] [stderr] | [INFO] [stderr] 371 | pub unsafe fn luaL_getmetafield( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `luaL_getsubtable` is never used [INFO] [stderr] --> src/lauxlib.rs:392:15 [INFO] [stderr] | [INFO] [stderr] 392 | pub unsafe fn luaL_getsubtable( [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `luaF_newCclosure` is never used [INFO] [stderr] --> src/lfunc.rs:21:15 [INFO] [stderr] | [INFO] [stderr] 21 | pub unsafe fn luaF_newCclosure(g: *const Lua, nupvals: libc::c_int) -> *mut CClosure { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `luaO_arith` is never used [INFO] [stderr] --> src/lobject.rs:596:15 [INFO] [stderr] | [INFO] [stderr] 596 | pub unsafe fn luaO_arith( [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `lua_closethread` is never used [INFO] [stderr] --> src/lstate.rs:140:15 [INFO] [stderr] | [INFO] [stderr] 140 | pub unsafe fn lua_closethread(L: *const Thread) -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `luaV_lessequal` is never used [INFO] [stderr] --> src/vm/mod.rs:626:15 [INFO] [stderr] | [INFO] [stderr] 626 | pub unsafe fn luaV_lessequal( [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `tsuki` (lib) generated 54 warnings [INFO] [stderr] warning: `tsuki` (lib test) generated 54 warnings (54 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tsuki-2a0cc9f281a36a64) [INFO] [stdout] running 0 tests [INFO] [stderr] Running tests/api.rs (/opt/rustwide/target/debug/deps/api-fdac2040394bf343) [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test load ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- load stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'load' (26) panicked at tests/api.rs:7:37: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x608d683eec12 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x608d683eec12 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x608d683eec12 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x608d683eec12 - ::fmt::h67edf0e4d33c343c [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x608d683ff78f - core::fmt::rt::Argument::fmt::hef94184842aeafdd [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x608d683ff78f - core::fmt::write::hcf0c66b48a8fa606 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x608d683bc181 - std::io::default_write_fmt::h69967ac0ba93195f [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x608d683bc181 - std::io::Write::write_fmt::h8db9396209deaa1c [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x608d683c81e2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x608d683ccd2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x608d683ccbc1 - std::panicking::default_hook::h2346dbb704ef5512 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x608d6834d79e - as core::ops::function::Fn>::call::h18383b2e29377420 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 12: 0x608d6834d79e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x608d683cd3ef - as core::ops::function::Fn>::call::h6dba6e441651a0d1 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 14: 0x608d683cd3ef - std::panicking::panic_with_hook::hd2b063a6090d23a4 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x608d683cd24a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x608d683c8319 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x608d683aff0d - __rustc[1d67440d6e82e4f]::rust_begin_unwind [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x608d68407400 - core::panicking::panic_fmt::h420ddb7fd73daf53 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x608d68406956 - core::result::unwrap_failed::hdde076be853d034f [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5 [INFO] [stdout] 20: 0x608d68314bc7 - core::result::Result::unwrap::hfe0e9313b8287493 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1226:23 [INFO] [stdout] 21: 0x608d68314bc7 - api::load::ha323a230862fcf1f [INFO] [stdout] at /opt/rustwide/workdir/tests/api.rs:7:37 [INFO] [stdout] 22: 0x608d68314f07 - api::load::{{closure}}::h52a38d21941a6a79 [INFO] [stdout] at /opt/rustwide/workdir/tests/api.rs:5:10 [INFO] [stdout] 23: 0x608d6831a326 - core::ops::function::FnOnce::call_once::h4789277bb8deea5d [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x608d6834d55b - core::ops::function::FnOnce::call_once::h70887edf07a630ba [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x608d6834d55b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18 [INFO] [stdout] 26: 0x608d683631c5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74 [INFO] [stdout] 27: 0x608d683631c5 - as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 28: 0x608d683631c5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40 [INFO] [stdout] 29: 0x608d683631c5 - std::panicking::catch_unwind::hae1ec7bf94407afa [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x608d683631c5 - std::panic::catch_unwind::h0f4ff4773d84d3cd [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x608d683631c5 - test::run_test_in_process::h03fbc77ae48b3f10 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27 [INFO] [stdout] 32: 0x608d683631c5 - test::run_test::{{closure}}::h83476a9c453dc4d3 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43 [INFO] [stdout] 33: 0x608d683399b4 - test::run_test::{{closure}}::h515482ad1e7fe7de [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41 [INFO] [stdout] 34: 0x608d683399b4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x608d6833d27a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x608d6833d27a - as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 37: 0x608d6833d27a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40 [INFO] [stdout] 38: 0x608d6833d27a - std::panicking::catch_unwind::h9e402d6a96fef41c [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19 [INFO] [stdout] 39: 0x608d6833d27a - std::panic::catch_unwind::h9213c0c54aec70e0 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x608d6833d27a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x608d6833d27a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x608d683c347f - as core::ops::function::FnOnce>::call_once::h2044e71c41d3958a [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 43: 0x608d683c347f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 44: 0x77ac9adcdaa4 - [INFO] [stdout] 45: 0x77ac9ae5aa34 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] load [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--test api` [INFO] running `Command { std: "docker" "inspect" "4f9b993070f42076878397a0d5ad4d9882e0e4804d9013f5df03e0427352756f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f9b993070f42076878397a0d5ad4d9882e0e4804d9013f5df03e0427352756f", kill_on_drop: false }` [INFO] [stdout] 4f9b993070f42076878397a0d5ad4d9882e0e4804d9013f5df03e0427352756f