[INFO] cloning repository https://github.com/MultiFuzz/MultiFuzz
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MultiFuzz/MultiFuzz" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMultiFuzz%2FMultiFuzz", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMultiFuzz%2FMultiFuzz'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4707637b4dd3c67deff494dacb91cd0b145e2a2a
[INFO] testing MultiFuzz/MultiFuzz against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMultiFuzz%2FMultiFuzz" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/MultiFuzz/MultiFuzz
[INFO] finished tweaking git repo https://github.com/MultiFuzz/MultiFuzz
[INFO] tweaked toml for git repo https://github.com/MultiFuzz/MultiFuzz written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/MultiFuzz/MultiFuzz on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/MultiFuzz/MultiFuzz 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4519b1d07962c7abee3f46ed2fc839f10e206fb65f2a8711fd984b53050182ea
[INFO] running `Command { std: "docker" "start" "-a" "4519b1d07962c7abee3f46ed2fc839f10e206fb65f2a8711fd984b53050182ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4519b1d07962c7abee3f46ed2fc839f10e206fb65f2a8711fd984b53050182ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4519b1d07962c7abee3f46ed2fc839f10e206fb65f2a8711fd984b53050182ea", kill_on_drop: false }`
[INFO] [stdout] 4519b1d07962c7abee3f46ed2fc839f10e206fb65f2a8711fd984b53050182ea
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 385e12704bc7d4f3bce462687d6e90b490dfb435238fa7947286876e2a10918d
[INFO] running `Command { std: "docker" "start" "-a" "385e12704bc7d4f3bce462687d6e90b490dfb435238fa7947286876e2a10918d", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling cranelift-srcgen v0.129.1
[INFO] [stderr]    Compiling wasmtime-internal-core v42.0.1
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling cranelift-assembler-x64-meta v0.129.1
[INFO] [stderr]    Compiling cranelift-isle v0.129.1
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling target-lexicon v0.13.5
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.129.1
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.129.1
[INFO] [stderr]    Compiling gimli v0.33.0
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling cranelift-bitset v0.129.1
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling cranelift-entity v0.129.1
[INFO] [stderr]    Compiling bumpalo v3.20.2
[INFO] [stderr]    Compiling arbitrary v1.4.2
[INFO] [stderr]    Compiling cranelift-assembler-x64 v0.129.1
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling cranelift-bforest v0.129.1
[INFO] [stderr]    Compiling regalloc2 v0.13.5
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling cranelift-control v0.129.1
[INFO] [stderr]    Compiling cpp_demangle v0.5.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling object v0.38.1
[INFO] [stderr]    Compiling twox-hash v2.1.2
[INFO] [stderr]    Compiling ruzstd v0.8.2
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling cranelift-codegen v0.129.1
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling pcode v0.2.0 (https://github.com/icicle-emu/icicle-emu#51558fcb)
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling sleigh-parse v0.3.0 (https://github.com/icicle-emu/icicle-emu#51558fcb)
[INFO] [stderr]    Compiling memmap2 v0.9.10
[INFO] [stderr]    Compiling typed-arena v2.0.2
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling region v3.0.2
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling wasmtime-internal-jit-icache-coherence v42.0.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling zerocopy-derive v0.8.47
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling wasmtime-versioned-export-macros v34.0.2
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling wasmtime-jit-debug v34.0.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling zerocopy v0.8.47
[INFO] [stderr]    Compiling bytemuck v1.25.0
[INFO] [stderr]    Compiling icicle-linux v0.1.0 (https://github.com/icicle-emu/icicle-emu#51558fcb)
[INFO] [stderr]    Compiling addr2line v0.26.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling xml v1.2.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]    Compiling bindgen v0.69.5
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling serde-xml-rs v0.8.2
[INFO] [stderr]    Compiling ron v0.11.0
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling sleigh-runtime v0.1.0 (https://github.com/icicle-emu/icicle-emu#51558fcb)
[INFO] [stderr]    Compiling icicle-mem v0.3.0 (https://github.com/icicle-emu/icicle-emu#51558fcb)
[INFO] [stderr]    Compiling ihex v3.0.0
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling nix v0.31.2
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling icicle-cpu v0.1.0 (https://github.com/icicle-emu/icicle-emu#51558fcb)
[INFO] [stderr]    Compiling sleigh-compile v0.3.0 (https://github.com/icicle-emu/icicle-emu#51558fcb)
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling managed v0.8.0
[INFO] [stderr]    Compiling pastey v0.2.1
[INFO] [stderr]    Compiling gdbstub v0.7.9 (https://github.com/mchesser/gdbstub/#bf915a6d)
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling crepe v0.1.8
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling gdbstub_arch v0.3.2 (https://github.com/mchesser/gdbstub/#bf915a6d)
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling filetime v0.2.27
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling tar v0.4.45
[INFO] [stderr]    Compiling core_affinity v0.8.3
[INFO] [stderr]    Compiling rand_distr v0.4.3
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling ctrlc v3.5.2
[INFO] [stderr]    Compiling icicle-cortexm v0.1.0 (/opt/rustwide/workdir/icicle-cortexm)
[INFO] [stderr]    Compiling cranelift-frontend v0.129.1
[INFO] [stderr]    Compiling cranelift-module v0.129.1
[INFO] [stderr]    Compiling cranelift-native v0.129.1
[INFO] [stderr]    Compiling cranelift-jit v0.129.1
[INFO] [stderr]    Compiling cranelift v0.129.1
[INFO] [stderr]    Compiling icicle-jit v0.2.0 (https://github.com/icicle-emu/icicle-emu#51558fcb)
[INFO] [stderr]    Compiling icicle-vm v0.2.0 (https://github.com/icicle-emu/icicle-emu#51558fcb)
[INFO] [stderr]    Compiling icicle-fuzzing v0.1.0 (https://github.com/icicle-emu/icicle-emu#51558fcb)
[INFO] [stderr]    Compiling icicle-gdb v0.1.0 (https://github.com/icicle-emu/icicle-emu#51558fcb)
[INFO] [stderr]    Compiling hail-fuzz v0.1.0 (/opt/rustwide/workdir/hail-fuzz)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s
[INFO] running `Command { std: "docker" "inspect" "385e12704bc7d4f3bce462687d6e90b490dfb435238fa7947286876e2a10918d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "385e12704bc7d4f3bce462687d6e90b490dfb435238fa7947286876e2a10918d", kill_on_drop: false }`
[INFO] [stdout] 385e12704bc7d4f3bce462687d6e90b490dfb435238fa7947286876e2a10918d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2625370c3ce7af3fe916441d3ebcc5dd14de0575093898cceeab0ae042780ae9
[INFO] running `Command { std: "docker" "start" "-a" "2625370c3ce7af3fe916441d3ebcc5dd14de0575093898cceeab0ae042780ae9", kill_on_drop: false }`
[INFO] [stderr]    Compiling hail-fuzz v0.1.0 (/opt/rustwide/workdir/hail-fuzz)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.20s
[INFO] running `Command { std: "docker" "inspect" "2625370c3ce7af3fe916441d3ebcc5dd14de0575093898cceeab0ae042780ae9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2625370c3ce7af3fe916441d3ebcc5dd14de0575093898cceeab0ae042780ae9", kill_on_drop: false }`
[INFO] [stdout] 2625370c3ce7af3fe916441d3ebcc5dd14de0575093898cceeab0ae042780ae9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a0f315c7e6126926f00255abf6d5dd1c7d091abfaf2d0281c71f80d9078c8829
[INFO] running `Command { std: "docker" "start" "-a" "a0f315c7e6126926f00255abf6d5dd1c7d091abfaf2d0281c71f80d9078c8829", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/hail_fuzz-9d60991689732ae3)
[INFO] [stdout] 
[INFO] [stdout] running 29 tests
[INFO] [stdout] test i2s::analysis::test_stride_estimator ... ok
[INFO] [stdout] test i2s::analysis::value_size ... ok
[INFO] [stdout] test i2s::finder::test_stride_on_u16 ... ok
[INFO] [stdout] test i2s::finder::test_strided_prefix_match ... ok
[INFO] [stdout] test i2s::finder::test_stride_on_u32_underaligned ... ok
[INFO] [stdout] test load_resizer::test_high_bits ... ok
[INFO] [stdout] test load_resizer::test_load_of_load ... ok
[INFO] [stdout] test load_resizer::test_low_bits ... ok
[INFO] [stdout] test load_resizer::test_lowest_bit ... ok
[INFO] [stdout] test load_resizer::test_branch ... ok
[INFO] [stdout] test load_resizer::test_shift_and_slt ... ok
[INFO] [stdout] test load_resizer::test_branch_with_tmps ... ok
[INFO] [stdout] test load_resizer::test_multiblock ... ok
[INFO] [stdout] test utils::tests::insert_slice_empty ... ok
[INFO] [stdout] test load_resizer::with_bool_op ... ok
[INFO] [stdout] test load_resizer::with_left_shift ... ok
[INFO] [stdout] test load_resizer::with_right_shift ... ok
[INFO] [stdout] test load_resizer::test_used ... ok
[INFO] [stdout] test load_resizer::test_with_store ... ok
[INFO] [stdout] test utils::tests::insert_slice_middle ... ok
[INFO] [stdout] test load_resizer::test_unused ... ok
[INFO] [stdout] test utils::tests::insert_strided_empty ... ok
[INFO] [stdout] test utils::tests::insert_slice_end ... ok
[INFO] [stdout] test utils::tests::insert_strided_end ... ok
[INFO] [stdout] test load_resizer::test_with_zxt_and ... ok
[INFO] [stdout] test utils::tests::insert_strided_middle ... ok
[INFO] [stdout] test utils::tests::replace_strided ... ok
[INFO] [stdout] test utils::tests::replace_strided_end ... ok
[INFO] [stdout] test utils::tests::replace_strided_middle ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "a0f315c7e6126926f00255abf6d5dd1c7d091abfaf2d0281c71f80d9078c8829", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a0f315c7e6126926f00255abf6d5dd1c7d091abfaf2d0281c71f80d9078c8829", kill_on_drop: false }`
[INFO] [stdout] a0f315c7e6126926f00255abf6d5dd1c7d091abfaf2d0281c71f80d9078c8829
