[INFO] cloning repository https://github.com/turncoda/luasset [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/turncoda/luasset" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fturncoda%2Fluasset", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fturncoda%2Fluasset'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 278522fc17cff64af33cc3bfc849707927eab35f [INFO] testing turncoda/luasset against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fturncoda%2Fluasset" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/turncoda/luasset [INFO] finished tweaking git repo https://github.com/turncoda/luasset [INFO] tweaked toml for git repo https://github.com/turncoda/luasset written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/turncoda/luasset on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/turncoda/luasset 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ca3f5a8ec915e16c499a423e17776b154af3b01d21daa6dbc0c5fb8ed068beed [INFO] running `Command { std: "docker" "start" "-a" "ca3f5a8ec915e16c499a423e17776b154af3b01d21daa6dbc0c5fb8ed068beed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ca3f5a8ec915e16c499a423e17776b154af3b01d21daa6dbc0c5fb8ed068beed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca3f5a8ec915e16c499a423e17776b154af3b01d21daa6dbc0c5fb8ed068beed", kill_on_drop: false }` [INFO] [stdout] ca3f5a8ec915e16c499a423e17776b154af3b01d21daa6dbc0c5fb8ed068beed [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 31a6a208c2f5b203d9420a106dddbd3afb1c679fa2fb1e86f40da3a3a0bb7618 [INFO] running `Command { std: "docker" "start" "-a" "31a6a208c2f5b203d9420a106dddbd3afb1c679fa2fb1e86f40da3a3a0bb7618", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling unicode-ident v1.0.14 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling winnow v0.5.40 [INFO] [stderr] Compiling radium v0.7.0 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling zstd-safe v6.0.6 [INFO] [stderr] Compiling wyz v0.5.1 [INFO] [stderr] Compiling rustix v0.38.42 [INFO] [stderr] Compiling funty v2.0.0 [INFO] [stderr] Compiling miniz_oxide v0.8.2 [INFO] [stderr] Compiling indexmap v2.7.0 [INFO] [stderr] Compiling brotli-decompressor v2.5.1 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Compiling cc v1.2.6 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling syn v2.0.93 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling bitvec v1.0.1 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling toml_edit v0.19.15 [INFO] [stderr] Compiling brotli v3.5.0 [INFO] [stderr] Compiling zstd-sys v2.0.13+zstd.1.5.6 [INFO] [stderr] Compiling flate2 v1.0.35 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling proc-macro-crate v1.3.1 [INFO] [stderr] Compiling ordered-float v3.9.2 [INFO] [stderr] Compiling lz4_flex v0.11.3 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling home v0.5.11 [INFO] [stderr] Compiling naive-cityhash v0.2.0 [INFO] [stderr] Compiling which v6.0.3 [INFO] [stderr] Compiling lua-src v547.0.0 [INFO] [stderr] Compiling luajit-src v210.5.11+97813fb [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling mlua-sys v0.6.6 [INFO] [stderr] Compiling proc-macro-error2 v2.0.1 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling unreal_asset v0.1.16 (https://github.com/astrotechies/unrealmodding?rev=b04e558#b04e5586) [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling bstr v1.11.1 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling num_enum_derive v0.6.1 [INFO] [stderr] Compiling unreal_asset_proc_macro v0.1.16 (https://github.com/astrotechies/unrealmodding?rev=b04e558#b04e5586) [INFO] [stderr] Compiling enum_dispatch v0.3.13 [INFO] [stderr] Compiling rustc-hash v2.1.0 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling unreal_helpers v0.1.16 (https://github.com/astrotechies/unrealmodding?rev=b04e558#b04e5586) [INFO] [stderr] Compiling num_enum v0.6.1 [INFO] [stderr] Compiling mlua_derive v0.10.1 [INFO] [stderr] Compiling zstd v0.12.4 [INFO] [stderr] Compiling unreal_asset_base v0.1.16 (https://github.com/astrotechies/unrealmodding?rev=b04e558#b04e5586) [INFO] [stderr] Compiling unreal_asset_properties v0.1.16 (https://github.com/astrotechies/unrealmodding?rev=b04e558#b04e5586) [INFO] [stderr] Compiling unreal_asset_kismet v0.1.16 (https://github.com/astrotechies/unrealmodding?rev=b04e558#b04e5586) [INFO] [stderr] Compiling mlua v0.10.2 [INFO] [stderr] Compiling unreal_asset_exports v0.1.16 (https://github.com/astrotechies/unrealmodding?rev=b04e558#b04e5586) [INFO] [stderr] Compiling unreal_asset_registry v0.1.16 (https://github.com/astrotechies/unrealmodding?rev=b04e558#b04e5586) [INFO] [stderr] Compiling luasset v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 40s [INFO] running `Command { std: "docker" "inspect" "31a6a208c2f5b203d9420a106dddbd3afb1c679fa2fb1e86f40da3a3a0bb7618", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "31a6a208c2f5b203d9420a106dddbd3afb1c679fa2fb1e86f40da3a3a0bb7618", kill_on_drop: false }` [INFO] [stdout] 31a6a208c2f5b203d9420a106dddbd3afb1c679fa2fb1e86f40da3a3a0bb7618 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0b4a963b507a93927d2f04cc7fbfa67402577f59c46969ba3cec697294f4719e [INFO] running `Command { std: "docker" "start" "-a" "0b4a963b507a93927d2f04cc7fbfa67402577f59c46969ba3cec697294f4719e", kill_on_drop: false }` [INFO] [stderr] Compiling luasset v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function `save_uasset` is never used [INFO] [stdout] --> tests/integration_test.rs:28:4 [INFO] [stdout] | [INFO] [stdout] 28 | fn save_uasset(a: Asset, p: &Path) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.35s [INFO] running `Command { std: "docker" "inspect" "0b4a963b507a93927d2f04cc7fbfa67402577f59c46969ba3cec697294f4719e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b4a963b507a93927d2f04cc7fbfa67402577f59c46969ba3cec697294f4719e", kill_on_drop: false }` [INFO] [stdout] 0b4a963b507a93927d2f04cc7fbfa67402577f59c46969ba3cec697294f4719e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5113aae22af48a66f1679126181957dda60b177f26d806ce5c3b73d7e7e6a878 [INFO] running `Command { std: "docker" "start" "-a" "5113aae22af48a66f1679126181957dda60b177f26d806ce5c3b73d7e7e6a878", kill_on_drop: false }` [INFO] [stderr] warning: function `save_uasset` is never used [INFO] [stdout] [INFO] [stderr] --> tests/integration_test.rs:28:4 [INFO] [stdout] running 0 tests [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] 28 | fn save_uasset(a: Asset, p: &Path) { [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `luasset` (test "integration_test") generated 1 warning [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/luasset-3522d038f2254231) [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/luasset-4314bb920bfec2ed) [INFO] [stdout] [INFO] [stdout] running 0 tests [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] [stderr] Running tests/integration_test.rs (/opt/rustwide/target/debug/deps/integration_test-cdc16f217a1ae411) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] /tmp/luasset_test_noop.hENDGsSuyhWX/ExampleLevel_noop_lua.umap [INFO] [stdout] test test_noop ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Doc-tests luasset [INFO] [stdout] [INFO] [stdout] running 0 tests [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] running `Command { std: "docker" "inspect" "5113aae22af48a66f1679126181957dda60b177f26d806ce5c3b73d7e7e6a878", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5113aae22af48a66f1679126181957dda60b177f26d806ce5c3b73d7e7e6a878", kill_on_drop: false }` [INFO] [stdout] 5113aae22af48a66f1679126181957dda60b177f26d806ce5c3b73d7e7e6a878