[INFO] cloning repository https://github.com/steveklabnik/mdbook-trycmd
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/steveklabnik/mdbook-trycmd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsteveklabnik%2Fmdbook-trycmd", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsteveklabnik%2Fmdbook-trycmd'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 791a0e1bb2a38cdc599d8b58d65892a28d245d54
[INFO] testing steveklabnik/mdbook-trycmd against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsteveklabnik%2Fmdbook-trycmd" "/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/steveklabnik/mdbook-trycmd
[INFO] finished tweaking git repo https://github.com/steveklabnik/mdbook-trycmd
[INFO] tweaked toml for git repo https://github.com/steveklabnik/mdbook-trycmd written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/steveklabnik/mdbook-trycmd on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/steveklabnik/mdbook-trycmd 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" "+beta-2025-09-21" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ec795cdfc8ae8b225345e481506e63fa33c4b35d9097605cd183a9bf6919e757
[INFO] running `Command { std: "docker" "start" "-a" "ec795cdfc8ae8b225345e481506e63fa33c4b35d9097605cd183a9bf6919e757", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ec795cdfc8ae8b225345e481506e63fa33c4b35d9097605cd183a9bf6919e757", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ec795cdfc8ae8b225345e481506e63fa33c4b35d9097605cd183a9bf6919e757", kill_on_drop: false }`
[INFO] [stdout] ec795cdfc8ae8b225345e481506e63fa33c4b35d9097605cd183a9bf6919e757
[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=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" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a234af5e05e19839bab103a3c6c18d7d9c35e0580e067fca9ee35b47bcfa9880
[INFO] running `Command { std: "docker" "start" "-a" "a234af5e05e19839bab103a3c6c18d7d9c35e0580e067fca9ee35b47bcfa9880", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.16
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling log v0.4.25
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling gix-trace v0.1.12
[INFO] [stderr]    Compiling tinyvec v1.8.1
[INFO] [stderr]    Compiling adler2 v2.0.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling miniz_oxide v0.8.3
[INFO] [stderr]    Compiling sha1_smol v1.0.1
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling litemap v0.7.4
[INFO] [stderr]    Compiling jiff v0.1.29
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling flate2 v1.0.35
[INFO] [stderr]    Compiling winnow v0.6.26
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling gix-utils v0.1.14
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling foldhash v0.1.4
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling prodash v29.0.0
[INFO] [stderr]    Compiling memmap2 v0.9.5
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling ryu v1.0.19
[INFO] [stderr]    Compiling socket2 v0.5.8
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]    Compiling futures v0.1.31
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling serde_json v1.0.138
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling unicode-bom v2.0.3
[INFO] [stderr]    Compiling cc v1.2.12
[INFO] [stderr]    Compiling filetime v0.2.25
[INFO] [stderr]    Compiling bstr v1.11.3
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling libz-sys v1.1.21
[INFO] [stderr]    Compiling openssl-sys v0.9.105
[INFO] [stderr]    Compiling kstring v2.0.2
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling shell-words v1.1.0
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]    Compiling libssh2-sys v0.3.1
[INFO] [stderr]    Compiling ordered-float v4.6.0
[INFO] [stderr]    Compiling httparse v1.10.0
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling string_cache_codegen v0.5.3
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling unicode-width v0.1.12
[INFO] [stderr]    Compiling bytemuck v1.21.0
[INFO] [stderr]    Compiling atomic v0.6.0
[INFO] [stderr]    Compiling chrono v0.4.39
[INFO] [stderr]    Compiling uluru v3.1.0
[INFO] [stderr]    Compiling markup5ever v0.12.1
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling gix-path v0.10.14
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling zerofrom v0.1.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling gix-date v0.9.3
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling gix-validate v0.9.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling gix-actor v0.33.2
[INFO] [stderr]    Compiling gix-chunk v0.4.11
[INFO] [stderr]    Compiling gix-quote v0.4.15
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling pest v2.7.15
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling clap_derive v4.5.28
[INFO] [stderr]    Compiling pest_meta v2.7.15
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling gix-command v0.4.1
[INFO] [stderr]    Compiling pest_generator v2.7.15
[INFO] [stderr]    Compiling wezterm-dynamic-derive v0.1.0
[INFO] [stderr]    Compiling gix-bitmap v0.2.14
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling wezterm-dynamic v0.2.0
[INFO] [stderr]    Compiling libgit2-sys v0.17.0+1.8.1
[INFO] [stderr]    Compiling globset v0.4.15
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]    Compiling faster-hex v0.9.0
[INFO] [stderr]    Compiling bytes v1.10.0
[INFO] [stderr]    Compiling gix-hash v0.16.0
[INFO] [stderr]    Compiling gix-features v0.40.0
[INFO] [stderr]    Compiling gix-hashtable v0.7.0
[INFO] [stderr]    Compiling indexmap v2.7.1
[INFO] [stderr]    Compiling tokio v1.43.0
[INFO] [stderr]    Compiling gix-object v0.47.0
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling gix-fs v0.13.0
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling gix-glob v0.18.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling gix-commitgraph v0.26.0
[INFO] [stderr]    Compiling gix-attributes v0.24.0
[INFO] [stderr]    Compiling gix-sec v0.10.11
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling gix-revwalk v0.18.0
[INFO] [stderr]    Compiling tempfile v3.16.0
[INFO] [stderr]    Compiling terminal_size v0.4.1
[INFO] [stderr]    Compiling pest_derive v2.7.15
[INFO] [stderr]    Compiling gix-tempfile v16.0.0
[INFO] [stderr]    Compiling clap_builder v4.5.27
[INFO] [stderr]    Compiling gix-traverse v0.44.0
[INFO] [stderr]    Compiling gix-lock v16.0.0
[INFO] [stderr]    Compiling gix-url v0.29.0
[INFO] [stderr]    Compiling gix-config-value v0.14.11
[INFO] [stderr]    Compiling gix-ref v0.50.0
[INFO] [stderr]    Compiling gix-revision v0.32.0
[INFO] [stderr]    Compiling gix-ignore v0.13.0
[INFO] [stderr]    Compiling gix-packetline-blocking v0.18.2
[INFO] [stderr]    Compiling gix-index v0.38.0
[INFO] [stderr]    Compiling gix-packetline v0.18.3
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling terminfo v0.8.0
[INFO] [stderr]    Compiling winnow v0.7.1
[INFO] [stderr]    Compiling is_executable v1.0.4
[INFO] [stderr]    Compiling lab v0.11.0
[INFO] [stderr]    Compiling clru v0.6.2
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling gix-pack v0.57.0
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling gix-worktree v0.39.0
[INFO] [stderr]    Compiling clap v4.5.28
[INFO] [stderr]    Compiling clap_complete v4.5.44
[INFO] [stderr]    Compiling tokio-util v0.7.13
[INFO] [stderr]    Compiling toml_edit v0.22.23
[INFO] [stderr]    Compiling gix-config v0.43.0
[INFO] [stderr]    Compiling mac_address v1.1.7
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling csscolorparser v0.6.2
[INFO] [stderr]    Compiling string_cache v0.8.8
[INFO] [stderr]    Compiling gix-filter v0.17.0
[INFO] [stderr]    Compiling gix-transport v0.45.0
[INFO] [stderr]    Compiling gix-pathspec v0.9.0
[INFO] [stderr]    Compiling gix-refspec v0.28.0
[INFO] [stderr]    Compiling gix-shallow v0.2.0
[INFO] [stderr]    Compiling http v1.2.0
[INFO] [stderr]    Compiling ignore v0.4.23
[INFO] [stderr]    Compiling serde_bytes v0.11.15
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling semver-parser v0.10.3
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling html5ever v0.27.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling maybe-async v0.2.10
[INFO] [stderr]    Compiling uuid v1.13.1
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling castaway v0.2.3
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling euclid v0.22.11
[INFO] [stderr]    Compiling imara-diff v0.1.8
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling ref-cast v1.0.23
[INFO] [stderr]    Compiling indoc v2.0.5
[INFO] [stderr]    Compiling deltae v0.3.2
[INFO] [stderr]    Compiling data-encoding v2.7.0
[INFO] [stderr]    Compiling gix-odb v0.67.0
[INFO] [stderr]    Compiling instability v0.3.7
[INFO] [stderr]    Compiling wezterm-input-types v0.1.0
[INFO] [stderr]    Compiling wezterm-color-types v0.3.0
[INFO] [stderr]    Compiling tungstenite v0.21.0
[INFO] [stderr]    Compiling gix-diff v0.50.0
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling inotify v0.11.0
[INFO] [stderr]    Compiling wezterm-blob-leases v0.1.0
[INFO] [stderr]    Compiling gix-protocol v0.48.0
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]    Compiling semver v0.11.0
[INFO] [stderr]    Compiling nix v0.26.4
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling serde_bser v0.4.0
[INFO] [stderr]    Compiling gix-submodule v0.17.0
[INFO] [stderr]    Compiling fancy-regex v0.11.0
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling prost-derive v0.12.6
[INFO] [stderr]    Compiling tokio-util v0.6.10
[INFO] [stderr]    Compiling gix-discover v0.38.0
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling headers-core v0.2.0
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling wezterm-bidi v0.2.3
[INFO] [stderr]    Compiling filedescriptor v0.8.2
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]    Compiling pin-project-internal v1.1.9
[INFO] [stderr]    Compiling ref-cast-impl v1.0.23
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling vtparse v0.6.2
[INFO] [stderr]    Compiling termios v0.3.3
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling pulldown-cmark v0.10.3
[INFO] [stderr]    Compiling num-modular v0.6.1
[INFO] [stderr]    Compiling finl_unicode v1.3.0
[INFO] [stderr]    Compiling scanlex v0.1.4
[INFO] [stderr]    Compiling notify-types v2.0.0
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling memmem v0.1.1
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling dirs v2.0.2
[INFO] [stderr]    Compiling chrono-english v0.1.7
[INFO] [stderr]    Compiling notify v8.0.0
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling num-order v1.2.0
[INFO] [stderr]    Compiling pin-project v1.1.9
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling termwiz v0.22.0
[INFO] [stderr]    Compiling prost v0.12.6
[INFO] [stderr]    Compiling watchman_client v0.9.0
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling headers v0.3.9
[INFO] [stderr]    Compiling gix v0.70.0
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling derive_builder v0.20.2
[INFO] [stderr]    Compiling tokio-tungstenite v0.21.0
[INFO] [stderr]    Compiling toml v0.8.20
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling jj-lib-proc-macros v0.26.0
[INFO] [stderr]    Compiling enum_dispatch v0.3.13
[INFO] [stderr]    Compiling async-trait v0.1.86
[INFO] [stderr]    Compiling env_filter v0.1.3
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling memmap2 v0.5.10
[INFO] [stderr]    Compiling rtoolbox v0.0.2
[INFO] [stderr]    Compiling pulldown-cmark-escape v0.10.1
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling jj-cli v0.26.0
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling pollster v0.3.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling roff v0.2.2
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling textwrap v0.16.1
[INFO] [stderr]    Compiling clap_mangen v0.2.26
[INFO] [stderr]    Compiling sapling-streampager v0.10.3
[INFO] [stderr]    Compiling warp v0.3.7
[INFO] [stderr]    Compiling rpassword v7.3.1
[INFO] [stderr]    Compiling env_logger v0.11.6
[INFO] [stderr]    Compiling ammonia v4.0.0
[INFO] [stderr]    Compiling handlebars v6.3.0
[INFO] [stderr]    Compiling scm-record v0.5.0
[INFO] [stderr]    Compiling tracing-chrome v0.7.2
[INFO] [stderr]    Compiling notify-debouncer-mini v0.6.0
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling clap_complete_nushell v4.5.5
[INFO] [stderr]    Compiling clap-markdown v0.1.4
[INFO] [stderr]    Compiling elasticlunr-rs v3.0.2
[INFO] [stderr]    Compiling sapling-renderdag v0.1.0
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling opener v0.7.2
[INFO] [stderr]    Compiling os_pipe v1.2.1
[INFO] [stderr]    Compiling topological-sort v0.2.2
[INFO] [stderr]    Compiling timeago v0.4.2
[INFO] [stderr]    Compiling pathdiff v0.2.3
[INFO] [stderr]    Compiling whoami v1.5.2
[INFO] [stderr]    Compiling ansi-to-html v0.2.2
[INFO] [stderr]    Compiling mdbook v0.4.44
[INFO] [stderr]    Compiling mdbook-trycmd v0.1.0 (/opt/rustwide/workdir/mdbook-trycmd)
[INFO] [stderr]    Compiling git2 v0.19.0
[INFO] [stderr]    Compiling jj-lib v0.26.0
[INFO] [stderr]    Compiling jj v0.25.0 (/opt/rustwide/workdir/tests)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 41s
[INFO] running `Command { std: "docker" "inspect" "a234af5e05e19839bab103a3c6c18d7d9c35e0580e067fca9ee35b47bcfa9880", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a234af5e05e19839bab103a3c6c18d7d9c35e0580e067fca9ee35b47bcfa9880", kill_on_drop: false }`
[INFO] [stdout] a234af5e05e19839bab103a3c6c18d7d9c35e0580e067fca9ee35b47bcfa9880
[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=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" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e4dfe17be5206be798d48d61cd883b2eaf5d25cbaaea5180c58d1be5dabab220
[INFO] running `Command { std: "docker" "start" "-a" "e4dfe17be5206be798d48d61cd883b2eaf5d25cbaaea5180c58d1be5dabab220", kill_on_drop: false }`
[INFO] [stderr]    Compiling snapbox-macros v0.3.10 (https://github.com/steveklabnik/snapbox?branch=main#abf602a4)
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling content_inspector v0.2.4
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling humantime-serde v1.1.1
[INFO] [stderr]    Compiling automod v1.0.14
[INFO] [stderr]    Compiling mdbook-trycmd v0.1.0 (/opt/rustwide/workdir/mdbook-trycmd)
[INFO] [stderr]    Compiling snapbox v0.6.21 (https://github.com/steveklabnik/snapbox?branch=main#abf602a4)
[INFO] [stderr]    Compiling trycmd v0.15.8 (https://github.com/steveklabnik/snapbox?branch=main#abf602a4)
[INFO] [stderr]    Compiling jj v0.25.0 (/opt/rustwide/workdir/tests)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.54s
[INFO] running `Command { std: "docker" "inspect" "e4dfe17be5206be798d48d61cd883b2eaf5d25cbaaea5180c58d1be5dabab220", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e4dfe17be5206be798d48d61cd883b2eaf5d25cbaaea5180c58d1be5dabab220", kill_on_drop: false }`
[INFO] [stdout] e4dfe17be5206be798d48d61cd883b2eaf5d25cbaaea5180c58d1be5dabab220
[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=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" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d5422f56bc136eb5d98b7c02afb524756ef9c6ac732c9185a50a33ac9ba4bdbb
[INFO] running `Command { std: "docker" "start" "-a" "d5422f56bc136eb5d98b7c02afb524756ef9c6ac732c9185a50a33ac9ba4bdbb", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.42s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/jj-1267fd47b41dcd43)
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli_tests.rs (/opt/rustwide/target/debug/deps/cli_tests-bcc7875cabe2fc27)
[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] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr] Testing tests/cmd/jj-new.trycmd:2 ... failed
[INFO] [stderr] Expected success, was 1
[INFO] [stderr] 
[INFO] [stderr] ---- expected: stdout
[INFO] [stderr] ++++ actual:   stdout
[INFO] [stderr]    1      - Initialized repo in "."
[INFO] [stderr]         1 + Error: The native backend is disallowed by default.
[INFO] [stderr]         2 + Hint: Did you mean to call `jj git init`?
[INFO] [stderr]         3 + Set `ui.allow-init-native` to allow initializing a repo with the native backend.
[INFO] [stderr] stderr:
[INFO] [stderr] 
[INFO] [stderr] Testing tests/cmd/jj-new.trycmd:5 ... ignored
[INFO] [stderr] Testing tests/cmd/jj-new.trycmd:7 ... ignored
[INFO] [stderr] Testing tests/cmd/jj-new.trycmd:9 ... ignored
[INFO] [stderr] Testing tests/cmd/jj-new.trycmd:13 ... ignored
[INFO] [stderr] Testing tests/cmd/jj-new.trycmd:15 ... ignored
[INFO] [stderr] Testing tests/cmd/jj-new.trycmd:teardown ... ok
[INFO] [stderr] Update snapshots with `TRYCMD=overwrite`
[INFO] [stderr] Debug output with `TRYCMD=dump`
[INFO] [stdout] test cli_tests ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- cli_tests stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'cli_tests' (18) panicked at /opt/rustwide/cargo-home/git/checkouts/snapbox-5777112c8fdc6080/abf602a/crates/trycmd/src/runner.rs:107:17:
[INFO] [stdout] 1 of 1 tests failed
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e484950b842 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e484950b842 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e484950b842 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5e484950b842 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5e484951c79f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5e484951c79f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5e48494d3b01 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e48494d3b01 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5e48494e21d2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5e48494e7cff - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5e48494e7b91 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5e48494a3c6e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x5e48494a3c6e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e48494e846f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x5e48494e846f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5e48494e821a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5e48494e2309 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5e48494c6b3d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5e4849525cb0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5e4849388e50 - core::panicking::panic_display::h1bf83f7e2d7aaf6a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:259:5
[INFO] [stdout]   20:     0x5e48491e4987 - trycmd::runner::Runner::run::h985ed36ca5606f21
[INFO] [stdout]                                at /opt/rustwide/cargo-home/git/checkouts/snapbox-5777112c8fdc6080/abf602a/crates/trycmd/src/runner.rs:107:17
[INFO] [stdout]   21:     0x5e4849233d2f - trycmd::cases::TestCases::run::h4e33995a3d611b83
[INFO] [stdout]                                at /opt/rustwide/cargo-home/git/checkouts/snapbox-5777112c8fdc6080/abf602a/crates/trycmd/src/cases.rs:182:16
[INFO] [stdout]   22:     0x5e4849231d5a - <trycmd::cases::TestCases as core::ops::drop::Drop>::drop::heaa9e10a4a38c27d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/git/checkouts/snapbox-5777112c8fdc6080/abf602a/crates/trycmd/src/cases.rs:192:18
[INFO] [stdout]   23:     0x5e4849214597 - core::ptr::drop_in_place<trycmd::cases::TestCases>::hb84ec5618a8497c7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ptr/mod.rs:804:1
[INFO] [stdout]   24:     0x5e4849190bb7 - cli_tests::cli_tests::h389418d9a3061967
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/tests/cli_tests.rs:6:61
[INFO] [stdout]   25:     0x5e4849190bf7 - cli_tests::cli_tests::{{closure}}::h91dac158c08acbce
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/tests/cli_tests.rs:2:15
[INFO] [stdout]   26:     0x5e4849190586 - core::ops::function::FnOnce::call_once::ha7ad25f452b6981d
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5e48494a3a2b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x5e48494a3a2b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   29:     0x5e48494b9695 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   30:     0x5e48494b9695 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   31:     0x5e48494b9695 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   32:     0x5e48494b9695 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   33:     0x5e48494b9695 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5e48494b9695 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   35:     0x5e48494b9695 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   36:     0x5e484948fe84 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   37:     0x5e484948fe84 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   38:     0x5e484949374a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   39:     0x5e484949374a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   40:     0x5e484949374a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   41:     0x5e484949374a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   42:     0x5e484949374a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x5e484949374a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   44:     0x5e484949374a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5e48494dccaf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   46:     0x5e48494dccaf - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   47:     0x77e669951aa4 - <unknown>
[INFO] [stdout]   48:     0x77e6699dea34 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     cli_tests
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p jj --test cli_tests`
[INFO] running `Command { std: "docker" "inspect" "d5422f56bc136eb5d98b7c02afb524756ef9c6ac732c9185a50a33ac9ba4bdbb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d5422f56bc136eb5d98b7c02afb524756ef9c6ac732c9185a50a33ac9ba4bdbb", kill_on_drop: false }`
[INFO] [stdout] d5422f56bc136eb5d98b7c02afb524756ef9c6ac732c9185a50a33ac9ba4bdbb
