[INFO] cloning repository https://github.com/SummaryPuppet/pillow_framework
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SummaryPuppet/pillow_framework" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSummaryPuppet%2Fpillow_framework", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSummaryPuppet%2Fpillow_framework'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 80041e14ddacd4595c21c8584cb4596245725edf
[INFO] testing SummaryPuppet/pillow_framework 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%2FSummaryPuppet%2Fpillow_framework" "/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/SummaryPuppet/pillow_framework
[INFO] finished tweaking git repo https://github.com/SummaryPuppet/pillow_framework
[INFO] tweaked toml for git repo https://github.com/SummaryPuppet/pillow_framework written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SummaryPuppet/pillow_framework 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/SummaryPuppet/pillow_framework 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] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/core/http/Cargo.toml: unused manifest key: dependencies.pillow-fs.path
[INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/core/http/Cargo.toml: unused manifest key: dependencies.pillow-templates.path
[INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/core/routing/Cargo.toml: unused manifest key: dependencies.pillow-config.path
[INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/core/routing/Cargo.toml: unused manifest key: dependencies.pillow-env.path
[INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/core/routing/Cargo.toml: unused manifest key: dependencies.pillow-http.path
[INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/core/server/Cargo.toml: unused manifest key: dependencies.pillow-config.path
[INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/core/server/Cargo.toml: unused manifest key: dependencies.pillow-http.path
[INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/core/server/Cargo.toml: unused manifest key: dependencies.pillow-routing.path
[INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/core/server/Cargo.toml: unused manifest key: dependencies.pillow-ssl.path
[INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/core/templates/Cargo.toml: unused manifest key: dependencies.pillow-fs.path
[INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/core/pillow/Cargo.toml: unused manifest key: dependencies.pillow-env.path
[INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/core/pillow/Cargo.toml: unused manifest key: dependencies.pillow-fs.path
[INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/core/pillow/Cargo.toml: unused manifest key: dependencies.pillow-http.path
[INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/core/pillow/Cargo.toml: unused manifest key: dependencies.pillow-routing.path
[INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/core/pillow/Cargo.toml: unused manifest key: dependencies.pillow-templates.path
[INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/core/pillow/Cargo.toml: unused manifest key: dependencies.pillow_macros.path
[INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/core/pillow/Cargo.toml: unused manifest key: dependencies.pillow_server.path
[INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/core/ssl/Cargo.toml: unused manifest key: dependencies.pillow-config.path
[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] ad939f27fb6226810987cbd7b379b683df01386ddcbbb7bc9956184f32bf4d97
[INFO] running `Command { std: "docker" "start" "-a" "ad939f27fb6226810987cbd7b379b683df01386ddcbbb7bc9956184f32bf4d97", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ad939f27fb6226810987cbd7b379b683df01386ddcbbb7bc9956184f32bf4d97", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad939f27fb6226810987cbd7b379b683df01386ddcbbb7bc9956184f32bf4d97", kill_on_drop: false }`
[INFO] [stdout] ad939f27fb6226810987cbd7b379b683df01386ddcbbb7bc9956184f32bf4d97
[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] 5647902aac4a074d34d86cd96496a8aab35f5415d84ceb7d7145e9fe19382922
[INFO] running `Command { std: "docker" "start" "-a" "5647902aac4a074d34d86cd96496a8aab35f5415d84ceb7d7145e9fe19382922", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: /opt/rustwide/workdir/core/ssl/Cargo.toml: unused manifest key: dependencies.pillow-config.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/server/Cargo.toml: unused manifest key: dependencies.pillow-config.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/server/Cargo.toml: unused manifest key: dependencies.pillow-http.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/server/Cargo.toml: unused manifest key: dependencies.pillow-routing.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/server/Cargo.toml: unused manifest key: dependencies.pillow-ssl.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/pillow/Cargo.toml: unused manifest key: dependencies.pillow-env.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/pillow/Cargo.toml: unused manifest key: dependencies.pillow-fs.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/pillow/Cargo.toml: unused manifest key: dependencies.pillow-http.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/pillow/Cargo.toml: unused manifest key: dependencies.pillow-routing.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/pillow/Cargo.toml: unused manifest key: dependencies.pillow-templates.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/pillow/Cargo.toml: unused manifest key: dependencies.pillow_macros.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/pillow/Cargo.toml: unused manifest key: dependencies.pillow_server.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/http/Cargo.toml: unused manifest key: dependencies.pillow-fs.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/http/Cargo.toml: unused manifest key: dependencies.pillow-templates.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/routing/Cargo.toml: unused manifest key: dependencies.pillow-config.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/routing/Cargo.toml: unused manifest key: dependencies.pillow-env.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/routing/Cargo.toml: unused manifest key: dependencies.pillow-http.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/templates/Cargo.toml: unused manifest key: dependencies.pillow-fs.path
[INFO] [stderr]    Compiling proc-macro2 v1.0.60
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling once_cell v1.16.0
[INFO] [stderr]    Compiling serde v1.0.163
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling thiserror v1.0.38
[INFO] [stderr]    Compiling uncased v0.9.7
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]    Compiling cc v1.0.78
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]    Compiling crossbeam-utils v0.8.14
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling phf_shared v0.11.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.12
[INFO] [stderr]    Compiling phf v0.11.1
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling parking_lot_core v0.9.5
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling unic-common v0.9.0
[INFO] [stderr]    Compiling unic-char-range v0.9.0
[INFO] [stderr]    Compiling futures-sink v0.3.28
[INFO] [stderr]    Compiling unic-char-property v0.9.0
[INFO] [stderr]    Compiling unic-ucd-version v0.9.0
[INFO] [stderr]    Compiling thread_local v1.1.4
[INFO] [stderr]    Compiling iana-time-zone v0.1.53
[INFO] [stderr]    Compiling ryu v1.0.12
[INFO] [stderr]    Compiling hashbrown v0.14.0
[INFO] [stderr]    Compiling futures-io v0.3.28
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling quote v1.0.28
[INFO] [stderr]    Compiling openssl v0.10.55
[INFO] [stderr]    Compiling unic-ucd-segment v0.9.0
[INFO] [stderr]    Compiling syn v2.0.18
[INFO] [stderr]    Compiling deunicode v0.4.3
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling winnow v0.5.1
[INFO] [stderr]    Compiling indexmap v2.0.0
[INFO] [stderr]    Compiling unic-segment v0.9.0
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling slug v0.1.4
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling bytes v1.3.0
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling percent-encoding v2.2.0
[INFO] [stderr]    Compiling humansize v1.1.1
[INFO] [stderr]    Compiling openssl-sys v0.9.90
[INFO] [stderr]    Compiling bytes v0.5.6
[INFO] [stderr]    Compiling pillow-fs v4.2.0 (/opt/rustwide/workdir/core/fs)
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling time v0.1.45
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling chrono v0.4.23
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling socket2 v0.5.3
[INFO] [stderr]    Compiling mio v0.8.8
[INFO] [stderr]    Compiling pin-project-lite v0.1.12
[INFO] [stderr]    Compiling pillow-env v4.1.2 (/opt/rustwide/workdir/core/env)
[INFO] [stderr]    Compiling tokio v0.2.25
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling regex v1.7.0
[INFO] [stderr]    Compiling phf_generator v0.11.1
[INFO] [stderr]    Compiling phf_codegen v0.11.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.38
[INFO] [stderr]    Compiling pillow_macros v0.4.1 (/opt/rustwide/workdir/core/macros)
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.0
[INFO] [stderr]    Compiling globset v0.4.9
[INFO] [stderr]    Compiling serde_derive v1.0.163
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling ignore v0.4.18
[INFO] [stderr]    Compiling pest v2.5.2
[INFO] [stderr]    Compiling chrono-tz-build v0.0.3
[INFO] [stderr]    Compiling chrono-tz v0.6.3
[INFO] [stderr]    Compiling tokio v1.32.0
[INFO] [stderr]    Compiling globwalk v0.8.1
[INFO] [stderr]    Compiling pest_meta v2.5.2
[INFO] [stderr]    Compiling pest_generator v2.5.2
[INFO] [stderr]    Compiling pest_derive v2.5.2
[INFO] [stderr]    Compiling futures-executor v0.3.28
[INFO] [stderr]    Compiling futures v0.3.28
[INFO] [stderr]    Compiling tokio-tls v0.3.1
[INFO] [stderr]    Compiling toml_datetime v0.6.3
[INFO] [stderr]    Compiling serde_json v1.0.91
[INFO] [stderr]    Compiling serde_spanned v0.6.3
[INFO] [stderr]    Compiling toml_edit v0.19.14
[INFO] [stderr]    Compiling tera v1.17.1
[INFO] [stderr]    Compiling handlebars v4.3.6
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling toml v0.7.6
[INFO] [stderr]    Compiling pillow-config v0.1.0 (/opt/rustwide/workdir/core/config)
[INFO] [stderr]    Compiling pillow-ssl v0.1.0 (/opt/rustwide/workdir/core/ssl)
[INFO] [stdout] warning: unused import: `TlsStream as NativeTlsStream`
[INFO] [stdout]  --> core/ssl/src/lib.rs:3:62
[INFO] [stdout]   |
[INFO] [stdout] 3 | use native_tls::{Identity, TlsAcceptor as NativeTlsAcceptor, TlsStream as NativeTlsStream};
[INFO] [stdout]   |                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pillow-templates v0.4.1 (/opt/rustwide/workdir/core/templates)
[INFO] [stderr]    Compiling pillow-http v0.4.2 (/opt/rustwide/workdir/core/http)
[INFO] [stderr]    Compiling pillow-routing v0.4.2 (/opt/rustwide/workdir/core/routing)
[INFO] [stderr]    Compiling pillow_server v0.1.0 (/opt/rustwide/workdir/core/server)
[INFO] [stdout] warning: unexpected `cfg` condition name: `win`
[INFO] [stdout]   --> core/server/src/server_http.rs:91:19
[INFO] [stdout]    |
[INFO] [stdout] 91 |         #[cfg(not(win))]
[INFO] [stdout]    |                   ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(win)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(win)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pillow v0.4.3 (/opt/rustwide/workdir/core/pillow)
[INFO] [stderr]    Compiling macros v0.1.0 (/opt/rustwide/workdir/examples/macros)
[INFO] [stderr]    Compiling ssl v0.1.0 (/opt/rustwide/workdir/examples/ssl)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.51s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.55
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "5647902aac4a074d34d86cd96496a8aab35f5415d84ceb7d7145e9fe19382922", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5647902aac4a074d34d86cd96496a8aab35f5415d84ceb7d7145e9fe19382922", kill_on_drop: false }`
[INFO] [stdout] 5647902aac4a074d34d86cd96496a8aab35f5415d84ceb7d7145e9fe19382922
[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] 897245ddda9f7674dcc8885014411ecb7c851894bad37261c7d54de36a8d1f31
[INFO] running `Command { std: "docker" "start" "-a" "897245ddda9f7674dcc8885014411ecb7c851894bad37261c7d54de36a8d1f31", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: /opt/rustwide/workdir/core/routing/Cargo.toml: unused manifest key: dependencies.pillow-config.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/routing/Cargo.toml: unused manifest key: dependencies.pillow-env.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/routing/Cargo.toml: unused manifest key: dependencies.pillow-http.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/pillow/Cargo.toml: unused manifest key: dependencies.pillow-env.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/pillow/Cargo.toml: unused manifest key: dependencies.pillow-fs.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/pillow/Cargo.toml: unused manifest key: dependencies.pillow-http.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/pillow/Cargo.toml: unused manifest key: dependencies.pillow-routing.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/pillow/Cargo.toml: unused manifest key: dependencies.pillow-templates.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/pillow/Cargo.toml: unused manifest key: dependencies.pillow_macros.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/pillow/Cargo.toml: unused manifest key: dependencies.pillow_server.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/server/Cargo.toml: unused manifest key: dependencies.pillow-config.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/server/Cargo.toml: unused manifest key: dependencies.pillow-http.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/server/Cargo.toml: unused manifest key: dependencies.pillow-routing.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/server/Cargo.toml: unused manifest key: dependencies.pillow-ssl.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/ssl/Cargo.toml: unused manifest key: dependencies.pillow-config.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/templates/Cargo.toml: unused manifest key: dependencies.pillow-fs.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/http/Cargo.toml: unused manifest key: dependencies.pillow-fs.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/http/Cargo.toml: unused manifest key: dependencies.pillow-templates.path
[INFO] [stderr]    Compiling pillow_macros v0.4.1 (/opt/rustwide/workdir/core/macros)
[INFO] [stderr]    Compiling pillow-env v4.1.2 (/opt/rustwide/workdir/core/env)
[INFO] [stderr]    Compiling pillow-config v0.1.0 (/opt/rustwide/workdir/core/config)
[INFO] [stderr]    Compiling pillow-fs v4.2.0 (/opt/rustwide/workdir/core/fs)
[INFO] [stdout] warning: unused import: `TlsStream as NativeTlsStream`
[INFO] [stdout]  --> core/ssl/src/lib.rs:3:62
[INFO] [stdout]   |
[INFO] [stdout] 3 | use native_tls::{Identity, TlsAcceptor as NativeTlsAcceptor, TlsStream as NativeTlsStream};
[INFO] [stdout]   |                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pillow-ssl v0.1.0 (/opt/rustwide/workdir/core/ssl)
[INFO] [stderr]    Compiling pillow-templates v0.4.1 (/opt/rustwide/workdir/core/templates)
[INFO] [stderr]    Compiling pillow-http v0.4.2 (/opt/rustwide/workdir/core/http)
[INFO] [stderr]    Compiling pillow-routing v0.4.2 (/opt/rustwide/workdir/core/routing)
[INFO] [stdout] warning: unexpected `cfg` condition name: `win`
[INFO] [stdout]   --> core/server/src/server_http.rs:91:19
[INFO] [stdout]    |
[INFO] [stdout] 91 |         #[cfg(not(win))]
[INFO] [stdout]    |                   ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(win)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(win)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pillow_server v0.1.0 (/opt/rustwide/workdir/core/server)
[INFO] [stdout] warning: unused import: `TlsStream as NativeTlsStream`
[INFO] [stdout]  --> core/ssl/src/lib.rs:3:62
[INFO] [stdout]   |
[INFO] [stdout] 3 | use native_tls::{Identity, TlsAcceptor as NativeTlsAcceptor, TlsStream as NativeTlsStream};
[INFO] [stdout]   |                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `win`
[INFO] [stdout]   --> core/server/src/server_http.rs:91:19
[INFO] [stdout]    |
[INFO] [stdout] 91 |         #[cfg(not(win))]
[INFO] [stdout]    |                   ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(win)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(win)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pillow v0.4.3 (/opt/rustwide/workdir/core/pillow)
[INFO] [stderr]    Compiling macros v0.1.0 (/opt/rustwide/workdir/examples/macros)
[INFO] [stderr]    Compiling ssl v0.1.0 (/opt/rustwide/workdir/examples/ssl)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.46s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.55
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "897245ddda9f7674dcc8885014411ecb7c851894bad37261c7d54de36a8d1f31", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "897245ddda9f7674dcc8885014411ecb7c851894bad37261c7d54de36a8d1f31", kill_on_drop: false }`
[INFO] [stdout] 897245ddda9f7674dcc8885014411ecb7c851894bad37261c7d54de36a8d1f31
[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] aa83e4fefed7acda3ebc4a61fce3d259bc5d1f8246a29a61225a6dd8c33ce9e9
[INFO] running `Command { std: "docker" "start" "-a" "aa83e4fefed7acda3ebc4a61fce3d259bc5d1f8246a29a61225a6dd8c33ce9e9", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: /opt/rustwide/workdir/core/http/Cargo.toml: unused manifest key: dependencies.pillow-fs.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/http/Cargo.toml: unused manifest key: dependencies.pillow-templates.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/ssl/Cargo.toml: unused manifest key: dependencies.pillow-config.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/pillow/Cargo.toml: unused manifest key: dependencies.pillow-env.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/pillow/Cargo.toml: unused manifest key: dependencies.pillow-fs.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/pillow/Cargo.toml: unused manifest key: dependencies.pillow-http.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/pillow/Cargo.toml: unused manifest key: dependencies.pillow-routing.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/pillow/Cargo.toml: unused manifest key: dependencies.pillow-templates.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/pillow/Cargo.toml: unused manifest key: dependencies.pillow_macros.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/pillow/Cargo.toml: unused manifest key: dependencies.pillow_server.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/templates/Cargo.toml: unused manifest key: dependencies.pillow-fs.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/routing/Cargo.toml: unused manifest key: dependencies.pillow-config.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/routing/Cargo.toml: unused manifest key: dependencies.pillow-env.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/routing/Cargo.toml: unused manifest key: dependencies.pillow-http.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/server/Cargo.toml: unused manifest key: dependencies.pillow-config.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/server/Cargo.toml: unused manifest key: dependencies.pillow-http.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/server/Cargo.toml: unused manifest key: dependencies.pillow-routing.path
[INFO] [stderr] warning: /opt/rustwide/workdir/core/server/Cargo.toml: unused manifest key: dependencies.pillow-ssl.path
[INFO] [stderr] warning: unused import: `TlsStream as NativeTlsStream`
[INFO] [stderr]  --> core/ssl/src/lib.rs:3:62
[INFO] [stderr]   |
[INFO] [stderr] 3 | use native_tls::{Identity, TlsAcceptor as NativeTlsAcceptor, TlsStream as NativeTlsStream};
[INFO] [stderr]   |                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `pillow-ssl` (lib) generated 1 warning (run `cargo fix --lib -p pillow-ssl` to apply 1 suggestion)
[INFO] [stderr] warning: unexpected `cfg` condition name: `win`
[INFO] [stderr]   --> core/server/src/server_http.rs:91:19
[INFO] [stderr]    |
[INFO] [stderr] 91 |         #[cfg(not(win))]
[INFO] [stderr]    |                   ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stderr]    = help: consider using a Cargo feature instead
[INFO] [stderr]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]             [lints.rust]
[INFO] [stderr]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(win)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(win)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `pillow_server` (lib) generated 1 warning
[INFO] [stderr] warning: `pillow_server` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `pillow-ssl` (lib test) generated 1 warning (1 duplicate)
[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: openssl v0.10.55
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/macros-61ffd9090fef04b9)
[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/main.rs (/opt/rustwide/target/debug/deps/macros-c3eb6371f8bde556)
[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/pillow-95ce9139cb897ab9)
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pillow_config-90cf9e6e35563be8)
[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] [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/pillow_env-aa99f97540e87797)
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pillow_fs-8d1278d25efc5137)
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 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/pillow_http-43aec92b89dae4c4)
[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/pillow_routing-626f34e50867f118)
[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] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pillow_ssl-7342a3d260504474)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pillow_templates-8f50d14606997408)
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test tests::it_works_hbs ... ok
[INFO] [stdout] test tests::it_works_html ... ok
[INFO] [stdout] test tests::it_works_tera_html ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pillow_macros-6ac40985839ad870)
[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/pillow_server-cf160da2220f219e)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ssl-a9cbf0f54534a57b)
[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]    Doc-tests macros
[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] [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]    Doc-tests pillow
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test core/pillow/src/lib.rs - (line 7) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- core/pillow/src/lib.rs - (line 7) stdout ----
[INFO] [stdout] error: expected `;`, found keyword `let`
[INFO] [stdout]   --> core/pillow/src/lib.rs:25:7
[INFO] [stdout]    |
[INFO] [stdout] 25 |     })
[INFO] [stdout]    |       ^ help: add `;` here
[INFO] [stdout] 26 |
[INFO] [stdout] 27 |     let server = Server::default();
[INFO] [stdout]    |     --- unexpected token
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tokio` in this scope
[INFO] [stdout]   --> core/pillow/src/lib.rs:16:3
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[tokio::main]
[INFO] [stdout]    |   ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout] 
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout]   --> core/pillow/src/lib.rs:29:24
[INFO] [stdout]    |
[INFO] [stdout] 17 | fn main(){
[INFO] [stdout]    | --------- this is not `async`
[INFO] [stdout] ...
[INFO] [stdout] 29 |     server.run(router).await;
[INFO] [stdout]    |                        ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0728.
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     core/pillow/src/lib.rs - (line 7)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `-p pillow --doc`
[INFO] running `Command { std: "docker" "inspect" "aa83e4fefed7acda3ebc4a61fce3d259bc5d1f8246a29a61225a6dd8c33ce9e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aa83e4fefed7acda3ebc4a61fce3d259bc5d1f8246a29a61225a6dd8c33ce9e9", kill_on_drop: false }`
[INFO] [stdout] aa83e4fefed7acda3ebc4a61fce3d259bc5d1f8246a29a61225a6dd8c33ce9e9
