[INFO] fetching crate multer 3.1.0...
[INFO] testing multer-3.1.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate multer 3.1.0 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate multer 3.1.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate multer 3.1.0
[INFO] tweaked toml for crates.io crate multer 3.1.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate multer 3.1.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 multer 3.1.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-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 288df7902fc898a03b2a0f6aa63d2078f86d6216d11062421bec686cb6c5a6e4
[INFO] running `Command { std: "docker" "start" "-a" "288df7902fc898a03b2a0f6aa63d2078f86d6216d11062421bec686cb6c5a6e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "288df7902fc898a03b2a0f6aa63d2078f86d6216d11062421bec686cb6c5a6e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "288df7902fc898a03b2a0f6aa63d2078f86d6216d11062421bec686cb6c5a6e4", kill_on_drop: false }`
[INFO] [stdout] 288df7902fc898a03b2a0f6aa63d2078f86d6216d11062421bec686cb6c5a6e4
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 66ba2f180c093cc8b9c5660a995708f8ebb9eb5b8e146cf5b7869248028881a7
[INFO] running `Command { std: "docker" "start" "-a" "66ba2f180c093cc8b9c5660a995708f8ebb9eb5b8e146cf5b7869248028881a7", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-task v0.3.29
[INFO] [stderr]    Compiling futures-util v0.3.29
[INFO] [stderr]    Compiling itoa v1.0.10
[INFO] [stderr]    Compiling multer v3.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling encoding_rs v0.8.33
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling http v1.0.0
[INFO] [stdout] warning: unexpected `cfg` condition name: `nightly`
[INFO] [stdout]    --> src/lib.rs:119:13
[INFO] [stdout]     |
[INFO] [stdout] 119 | #![cfg_attr(nightly, feature(doc_cfg))]
[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(nightly)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.95s
[INFO] running `Command { std: "docker" "inspect" "66ba2f180c093cc8b9c5660a995708f8ebb9eb5b8e146cf5b7869248028881a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "66ba2f180c093cc8b9c5660a995708f8ebb9eb5b8e146cf5b7869248028881a7", kill_on_drop: false }`
[INFO] [stdout] 66ba2f180c093cc8b9c5660a995708f8ebb9eb5b8e146cf5b7869248028881a7
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] abb129e43755c3acc5bb8b9c5a082a8c5f37408f2a3bcfcda11a1ec89878118e
[INFO] running `Command { std: "docker" "start" "-a" "abb129e43755c3acc5bb8b9c5a082a8c5f37408f2a3bcfcda11a1ec89878118e", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.151
[INFO] [stderr]    Compiling syn v2.0.41
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling futures-sink v0.3.29
[INFO] [stderr]    Compiling futures-channel v0.3.29
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling http-body v1.0.0
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling tower-layer v0.3.2
[INFO] [stderr]    Compiling http-body-util v0.1.0
[INFO] [stdout] warning: unexpected `cfg` condition name: `nightly`
[INFO] [stdout]    --> src/lib.rs:119:13
[INFO] [stdout]     |
[INFO] [stdout] 119 | #![cfg_attr(nightly, feature(doc_cfg))]
[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(nightly)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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 indexmap v2.1.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling mio v0.8.10
[INFO] [stderr]    Compiling socket2 v0.5.5
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.3
[INFO] [stderr]    Compiling serde_derive v1.0.193
[INFO] [stderr]    Compiling tokio v1.35.0
[INFO] [stderr]    Compiling pin-project v1.1.3
[INFO] [stderr]    Compiling tokio-util v0.7.10
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling h2 v0.4.0
[INFO] [stderr]    Compiling hyper v1.0.1
[INFO] [stderr]    Compiling hyper-util v0.1.1
[INFO] [stderr]    Compiling multer v3.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `nightly`
[INFO] [stdout]    --> src/lib.rs:119:13
[INFO] [stdout]     |
[INFO] [stdout] 119 | #![cfg_attr(nightly, feature(doc_cfg))]
[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(nightly)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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]     Finished `test` profile [unoptimized + debuginfo] target(s) in 36.26s
[INFO] running `Command { std: "docker" "inspect" "abb129e43755c3acc5bb8b9c5a082a8c5f37408f2a3bcfcda11a1ec89878118e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "abb129e43755c3acc5bb8b9c5a082a8c5f37408f2a3bcfcda11a1ec89878118e", kill_on_drop: false }`
[INFO] [stdout] abb129e43755c3acc5bb8b9c5a082a8c5f37408f2a3bcfcda11a1ec89878118e
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 995693cdfee046f159bc87d7f2640c484dc12413062a267f0856d3080c345e0a
[INFO] running `Command { std: "docker" "start" "-a" "995693cdfee046f159bc87d7f2640c484dc12413062a267f0856d3080c345e0a", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition name: `nightly`
[INFO] [stderr]    --> src/lib.rs:119:13
[INFO] [stderr]     |
[INFO] [stderr] 119 | #![cfg_attr(nightly, feature(doc_cfg))]
[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(nightly)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `multer` (lib) generated 1 warning
[INFO] [stderr] warning: `multer` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/multer-387dbd9a7cad4d56)
[INFO] [stdout] running 8 tests
[INFO] [stdout] test constants::tests::test_content_disposition_file_name_only ... ok
[INFO] [stdout] test constants::tests::test_content_disposition_extraction ... ok
[INFO] [stdout] test constants::tests::test_content_disposition_name_only ... ok
[INFO] [stdout] test constants::tests::test_content_disposition_name_unquoted ... ok
[INFO] [stdout] test constants::tests::test_content_distribution_misordered_fields ... ok
[INFO] [stdout] test constants::tests::test_content_disposition_name_quoted ... ok
[INFO] [stdout] test tests::test_parse_boundary ... ok
[INFO] [stderr]      Running tests/integration.rs (/opt/rustwide/target/debug/deps/integration-40e578fd49a5d989)
[INFO] [stdout] test constants::tests::test_content_disposition_name_escaped_quote ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test test_multipart_constraint_size_limit_for_field ... ok
[INFO] [stdout] test test_multipart_constraint_size_limit_per_field ... ok
[INFO] [stdout] test test_multipart_constraint_allowed_fields_normal ... ok
[INFO] [stdout] test test_multipart_basic ... ok
[INFO] [stdout] test test_multipart_clean_field ... ok
[INFO] [stdout] test test_multiaccess_caught ... ok
[INFO] [stdout] test test_multipart_transport_padding ... ok
[INFO] [stdout] test test_multipart_empty ... ok
[INFO] [stdout] test test_multipart_constraint_size_limit_whole_stream ... ok
[INFO] [stdout] test test_multipart_header ... ok
[INFO] [stdout] test test_multipart_constraint_allowed_fields_unknown_field - should panic ... ok
[INFO] [stdout] test test_multipart_constraint_size_limit_whole_stream_size_exceeded - should panic ... ok
[INFO] [stdout] test test_multipart_constraint_size_limit_per_field_size_exceeded - should panic ... ok
[INFO] [stderr]    Doc-tests multer
[INFO] [stdout] test test_multipart_constraint_size_limit_for_field_size_exceeded - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test src/lib.rs - (line 12) - compile ... ok
[INFO] [stdout] test src/field.rs - field::Field<'r>::index (line 292) ... ok
[INFO] [stdout] test src/lib.rs - (line 68) ... ok
[INFO] [stdout] test src/field.rs - field::Field<'r>::chunk (line 142) ... ok
[INFO] [stdout] test src/field.rs - field::Field (line 30) ... ok
[INFO] [stdout] test src/field.rs - field::Field<'r>::text_with_charset (line 256) ... ok
[INFO] [stdout] test src/lib.rs - parse_boundary (line 157) ... ok
[INFO] [stdout] test src/constraints.rs - constraints::Constraints (line 14) ... ok
[INFO] [stdout] test src/field.rs - field::Field<'r>::bytes (line 105) ... ok
[INFO] [stdout] test src/field.rs - field::Field<'r>::text (line 221) ... ok
[INFO] [stdout] test src/multipart.rs - multipart::Multipart (line 30) ... ok
[INFO] [stdout] test src/multipart.rs - multipart::Multipart (line 54) ... ok
[INFO] [stdout] test src/multipart.rs - multipart::Multipart<'r>::next_field_with_idx (line 436) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.31s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "995693cdfee046f159bc87d7f2640c484dc12413062a267f0856d3080c345e0a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "995693cdfee046f159bc87d7f2640c484dc12413062a267f0856d3080c345e0a", kill_on_drop: false }`
[INFO] [stdout] 995693cdfee046f159bc87d7f2640c484dc12413062a267f0856d3080c345e0a
