[INFO] cloning repository https://github.com/jj-tutorial/tutorial [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jj-tutorial/tutorial" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjj-tutorial%2Ftutorial", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjj-tutorial%2Ftutorial'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5c60378544f9f7cffbdd275bb875518e5b54221f [INFO] testing jj-tutorial/tutorial against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjj-tutorial%2Ftutorial" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/jj-tutorial/tutorial [INFO] finished tweaking git repo https://github.com/jj-tutorial/tutorial [INFO] tweaked toml for git repo https://github.com/jj-tutorial/tutorial written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/jj-tutorial/tutorial on toolchain 9f93af291970322f4f1c6315ccde4d7078201159 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/jj-tutorial/tutorial 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" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 595ecf41b058db3b7fcfe6bb4d0425c8233c16d9e793e1300e6f6247faa6f8d0 [INFO] running `Command { std: "docker" "start" "-a" "595ecf41b058db3b7fcfe6bb4d0425c8233c16d9e793e1300e6f6247faa6f8d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "595ecf41b058db3b7fcfe6bb4d0425c8233c16d9e793e1300e6f6247faa6f8d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "595ecf41b058db3b7fcfe6bb4d0425c8233c16d9e793e1300e6f6247faa6f8d0", kill_on_drop: false }` [INFO] [stdout] 595ecf41b058db3b7fcfe6bb4d0425c8233c16d9e793e1300e6f6247faa6f8d0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 401aba53c6de7c83fb427a285c41c84cbbd3021a4fad20eee334752c9ecdc7e7 [INFO] running `Command { std: "docker" "start" "-a" "401aba53c6de7c83fb427a285c41c84cbbd3021a4fad20eee334752c9ecdc7e7", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-ident v1.0.16 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling log v0.4.25 [INFO] [stderr] Compiling smallvec v1.14.0 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling itoa v1.0.14 [INFO] [stderr] Compiling tinyvec v1.8.1 [INFO] [stderr] Compiling gix-trace v0.1.12 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling home v0.5.11 [INFO] [stderr] Compiling zlib-rs v0.5.0 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling cpufeatures v0.2.17 [INFO] [stderr] Compiling miniz_oxide v0.8.7 [INFO] [stderr] Compiling crossbeam-channel v0.5.14 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling getrandom v0.3.1 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling unicode-normalization v0.1.24 [INFO] [stderr] Compiling sha1-checked v0.10.0 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling winnow v0.7.10 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling gix-utils v0.2.0 [INFO] [stderr] Compiling siphasher v1.0.1 [INFO] [stderr] Compiling prodash v29.0.1 [INFO] [stderr] Compiling litemap v0.7.4 [INFO] [stderr] Compiling rustix v1.0.7 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Compiling jiff v0.2.5 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling icu_locid_transform_data v1.5.0 [INFO] [stderr] Compiling phf_generator v0.11.3 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling icu_properties_data v1.5.0 [INFO] [stderr] Compiling memmap2 v0.9.5 [INFO] [stderr] Compiling mio v1.0.3 [INFO] [stderr] Compiling icu_normalizer_data v1.5.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling libz-rs-sys v0.5.0 [INFO] [stderr] Compiling flate2 v1.1.1 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Compiling bstr v1.11.3 [INFO] [stderr] Compiling cc v1.2.12 [INFO] [stderr] Compiling foldhash v0.1.4 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Compiling hashbrown v0.15.3 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling phf_codegen v0.11.3 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling ryu v1.0.19 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Compiling futures-channel v0.3.31 [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 ucd-trie v0.1.7 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling unicode-bom v2.0.3 [INFO] [stderr] Compiling filetime v0.2.25 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling libz-sys v1.1.21 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling openssl-sys v0.9.105 [INFO] [stderr] Compiling kstring v2.0.2 [INFO] [stderr] Compiling rustversion v1.0.19 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling serde_derive v1.0.217 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [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 gix-path v0.10.15 [INFO] [stderr] Compiling zerofrom v0.1.5 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling yoke v0.7.5 [INFO] [stderr] Compiling gix-features v0.41.1 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling gix-date v0.9.4 [INFO] [stderr] Compiling gix-validate v0.9.4 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling zerovec v0.10.4 [INFO] [stderr] Compiling gix-actor v0.34.0 [INFO] [stderr] Compiling gix-fs v0.14.0 [INFO] [stderr] Compiling dashmap v6.1.0 [INFO] [stderr] Compiling gix-chunk v0.4.11 [INFO] [stderr] Compiling gix-quote v0.5.0 [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 tinystr v0.7.6 [INFO] [stderr] Compiling icu_collections v1.5.0 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling phf v0.11.3 [INFO] [stderr] Compiling icu_locid v1.5.0 [INFO] [stderr] Compiling darling_macro v0.20.10 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling pest v2.8.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling darling v0.20.10 [INFO] [stderr] Compiling clap_derive v4.5.32 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling icu_provider v1.5.0 [INFO] [stderr] Compiling icu_locid_transform v1.5.0 [INFO] [stderr] Compiling cfg_aliases v0.2.1 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling gix-command v0.5.0 [INFO] [stderr] Compiling pest_meta v2.8.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling icu_properties v1.5.1 [INFO] [stderr] Compiling pest_generator v2.8.0 [INFO] [stderr] Compiling wezterm-dynamic-derive v0.1.1 [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.17.0 [INFO] [stderr] Compiling gix-glob v0.19.0 [INFO] [stderr] Compiling gix-hashtable v0.8.0 [INFO] [stderr] Compiling gix-commitgraph v0.27.0 [INFO] [stderr] Compiling gix-object v0.48.0 [INFO] [stderr] Compiling tokio v1.44.2 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stderr] Compiling icu_normalizer v1.5.0 [INFO] [stderr] Compiling tempfile v3.19.1 [INFO] [stderr] Compiling idna_adapter v1.2.0 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling gix-tempfile v17.0.0 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling gix-lock v17.0.0 [INFO] [stderr] Compiling gix-revwalk v0.19.0 [INFO] [stderr] Compiling terminal_size v0.4.1 [INFO] [stderr] Compiling gix-attributes v0.25.0 [INFO] [stderr] Compiling clap_builder v4.5.37 [INFO] [stderr] Compiling gix-sec v0.10.12 [INFO] [stderr] Compiling gix-ref v0.51.0 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling pest_derive v2.8.0 [INFO] [stderr] Compiling logos-codegen v0.15.0 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling libssh2-sys v0.3.1 [INFO] [stderr] Compiling ordered-float v4.6.0 [INFO] [stderr] Compiling new_debug_unreachable v1.0.6 [INFO] [stderr] Compiling httparse v1.10.0 [INFO] [stderr] Compiling wezterm-dynamic v0.2.1 [INFO] [stderr] Compiling gix-url v0.30.0 [INFO] [stderr] Compiling gix-traverse v0.45.0 [INFO] [stderr] Compiling gix-config-value v0.14.12 [INFO] [stderr] Compiling gix-bitmap v0.2.14 [INFO] [stderr] Compiling string_cache_codegen v0.5.3 [INFO] [stderr] Compiling beef v0.5.2 [INFO] [stderr] Compiling mac v0.1.1 [INFO] [stderr] Compiling bytemuck v1.21.0 [INFO] [stderr] Compiling iana-time-zone v0.1.61 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling unicase v2.8.1 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling markup5ever v0.12.1 [INFO] [stderr] Compiling uluru v3.1.0 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling atomic v0.6.0 [INFO] [stderr] Compiling futf v0.1.5 [INFO] [stderr] Compiling clap v4.5.37 [INFO] [stderr] Compiling gix-index v0.39.0 [INFO] [stderr] Compiling gix-revision v0.33.0 [INFO] [stderr] Compiling gix-ignore v0.14.0 [INFO] [stderr] Compiling gix-packetline v0.18.4 [INFO] [stderr] Compiling gix-packetline-blocking v0.18.3 [INFO] [stderr] Compiling toml_datetime v0.6.9 [INFO] [stderr] Compiling serde_spanned v0.6.8 [INFO] [stderr] Compiling libgit2-sys v0.18.1+1.9.0 [INFO] [stderr] Compiling terminfo v0.9.0 [INFO] [stderr] Compiling globset v0.4.15 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling unicode-width v0.1.12 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling clru v0.6.2 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling toml_write v0.1.1 [INFO] [stderr] Compiling lab v0.11.0 [INFO] [stderr] Compiling is_executable v1.0.4 [INFO] [stderr] Compiling gix-pack v0.58.0 [INFO] [stderr] Compiling toml_edit v0.22.26 [INFO] [stderr] Compiling csscolorparser v0.6.2 [INFO] [stderr] Compiling clap_complete v4.5.50 [INFO] [stderr] Compiling gix-filter v0.18.0 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling string_cache v0.8.8 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling mac_address v1.1.8 [INFO] [stderr] Compiling ignore v0.4.23 [INFO] [stderr] Compiling logos-derive v0.15.0 [INFO] [stderr] Compiling gix-transport v0.46.0 [INFO] [stderr] Compiling gix-worktree v0.40.0 [INFO] [stderr] Compiling tokio-util v0.7.13 [INFO] [stderr] Compiling gix-refspec v0.29.0 [INFO] [stderr] Compiling tendril v0.4.3 [INFO] [stderr] Compiling uuid v1.13.1 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling gix-config v0.44.0 [INFO] [stderr] Compiling gix-pathspec v0.10.0 [INFO] [stderr] Compiling signal-hook-mio v0.2.4 [INFO] [stderr] Compiling gix-shallow v0.3.0 [INFO] [stderr] Compiling http v1.2.0 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling castaway v0.2.3 [INFO] [stderr] Compiling serde_bytes v0.11.15 [INFO] [stderr] Compiling derive_builder_core v0.20.2 [INFO] [stderr] Compiling lru v0.12.4 [INFO] [stderr] Compiling maybe-async v0.2.10 [INFO] [stderr] Compiling html5ever v0.27.0 [INFO] [stderr] Compiling imara-diff v0.1.8 [INFO] [stderr] Compiling euclid v0.22.11 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling deltae v0.3.2 [INFO] [stderr] Compiling ref-cast v1.0.24 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling indoc v2.0.6 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling data-encoding v2.7.0 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling option-ext v0.2.0 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling instability v0.3.7 [INFO] [stderr] Compiling unicode-truncate v1.1.0 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling wezterm-input-types v0.1.0 [INFO] [stderr] Compiling tungstenite v0.21.0 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling wezterm-blob-leases v0.1.1 [INFO] [stderr] Compiling wezterm-color-types v0.3.0 [INFO] [stderr] Compiling gix-odb v0.68.0 [INFO] [stderr] Compiling gix-diff v0.51.0 [INFO] [stderr] Compiling inotify v0.11.0 [INFO] [stderr] Compiling derive_builder_macro v0.20.2 [INFO] [stderr] Compiling gix-protocol v0.49.0 [INFO] [stderr] Compiling gix-submodule v0.18.0 [INFO] [stderr] Compiling serde_bser v0.4.0 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling compact_str v0.8.1 [INFO] [stderr] Compiling crossterm v0.28.1 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling prost-derive v0.13.5 [INFO] [stderr] Compiling logos v0.15.0 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling fancy-regex v0.11.0 [INFO] [stderr] Compiling tokio-util v0.6.10 [INFO] [stderr] Compiling wezterm-bidi v0.2.3 [INFO] [stderr] Compiling gix-discover v0.39.0 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling filedescriptor v0.8.3 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling ref-cast-impl v1.0.24 [INFO] [stderr] Compiling pin-project-internal v1.1.9 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling sharded-slab v0.1.7 [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 finl_unicode v1.3.0 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling pulldown-cmark v0.10.3 [INFO] [stderr] Compiling num-modular v0.6.1 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling memmem v0.1.1 [INFO] [stderr] Compiling openssl-probe v0.1.6 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling notify-types v2.0.0 [INFO] [stderr] Compiling ratatui v0.29.0 [INFO] [stderr] Compiling pin-project v1.1.9 [INFO] [stderr] Compiling headers v0.3.9 [INFO] [stderr] Compiling notify v8.0.0 [INFO] [stderr] Compiling num-order v1.2.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.19 [INFO] [stderr] Compiling prost v0.13.5 [INFO] [stderr] Compiling termwiz v0.23.3 [INFO] [stderr] Compiling gix v0.71.0 [INFO] [stderr] Compiling hyper v0.14.32 [INFO] [stderr] Compiling watchman_client v0.9.0 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling interim v0.2.1 [INFO] [stderr] Compiling derive_builder v0.20.2 [INFO] [stderr] Compiling tokio-tungstenite v0.21.0 [INFO] [stderr] Compiling dirs v6.0.0 [INFO] [stderr] Compiling toml v0.8.20 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling jj-lib-proc-macros v0.29.0 [INFO] [stderr] Compiling enum_dispatch v0.3.13 [INFO] [stderr] Compiling async-trait v0.1.88 [INFO] [stderr] Compiling env_filter v0.1.3 [INFO] [stderr] Compiling rtoolbox v0.0.2 [INFO] [stderr] Compiling memmap2 v0.5.10 [INFO] [stderr] Compiling blake2 v0.10.6 [INFO] [stderr] Compiling pulldown-cmark-escape v0.10.1 [INFO] [stderr] Compiling glob v0.3.2 [INFO] [stderr] Compiling unicode-linebreak v0.1.5 [INFO] [stderr] Compiling smawk v0.3.2 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling dunce v1.0.5 [INFO] [stderr] Compiling roff v0.2.2 [INFO] [stderr] Compiling pollster v0.4.0 [INFO] [stderr] Compiling jj-cli v0.29.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling clap_mangen v0.2.26 [INFO] [stderr] Compiling env_logger v0.11.6 [INFO] [stderr] Compiling sapling-streampager v0.11.0 [INFO] [stderr] Compiling textwrap v0.16.2 [INFO] [stderr] Compiling warp v0.3.7 [INFO] [stderr] Compiling rpassword v7.4.0 [INFO] [stderr] Compiling handlebars v6.3.0 [INFO] [stderr] Compiling ammonia v4.0.0 [INFO] [stderr] Compiling scm-record v0.8.0 [INFO] [stderr] Compiling tracing-chrome v0.7.2 [INFO] [stderr] Compiling notify-debouncer-mini v0.6.0 [INFO] [stderr] Compiling clap_complete_nushell v4.5.5 [INFO] [stderr] Compiling clap-markdown v0.1.5 [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 etcetera v0.10.0 [INFO] [stderr] Compiling pathdiff v0.2.3 [INFO] [stderr] Compiling timeago v0.4.2 [INFO] [stderr] Compiling whoami v1.6.0 [INFO] [stderr] Compiling topological-sort v0.2.2 [INFO] [stderr] Compiling ansi-to-html v0.2.2 [INFO] [stderr] Compiling mdbook v0.4.44 [INFO] [stderr] Compiling git2 v0.20.1 [INFO] [stderr] Compiling mdbook-trycmd v0.1.0 (/opt/rustwide/workdir/mdbook-trycmd) [INFO] [stderr] Compiling jj-lib v0.29.0 [INFO] [stderr] Compiling jj v0.29.0 (/opt/rustwide/workdir/tests) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 44s [INFO] running `Command { std: "docker" "inspect" "401aba53c6de7c83fb427a285c41c84cbbd3021a4fad20eee334752c9ecdc7e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "401aba53c6de7c83fb427a285c41c84cbbd3021a4fad20eee334752c9ecdc7e7", kill_on_drop: false }` [INFO] [stdout] 401aba53c6de7c83fb427a285c41c84cbbd3021a4fad20eee334752c9ecdc7e7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2ecdfb0190501510876452aae41696686d9ae9768c64acd89daff2a153ef279e [INFO] running `Command { std: "docker" "start" "-a" "2ecdfb0190501510876452aae41696686d9ae9768c64acd89daff2a153ef279e", 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.29.0 (/opt/rustwide/workdir/tests) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 10.56s [INFO] running `Command { std: "docker" "inspect" "2ecdfb0190501510876452aae41696686d9ae9768c64acd89daff2a153ef279e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ecdfb0190501510876452aae41696686d9ae9768c64acd89daff2a153ef279e", kill_on_drop: false }` [INFO] [stdout] 2ecdfb0190501510876452aae41696686d9ae9768c64acd89daff2a153ef279e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2a3665c132fab76f363d1765cb1410e1d047574fe4bca2d7d8ef3a88374c9638 [INFO] running `Command { std: "docker" "start" "-a" "2a3665c132fab76f363d1765cb1410e1d047574fe4bca2d7d8ef3a88374c9638", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.93s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/jj-ed246d62f9308d95) [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/cli_tests.rs (/opt/rustwide/target/debug/deps/cli_tests-deaa16cff312c140) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Testing tests/cmd/version.trycmd:2 ... ok [INFO] [stderr] Testing tests/cmd/version.trycmd:teardown ... ok [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:2 ... failed [INFO] [stderr] Expected success, was 1 [INFO] [stderr] [INFO] [stderr] ---- expected: stdout [INFO] [stderr] ++++ actual: stdout [INFO] [stderr] 1 1 | Fetching into new repo in "[CWD]" [INFO] [stderr] 2 - bookmark: trunk@origin [new] untracked [INFO] [stderr] 3 - Setting the revset alias `trunk()` to `trunk@origin` [INFO] [stderr] 4 - Working copy (@) now at: tnmounps 4fed3b0d (empty) (no description set) [INFO] [stderr] 5 - Parent commit (@-) : ptrqnyzv 0c72abbb trunk | Hello, world! [INFO] [stderr] 6 - Added 4 files, modified 0 files, removed 0 files [INFO] [stderr] 2 + Error: Git process failed: External git program failed: [INFO] [stderr] 3 + fatal: unable to access 'https://github.com/jj-tutorial/hello-world/': Could not resolve host: github.com [INFO] [stderr] 4 + [INFO] [stderr] stderr: [INFO] [stderr] [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:10 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:12 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:13 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:15 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:24 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:26 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:33 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:34 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:39 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:41 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:42 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:48 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:49 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:53 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:54 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:63 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:64 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:67 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:68 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:77 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:78 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:87 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:88 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:93 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:95 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:96 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:98 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:99 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:105 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:106 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:113 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:114 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:120 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:121 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:126 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:127 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:132 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:133 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:139 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:140 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:151 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:152 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:159 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:160 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:169 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:170 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:177 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:178 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:184 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:185 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:194 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:195 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:203 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:204 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:212 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:213 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:219 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:220 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:231 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:232 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:237 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:238 ... ignored [INFO] [stderr] Testing tests/cmd/getting-started.trycmd:teardown ... ok [INFO] [stderr] Update snapshots with `TRYCMD=overwrite` [INFO] [stderr] Debug output with `TRYCMD=dump` [INFO] [stderr] error: test failed, to rerun pass `-p jj --test cli_tests` [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 2 tests failed [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x566ed154bc92 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x566ed154bc92 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x566ed154bc92 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x566ed154bc92 - ::fmt::h8be9aa933f14675f [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x566ed155c6ff - core::fmt::rt::Argument::fmt::h30ed739d33467c3a [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x566ed155c6ff - core::fmt::write::hfd0efbb002ac7eea [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25 [INFO] [stdout] 6: 0x566ed15144b3 - std::io::default_write_fmt::hd6d24501f2d7f8d3 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x566ed15144b3 - std::io::Write::write_fmt::h79eca2f72fc24111 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x566ed1522882 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x566ed15283bf - std::panicking::default_hook::{{closure}}::h8873121c56335b01 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x566ed1528251 - std::panicking::default_hook::hbafefc2d196267a2 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x566ed14e69de - as core::ops::function::Fn>::call::ha834d5846f91b30b [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9 [INFO] [stdout] 12: 0x566ed14e69de - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x566ed1528a7f - as core::ops::function::Fn>::call::hbf9b0f7a281291fd [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9 [INFO] [stdout] 14: 0x566ed1528a7f - std::panicking::panic_with_hook::h9f5b09d5adc1a745 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x566ed152882a - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x566ed15229b9 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x566ed15078cd - __rustc[b292c645e8102103]::rust_begin_unwind [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x566ed1565b90 - core::panicking::panic_fmt::h31cc490ecc8cc1fa [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x566ed13d00d0 - core::panicking::panic_display::hdc991d41944d843e [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:264:5 [INFO] [stdout] 20: 0x566ed1271007 - trycmd::runner::Runner::run::hd61439c18636ac5d [INFO] [stdout] at /opt/rustwide/cargo-home/git/checkouts/snapbox-5777112c8fdc6080/abf602a/crates/trycmd/src/runner.rs:107:17 [INFO] [stdout] 21: 0x566ed121546f - trycmd::cases::TestCases::run::h6c05060fdc0e1be9 [INFO] [stdout] at /opt/rustwide/cargo-home/git/checkouts/snapbox-5777112c8fdc6080/abf602a/crates/trycmd/src/cases.rs:182:16 [INFO] [stdout] 22: 0x566ed12149ea - ::drop::h1afd2640d48d64a5 [INFO] [stdout] at /opt/rustwide/cargo-home/git/checkouts/snapbox-5777112c8fdc6080/abf602a/crates/trycmd/src/cases.rs:192:18 [INFO] [stdout] 23: 0x566ed12442c7 - core::ptr::drop_in_place::hd9613db4f957c455 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ptr/mod.rs:805:1 [INFO] [stdout] 24: 0x566ed11e1a89 - cli_tests::cli_tests::hf7855368642ab290 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/cli_tests.rs:16:56 [INFO] [stdout] 25: 0x566ed11e1ac7 - cli_tests::cli_tests::{{closure}}::hf5220dcc7d5d2721 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/cli_tests.rs:4:15 [INFO] [stdout] 26: 0x566ed11e0f06 - core::ops::function::FnOnce::call_once::h7363f9fb2a0d50d2 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 27: 0x566ed14e67db - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 28: 0x566ed14e67db - test::__rust_begin_short_backtrace::he551dd004770be01 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18 [INFO] [stdout] 29: 0x566ed14fa83d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74 [INFO] [stdout] 30: 0x566ed14fa83d - as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 31: 0x566ed14fa83d - std::panicking::catch_unwind::do_call::hc37c563b8a006285 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40 [INFO] [stdout] 32: 0x566ed14fa83d - std::panicking::catch_unwind::h616b6e2e7a27f612 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19 [INFO] [stdout] 33: 0x566ed14fa83d - std::panic::catch_unwind::h1e788dd57758e6d8 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14 [INFO] [stdout] 34: 0x566ed14fa83d - test::run_test_in_process::hf073c2764f29f8ad [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27 [INFO] [stdout] 35: 0x566ed14fa83d - test::run_test::{{closure}}::h3dc46b7a0c340fa6 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43 [INFO] [stdout] 36: 0x566ed14d3d84 - test::run_test::{{closure}}::h6a4da3c57ef4505f [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41 [INFO] [stdout] 37: 0x566ed14d3d84 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 38: 0x566ed14d75da - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17 [INFO] [stdout] 39: 0x566ed14d75da - as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 40: 0x566ed14d75da - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40 [INFO] [stdout] 41: 0x566ed14d75da - std::panicking::catch_unwind::h8f9f675f3756eab1 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19 [INFO] [stdout] 42: 0x566ed14d75da - std::panic::catch_unwind::he8f74a93abeceb9b [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14 [INFO] [stdout] 43: 0x566ed14d75da - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30 [INFO] [stdout] 44: 0x566ed14d75da - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x566ed151d5ff - as core::ops::function::FnOnce>::call_once::h6ff05134d80ef20e [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9 [INFO] [stdout] 46: 0x566ed151d5ff - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17 [INFO] [stdout] 47: 0x7c409757baa4 - [INFO] [stdout] 48: 0x7c4097608a64 - clone [INFO] [stdout] 49: 0x0 - [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.57s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2a3665c132fab76f363d1765cb1410e1d047574fe4bca2d7d8ef3a88374c9638", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a3665c132fab76f363d1765cb1410e1d047574fe4bca2d7d8ef3a88374c9638", kill_on_drop: false }` [INFO] [stdout] 2a3665c132fab76f363d1765cb1410e1d047574fe4bca2d7d8ef3a88374c9638