[INFO] cloning repository https://github.com/aiv2008/kecc-public
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aiv2008/kecc-public" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faiv2008%2Fkecc-public", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faiv2008%2Fkecc-public'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 98b981ae3b7c8abc089d601e41165f1c16e9e28f
[INFO] testing aiv2008/kecc-public against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faiv2008%2Fkecc-public" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/aiv2008/kecc-public
[INFO] finished tweaking git repo https://github.com/aiv2008/kecc-public
[INFO] tweaked toml for git repo https://github.com/aiv2008/kecc-public written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/aiv2008/kecc-public on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/aiv2008/kecc-public 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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded peg-runtime v0.8.3
[INFO] [stderr]   Downloaded peg-macros v0.8.4
[INFO] [stderr]   Downloaded clap v4.5.23
[INFO] [stderr]   Downloaded peg v0.8.4
[INFO] [stderr]   Downloaded thiserror-impl v2.0.9
[INFO] [stderr]   Downloaded lang-c v0.15.1
[INFO] [stderr]   Downloaded thiserror v2.0.9
[INFO] [stderr]   Downloaded clap_builder v4.5.23
[INFO] [stderr]   Downloaded syn v2.0.95
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ecd39f137945e1861a8efda8e7ea6ecd6b3613d505b0ec84811a087545d5be44
[INFO] running `Command { std: "docker" "start" "-a" "ecd39f137945e1861a8efda8e7ea6ecd6b3613d505b0ec84811a087545d5be44", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ecd39f137945e1861a8efda8e7ea6ecd6b3613d505b0ec84811a087545d5be44", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ecd39f137945e1861a8efda8e7ea6ecd6b3613d505b0ec84811a087545d5be44", kill_on_drop: false }`
[INFO] [stdout] ecd39f137945e1861a8efda8e7ea6ecd6b3613d505b0ec84811a087545d5be44
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4e509f2dd7c196d154b2428240515fc4fecedaa38878be7554bdd40a54b6c69b
[INFO] running `Command { std: "docker" "start" "-a" "4e509f2dd7c196d154b2428240515fc4fecedaa38878be7554bdd40a54b6c69b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling rustix v0.38.42
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling thiserror v2.0.9
[INFO] [stderr]    Compiling peg-runtime v0.8.3
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling hexf-parse v0.2.1
[INFO] [stderr]    Compiling lang-c v0.15.1
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling wait-timeout v0.2.0
[INFO] [stderr]    Compiling syn v2.0.95
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling peg-macros v0.8.4
[INFO] [stderr]    Compiling ordered-float v4.6.0
[INFO] [stderr]    Compiling tempfile v3.15.0
[INFO] [stderr]    Compiling peg v0.8.4
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling thiserror-impl v2.0.9
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling kecc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `core::ops::Deref`
[INFO] [stdout]  --> src/c/write_c.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use core::ops::Deref;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]  --> src/lib.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![deny(warnings)]
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout]   = note: `#[warn(unused_imports)]` implied by `#[warn(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.41s
[INFO] running `Command { std: "docker" "inspect" "4e509f2dd7c196d154b2428240515fc4fecedaa38878be7554bdd40a54b6c69b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4e509f2dd7c196d154b2428240515fc4fecedaa38878be7554bdd40a54b6c69b", kill_on_drop: false }`
[INFO] [stdout] 4e509f2dd7c196d154b2428240515fc4fecedaa38878be7554bdd40a54b6c69b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a31d027d5637f250f121c53990534c41f347c5ff6dbcb3a01fac54e0773776ca
[INFO] running `Command { std: "docker" "start" "-a" "a31d027d5637f250f121c53990534c41f347c5ff6dbcb3a01fac54e0773776ca", kill_on_drop: false }`
[INFO] [stderr]    Compiling kecc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `core::ops::Deref`
[INFO] [stdout]  --> src/c/write_c.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use core::ops::Deref;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]  --> src/lib.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![deny(warnings)]
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout]   = note: `#[warn(unused_imports)]` implied by `#[warn(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::ops::Deref`
[INFO] [stdout]  --> src/c/write_c.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use core::ops::Deref;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]  --> src/lib.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![deny(warnings)]
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout]   = note: `#[warn(unused_imports)]` implied by `#[warn(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.40s
[INFO] running `Command { std: "docker" "inspect" "a31d027d5637f250f121c53990534c41f347c5ff6dbcb3a01fac54e0773776ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a31d027d5637f250f121c53990534c41f347c5ff6dbcb3a01fac54e0773776ca", kill_on_drop: false }`
[INFO] [stdout] a31d027d5637f250f121c53990534c41f347c5ff6dbcb3a01fac54e0773776ca
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0e00e3703185c40f7bf6a42716a2a7f882eef9fb604de1f25ef222db200c7e56
[INFO] running `Command { std: "docker" "start" "-a" "0e00e3703185c40f7bf6a42716a2a7f882eef9fb604de1f25ef222db200c7e56", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `core::ops::Deref`
[INFO] [stderr]  --> src/c/write_c.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | use core::ops::Deref;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]  --> src/lib.rs:5:9
[INFO] [stderr]   |
[INFO] [stderr] 5 | #![deny(warnings)]
[INFO] [stderr]   |         ^^^^^^^^
[INFO] [stderr]   = note: `#[warn(unused_imports)]` implied by `#[warn(warnings)]`
[INFO] [stderr] 
[INFO] [stderr] warning: `kecc` (lib) generated 1 warning (run `cargo fix --lib -p kecc` to apply 1 suggestion)
[INFO] [stderr] warning: `kecc` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/kecc-90b07d3e3e0980ad)
[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/test_examples.rs (/opt/rustwide/target/debug/deps/test_examples-cc9764fc650cab19)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test test_examples_deadcode ... FAILED
[INFO] [stdout] test test_examples_asmgen_large ... FAILED
[INFO] [stdout] test test_examples_gvn ... FAILED
[INFO] [stdout] test test_examples_optimize ... FAILED
[INFO] [stdout] test test_examples_irgen_small ... FAILED
[INFO] [stdout] test test_examples_irgen_large ... FAILED
[INFO] [stdout] test test_examples_irparse ... FAILED
[INFO] [stdout] test test_examples_asmgen_small ... FAILED
[INFO] [stdout] test test_examples_mem2reg ... FAILED
[INFO] [stdout] test test_examples_simplify_cfg ... FAILED
[INFO] [stdout] test test_examples_write_c ... FAILED
[INFO] [stderr] error: test failed, to rerun pass `--test test_examples`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/test_examples-cc9764fc650cab19` (exit status: 102)
[INFO] [stderr] note: test exited abnormally; to see the full output pass --nocapture to the harness.
[INFO] running `Command { std: "docker" "inspect" "0e00e3703185c40f7bf6a42716a2a7f882eef9fb604de1f25ef222db200c7e56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e00e3703185c40f7bf6a42716a2a7f882eef9fb604de1f25ef222db200c7e56", kill_on_drop: false }`
[INFO] [stdout] 0e00e3703185c40f7bf6a42716a2a7f882eef9fb604de1f25ef222db200c7e56
