[INFO] cloning repository https://github.com/althread/althread
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/althread/althread" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falthread%2Falthread", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falthread%2Falthread'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 234b76bfcc5b9df901e44ce56e57d16293721e4c
[INFO] checking althread/althread against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falthread%2Falthread" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/althread/althread
[INFO] finished tweaking git repo https://github.com/althread/althread
[INFO] tweaked toml for git repo https://github.com/althread/althread written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/althread/althread on toolchain b1f2594eac607c1f051534800237eeedb5590a49
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/althread/althread 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" "+b1f2594eac607c1f051534800237eeedb5590a49" "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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4f6cf12bc639c112455ffdf74058a32ccdc31d82bb99110b87414df0873e2ea6
[INFO] running `Command { std: "docker" "start" "-a" "4f6cf12bc639c112455ffdf74058a32ccdc31d82bb99110b87414df0873e2ea6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4f6cf12bc639c112455ffdf74058a32ccdc31d82bb99110b87414df0873e2ea6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4f6cf12bc639c112455ffdf74058a32ccdc31d82bb99110b87414df0873e2ea6", kill_on_drop: false }`
[INFO] [stdout] 4f6cf12bc639c112455ffdf74058a32ccdc31d82bb99110b87414df0873e2ea6
[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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ffa7f4e9a642713304ecd7acdbaa44ece4c30be0064788b76dd2ba5cc4b5032d
[INFO] running `Command { std: "docker" "start" "-a" "ffa7f4e9a642713304ecd7acdbaa44ece4c30be0064788b76dd2ba5cc4b5032d", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.100
[INFO] [stderr]     Checking hashbrown v0.15.4
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]     Checking winnow v0.7.11
[INFO] [stderr]     Checking litemap v0.8.0
[INFO] [stderr]     Checking writeable v0.6.1
[INFO] [stderr]     Checking humantime v2.2.0
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]     Checking indexmap v2.10.0
[INFO] [stderr]    Compiling wasm-bindgen v0.2.100
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking fastrand v2.1.1
[INFO] [stderr]    Compiling syn v2.0.77
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking anstyle-query v1.1.1
[INFO] [stderr]     Checking anstyle v1.0.8
[INFO] [stderr]     Checking colorchoice v1.0.2
[INFO] [stderr]     Checking utf8_iter v1.0.4
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking anstyle-parse v0.2.5
[INFO] [stderr]    Compiling owo-colors v4.1.0
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling serde_json v1.0.142
[INFO] [stderr]     Checking is-terminal v0.4.16
[INFO] [stderr]     Checking clap_lex v0.7.2
[INFO] [stderr]     Checking ryu v1.0.20
[INFO] [stderr]     Checking anstream v0.6.15
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]     Checking openssl-probe v0.1.6
[INFO] [stderr]     Checking itoa v1.0.15
[INFO] [stderr]     Checking clap_builder v4.5.17
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking ordered-float v4.2.2
[INFO] [stderr]    Compiling cc v1.2.28
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling libz-sys v1.1.22
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling libssh2-sys v0.3.1
[INFO] [stderr]    Compiling libgit2-sys v0.16.2+1.7.2
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking env_logger v0.10.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.100
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling clap_derive v4.5.13
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.100
[INFO] [stderr]    Compiling pest v2.7.12
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]     Checking zerovec v0.11.2
[INFO] [stderr]     Checking clap v4.5.17
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.100
[INFO] [stderr]    Compiling pest_meta v2.7.12
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.2
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking js-sys v0.3.77
[INFO] [stderr]     Checking console_error_panic_hook v0.1.7
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]    Compiling pest_generator v2.7.12
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]    Compiling pest_derive v2.7.12
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking web-sys v0.3.77
[INFO] [stderr]     Checking serde-wasm-bindgen v0.6.5
[INFO] [stderr]     Checking git2 v0.18.3
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking althread v0.1.0 (/opt/rustwide/workdir/interpreter)
[INFO] [stderr]     Checking althread-cli v0.1.0 (/opt/rustwide/workdir/cli)
[INFO] [stderr]     Checking althread-web v0.1.0 (/opt/rustwide/workdir/web)
[INFO] [stdout] error[E0432]: unresolved import `criterion`
[INFO] [stdout]  --> interpreter/benches/bench-examples.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use criterion::{criterion_group, criterion_main, Criterion, BenchmarkId};
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `criterion`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `criterion`, use `cargo add criterion` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0601]: `main` function not found in crate `bench_examples`
[INFO] [stdout]   --> interpreter/benches/bench-examples.rs:44:26
[INFO] [stdout]    |
[INFO] [stdout] 44 | criterion_main!(benches);
[INFO] [stdout]    |                          ^ consider adding a `main` function to `interpreter/benches/bench-examples.rs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> interpreter/benches/bench-examples.rs:25:58
[INFO] [stdout]    |
[INFO] [stdout] 25 |     group.bench_function(BenchmarkId::new(name, "alt"), |b| {
[INFO] [stdout]    |                                                          ^
[INFO] [stdout] 26 |         b.iter(|| run_test_file(file).expect(&format!("Failed to run {}", file)))
[INFO] [stdout]    |         - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 25 |     group.bench_function(BenchmarkId::new(name, "alt"), |b: /* Type */| {
[INFO] [stdout]    |                                                           ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `althread` (bench "bench-examples") due to 3 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0282, E0432, E0601.
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "ffa7f4e9a642713304ecd7acdbaa44ece4c30be0064788b76dd2ba5cc4b5032d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ffa7f4e9a642713304ecd7acdbaa44ece4c30be0064788b76dd2ba5cc4b5032d", kill_on_drop: false }`
[INFO] [stdout] ffa7f4e9a642713304ecd7acdbaa44ece4c30be0064788b76dd2ba5cc4b5032d
