[INFO] cloning repository https://github.com/drahnr/fancybook
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/drahnr/fancybook" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdrahnr%2Ffancybook", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdrahnr%2Ffancybook'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 99378785c185126cdfb1017a77a76ca5cd56e947
[INFO] testing drahnr/fancybook against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdrahnr%2Ffancybook" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/drahnr/fancybook
[INFO] finished tweaking git repo https://github.com/drahnr/fancybook
[INFO] tweaked toml for git repo https://github.com/drahnr/fancybook written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/drahnr/fancybook on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/drahnr/fancybook 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-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1bdf4863c83274166ba22f6273391ceddaac1703164adca236c5fb0f8aed9228
[INFO] running `Command { std: "docker" "start" "-a" "1bdf4863c83274166ba22f6273391ceddaac1703164adca236c5fb0f8aed9228", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1bdf4863c83274166ba22f6273391ceddaac1703164adca236c5fb0f8aed9228", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1bdf4863c83274166ba22f6273391ceddaac1703164adca236c5fb0f8aed9228", kill_on_drop: false }`
[INFO] [stdout] 1bdf4863c83274166ba22f6273391ceddaac1703164adca236c5fb0f8aed9228
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6bf67d0c17be0614b045bf89fe185e1e72237aed397a659ceba9aefbc5ca5da1
[INFO] running `Command { std: "docker" "start" "-a" "6bf67d0c17be0614b045bf89fe185e1e72237aed397a659ceba9aefbc5ca5da1", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling libc v0.2.151
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.152
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]    Compiling serde v1.0.152
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling either v1.8.0
[INFO] [stderr]    Compiling thread_local v1.1.4
[INFO] [stderr]    Compiling parking_lot_core v0.9.6
[INFO] [stderr]    Compiling cc v1.0.78
[INFO] [stderr]    Compiling eyre v0.6.8
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.4
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling pulldown-cmark v0.9.2 (https://github.com/drahnr/pulldown-cmark.git?branch=math#cbcdf26d)
[INFO] [stderr]    Compiling tracing-subscriber v0.3.16
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling io-lifetimes v1.0.4
[INFO] [stderr]    Compiling gimli v0.27.1
[INFO] [stderr]    Compiling rustix v0.36.7
[INFO] [stderr]    Compiling getopts v0.2.21
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling regex v1.7.1
[INFO] [stderr]    Compiling backtrace v0.3.67
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling string_cache_codegen v0.5.2
[INFO] [stderr]    Compiling phf_codegen v0.10.0
[INFO] [stderr]    Compiling tracing-error v0.2.0
[INFO] [stderr]    Compiling object v0.30.3
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]    Compiling is-terminal v0.4.2
[INFO] [stderr]    Compiling terminal_size v0.2.3
[INFO] [stderr]    Compiling serde_json v1.0.91
[INFO] [stderr]    Compiling rustc-demangle v0.1.21
[INFO] [stderr]    Compiling indenter v0.3.3
[INFO] [stderr]    Compiling bytemuck v1.13.0
[INFO] [stderr]    Compiling env_logger v0.10.0
[INFO] [stderr]    Compiling futf v0.1.5
[INFO] [stderr]    Compiling color-spantrace v0.2.0
[INFO] [stderr]    Compiling markup5ever v0.11.0
[INFO] [stderr]    Compiling addr2line v0.19.0
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling pulldown-cmark v0.9.2
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling lexical-core v0.7.6
[INFO] [stderr]    Compiling xmlparser v0.13.5
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling tendril v0.4.3
[INFO] [stderr]    Compiling pulldown-cmark-to-cmark v10.0.4 (https://github.com/drahnr/pulldown-cmark-to-cmark.git?branch=math#d8e41401)
[INFO] [stderr]    Compiling roxmltree v0.15.1
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling strict-num v0.1.0
[INFO] [stderr]    Compiling time v0.1.45
[INFO] [stderr]    Compiling phf v0.10.1
[INFO] [stderr]    Compiling nom v5.1.2
[INFO] [stderr]    Compiling semver v1.0.16
[INFO] [stderr]    Compiling fs-err v2.9.0
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling fastrand v1.8.0
[INFO] [stderr]    Compiling arrayvec v0.7.2
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling unicode-general-category v0.6.0
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling chrono v0.4.23
[INFO] [stderr]    Compiling digest v0.10.6
[INFO] [stderr]    Compiling opener v0.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.38
[INFO] [stderr]    Compiling clap_derive v4.1.0
[INFO] [stderr]    Compiling html5ever v0.26.0
[INFO] [stderr]    Compiling color-eyre v0.6.2
[INFO] [stderr]    Compiling thiserror v1.0.38
[INFO] [stderr]    Compiling pest v2.5.3
[INFO] [stderr]    Compiling shlex v1.1.0
[INFO] [stderr]    Compiling ttf-parser v0.17.1
[INFO] [stderr]    Compiling topological-sort v0.2.2
[INFO] [stderr]    Compiling sha2 v0.10.6
[INFO] [stderr]    Compiling kurbo v0.8.3
[INFO] [stderr]    Compiling clap v4.1.1
[INFO] [stderr]    Compiling fontconfig-parser v0.5.1
[INFO] [stderr]    Compiling pest_meta v2.5.3
[INFO] [stderr]    Compiling memmap2 v0.5.8
[INFO] [stderr]    Compiling which v4.4.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling svgtypes v0.8.2
[INFO] [stderr]    Compiling miniz_oxide v0.5.4
[INFO] [stderr]    Compiling pest_generator v2.5.3
[INFO] [stderr]    Compiling simplecss v0.2.1
[INFO] [stderr]    Compiling imagesize v0.10.1
[INFO] [stderr]    Compiling unicode-script v0.5.5
[INFO] [stderr]    Compiling unicode-ccc v0.1.2
[INFO] [stderr]    Compiling data-url v0.2.0
[INFO] [stderr]    Compiling unicode-bidi-mirroring v0.1.0
[INFO] [stderr]    Compiling clap_complete v4.1.0
[INFO] [stderr]    Compiling usvg v0.28.0
[INFO] [stderr]    Compiling rustybuzz v0.6.0
[INFO] [stderr]    Compiling tiny-skia-path v0.8.2
[INFO] [stderr]    Compiling pest_derive v2.5.3
[INFO] [stderr]    Compiling mathyank v0.0.1 (/opt/rustwide/workdir/mathyank)
[INFO] [stderr]    Compiling png v0.17.6
[INFO] [stderr]    Compiling fontdb v0.10.0
[INFO] [stderr]    Compiling rgb v0.8.34
[INFO] [stderr]    Compiling weezl v0.1.7
[INFO] [stderr]    Compiling bytecount v0.6.3
[INFO] [stderr]    Compiling unicode-vo v0.1.0
[INFO] [stderr]    Compiling bytecount v0.3.2
[INFO] [stderr]    Compiling gif v0.11.4
[INFO] [stderr]    Compiling nom_locate v1.0.0
[INFO] [stderr]    Compiling nom_locate v2.1.0
[INFO] [stderr]    Compiling svgfilters v0.4.0
[INFO] [stderr]    Compiling tiny-skia v0.8.2
[INFO] [stderr]    Compiling nom-tracable-macros v0.5.2
[INFO] [stderr]    Compiling rustix v0.38.28
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]    Compiling jpeg-decoder v0.3.0
[INFO] [stderr]    Compiling usvg-text-layout v0.28.0
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling nom-tracable v0.5.2
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling string_cache v0.8.4
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling resvg v0.28.0
[INFO] [stderr]    Compiling itertools v0.12.0
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling linux-raw-sys v0.4.12
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]    Compiling nom-bibtex v0.3.0
[INFO] [stderr]    Compiling handlebars v4.3.6
[INFO] [stderr]    Compiling xml5ever v0.17.0
[INFO] [stderr]    Compiling home v0.5.5
[INFO] [stderr]    Compiling markup5ever_rcdom v0.2.0
[INFO] [stderr]    Compiling html2md v0.2.14
[INFO] [stderr]    Compiling mdbook v0.4.25
[INFO] [stderr]    Compiling which v5.0.0
[INFO] [stderr]    Compiling cmark2tex v0.4.0-beta.1 (/opt/rustwide/workdir/cmark2tex)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> cmark2tex/src/lib.rs:304:21
[INFO] [stdout]     |
[INFO] [stdout] 304 |                 let mut path_str = path.clone().into_string();
[INFO] [stdout]     |                     ----^^^^^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling mdbook-boilerplate v0.1.0 (/opt/rustwide/workdir/mdbook-boilerplate)
[INFO] [stderr]    Compiling mdbook-fishextract v0.1.0 (/opt/rustwide/workdir/mdbook-fishextract)
[INFO] [stderr]    Compiling mdbook-scientific v0.5.0-beta.3 (/opt/rustwide/workdir/mdbook-scientific)
[INFO] [stdout] warning: private item shadows public glob re-export
[INFO] [stdout]   --> mdbook-scientific/src/lib.rs:6:5
[INFO] [stdout]    |
[INFO] [stdout]  6 | use crate::errors::ScientificError;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the name `ScientificError` in the type namespace is supposed to be publicly re-exported here
[INFO] [stdout]   --> mdbook-scientific/src/lib.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub use self::errors::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] note: but the private item here shadows it
[INFO] [stdout]   --> mdbook-scientific/src/lib.rs:6:5
[INFO] [stdout]    |
[INFO] [stdout]  6 | use crate::errors::ScientificError;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(hidden_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: private item shadows public glob re-export
[INFO] [stdout]   --> mdbook-fishextract/src/lib.rs:3:5
[INFO] [stdout]    |
[INFO] [stdout]  3 | use crate::errors::Error;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the name `Error` in the type namespace is supposed to be publicly re-exported here
[INFO] [stdout]   --> mdbook-fishextract/src/lib.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub use self::errors::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] note: but the private item here shadows it
[INFO] [stdout]   --> mdbook-fishextract/src/lib.rs:3:5
[INFO] [stdout]    |
[INFO] [stdout]  3 | use crate::errors::Error;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(hidden_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling mdbook-tectonic v0.3.0-beta.4 (/opt/rustwide/workdir/mdbook-tectonic)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "6bf67d0c17be0614b045bf89fe185e1e72237aed397a659ceba9aefbc5ca5da1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6bf67d0c17be0614b045bf89fe185e1e72237aed397a659ceba9aefbc5ca5da1", kill_on_drop: false }`
[INFO] [stdout] 6bf67d0c17be0614b045bf89fe185e1e72237aed397a659ceba9aefbc5ca5da1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 645096a0b47a4a34115e33505d3d89ca6261d423cafe985c2698c9e241a7f4b0
[INFO] running `Command { std: "docker" "start" "-a" "645096a0b47a4a34115e33505d3d89ca6261d423cafe985c2698c9e241a7f4b0", kill_on_drop: false }`
[INFO] [stderr]    Compiling assert_matches v1.5.0
[INFO] [stderr]    Compiling pretty_env_logger v0.5.0
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> cmark2tex/src/lib.rs:304:21
[INFO] [stdout]     |
[INFO] [stdout] 304 |                 let mut path_str = path.clone().into_string();
[INFO] [stdout]     |                     ----^^^^^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: private item shadows public glob re-export
[INFO] [stdout]   --> mdbook-scientific/src/lib.rs:6:5
[INFO] [stdout]    |
[INFO] [stdout]  6 | use crate::errors::ScientificError;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the name `ScientificError` in the type namespace is supposed to be publicly re-exported here
[INFO] [stdout]   --> mdbook-scientific/src/lib.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub use self::errors::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] note: but the private item here shadows it
[INFO] [stdout]   --> mdbook-scientific/src/lib.rs:6:5
[INFO] [stdout]    |
[INFO] [stdout]  6 | use crate::errors::ScientificError;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(hidden_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: private item shadows public glob re-export
[INFO] [stdout]   --> mdbook-fishextract/src/lib.rs:3:5
[INFO] [stdout]    |
[INFO] [stdout]  3 | use crate::errors::Error;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the name `Error` in the type namespace is supposed to be publicly re-exported here
[INFO] [stdout]   --> mdbook-fishextract/src/lib.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub use self::errors::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] note: but the private item here shadows it
[INFO] [stdout]   --> mdbook-fishextract/src/lib.rs:3:5
[INFO] [stdout]    |
[INFO] [stdout]  3 | use crate::errors::Error;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(hidden_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling mdbook-scientific v0.5.0-beta.3 (/opt/rustwide/workdir/mdbook-scientific)
[INFO] [stderr]    Compiling mathyank v0.0.1 (/opt/rustwide/workdir/mathyank)
[INFO] [stderr]    Compiling mdbook-fishextract v0.1.0 (/opt/rustwide/workdir/mdbook-fishextract)
[INFO] [stderr]    Compiling mdbook-tectonic v0.3.0-beta.4 (/opt/rustwide/workdir/mdbook-tectonic)
[INFO] [stderr]    Compiling mdbook-boilerplate v0.1.0 (/opt/rustwide/workdir/mdbook-boilerplate)
[INFO] [stdout] warning: private item shadows public glob re-export
[INFO] [stdout]   --> mdbook-fishextract/src/lib.rs:3:5
[INFO] [stdout]    |
[INFO] [stdout]  3 | use crate::errors::Error;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the name `Error` in the type namespace is supposed to be publicly re-exported here
[INFO] [stdout]   --> mdbook-fishextract/src/lib.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub use self::errors::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] note: but the private item here shadows it
[INFO] [stdout]   --> mdbook-fishextract/src/lib.rs:3:5
[INFO] [stdout]    |
[INFO] [stdout]  3 | use crate::errors::Error;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(hidden_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: private item shadows public glob re-export
[INFO] [stdout]   --> mdbook-scientific/src/lib.rs:6:5
[INFO] [stdout]    |
[INFO] [stdout]  6 | use crate::errors::ScientificError;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the name `ScientificError` in the type namespace is supposed to be publicly re-exported here
[INFO] [stdout]   --> mdbook-scientific/src/lib.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub use self::errors::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] note: but the private item here shadows it
[INFO] [stdout]   --> mdbook-scientific/src/lib.rs:6:5
[INFO] [stdout]    |
[INFO] [stdout]  6 | use crate::errors::ScientificError;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(hidden_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling cmark2tex v0.4.0-beta.1 (/opt/rustwide/workdir/cmark2tex)
[INFO] [stdout] warning: unused variable: `maybe_params`
[INFO] [stdout]    --> mathyank/src/parse/tests.rs:128:21
[INFO] [stdout]     |
[INFO] [stdout] 128 |                 let maybe_params: Option<&str> = $maybe_params;
[INFO] [stdout]     |                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 157 |     test_dollarless!(boring_inline: r###"$xyz$"### => 1/2..1/4, "xyz", );
[INFO] [stdout]     |     -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `maybe_params` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> mathyank/src/parse/tests.rs:128:21
[INFO] [stdout]     |
[INFO] [stdout] 128 |                 let maybe_params: Option<&str> = $maybe_params;
[INFO] [stdout]     |                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 157 |     test_dollarless!(boring_inline: r###"$xyz$"### => 1/2..1/4, "xyz", );
[INFO] [stdout]     |     -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `test_dollarless` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `maybe_params`
[INFO] [stdout]    --> mathyank/src/parse/tests.rs:128:21
[INFO] [stdout]     |
[INFO] [stdout] 128 |                   let maybe_params: Option<&str> = $maybe_params;
[INFO] [stdout]     |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 159 | /     test_dollarless!(block_w_params: r###"$$params,params,params
[INFO] [stdout] 160 | | fo’
[INFO] [stdout] 161 | | $$"### => 2/1..2/4, r###"fo’"###, "params,params,params");
[INFO] [stdout]     | |_________________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `maybe_params` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> mathyank/src/parse/tests.rs:128:21
[INFO] [stdout]     |
[INFO] [stdout] 128 |                   let maybe_params: Option<&str> = $maybe_params;
[INFO] [stdout]     |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 159 | /     test_dollarless!(block_w_params: r###"$$params,params,params
[INFO] [stdout] 160 | | fo’
[INFO] [stdout] 161 | | $$"### => 2/1..2/4, r###"fo’"###, "params,params,params");
[INFO] [stdout]     | |_________________________________________________________- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `test_dollarless` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `maybe_params`
[INFO] [stdout]    --> mathyank/src/parse/tests.rs:128:21
[INFO] [stdout]     |
[INFO] [stdout] 128 |                   let maybe_params: Option<&str> = $maybe_params;
[INFO] [stdout]     |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 163 | /     test_dollarless!(empty_block: r###"$$
[INFO] [stdout] 164 | | $$"### => 2/1..1/2, r###""###);
[INFO] [stdout]     | |______________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `maybe_params` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> mathyank/src/parse/tests.rs:128:21
[INFO] [stdout]     |
[INFO] [stdout] 128 |                   let maybe_params: Option<&str> = $maybe_params;
[INFO] [stdout]     |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 163 | /     test_dollarless!(empty_block: r###"$$
[INFO] [stdout] 164 | | $$"### => 2/1..1/2, r###""###);
[INFO] [stdout]     | |______________________________- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `test_dollarless` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `maybe_params`
[INFO] [stdout]    --> mathyank/src/parse/tests.rs:128:21
[INFO] [stdout]     |
[INFO] [stdout] 128 |                   let maybe_params: Option<&str> = $maybe_params;
[INFO] [stdout]     |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 | /     test_dollarless!(boring_block_w_nonascii: r###"$$
[INFO] [stdout] 167 | | hel℃⅌ charlie$
[INFO] [stdout] 168 | | $$"### => 2/1..2/15, r###"hel℃⅌ charlie$"###);
[INFO] [stdout]     | |_____________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `maybe_params` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> mathyank/src/parse/tests.rs:128:21
[INFO] [stdout]     |
[INFO] [stdout] 128 |                   let maybe_params: Option<&str> = $maybe_params;
[INFO] [stdout]     |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 | /     test_dollarless!(boring_block_w_nonascii: r###"$$
[INFO] [stdout] 167 | | hel℃⅌ charlie$
[INFO] [stdout] 168 | | $$"### => 2/1..2/15, r###"hel℃⅌ charlie$"###);
[INFO] [stdout]     | |_____________________________________________- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `test_dollarless` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `respath`
[INFO] [stdout]   --> mdbook-tectonic/src/tests.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |     let respath = Path::new("/tmp/target_asset_dir/somewhere/images/chap/foo.png");
[INFO] [stdout]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_respath`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> cmark2tex/src/lib.rs:304:21
[INFO] [stdout]     |
[INFO] [stdout] 304 |                 let mut path_str = path.clone().into_string();
[INFO] [stdout]     |                     ----^^^^^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.70s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "645096a0b47a4a34115e33505d3d89ca6261d423cafe985c2698c9e241a7f4b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "645096a0b47a4a34115e33505d3d89ca6261d423cafe985c2698c9e241a7f4b0", kill_on_drop: false }`
[INFO] [stdout] 645096a0b47a4a34115e33505d3d89ca6261d423cafe985c2698c9e241a7f4b0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e70d9cd19d1dfd988674bc6e0dbfc8ded94e2eb9bd501ce05654cd5f7cda0833
[INFO] running `Command { std: "docker" "start" "-a" "e70d9cd19d1dfd988674bc6e0dbfc8ded94e2eb9bd501ce05654cd5f7cda0833", kill_on_drop: false }`
[INFO] [stderr] warning: private item shadows public glob re-export
[INFO] [stderr]   --> mdbook-fishextract/src/lib.rs:3:5
[INFO] [stderr]    |
[INFO] [stderr]  3 | use crate::errors::Error;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] note: the name `Error` in the type namespace is supposed to be publicly re-exported here
[INFO] [stderr]   --> mdbook-fishextract/src/lib.rs:17:9
[INFO] [stderr]    |
[INFO] [stderr] 17 | pub use self::errors::*;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^
[INFO] [stderr] note: but the private item here shadows it
[INFO] [stderr]   --> mdbook-fishextract/src/lib.rs:3:5
[INFO] [stderr]    |
[INFO] [stderr]  3 | use crate::errors::Error;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = note: `#[warn(hidden_glob_reexports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `mdbook-fishextract` (lib) generated 1 warning
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> cmark2tex/src/lib.rs:304:21
[INFO] [stderr]     |
[INFO] [stderr] 304 |                 let mut path_str = path.clone().into_string();
[INFO] [stderr]     |                     ----^^^^^^^^
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: private item shadows public glob re-export
[INFO] [stderr]   --> mdbook-scientific/src/lib.rs:6:5
[INFO] [stderr]    |
[INFO] [stderr]  6 | use crate::errors::ScientificError;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] note: the name `ScientificError` in the type namespace is supposed to be publicly re-exported here
[INFO] [stderr]   --> mdbook-scientific/src/lib.rs:20:9
[INFO] [stderr]    |
[INFO] [stderr] 20 | pub use self::errors::*;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^
[INFO] [stderr] note: but the private item here shadows it
[INFO] [stderr]   --> mdbook-scientific/src/lib.rs:6:5
[INFO] [stderr]    |
[INFO] [stderr]  6 | use crate::errors::ScientificError;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = note: `#[warn(hidden_glob_reexports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `cmark2tex` (lib) generated 1 warning (run `cargo fix --lib -p cmark2tex` to apply 1 suggestion)
[INFO] [stderr] warning: `mdbook-scientific` (lib) generated 1 warning
[INFO] [stderr] warning: `cmark2tex` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `mdbook-scientific` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: unused variable: `maybe_params`
[INFO] [stderr]    --> mathyank/src/parse/tests.rs:128:21
[INFO] [stderr]     |
[INFO] [stderr] 128 |                 let maybe_params: Option<&str> = $maybe_params;
[INFO] [stderr]     |                     ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 157 |     test_dollarless!(boring_inline: r###"$xyz$"### => 1/2..1/4, "xyz", );
[INFO] [stderr]     |     -------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr] help: `maybe_params` is captured in macro and introduced a unused variable
[INFO] [stderr]    --> mathyank/src/parse/tests.rs:128:21
[INFO] [stderr]     |
[INFO] [stderr] 128 |                 let maybe_params: Option<&str> = $maybe_params;
[INFO] [stderr]     |                     ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 157 |     test_dollarless!(boring_inline: r###"$xyz$"### => 1/2..1/4, "xyz", );
[INFO] [stderr]     |     -------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr]     = note: this warning originates in the macro `test_dollarless` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `maybe_params`
[INFO] [stderr]    --> mathyank/src/parse/tests.rs:128:21
[INFO] [stderr]     |
[INFO] [stderr] 128 |                   let maybe_params: Option<&str> = $maybe_params;
[INFO] [stderr]     |                       ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 159 | /     test_dollarless!(block_w_params: r###"$$params,params,params
[INFO] [stderr] 160 | | fo’
[INFO] [stderr] 161 | | $$"### => 2/1..2/4, r###"fo’"###, "params,params,params");
[INFO] [stderr]     | |_________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr] help: `maybe_params` is captured in macro and introduced a unused variable
[INFO] [stderr]    --> mathyank/src/parse/tests.rs:128:21
[INFO] [stderr]     |
[INFO] [stderr] 128 |                   let maybe_params: Option<&str> = $maybe_params;
[INFO] [stderr]     |                       ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 159 | /     test_dollarless!(block_w_params: r###"$$params,params,params
[INFO] [stderr] 160 | | fo’
[INFO] [stderr] 161 | | $$"### => 2/1..2/4, r###"fo’"###, "params,params,params");
[INFO] [stderr]     | |_________________________________________________________- in this macro invocation
[INFO] [stderr]     = note: this warning originates in the macro `test_dollarless` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `maybe_params`
[INFO] [stderr]    --> mathyank/src/parse/tests.rs:128:21
[INFO] [stderr]     |
[INFO] [stderr] 128 |                   let maybe_params: Option<&str> = $maybe_params;
[INFO] [stderr]     |                       ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 163 | /     test_dollarless!(empty_block: r###"$$
[INFO] [stderr] 164 | | $$"### => 2/1..1/2, r###""###);
[INFO] [stderr]     | |______________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr] help: `maybe_params` is captured in macro and introduced a unused variable
[INFO] [stderr]    --> mathyank/src/parse/tests.rs:128:21
[INFO] [stderr]     |
[INFO] [stderr] 128 |                   let maybe_params: Option<&str> = $maybe_params;
[INFO] [stderr]     |                       ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 163 | /     test_dollarless!(empty_block: r###"$$
[INFO] [stderr] 164 | | $$"### => 2/1..1/2, r###""###);
[INFO] [stderr]     | |______________________________- in this macro invocation
[INFO] [stderr]     = note: this warning originates in the macro `test_dollarless` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `maybe_params`
[INFO] [stderr]    --> mathyank/src/parse/tests.rs:128:21
[INFO] [stderr]     |
[INFO] [stderr] 128 |                   let maybe_params: Option<&str> = $maybe_params;
[INFO] [stderr]     |                       ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 166 | /     test_dollarless!(boring_block_w_nonascii: r###"$$
[INFO] [stderr] 167 | | hel℃⅌ charlie$
[INFO] [stderr] 168 | | $$"### => 2/1..2/15, r###"hel℃⅌ charlie$"###);
[INFO] [stderr]     | |_____________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr] help: `maybe_params` is captured in macro and introduced a unused variable
[INFO] [stderr]    --> mathyank/src/parse/tests.rs:128:21
[INFO] [stderr]     |
[INFO] [stderr] 128 |                   let maybe_params: Option<&str> = $maybe_params;
[INFO] [stderr]     |                       ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 166 | /     test_dollarless!(boring_block_w_nonascii: r###"$$
[INFO] [stderr] 167 | | hel℃⅌ charlie$
[INFO] [stderr] 168 | | $$"### => 2/1..2/15, r###"hel℃⅌ charlie$"###);
[INFO] [stderr]     | |_____________________________________________- in this macro invocation
[INFO] [stderr]     = note: this warning originates in the macro `test_dollarless` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `mdbook-fishextract` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `mathyank` (lib test) generated 4 warnings
[INFO] [stderr] warning: unused variable: `respath`
[INFO] [stderr]   --> mdbook-tectonic/src/tests.rs:30:9
[INFO] [stderr]    |
[INFO] [stderr] 30 |     let respath = Path::new("/tmp/target_asset_dir/somewhere/images/chap/foo.png");
[INFO] [stderr]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_respath`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `mdbook-tectonic` (bin "mdbook-tectonic" test) generated 1 warning (run `cargo fix --bin "mdbook-tectonic" -p mdbook-tectonic --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.43s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cmark2tex-8cc4f438ad314962)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test tests::cmark_to_tex_large ... ok
[INFO] [stdout] test tests::cmark_to_tex_basic ... ok
[INFO] [stdout] test tests::cmark_to_tex_image ... ok
[INFO] [stdout] test tests::cmark_to_tex_w_math_inline ... ok
[INFO] [stdout] test tests::cmark_to_tex_w_math_block_anon ... ok
[INFO] [stdout] test tests::cmark_to_tex_w_math_block_reference ... ok
[INFO] [stdout] test tests::cmark_to_tex_table ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/cmark2tex-9b0b8f726d48031f)
[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 unittests src/lib.rs (/opt/rustwide/target/debug/deps/mathyank-74bb748c99198aa2)
[INFO] [stdout] 
[INFO] [stdout] running 24 tests
[INFO] [stdout] test parse::tests::dollarless::block_w_params ... ok
[INFO] [stdout] test parse::tests::dollarless::boring_inline ... ok
[INFO] [stdout] test parse::tests::dollarsplit::bare ... ok
[INFO] [stdout] test parse::tests::dollarsplit::dollar_block_1 ... ok
[INFO] [stdout] test parse::tests::dollarless::empty_block ... ok
[INFO] [stdout] test parse::tests::dollarsplit::all_in_code_block ... ok
[INFO] [stdout] test parse::tests::dollarsplit::missing_trailing_inline ... ok
[INFO] [stdout] test parse::tests::dollarsplit::nonascii_oneline ... ok
[INFO] [stdout] test parse::tests::dollarsplit::oneline ... ok
[INFO] [stdout] test parse::tests::sequester::nonascii_prefix ... ok
[INFO] [stdout] test parse::tests::dollarsplit::pre_block_w_unclosed_inlines ... ok
[INFO] [stdout] test parse::tests::sequester::doublje_x_y ... ok
[INFO] [stdout] test parse::tests::sequester::nope ... ok
[INFO] [stdout] test parse::tests::sequester::oneblockje ... ok
[INFO] [stdout] test parse::tests::dollarsplit::iter_over_empty_intra_line_sequences ... ok
[INFO] [stdout] test parse::tests::dollarsplit::oneline_unclosed ... ok
[INFO] [stdout] test parse::tests::sequester::singlje_x ... ok
[INFO] [stdout] test parse::tests::sequester::soolarge ... ok
[INFO] [stdout] test parse::types::block_equ::parses_with_refer_and_title ... ok
[INFO] [stdout] test parse::tests::dollarless::boring_block_w_nonascii ... ok
[INFO] [stdout] test parse::tests::sequester::onelinje ... ok
[INFO] [stdout] test parse::tests::sequester::oneblockje_w_suffix ... FAILED
[INFO] [stdout] test parse::tests::sequester::reference ... FAILED
[INFO] [stdout] test parse::tests::sequester::oneblockje_w_prefix ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- parse::tests::sequester::oneblockje_w_suffix stdout ----
[INFO] [stdout] [mathyank/src/parse/tests.rs:264:5] & ist = Replace(
[INFO] [stdout]     Content {
[INFO] [stdout]         s: "$$\n1\n$$",
[INFO] [stdout]         start: LiCo {
[INFO] [stdout]             lineno: 0,
[INFO] [stdout]             column: 1,
[INFO] [stdout]         },
[INFO] [stdout]         end: LiCo {
[INFO] [stdout]             lineno: 2,
[INFO] [stdout]             column: 1,
[INFO] [stdout]         },
[INFO] [stdout]         byte_range: 0..7,
[INFO] [stdout]         start_del: Start(
[INFO] [stdout]             "$$",
[INFO] [stdout]         ),
[INFO] [stdout]         end_del: End(
[INFO] [stdout]             "$$",
[INFO] [stdout]         ),
[INFO] [stdout]     },
[INFO] [stdout] )
[INFO] [stdout] [mathyank/src/parse/tests.rs:264:5] ist.as_ref() = Content {
[INFO] [stdout]     s: "$$\n1\n$$",
[INFO] [stdout]     start: LiCo {
[INFO] [stdout]         lineno: 0,
[INFO] [stdout]         column: 1,
[INFO] [stdout]     },
[INFO] [stdout]     end: LiCo {
[INFO] [stdout]         lineno: 2,
[INFO] [stdout]         column: 1,
[INFO] [stdout]     },
[INFO] [stdout]     byte_range: 0..7,
[INFO] [stdout]     start_del: Start(
[INFO] [stdout]         "$$",
[INFO] [stdout]     ),
[INFO] [stdout]     end_del: End(
[INFO] [stdout]         "$$",
[INFO] [stdout]     ),
[INFO] [stdout] }
[INFO] [stdout] 
[INFO] [stdout] thread 'parse::tests::sequester::oneblockje_w_suffix' (44) panicked at mathyank/src/parse/tests.rs:264:5:
[INFO] [stdout] assertion `left == right` failed: Test case integrity violated
[INFO] [stdout]   left: "\nByeby’ there was a block"
[INFO] [stdout]  right: "\n    Byeby’ there was a block"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61ee145d1c6a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61ee145d1c6a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61ee145d1c6a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61ee145d1c6a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61ee145e5d4a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61ee145e5d4a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x61ee145d65a2 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61ee145d65a2 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x61ee145b0e7f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61ee145b0e7f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61ee145ca1d9 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61ee14566d7c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x61ee14566d7c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61ee145ca392 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x61ee145ca392 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x61ee145b0f38 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x61ee145a88a9 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61ee145b1c4d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61ee145e65ec - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61ee145e64d3 - core[10b6fa85044e1869]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:434:23
[INFO] [stdout]   20:     0x61ee1454ccf5 - core::panicking::assert_failed::h9ce7a949ce3feecb
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x61ee1454539b - mathyank::parse::tests::sequester::oneblockje_w_suffix::{{closure}}::h3de1a99ac7d968ec
[INFO] [stdout]                                at /opt/rustwide/workdir/mathyank/src/parse/tests.rs:202:21
[INFO] [stdout]   22:     0x61ee14540a3a - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h0ad1b5c551610c30
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/iter/traits/iterator.rs:842:29
[INFO] [stdout]   23:     0x61ee14552c7b - <core::iter::adapters::enumerate::Enumerate<I> as core::iter::traits::iterator::Iterator>::fold::enumerate::{{closure}}::h1270ce076c84ebbb
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/iter/adapters/enumerate.rs:140:27
[INFO] [stdout]   24:     0x61ee14534901 - <core::iter::adapters::zip::Zip<A,B> as core::iter::adapters::zip::ZipImpl<A,B>>::fold::hb84195e14a1a44be
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/iter/adapters/zip.rs:286:25
[INFO] [stdout]   25:     0x61ee14532f3e - <core::iter::adapters::zip::Zip<A,B> as core::iter::traits::iterator::Iterator>::fold::he07bbad711b7d8db
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/iter/adapters/zip.rs:103:9
[INFO] [stdout]   26:     0x61ee14552ab1 - <core::iter::adapters::enumerate::Enumerate<I> as core::iter::traits::iterator::Iterator>::fold::hf826648964086643
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/iter/adapters/enumerate.rs:146:19
[INFO] [stdout]   27:     0x61ee14555506 - core::iter::traits::iterator::Iterator::for_each::h2f6de5cd0f670bb8
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/iter/traits/iterator.rs:845:14
[INFO] [stdout]   28:     0x61ee1454526c - mathyank::parse::tests::sequester::oneblockje_w_suffix::hdea13da8c864debf
[INFO] [stdout]                                at /opt/rustwide/workdir/mathyank/src/parse/tests.rs:201:57
[INFO] [stdout]   29:     0x61ee145452b7 - mathyank::parse::tests::sequester::oneblockje_w_suffix::{{closure}}::h36053338b49166d7
[INFO] [stdout]                                at /opt/rustwide/workdir/mathyank/src/parse/tests.rs:189:24
[INFO] [stdout]   30:     0x61ee14535656 - core::ops::function::FnOnce::call_once::h591a65459bfd4c39
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   31:     0x61ee1455ae5b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   32:     0x61ee1455ae5b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   33:     0x61ee1456784b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   34:     0x61ee1456784b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   35:     0x61ee1456784b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x61ee1456784b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x61ee1456784b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x61ee1456784b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   39:     0x61ee1456784b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   40:     0x61ee14562f64 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   41:     0x61ee14562f64 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   42:     0x61ee1456a452 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   43:     0x61ee1456a452 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   44:     0x61ee1456a452 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x61ee1456a452 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x61ee1456a452 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x61ee1456a452 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   48:     0x61ee1456a452 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   49:     0x61ee145d157f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   50:     0x61ee145d157f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   51:     0x7298a91c7aa4 - <unknown>
[INFO] [stdout]   52:     0x7298a9254a64 - clone
[INFO] [stdout]   53:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- parse::tests::sequester::reference stdout ----
[INFO] [stdout] [mathyank/src/parse/tests.rs:287:5] & ist = Keep(
[INFO] [stdout]     Content {
[INFO] [stdout]         s: "℃\n",
[INFO] [stdout]         start: LiCo {
[INFO] [stdout]             lineno: 1,
[INFO] [stdout]             column: 1,
[INFO] [stdout]         },
[INFO] [stdout]         end: LiCo {
[INFO] [stdout]             lineno: 1,
[INFO] [stdout]             column: 1,
[INFO] [stdout]         },
[INFO] [stdout]         byte_range: 0..4,
[INFO] [stdout]         start_del: StartOfDocument(
[INFO] [stdout]             LiCo {
[INFO] [stdout]                 lineno: 1,
[INFO] [stdout]                 column: 1,
[INFO] [stdout]             },
[INFO] [stdout]             0,
[INFO] [stdout]         ),
[INFO] [stdout]         end_del: Start(
[INFO] [stdout]             "$$",
[INFO] [stdout]         ),
[INFO] [stdout]     },
[INFO] [stdout] )
[INFO] [stdout] [mathyank/src/parse/tests.rs:287:5] ist.as_ref() = Content {
[INFO] [stdout]     s: "℃\n",
[INFO] [stdout]     start: LiCo {
[INFO] [stdout]         lineno: 1,
[INFO] [stdout]         column: 1,
[INFO] [stdout]     },
[INFO] [stdout]     end: LiCo {
[INFO] [stdout]         lineno: 1,
[INFO] [stdout]         column: 1,
[INFO] [stdout]     },
[INFO] [stdout]     byte_range: 0..4,
[INFO] [stdout]     start_del: StartOfDocument(
[INFO] [stdout]         LiCo {
[INFO] [stdout]             lineno: 1,
[INFO] [stdout]             column: 1,
[INFO] [stdout]         },
[INFO] [stdout]         0,
[INFO] [stdout]     ),
[INFO] [stdout]     end_del: Start(
[INFO] [stdout]         "$$",
[INFO] [stdout]     ),
[INFO] [stdout] }
[INFO] [stdout] [mathyank/src/parse/tests.rs:287:5] & ist = Replace(
[INFO] [stdout]     Content {
[INFO] [stdout]         s: "$$equ,foo,mytitle\n\\sum_i^\\infty x\n$$",
[INFO] [stdout]         start: LiCo {
[INFO] [stdout]             lineno: 1,
[INFO] [stdout]             column: 1,
[INFO] [stdout]         },
[INFO] [stdout]         end: LiCo {
[INFO] [stdout]             lineno: 3,
[INFO] [stdout]             column: 1,
[INFO] [stdout]         },
[INFO] [stdout]         byte_range: 4..40,
[INFO] [stdout]         start_del: Start(
[INFO] [stdout]             "$$",
[INFO] [stdout]         ),
[INFO] [stdout]         end_del: End(
[INFO] [stdout]             "$$",
[INFO] [stdout]         ),
[INFO] [stdout]     },
[INFO] [stdout] )
[INFO] [stdout] [mathyank/src/parse/tests.rs:287:5] ist.as_ref() = Content {
[INFO] [stdout]     s: "$$equ,foo,mytitle\n\\sum_i^\\infty x\n$$",
[INFO] [stdout]     start: LiCo {
[INFO] [stdout]         lineno: 1,
[INFO] [stdout]         column: 1,
[INFO] [stdout]     },
[INFO] [stdout]     end: LiCo {
[INFO] [stdout]         lineno: 3,
[INFO] [stdout]         column: 1,
[INFO] [stdout]     },
[INFO] [stdout]     byte_range: 4..40,
[INFO] [stdout]     start_del: Start(
[INFO] [stdout]         "$$",
[INFO] [stdout]     ),
[INFO] [stdout]     end_del: End(
[INFO] [stdout]         "$$",
[INFO] [stdout]     ),
[INFO] [stdout] }
[INFO] [stdout] 
[INFO] [stdout] thread 'parse::tests::sequester::reference' (46) panicked at mathyank/src/parse/tests.rs:287:5:
[INFO] [stdout] assertion `left == right` failed: Test case integrity violated
[INFO] [stdout]   left: "\n/w ref "
[INFO] [stdout]  right: "\n    /w ref "
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61ee145d1c6a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61ee145d1c6a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61ee145d1c6a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61ee145d1c6a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61ee145e5d4a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61ee145e5d4a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x61ee145d65a2 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61ee145d65a2 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x61ee145b0e7f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61ee145b0e7f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61ee145ca1d9 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61ee14566d7c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x61ee14566d7c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61ee145ca392 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x61ee145ca392 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x61ee145b0f38 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x61ee145a88a9 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61ee145b1c4d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61ee145e65ec - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61ee145e64d3 - core[10b6fa85044e1869]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:434:23
[INFO] [stdout]   20:     0x61ee1454ccf5 - core::panicking::assert_failed::h9ce7a949ce3feecb
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x61ee14546b6b - mathyank::parse::tests::sequester::reference::{{closure}}::h05a9d076a7d4bf70
[INFO] [stdout]                                at /opt/rustwide/workdir/mathyank/src/parse/tests.rs:202:21
[INFO] [stdout]   22:     0x61ee14540c4a - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h80a1a2505d86ab3a
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/iter/traits/iterator.rs:842:29
[INFO] [stdout]   23:     0x61ee145530ab - <core::iter::adapters::enumerate::Enumerate<I> as core::iter::traits::iterator::Iterator>::fold::enumerate::{{closure}}::h60912417d3e19876
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/iter/adapters/enumerate.rs:140:27
[INFO] [stdout]   24:     0x61ee14533b41 - <core::iter::adapters::zip::Zip<A,B> as core::iter::adapters::zip::ZipImpl<A,B>>::fold::h397f8ee4c9504a42
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/iter/adapters/zip.rs:286:25
[INFO] [stdout]   25:     0x61ee14532ebe - <core::iter::adapters::zip::Zip<A,B> as core::iter::traits::iterator::Iterator>::fold::hb60c0cbe18d945e8
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/iter/adapters/zip.rs:103:9
[INFO] [stdout]   26:     0x61ee14552731 - <core::iter::adapters::enumerate::Enumerate<I> as core::iter::traits::iterator::Iterator>::fold::h404441f9221ba411
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/iter/adapters/enumerate.rs:146:19
[INFO] [stdout]   27:     0x61ee145555f6 - core::iter::traits::iterator::Iterator::for_each::hebfe326ebc453ceb
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/iter/traits/iterator.rs:845:14
[INFO] [stdout]   28:     0x61ee14546a6c - mathyank::parse::tests::sequester::reference::h2e339f097fdeff1d
[INFO] [stdout]                                at /opt/rustwide/workdir/mathyank/src/parse/tests.rs:201:57
[INFO] [stdout]   29:     0x61ee14546eb7 - mathyank::parse::tests::sequester::reference::{{closure}}::h451c0a779a760100
[INFO] [stdout]                                at /opt/rustwide/workdir/mathyank/src/parse/tests.rs:189:24
[INFO] [stdout]   30:     0x61ee145354f6 - core::ops::function::FnOnce::call_once::h319ddfd5bc733a9f
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   31:     0x61ee1455ae5b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   32:     0x61ee1455ae5b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   33:     0x61ee1456784b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   34:     0x61ee1456784b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   35:     0x61ee1456784b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x61ee1456784b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x61ee1456784b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x61ee1456784b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   39:     0x61ee1456784b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   40:     0x61ee14562f64 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   41:     0x61ee14562f64 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   42:     0x61ee1456a452 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   43:     0x61ee1456a452 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   44:     0x61ee1456a452 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x61ee1456a452 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x61ee1456a452 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x61ee1456a452 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   48:     0x61ee1456a452 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   49:     0x61ee145d157f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   50:     0x61ee145d157f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   51:     0x7298a91c7aa4 - <unknown>
[INFO] [stdout]   52:     0x7298a9254a64 - clone
[INFO] [stdout]   53:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- parse::tests::sequester::oneblockje_w_prefix stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'parse::tests::sequester::oneblockje_w_prefix' (43) panicked at mathyank/src/parse/tests.rs:252:5:
[INFO] [stdout] assertion `left == right` failed: Test case integrity violated
[INFO] [stdout]   left: "Hello’ there is a block\n"
[INFO] [stdout]  right: "Hello’ there is a block\n    "
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61ee145d1c6a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61ee145d1c6a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61ee145d1c6a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61ee145d1c6a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61ee145e5d4a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61ee145e5d4a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x61ee145d65a2 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61ee145d65a2 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x61ee145b0e7f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61ee145b0e7f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61ee145ca1d9 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61ee14566d7c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x61ee14566d7c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61ee145ca392 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x61ee145ca392 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x61ee145b0f38 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x61ee145a88a9 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61ee145b1c4d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61ee145e65ec - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61ee145e64d3 - core[10b6fa85044e1869]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:434:23
[INFO] [stdout]   20:     0x61ee1454ccf5 - core::panicking::assert_failed::h9ce7a949ce3feecb
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x61ee14544d9b - mathyank::parse::tests::sequester::oneblockje_w_prefix::{{closure}}::h3d18db2b22d3e06e
[INFO] [stdout]                                at /opt/rustwide/workdir/mathyank/src/parse/tests.rs:202:21
[INFO] [stdout]   22:     0x61ee14540bba - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h604b6d432d744229
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/iter/traits/iterator.rs:842:29
[INFO] [stdout]   23:     0x61ee145536db - <core::iter::adapters::enumerate::Enumerate<I> as core::iter::traits::iterator::Iterator>::fold::enumerate::{{closure}}::hb4907bfd3455c5ed
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/iter/adapters/enumerate.rs:140:27
[INFO] [stdout]   24:     0x61ee14533f61 - <core::iter::adapters::zip::Zip<A,B> as core::iter::adapters::zip::ZipImpl<A,B>>::fold::h667ee22e257dd0e6
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/iter/adapters/zip.rs:286:25
[INFO] [stdout]   25:     0x61ee14532d5e - <core::iter::adapters::zip::Zip<A,B> as core::iter::traits::iterator::Iterator>::fold::h099b0e4fd837d7d5
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/iter/adapters/zip.rs:103:9
[INFO] [stdout]   26:     0x61ee14552a31 - <core::iter::adapters::enumerate::Enumerate<I> as core::iter::traits::iterator::Iterator>::fold::hddc647c5b72863d1
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/iter/adapters/enumerate.rs:146:19
[INFO] [stdout]   27:     0x61ee14555526 - core::iter::traits::iterator::Iterator::for_each::h4e9414e61a67a52e
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/iter/traits/iterator.rs:845:14
[INFO] [stdout]   28:     0x61ee14544c6c - mathyank::parse::tests::sequester::oneblockje_w_prefix::ha0179fb2bc3fdfb2
[INFO] [stdout]                                at /opt/rustwide/workdir/mathyank/src/parse/tests.rs:201:57
[INFO] [stdout]   29:     0x61ee14544cb7 - mathyank::parse::tests::sequester::oneblockje_w_prefix::{{closure}}::h29f62be0e849cd75
[INFO] [stdout]                                at /opt/rustwide/workdir/mathyank/src/parse/tests.rs:189:24
[INFO] [stdout]   30:     0x61ee14535a26 - core::ops::function::FnOnce::call_once::he5e2a871910fa702
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   31:     0x61ee1455ae5b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   32:     0x61ee1455ae5b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   33:     0x61ee1456784b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   34:     0x61ee1456784b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   35:     0x61ee1456784b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x61ee1456784b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x61ee1456784b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x61ee1456784b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   39:     0x61ee1456784b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   40:     0x61ee14562f64 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   41:     0x61ee14562f64 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   42:     0x61ee1456a452 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   43:     0x61ee1456a452 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   44:     0x61ee1456a452 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x61ee1456a452 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x61ee1456a452 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x61ee1456a452 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   48:     0x61ee1456a452 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   49:     0x61ee145d157f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   50:     0x61ee145d157f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   51:     0x7298a91c7aa4 - <unknown>
[INFO] [stdout]   52:     0x7298a9254a64 - clone
[INFO] [stdout]   53:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     parse::tests::sequester::oneblockje_w_prefix
[INFO] [stdout]     parse::tests::sequester::oneblockje_w_suffix
[INFO] [stdout]     parse::tests::sequester::reference
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 21 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p mathyank --lib`
[INFO] running `Command { std: "docker" "inspect" "e70d9cd19d1dfd988674bc6e0dbfc8ded94e2eb9bd501ce05654cd5f7cda0833", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e70d9cd19d1dfd988674bc6e0dbfc8ded94e2eb9bd501ce05654cd5f7cda0833", kill_on_drop: false }`
[INFO] [stdout] e70d9cd19d1dfd988674bc6e0dbfc8ded94e2eb9bd501ce05654cd5f7cda0833
