[INFO] cloning repository https://github.com/descawed/samurai [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/descawed/samurai" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdescawed%2Fsamurai", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdescawed%2Fsamurai'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2d6e1a6bb8f9091dfdeb7472be60a2ae21742e91 [INFO] testing descawed/samurai against try#c066bf6804adc55193b71afdff6a56922f4a8689+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_in_2025-retry-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdescawed%2Fsamurai" "/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/descawed/samurai [INFO] finished tweaking git repo https://github.com/descawed/samurai [INFO] tweaked toml for git repo https://github.com/descawed/samurai written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/descawed/samurai on toolchain c066bf6804adc55193b71afdff6a56922f4a8689 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/descawed/samurai 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" "+c066bf6804adc55193b71afdff6a56922f4a8689" "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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5b64e4ffc4fa7cfba20e0212e5777c522747a1b925322d3c3837576d48e13136 [INFO] running `Command { std: "docker" "start" "-a" "5b64e4ffc4fa7cfba20e0212e5777c522747a1b925322d3c3837576d48e13136", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5b64e4ffc4fa7cfba20e0212e5777c522747a1b925322d3c3837576d48e13136", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b64e4ffc4fa7cfba20e0212e5777c522747a1b925322d3c3837576d48e13136", kill_on_drop: false }` [INFO] [stdout] 5b64e4ffc4fa7cfba20e0212e5777c522747a1b925322d3c3837576d48e13136 [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 263b99a35a06601ee5b7344cab834d011469ee0ea68ad82958e8d93c637093cc [INFO] running `Command { std: "docker" "start" "-a" "263b99a35a06601ee5b7344cab834d011469ee0ea68ad82958e8d93c637093cc", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling libc v0.2.170 [INFO] [stderr] Compiling adler2 v2.0.0 [INFO] [stderr] Compiling once_cell v1.20.3 [INFO] [stderr] Compiling anyhow v1.0.97 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling cc v1.2.16 [INFO] [stderr] Compiling miniz_oxide v0.8.5 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling aligned-vec v0.5.0 [INFO] [stderr] Compiling built v0.7.7 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling log v0.4.26 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling rustversion v1.0.20 [INFO] [stderr] Compiling flate2 v1.1.0 [INFO] [stderr] Compiling anstyle-parse v0.2.6 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling bitstream-io v2.6.0 [INFO] [stderr] Compiling rav1e v0.7.1 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling binrw_derive v0.14.1 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling anstyle-query v1.1.2 [INFO] [stderr] Compiling quick-error v2.0.1 [INFO] [stderr] Compiling imgref v1.11.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling bytemuck v1.22.0 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling new_debug_unreachable v1.0.6 [INFO] [stderr] Compiling colorchoice v1.0.3 [INFO] [stderr] Compiling weezl v0.1.8 [INFO] [stderr] Compiling noop_proc_macro v0.3.0 [INFO] [stderr] Compiling quote v1.0.39 [INFO] [stderr] Compiling loop9 v0.1.5 [INFO] [stderr] Compiling anstream v0.6.18 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling avif-serialize v0.8.3 [INFO] [stderr] Compiling fdeflate v0.3.7 [INFO] [stderr] Compiling zune-inflate v0.2.54 [INFO] [stderr] Compiling half v2.4.1 [INFO] [stderr] Compiling syn v2.0.99 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling v_frame v0.3.8 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling clap_lex v0.7.4 [INFO] [stderr] Compiling lebe v0.5.2 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling bit_field v0.10.2 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Compiling smallvec v1.14.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling foldhash v0.1.4 [INFO] [stderr] Compiling zune-core v0.4.12 [INFO] [stderr] Compiling binrw v0.14.1 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling byteorder-lite v0.1.0 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling rgb v0.8.50 [INFO] [stderr] Compiling jpeg-decoder v0.3.1 [INFO] [stderr] Compiling chumsky v1.0.0-alpha.8 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling owo-colors v3.5.0 [INFO] [stderr] Compiling gif v0.13.1 [INFO] [stderr] Compiling zune-jpeg v0.4.14 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling exr v1.73.0 [INFO] [stderr] Compiling psm v0.1.25 [INFO] [stderr] Compiling stacker v0.1.19 [INFO] [stderr] Compiling image-webp v0.2.1 [INFO] [stderr] Compiling clap_builder v4.5.31 [INFO] [stderr] Compiling png v0.17.16 [INFO] [stderr] Compiling hashbrown v0.13.2 [INFO] [stderr] Compiling tiff v0.9.1 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling array-init v2.1.0 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling av1-grain v0.2.3 [INFO] [stderr] Compiling ordered_hash_map v0.4.0 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling pathdiff v0.2.3 [INFO] [stderr] Compiling common_macros v0.1.1 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling chardet v0.2.4 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling maybe-rayon v0.1.1 [INFO] [stderr] Compiling clap v4.5.31 [INFO] [stderr] Compiling profiling-procmacros v1.0.16 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Compiling strum_macros v0.27.1 [INFO] [stderr] Compiling profiling v1.0.16 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling strum v0.27.1 [INFO] [stderr] Compiling ravif v0.11.11 [INFO] [stderr] Compiling image v0.25.5 [INFO] [stderr] Compiling samurai v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.34s [INFO] running `Command { std: "docker" "inspect" "263b99a35a06601ee5b7344cab834d011469ee0ea68ad82958e8d93c637093cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "263b99a35a06601ee5b7344cab834d011469ee0ea68ad82958e8d93c637093cc", kill_on_drop: false }` [INFO] [stdout] 263b99a35a06601ee5b7344cab834d011469ee0ea68ad82958e8d93c637093cc [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 4b914f792ce1147f1219ab790ddc5ce2cf380774fb9b60e635d034d6307e0125 [INFO] running `Command { std: "docker" "start" "-a" "4b914f792ce1147f1219ab790ddc5ce2cf380774fb9b60e635d034d6307e0125", kill_on_drop: false }` [INFO] [stderr] Compiling samurai v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 8.63s [INFO] running `Command { std: "docker" "inspect" "4b914f792ce1147f1219ab790ddc5ce2cf380774fb9b60e635d034d6307e0125", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b914f792ce1147f1219ab790ddc5ce2cf380774fb9b60e635d034d6307e0125", kill_on_drop: false }` [INFO] [stdout] 4b914f792ce1147f1219ab790ddc5ce2cf380774fb9b60e635d034d6307e0125 [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] a0019da4e91c3e07e49920b0a87876e1f1b8a617fe54cd221d0fec0426367525 [INFO] running `Command { std: "docker" "start" "-a" "a0019da4e91c3e07e49920b0a87876e1f1b8a617fe54cd221d0fec0426367525", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/samurai-2cd630d8062a4d1e) [INFO] [stdout] [INFO] [stdout] running 32 tests [INFO] [stdout] test script::parse::tests::test_float_multiple_fractional_zeros ... ok [INFO] [stdout] test script::parse::tests::test_assign ... ok [INFO] [stdout] test script::parse::tests::test_float ... ok [INFO] [stdout] test script::parse::tests::test_float_zero_fraction_round_trip ... ok [INFO] [stdout] test script::parse::tests::test_function_call ... ok [INFO] [stdout] test script::parse::tests::test_global_literal ... ok [INFO] [stdout] test script::parse::tests::test_int ... ok [INFO] [stdout] test script::parse::tests::test_else_if_else ... ok [INFO] [stdout] test script::parse::tests::test_else ... ok [INFO] [stdout] test script::parse::tests::test_global_var ... ok [INFO] [stdout] test script::parse::tests::test_if ... ok [INFO] [stdout] test script::parse::tests::test_last_statement_no_semicolon ... ok [INFO] [stdout] test script::parse::tests::test_else_if ... ok [INFO] [stdout] test script::parse::tests::test_leading_zero ... ok [INFO] [stdout] test script::parse::tests::test_if_no_semicolon ... ok [INFO] [stdout] test script::parse::tests::test_duplicate_comma ... ok [INFO] [stdout] test script::parse::tests::test_neg ... ok [INFO] [stdout] test script::parse::tests::test_func_no_args ... ok [INFO] [stdout] test script::parse::tests::test_paren_scalar ... ok [INFO] [stdout] test script::parse::tests::test_func_args ... ok [INFO] [stdout] test script::parse::tests::test_object_init ... ok [INFO] [stdout] test script::parse::tests::test_method_chain ... ok [INFO] [stdout] test script::parse::tests::test_return ... ok [INFO] [stdout] test script::parse::tests::test_ref_assign ... ok [INFO] [stdout] test script::parse::tests::test_string ... ok [INFO] [stdout] test script::parse::tests::test_trailing_comma ... ok [INFO] [stdout] test script::parse::tests::test_method_call ... ok [INFO] [stdout] test volume::tests::test_hash ... ok [INFO] [stdout] test volume::tests::test_round ... ok [INFO] [stdout] test script::parse::tests::test_variable ... ok [INFO] [stdout] test script::parse::tests::test_val_assign ... ok [INFO] [stdout] test script::parse::tests::test_round_trip ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 32 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/samurai-7f49ebe630e8b9a0) [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" "a0019da4e91c3e07e49920b0a87876e1f1b8a617fe54cd221d0fec0426367525", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0019da4e91c3e07e49920b0a87876e1f1b8a617fe54cd221d0fec0426367525", kill_on_drop: false }` [INFO] [stdout] a0019da4e91c3e07e49920b0a87876e1f1b8a617fe54cd221d0fec0426367525