[INFO] fetching crate papyri-lang 0.7.0...
[INFO] testing papyri-lang-0.7.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate papyri-lang 0.7.0 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate papyri-lang 0.7.0
[INFO] finished tweaking crates.io crate papyri-lang 0.7.0
[INFO] tweaked toml for crates.io crate papyri-lang 0.7.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate papyri-lang 0.7.0 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate papyri-lang 0.7.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 54335752cc552570fe188b32214f31fd36fb693592b2da6866609a20ccd9595d
[INFO] running `Command { std: "docker" "start" "-a" "54335752cc552570fe188b32214f31fd36fb693592b2da6866609a20ccd9595d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "54335752cc552570fe188b32214f31fd36fb693592b2da6866609a20ccd9595d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "54335752cc552570fe188b32214f31fd36fb693592b2da6866609a20ccd9595d", kill_on_drop: false }`
[INFO] [stdout] 54335752cc552570fe188b32214f31fd36fb693592b2da6866609a20ccd9595d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 50a81cbe98e3d11b3a527626e6d2e312786e8a0f82e293fff8aa9c32fcbc3a37
[INFO] running `Command { std: "docker" "start" "-a" "50a81cbe98e3d11b3a527626e6d2e312786e8a0f82e293fff8aa9c32fcbc3a37", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.60
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling quote v1.0.28
[INFO] [stderr]    Compiling libc v0.2.146
[INFO] [stderr]    Compiling cc v1.0.77
[INFO] [stderr]    Compiling serde v1.0.147
[INFO] [stderr]    Compiling syn v1.0.103
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]    Compiling log v0.4.18
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling itoa v1.0.4
[INFO] [stderr]    Compiling tokio v1.28.2
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling mio v0.8.8
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.4
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling syn v2.0.18
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling openssl-sys v0.9.88
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]    Compiling tracing-core v0.1.31
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling mac v0.1.1
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling openssl v0.10.54
[INFO] [stderr]    Compiling futf v0.1.5
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling http v0.2.9
[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 futures-channel v0.3.28
[INFO] [stderr]    Compiling futures-sink v0.3.28
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling tendril v0.4.3
[INFO] [stderr]    Compiling markup5ever v0.11.0
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling onig_sys v69.8.1
[INFO] [stderr]    Compiling phf v0.10.1
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling unicode-width v0.1.10
[INFO] [stderr]    Compiling thiserror v1.0.37
[INFO] [stderr]    Compiling string_cache v0.8.7
[INFO] [stderr]    Compiling serde_json v1.0.87
[INFO] [stderr]    Compiling serde_derive v1.0.147
[INFO] [stderr]    Compiling tabwriter v1.2.1
[INFO] [stderr]    Compiling miniz_oxide v0.5.4
[INFO] [stderr]    Compiling regex-syntax v0.6.27
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling tokio-util v0.7.8
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling xml5ever v0.17.0
[INFO] [stderr]    Compiling h2 v0.3.19
[INFO] [stderr]    Compiling flate2 v1.0.24
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling html5ever v0.26.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.37
[INFO] [stderr]    Compiling arg-derive v0.3.4
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling aho-corasick v0.7.19
[INFO] [stderr]    Compiling onig v6.4.0
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling htmlentity v1.2.0
[INFO] [stderr]    Compiling arg v0.3.1
[INFO] [stderr]    Compiling nonmax v0.5.3
[INFO] [stderr]    Compiling normalize-path v0.2.0
[INFO] [stderr]    Compiling deunicode v1.3.2
[INFO] [stderr]    Compiling hyper v0.14.26
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling markup5ever_rcdom v0.2.0
[INFO] [stderr]    Compiling regex v1.7.0
[INFO] [stderr]    Compiling syntect v5.0.0
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.18
[INFO] [stderr]    Compiling papyri-lang v0.7.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/compiler/native_gen.rs:111:13
[INFO] [stdout]     |
[INFO] [stdout] 111 |   ...   pub(super) fn evaluate_native_func(&mut self, f: NativeFunc, mut bindings: $crate::compiler::value::Dict, $call_range: $crate::utils::sourcefile::SourceRange) -> $crate::errors::PapyriResult<$crate::compiler::value::Value> {
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/compiler/native.rs:13:1
[INFO] [stdout]     |
[INFO] [stdout]  13 | / crate::native_defs! {
[INFO] [stdout]  14 | |     let compiler, call_range;
[INFO] [stdout]  15 | |     
[INFO] [stdout]  16 | |     impl BOOL for Bool {
[INFO] [stdout] ...   |
[INFO] [stdout] 450 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `Value: From<!>` will fail
[INFO] [stdout]    --> src/compiler/native_gen.rs:128:25
[INFO] [stdout]     |
[INFO] [stdout] 128 |                           Value::from($f_body)
[INFO] [stdout]     |                           ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/compiler/native.rs:13:1
[INFO] [stdout]     |
[INFO] [stdout]  13 | / crate::native_defs! {
[INFO] [stdout]  14 | |     let compiler, call_range;
[INFO] [stdout]  15 | |     
[INFO] [stdout]  16 | |     impl BOOL for Bool {
[INFO] [stdout] ...   |
[INFO] [stdout] 450 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     = note: `#[warn(dependency_on_unit_never_type_fallback)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `crate::native_defs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/compiler/highlight.rs:57:28
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub(super) fn new(src: &str) -> LineHighlighter {
[INFO] [stdout]    |                            ^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                            |
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub(super) fn new(src: &str) -> LineHighlighter<'_> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: papyri-lang v0.7.0 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] running `Command { std: "docker" "inspect" "50a81cbe98e3d11b3a527626e6d2e312786e8a0f82e293fff8aa9c32fcbc3a37", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "50a81cbe98e3d11b3a527626e6d2e312786e8a0f82e293fff8aa9c32fcbc3a37", kill_on_drop: false }`
[INFO] [stdout] 50a81cbe98e3d11b3a527626e6d2e312786e8a0f82e293fff8aa9c32fcbc3a37
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7242a06aa3d30caa70c4823e94209e8f82cf7df42cc7fa72546d509d955b977e
[INFO] running `Command { std: "docker" "start" "-a" "7242a06aa3d30caa70c4823e94209e8f82cf7df42cc7fa72546d509d955b977e", kill_on_drop: false }`
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/compiler/native_gen.rs:111:13
[INFO] [stdout]     |
[INFO] [stdout] 111 |   ...   pub(super) fn evaluate_native_func(&mut self, f: NativeFunc, mut bindings: $crate::compiler::value::Dict, $call_range: $crate::utils::sourcefile::SourceRange) -> $crate::errors::PapyriResult<$crate::compiler::value::Value> {
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/compiler/native.rs:13:1
[INFO] [stdout]     |
[INFO] [stdout]  13 | / crate::native_defs! {
[INFO] [stdout]  14 | |     let compiler, call_range;
[INFO] [stdout]  15 | |     
[INFO] [stdout]  16 | |     impl BOOL for Bool {
[INFO] [stdout] ...   |
[INFO] [stdout] 450 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `Value: From<!>` will fail
[INFO] [stdout]    --> src/compiler/native_gen.rs:128:25
[INFO] [stdout]     |
[INFO] [stdout] 128 |                           Value::from($f_body)
[INFO] [stdout]     |                           ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/compiler/native.rs:13:1
[INFO] [stdout]     |
[INFO] [stdout]  13 | / crate::native_defs! {
[INFO] [stdout]  14 | |     let compiler, call_range;
[INFO] [stdout]  15 | |     
[INFO] [stdout]  16 | |     impl BOOL for Bool {
[INFO] [stdout] ...   |
[INFO] [stdout] 450 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     = note: `#[warn(dependency_on_unit_never_type_fallback)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `crate::native_defs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling papyri-lang v0.7.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/compiler/highlight.rs:57:28
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub(super) fn new(src: &str) -> LineHighlighter {
[INFO] [stdout]    |                            ^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                            |
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub(super) fn new(src: &str) -> LineHighlighter<'_> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/compiler/native_gen.rs:111:13
[INFO] [stdout]     |
[INFO] [stdout] 111 |   ...   pub(super) fn evaluate_native_func(&mut self, f: NativeFunc, mut bindings: $crate::compiler::value::Dict, $call_range: $crate::utils::sourcefile::SourceRange) -> $crate::errors::PapyriResult<$crate::compiler::value::Value> {
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/compiler/native.rs:13:1
[INFO] [stdout]     |
[INFO] [stdout]  13 | / crate::native_defs! {
[INFO] [stdout]  14 | |     let compiler, call_range;
[INFO] [stdout]  15 | |     
[INFO] [stdout]  16 | |     impl BOOL for Bool {
[INFO] [stdout] ...   |
[INFO] [stdout] 450 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `Value: From<!>` will fail
[INFO] [stdout]    --> src/compiler/native_gen.rs:128:25
[INFO] [stdout]     |
[INFO] [stdout] 128 |                           Value::from($f_body)
[INFO] [stdout]     |                           ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/compiler/native.rs:13:1
[INFO] [stdout]     |
[INFO] [stdout]  13 | / crate::native_defs! {
[INFO] [stdout]  14 | |     let compiler, call_range;
[INFO] [stdout]  15 | |     
[INFO] [stdout]  16 | |     impl BOOL for Bool {
[INFO] [stdout] ...   |
[INFO] [stdout] 450 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     = note: `#[warn(dependency_on_unit_never_type_fallback)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `crate::native_defs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/compiler/highlight.rs:57:28
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub(super) fn new(src: &str) -> LineHighlighter {
[INFO] [stdout]    |                            ^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                            |
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub(super) fn new(src: &str) -> LineHighlighter<'_> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 11.97s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: papyri-lang v0.7.0 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5`
[INFO] running `Command { std: "docker" "inspect" "7242a06aa3d30caa70c4823e94209e8f82cf7df42cc7fa72546d509d955b977e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7242a06aa3d30caa70c4823e94209e8f82cf7df42cc7fa72546d509d955b977e", kill_on_drop: false }`
[INFO] [stdout] 7242a06aa3d30caa70c4823e94209e8f82cf7df42cc7fa72546d509d955b977e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b41446bd4a944b632b42ffddd1194800f38159db6da8c764892a827174c8e904
[INFO] running `Command { std: "docker" "start" "-a" "b41446bd4a944b632b42ffddd1194800f38159db6da8c764892a827174c8e904", kill_on_drop: false }`
[INFO] [stderr] warning: this function depends on never type fallback being `()`
[INFO] [stderr]    --> src/compiler/native_gen.rs:111:13
[INFO] [stderr]     |
[INFO] [stderr] 111 |   ...   pub(super) fn evaluate_native_func(&mut self, f: NativeFunc, mut bindings: $crate::compiler::value::Dict, $call_range: $crate::utils::sourcefile::SourceRange) -> $crate::errors::PapyriResult<$crate::compiler::value::Value> {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/compiler/native.rs:13:1
[INFO] [stderr]     |
[INFO] [stderr]  13 | / crate::native_defs! {
[INFO] [stderr]  14 | |     let compiler, call_range;
[INFO] [stderr]  15 | |     
[INFO] [stderr]  16 | |     impl BOOL for Bool {
[INFO] [stderr] ...   |
[INFO] [stderr] 450 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stderr]     = help: specify the types explicitly
[INFO] [stderr] note: in edition 2024, the requirement `Value: From<!>` will fail
[INFO] [stderr]    --> src/compiler/native_gen.rs:128:25
[INFO] [stderr]     |
[INFO] [stderr] 128 |                           Value::from($f_body)
[INFO] [stderr]     |                           ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/compiler/native.rs:13:1
[INFO] [stderr]     |
[INFO] [stderr]  13 | / crate::native_defs! {
[INFO] [stderr]  14 | |     let compiler, call_range;
[INFO] [stderr]  15 | |     
[INFO] [stderr]  16 | |     impl BOOL for Bool {
[INFO] [stderr] ...   |
[INFO] [stderr] 450 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     = note: `#[warn(dependency_on_unit_never_type_fallback)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stderr]     = note: this warning originates in the macro `crate::native_defs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/compiler/highlight.rs:57:28
[INFO] [stderr]    |
[INFO] [stderr] 57 |     pub(super) fn new(src: &str) -> LineHighlighter {
[INFO] [stderr]    |                            ^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                            |
[INFO] [stderr]    |                            the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 57 |     pub(super) fn new(src: &str) -> LineHighlighter<'_> {
[INFO] [stderr]    |                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `papyri-lang` (lib) generated 2 warnings (run `cargo fix --lib -p papyri-lang` to apply 1 suggestion)
[INFO] [stderr] warning: `papyri-lang` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.25s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: papyri-lang v0.7.0 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/papyri_lang-34e293d8257216b8)
[INFO] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test compiler::types::test::assignable ... ok
[INFO] [stdout] test compiler::types::test::coerce_basic ... ok
[INFO] [stdout] test compiler::types::test::basic_types ... ok
[INFO] [stdout] test compiler::types::test::coerce_optional ... ok
[INFO] [stdout] test compiler::types::test::coerce_optional_list ... ok
[INFO] [stdout] test compiler::types::test::least_upper_bound ... ok
[INFO] [stdout] test compiler::types::test::int_list_type ... ok
[INFO] [stdout] test compiler::types::test::unit_assignable ... ok
[INFO] [stdout] test compiler::types::test::mixed_list_type ... ok
[INFO] [stdout] test parser::tokenizer::test::boolean ... ok
[INFO] [stdout] test parser::tokenizer::test::html_comment ... ok
[INFO] [stdout] test parser::tokenizer::test::paragraph_break ... ok
[INFO] [stdout] test parser::tokenizer::test::parens ... ok
[INFO] [stdout] test parser::tokenizer::test::raw_text ... ok
[INFO] [stdout] test parser::tokenizer::test::name ... ok
[INFO] [stdout] test parser::tokenizer::test::entity ... ok
[INFO] [stdout] test parser::tokenizer::test::tags ... ok
[INFO] [stdout] test parser::tokenizer::test::punctuation ... ok
[INFO] [stdout] test parser::tokenizer::test::string_literal ... ok
[INFO] [stdout] test parser::tokenizer::test::whitespace ... ok
[INFO] [stdout] test parser::tokenizer::test::number ... ok
[INFO] [stdout] test parser::tokenizer::test::var_name ... ok
[INFO] [stdout] test parser::tokenizer::test::func_name ... ok
[INFO] [stdout] test parser::tokenizer::test::escape ... ok
[INFO] [stdout] test parser::tokenizer::test::hash_comment ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/papyri.rs (/opt/rustwide/target/debug/deps/papyri-36abc473d7fc72ec)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/basic.rs (/opt/rustwide/target/debug/deps/basic-475ebc3674150304)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test escaped_comment ... ok
[INFO] [stdout] test paragraph_break ... ok
[INFO] [stdout] test code_inline ... ok
[INFO] [stdout] test variable ... ok
[INFO] [stdout] test hello_world ... ok
[INFO] [stdout] test multiline_comment ... ok
[INFO] [stdout] test line_comment ... ok
[INFO] [stdout] test let_multiple ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/dict.rs (/opt/rustwide/target/debug/deps/dict-2c632cd75fa0217f)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test attr_access ... ok
[INFO] [stdout] test attr_access_coalesce ... ok
[INFO] [stdout] test get_key_missing ... ok
[INFO] [stdout] test len ... ok
[INFO] [stdout] test items ... ok
[INFO] [stdout] test attr_access_nested ... ok
[INFO] [stdout] test get ... ok
[INFO] [stdout] test keys ... ok
[INFO] [stdout] test no_such_attr ... ok
[INFO] [stdout] test values ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/func.rs (/opt/rustwide/target/debug/deps/func-709b4b2c23b356d6)
[INFO] [stdout] 
[INFO] [stdout] running 23 tests
[INFO] [stdout] test bind_named ... ok
[INFO] [stdout] test bind_content ... ok
[INFO] [stdout] test add_as_method ... ok
[INFO] [stdout] test bind_as_method ... ok
[INFO] [stdout] test bind_pos_spread ... ok
[INFO] [stdout] test bind_none ... ok
[INFO] [stdout] test bind_named_spread ... ok
[INFO] [stdout] test ellipsis_in_group ... ok
[INFO] [stdout] test bind_pos ... ok
[INFO] [stdout] test ellipsis_in_tag ... ok
[INFO] [stdout] test function_name ... ok
[INFO] [stdout] test call_if_not_unit ... ok
[INFO] [stdout] test ellipsis_contents ... ok
[INFO] [stdout] test empty_content_param ... ok
[INFO] [stdout] test indirect_call ... ok
[INFO] [stdout] test call_attr_function ... ok
[INFO] [stdout] test group_function ... ok
[INFO] [stdout] test join_as_method ... ok
[INFO] [stdout] test named_argument ... ok
[INFO] [stdout] test pos_spread ... ok
[INFO] [stdout] test optional_argument ... ok
[INFO] [stdout] test simple_function ... ok
[INFO] [stdout] test positional_argument ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/list.rs (/opt/rustwide/target/debug/deps/list-6d80a1c56b64f5d7)
[INFO] [stdout] 
[INFO] [stdout] running 28 tests
[INFO] [stdout] test filter_none ... ok
[INFO] [stdout] test basic_ol ... ok
[INFO] [stdout] test index_out_of_bounds ... ok
[INFO] [stdout] test filter_predicate ... ok
[INFO] [stdout] test index ... ok
[INFO] [stdout] test basic_ul ... ok
[INFO] [stdout] test enumerate_from ... ok
[INFO] [stdout] test enumerate ... ok
[INFO] [stdout] test is_empty ... ok
[INFO] [stdout] test is_not_empty ... ok
[INFO] [stdout] test join_with_html_separator ... ok
[INFO] [stdout] test join ... ok
[INFO] [stdout] test slice_empty ... ok
[INFO] [stdout] test slice ... ok
[INFO] [stdout] test len ... ok
[INFO] [stdout] test map ... ok
[INFO] [stdout] test join_with_separator ... ok
[INFO] [stdout] test negative_index ... ok
[INFO] [stdout] test sort_reversed ... ok
[INFO] [stdout] test sorted_int_as_string ... ok
[INFO] [stdout] test negative_index_out_of_bounds ... ok
[INFO] [stdout] test slice_negative ... ok
[INFO] [stdout] test nested ... ok
[INFO] [stdout] test sorted_string_keys ... ok
[INFO] [stdout] test sorted_int_keys ... ok
[INFO] [stdout] test sorted_ints ... ok
[INFO] [stdout] test spread ... ok
[INFO] [stdout] test sorted_strings ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/matcher.rs (/opt/rustwide/target/debug/deps/matcher-6b94d3c2480f0371)
[INFO] [stdout] 
[INFO] [stdout] running 50 tests
[INFO] [stdout] test and_or_precedence ... ok
[INFO] [stdout] test dict_part ... ok
[INFO] [stdout] test html_text_seq_spread ... ok
[INFO] [stdout] test equals_captured_var ... ok
[INFO] [stdout] test equals_value ... ok
[INFO] [stdout] test list_part ... ok
[INFO] [stdout] test equals_dict ... ok
[INFO] [stdout] test html_text_seq ... ok
[INFO] [stdout] test or_left ... ok
[INFO] [stdout] test literal_dict ... ok
[INFO] [stdout] test literal_in_html ... ok
[INFO] [stdout] test literal_bool ... ok
[INFO] [stdout] test literal_int ... ok
[INFO] [stdout] test literal_str ... ok
[INFO] [stdout] test no_matching_branch ... ok
[INFO] [stdout] test literal_list ... ok
[INFO] [stdout] test or_left_bind ... ok
[INFO] [stdout] test or_right_bind ... ok
[INFO] [stdout] test spread_dict_wildcard ... ok
[INFO] [stdout] test or_right ... ok
[INFO] [stdout] test spread_dict ... ok
[INFO] [stdout] test spread_list ... ok
[INFO] [stdout] test spread_list_wildcard ... ok
[INFO] [stdout] test spread_tag_wildcard ... ok
[INFO] [stdout] test tag_empty ... ok
[INFO] [stdout] test tag_attr ... ok
[INFO] [stdout] test tag_wildcard_name ... ok
[INFO] [stdout] test tag_simple ... ok
[INFO] [stdout] test tag_part ... ok
[INFO] [stdout] test tag_one_in_seq ... ok
[INFO] [stdout] test tag_spread_part ... ok
[INFO] [stdout] test tag_seq ... ok
[INFO] [stdout] test tag_spread ... ok
[INFO] [stdout] test typed_bool ... ok
[INFO] [stdout] test template_part ... ok
[INFO] [stdout] test typed_unit_braces ... ok
[INFO] [stdout] test typed_unit_dot ... ok
[INFO] [stdout] test typed_dict ... ok
[INFO] [stdout] test unit_braces_dot ... ok
[INFO] [stdout] test typed_str ... ok
[INFO] [stdout] test unit_dot_dot ... ok
[INFO] [stdout] test type_of ... ok
[INFO] [stdout] test unit_dot_braces ... ok
[INFO] [stdout] test var_and_literal ... ok
[INFO] [stdout] test var_and_template ... ok
[INFO] [stdout] test typed_function ... ok
[INFO] [stdout] test unit_braces_braces ... ok
[INFO] [stdout] test wildcard ... ok
[INFO] [stdout] test typed_list ... ok
[INFO] [stdout] test typed_int ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 50 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/native.rs (/opt/rustwide/target/debug/deps/native-217fe5f35f3e8dfc)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test raise ... ok
[INFO] [stdout] test unique_id_transliterate_unicode ... ok
[INFO] [stdout] test add ... ok
[INFO] [stdout] test unique_id ... ok
[INFO] [stdout] test escape_html ... ok
[INFO] [stdout] test negate ... ok
[INFO] [stderr]      Running tests/regex.rs (/opt/rustwide/target/debug/deps/regex-48357581baddaef3)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test capture_groups_all ... ok
[INFO] [stdout] test whole_string ... ok
[INFO] [stdout] test split ... ok
[INFO] [stdout] test capture_groups ... ok
[INFO] [stdout] test named_capture_groups ... ok
[INFO] [stdout] test named_capture_groups_all ... ok
[INFO] [stdout] test char_class_all ... ok
[INFO] [stdout] test compile ... ok
[INFO] [stdout] test char_class ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/str.rs (/opt/rustwide/target/debug/deps/str-d703339b8c080abf)
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test ends_with ... ok
[INFO] [stdout] test escaped_template ... ok
[INFO] [stdout] test not_starts_with ... ok
[INFO] [stdout] test not_ends_with ... ok
[INFO] [stdout] test is_not_empty ... ok
[INFO] [stdout] test lower ... ok
[INFO] [stdout] test len ... ok
[INFO] [stdout] test is_empty ... ok
[INFO] [stdout] test starts_with ... ok
[INFO] [stdout] test parse_int ... ok
[INFO] [stdout] test parse_int_fail ... ok
[INFO] [stdout] test split ... ok
[INFO] [stdout] test trim ... ok
[INFO] [stdout] test upper ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/tag.rs (/opt/rustwide/target/debug/deps/tag-7bfd3b10b51c462a)
[INFO] [stdout] 
[INFO] [stdout] running 30 tests
[INFO] [stdout] test block_tag ... ok
[INFO] [stdout] test anchor_block ... ok
[INFO] [stdout] test content_kind ... ok
[INFO] [stdout] test content_kind_nested ... ok
[INFO] [stdout] test auto_close ... ok
[INFO] [stdout] test attribute_order ... ok
[INFO] [stdout] test boolean_attribute ... ok
[INFO] [stdout] test duplicate_attribute ... ok
[INFO] [stdout] test anchor_inline ... ok
[INFO] [stdout] test doctype ... ok
[INFO] [stdout] test empty_attribute ... ok
[INFO] [stdout] test escaped_attribute ... ok
[INFO] [stdout] test incorrect_closing_tag ... ok
[INFO] [stdout] test empty_spread_attribute ... ok
[INFO] [stdout] test duplicate_attribute_var ... ok
[INFO] [stdout] test simple_tag ... ok
[INFO] [stdout] test simple_attribute ... ok
[INFO] [stdout] test spread_attribute ... ok
[INFO] [stdout] test invalid_tag_name ... ok
[INFO] [stdout] test self_closing ... ok
[INFO] [stdout] test self_closing_with_content ... ok
[INFO] [stdout] test short_close ... ok
[INFO] [stdout] test template_attribute ... ok
[INFO] [stdout] test tag_name ... ok
[INFO] [stdout] test unclosed_tag ... ok
[INFO] [stdout] test var_tag_name ... ok
[INFO] [stderr]      Running tests/text.rs (/opt/rustwide/target/debug/deps/text-467c82e727382e90)
[INFO] [stdout] test var_attribute ... ok
[INFO] [stdout] test unclosed_template ... ok
[INFO] [stdout] test unmatched_self_closing ... ok
[INFO] [stdout] test unmatched_closing_tag ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test arrows ... ok
[INFO] [stdout] test double_quotes ... ok
[INFO] [stdout] test html_entities ... ok
[INFO] [stdout] test escape ... ok
[INFO] [stdout] test dashes ... ok
[INFO] [stdout] test en_dash_range ... ok
[INFO] [stdout] test escape_html ... ok
[INFO] [stdout] test nbsp ... ok
[INFO] [stdout] test hex_escape ... ok
[INFO] [stdout] test single_quotes ... ok
[INFO] [stdout] test negative_number ... ok
[INFO] [stdout] test quote_override ... ok
[INFO] [stdout] test other_subs ... ok
[INFO] [stderr]      Running tests/types.rs (/opt/rustwide/target/debug/deps/types-c573b0dc995e33f7)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test call_optional_int_list ... ok
[INFO] [stdout] test typeof_bare_str ... ok
[INFO] [stdout] test typeof_int ... ok
[INFO] [stdout] test typeof_int_dict ... ok
[INFO] [stdout] test call_optional_str ... ok
[INFO] [stdout] test typeof_bare_str_list ... ok
[INFO] [stdout] test call_int_list ... ok
[INFO] [stdout] test typeof_bool ... ok
[INFO] [stdout] test typeof_int_list ... ok
[INFO] [stdout] test typeof_int_option_list ... ok
[INFO] [stdout] test typeof_str_list ... ok
[INFO] [stdout] test typeof_none ... ok
[INFO] [stdout] test typeof_str_dict ... ok
[INFO] [stderr]    Doc-tests papyri_lang
[INFO] [stdout] test typeof_str ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[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] running `Command { std: "docker" "inspect" "b41446bd4a944b632b42ffddd1194800f38159db6da8c764892a827174c8e904", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b41446bd4a944b632b42ffddd1194800f38159db6da8c764892a827174c8e904", kill_on_drop: false }`
[INFO] [stdout] b41446bd4a944b632b42ffddd1194800f38159db6da8c764892a827174c8e904
