[INFO] fetching crate restest 0.1.0...
[INFO] testing restest-0.1.0 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate restest 0.1.0 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate restest 0.1.0
[INFO] finished tweaking crates.io crate restest 0.1.0
[INFO] tweaked toml for crates.io crate restest 0.1.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate restest 0.1.0 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate restest 0.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-2026-04-21" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4195e26c380cf2f40e827f68b3ae5e2b89969231159ca83c224d08df79cef34d
[INFO] running `Command { std: "docker" "start" "-a" "4195e26c380cf2f40e827f68b3ae5e2b89969231159ca83c224d08df79cef34d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4195e26c380cf2f40e827f68b3ae5e2b89969231159ca83c224d08df79cef34d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4195e26c380cf2f40e827f68b3ae5e2b89969231159ca83c224d08df79cef34d", kill_on_drop: false }`
[INFO] [stdout] 4195e26c380cf2f40e827f68b3ae5e2b89969231159ca83c224d08df79cef34d
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 50b72d1841e8c2c979e4ffb6325a7f44a572dd82a2da3524a299a3ff3bf2b5d7
[INFO] running `Command { std: "docker" "start" "-a" "50b72d1841e8c2c979e4ffb6325a7f44a572dd82a2da3524a299a3ff3bf2b5d7", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling libc v0.2.109
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling pkg-config v0.3.23
[INFO] [stderr]    Compiling pin-project-lite v0.2.7
[INFO] [stderr]    Compiling cc v1.0.72
[INFO] [stderr]    Compiling futures-core v0.3.18
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling futures-task v0.3.18
[INFO] [stderr]    Compiling futures-util v0.3.18
[INFO] [stderr]    Compiling openssl v0.10.38
[INFO] [stderr]    Compiling tracing-core v0.1.21
[INFO] [stderr]    Compiling futures-sink v0.3.18
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.33
[INFO] [stderr]    Compiling ryu v1.0.6
[INFO] [stderr]    Compiling futures-channel v0.3.18
[INFO] [stderr]    Compiling serde v1.0.131
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling httparse v1.5.1
[INFO] [stderr]    Compiling once_cell v1.8.0
[INFO] [stderr]    Compiling native-tls v0.2.8
[INFO] [stderr]    Compiling tokio v1.14.0
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]    Compiling http v0.2.5
[INFO] [stderr]    Compiling tracing v0.1.29
[INFO] [stderr]    Compiling tinyvec v1.5.1
[INFO] [stderr]    Compiling openssl-probe v0.1.4
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling slab v0.4.5
[INFO] [stderr]    Compiling mio v0.7.14
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling socket2 v0.4.2
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling serde_json v1.0.72
[INFO] [stderr]    Compiling tower-service v0.3.1
[INFO] [stderr]    Compiling encoding_rs v0.8.30
[INFO] [stderr]    Compiling unicode-bidi v0.3.7
[INFO] [stderr]    Compiling syn v1.0.82
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling ipnet v2.3.1
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling dep_doc v0.1.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]    Compiling openssl-sys v0.9.71
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]    Compiling http-body v0.4.4
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling serde_urlencoded v0.7.0
[INFO] [stderr]    Compiling tokio-util v0.6.9
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling h2 v0.3.8
[INFO] [stderr]    Compiling restest_macros v0.1.0
[INFO] [stderr]    Compiling hyper v0.14.15
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.7
[INFO] [stderr]    Compiling restest v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `#[track_caller]` on async functions is a no-op
[INFO] [stdout]    --> src/request.rs:204:5
[INFO] [stdout]     |
[INFO] [stdout] 204 |       #[track_caller]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^
[INFO] [stdout] 205 | /     pub async fn expect_status<T>(self, status: StatusCode) -> T
[INFO] [stdout] 206 | |     where
[INFO] [stdout] 207 | |         T: DeserializeOwned,
[INFO] [stdout] ...   |
[INFO] [stdout] 214 | |             .expect("Failed to deserialize body")
[INFO] [stdout] 215 | |     }
[INFO] [stdout]     | |_____- this function will not propagate the caller location
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #110011 <https://github.com/rust-lang/rust/issues/110011> for more information
[INFO] [stdout]     = note: `#[warn(ungated_async_fn_track_caller)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.22s
[INFO] running `Command { std: "docker" "inspect" "50b72d1841e8c2c979e4ffb6325a7f44a572dd82a2da3524a299a3ff3bf2b5d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "50b72d1841e8c2c979e4ffb6325a7f44a572dd82a2da3524a299a3ff3bf2b5d7", kill_on_drop: false }`
[INFO] [stdout] 50b72d1841e8c2c979e4ffb6325a7f44a572dd82a2da3524a299a3ff3bf2b5d7
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bee34c93cdbf238fa0d37f9bd9b89b2e454f4bdfdde6cd9c82cfe75888402020
[INFO] running `Command { std: "docker" "start" "-a" "bee34c93cdbf238fa0d37f9bd9b89b2e454f4bdfdde6cd9c82cfe75888402020", kill_on_drop: false }`
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling tokio v1.14.0
[INFO] [stderr]    Compiling serde_derive v1.0.131
[INFO] [stderr]    Compiling serde v1.0.131
[INFO] [stderr]    Compiling futures-task v0.3.18
[INFO] [stderr]    Compiling typenum v1.14.0
[INFO] [stderr]    Compiling futures-util v0.3.18
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling tokio-macros v1.6.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.15
[INFO] [stderr]    Compiling futures-channel v0.3.18
[INFO] [stderr]    Compiling tracing v0.1.29
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling cpufeatures v0.2.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling pin-project-internal v1.0.8
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling safemem v0.3.3
[INFO] [stderr]    Compiling headers-core v0.2.0
[INFO] [stderr]    Compiling trybuild v1.0.53
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling termcolor v1.1.2
[INFO] [stderr]    Compiling scoped-tls v1.0.0
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling twoway v0.1.8
[INFO] [stderr]    Compiling buf_redux v0.8.4
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]    Compiling mime_guess v2.0.3
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling pin-project v1.0.8
[INFO] [stderr]    Compiling tempfile v3.2.0
[INFO] [stderr]    Compiling multipart v0.18.0
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling sha-1 v0.9.8
[INFO] [stderr]    Compiling tungstenite v0.14.0
[INFO] [stderr]    Compiling headers v0.3.5
[INFO] [stderr]    Compiling tokio-util v0.6.9
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling tokio-tungstenite v0.15.0
[INFO] [stderr]    Compiling tokio-stream v0.1.8
[INFO] [stderr]    Compiling h2 v0.3.8
[INFO] [stderr]    Compiling serde_json v1.0.72
[INFO] [stderr]    Compiling serde_urlencoded v0.7.0
[INFO] [stderr]    Compiling toml v0.5.8
[INFO] [stderr]    Compiling uuid v0.8.2
[INFO] [stderr]    Compiling hyper v0.14.15
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling warp v0.3.2
[INFO] [stderr]    Compiling reqwest v0.11.7
[INFO] [stderr]    Compiling restest v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `#[track_caller]` on async functions is a no-op
[INFO] [stdout]    --> src/request.rs:204:5
[INFO] [stdout]     |
[INFO] [stdout] 204 |       #[track_caller]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^
[INFO] [stdout] 205 | /     pub async fn expect_status<T>(self, status: StatusCode) -> T
[INFO] [stdout] 206 | |     where
[INFO] [stdout] 207 | |         T: DeserializeOwned,
[INFO] [stdout] ...   |
[INFO] [stdout] 214 | |             .expect("Failed to deserialize body")
[INFO] [stdout] 215 | |     }
[INFO] [stdout]     | |_____- this function will not propagate the caller location
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #110011 <https://github.com/rust-lang/rust/issues/110011> for more information
[INFO] [stdout]     = note: `#[warn(ungated_async_fn_track_caller)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[track_caller]` on async functions is a no-op
[INFO] [stdout]    --> src/request.rs:204:5
[INFO] [stdout]     |
[INFO] [stdout] 204 |       #[track_caller]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^
[INFO] [stdout] 205 | /     pub async fn expect_status<T>(self, status: StatusCode) -> T
[INFO] [stdout] 206 | |     where
[INFO] [stdout] 207 | |         T: DeserializeOwned,
[INFO] [stdout] ...   |
[INFO] [stdout] 214 | |             .expect("Failed to deserialize body")
[INFO] [stdout] 215 | |     }
[INFO] [stdout]     | |_____- this function will not propagate the caller location
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #110011 <https://github.com/rust-lang/rust/issues/110011> for more information
[INFO] [stdout]     = note: `#[warn(ungated_async_fn_track_caller)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 30.45s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.18.0
[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" "bee34c93cdbf238fa0d37f9bd9b89b2e454f4bdfdde6cd9c82cfe75888402020", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bee34c93cdbf238fa0d37f9bd9b89b2e454f4bdfdde6cd9c82cfe75888402020", kill_on_drop: false }`
[INFO] [stdout] bee34c93cdbf238fa0d37f9bd9b89b2e454f4bdfdde6cd9c82cfe75888402020
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 63d16256f77f86cb8dbcc02536690fc383f02e82abbce4d0b6bd90af29e754cc
[INFO] running `Command { std: "docker" "start" "-a" "63d16256f77f86cb8dbcc02536690fc383f02e82abbce4d0b6bd90af29e754cc", kill_on_drop: false }`
[INFO] [stderr] warning: `#[track_caller]` on async functions is a no-op
[INFO] [stderr]    --> src/request.rs:204:5
[INFO] [stderr]     |
[INFO] [stderr] 204 |       #[track_caller]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^
[INFO] [stderr] 205 | /     pub async fn expect_status<T>(self, status: StatusCode) -> T
[INFO] [stderr] 206 | |     where
[INFO] [stderr] 207 | |         T: DeserializeOwned,
[INFO] [stderr] ...   |
[INFO] [stderr] 214 | |             .expect("Failed to deserialize body")
[INFO] [stderr] 215 | |     }
[INFO] [stderr]     | |_____- this function will not propagate the caller location
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #110011 <https://github.com/rust-lang/rust/issues/110011> for more information
[INFO] [stderr]     = note: `#[warn(ungated_async_fn_track_caller)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `restest` (lib) generated 1 warning
[INFO] [stderr] warning: `restest` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.18.0
[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/restest-b7a7a8038740c03a)
[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/setup.rs (/opt/rustwide/target/debug/deps/setup-609e32c343cc4bdc)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr] warning: `/opt/rustwide/target/tests/restest/.cargo/config` is deprecated in favor of `config.toml`
[INFO] [stderr]   |
[INFO] [stderr]   = help: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.33
[INFO] [stderr]    Compiling libc v0.2.109
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.82
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.7
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling futures-core v0.3.18
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling pkg-config v0.3.23
[INFO] [stderr]    Compiling cc v1.0.72
[INFO] [stderr]    Compiling futures-sink v0.3.18
[INFO] [stderr]    Compiling httparse v1.5.1
[INFO] [stderr]    Compiling futures-task v0.3.18
[INFO] [stderr]    Compiling typenum v1.14.0
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.131
[INFO] [stderr]    Compiling futures-util v0.3.18
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling tinyvec v1.5.1
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling http v0.2.5
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling serde v1.0.131
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling tokio v1.14.0
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]    Compiling slab v0.4.5
[INFO] [stderr]    Compiling tracing-core v0.1.21
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling ryu v1.0.6
[INFO] [stderr]    Compiling ppv-lite86 v0.2.15
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]    Compiling mio v0.7.14
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]    Compiling futures-channel v0.3.18
[INFO] [stderr]    Compiling openssl v0.10.38
[INFO] [stderr]    Compiling unicode-bidi v0.3.7
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling tracing v0.1.29
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling once_cell v1.8.0
[INFO] [stderr]    Compiling openssl-sys v0.9.71
[INFO] [stderr]    Compiling native-tls v0.2.8
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]    Compiling socket2 v0.4.2
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling cpufeatures v0.2.1
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling serde_json v1.0.72
[INFO] [stderr]    Compiling openssl-probe v0.1.4
[INFO] [stderr]    Compiling tower-service v0.3.1
[INFO] [stderr]    Compiling mime_guess v2.0.3
[INFO] [stderr]    Compiling encoding_rs v0.8.30
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling safemem v0.3.3
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling http-body v0.4.4
[INFO] [stderr]    Compiling headers-core v0.2.0
[INFO] [stderr]    Compiling buf_redux v0.8.4
[INFO] [stderr]    Compiling twoway v0.1.8
[INFO] [stderr]    Compiling ipnet v2.3.1
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling scoped-tls v1.0.0
[INFO] [stderr]    Compiling dep_doc v0.1.1
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling sha-1 v0.9.8
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling headers v0.3.5
[INFO] [stderr]    Compiling tempfile v3.2.0
[INFO] [stderr]    Compiling multipart v0.18.0
[INFO] [stderr]    Compiling tokio-macros v1.6.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling pin-project-internal v1.0.8
[INFO] [stderr]    Compiling restest_macros v0.1.0
[INFO] [stderr]    Compiling pin-project v1.0.8
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling tungstenite v0.14.0
[INFO] [stderr]    Compiling tokio-util v0.6.9
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling tokio-stream v0.1.8
[INFO] [stderr]    Compiling tokio-tungstenite v0.15.0
[INFO] [stderr]    Compiling h2 v0.3.8
[INFO] [stderr]    Compiling serde_urlencoded v0.7.0
[INFO] [stderr]    Compiling uuid v0.8.2
[INFO] [stderr]    Compiling hyper v0.14.15
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling warp v0.3.2
[INFO] [stderr]    Compiling reqwest v0.11.7
[INFO] [stderr]    Compiling restest v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: `#[track_caller]` on async functions is a no-op
[INFO] [stderr]    --> /opt/rustwide/workdir/src/request.rs:204:5
[INFO] [stderr]     |
[INFO] [stderr] 204 |       #[track_caller]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^
[INFO] [stderr] 205 | /     pub async fn expect_status<T>(self, status: StatusCode) -> T
[INFO] [stderr] 206 | |     where
[INFO] [stderr] 207 | |         T: DeserializeOwned,
[INFO] [stderr] ...   |
[INFO] [stderr] 214 | |             .expect("Failed to deserialize body")
[INFO] [stderr] 215 | |     }
[INFO] [stderr]     | |_____- this function will not propagate the caller location
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #110011 <https://github.com/rust-lang/rust/issues/110011> for more information
[INFO] [stderr]     = note: `#[warn(ungated_async_fn_track_caller)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `restest` (lib) generated 1 warning
[INFO] [stderr]    Compiling restest-tests v0.0.0 (/opt/rustwide/target/tests/restest)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.26s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.18.0
[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] 
[INFO] [stderr] 
[INFO] [stderr] test tests/ok/json_pattern_array.rs ... ok
[INFO] [stderr] 
[INFO] [stderr] WARNINGS:
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] warning: `/opt/rustwide/target/tests/restest/.cargo/config` is deprecated in favor of `config.toml`
[INFO] [stderr]   |
[INFO] [stderr]   = help: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
[INFO] [stderr] warning: `#[track_caller]` on async functions is a no-op
[INFO] [stderr]    --> src/request.rs
[INFO] [stderr]     |
[INFO] [stderr]     |       #[track_caller]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^
[INFO] [stderr]     | /     pub async fn expect_status<T>(self, status: StatusCode) -> T
[INFO] [stderr]     | |     where
[INFO] [stderr]     | |         T: DeserializeOwned,
[INFO] [stderr] ...   |
[INFO] [stderr]     | |             .expect("Failed to deserialize body")
[INFO] [stderr]     | |     }
[INFO] [stderr]     | |_____- this function will not propagate the caller location
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #110011 <https://github.com/rust-lang/rust/issues/110011> for more information
[INFO] [stderr]     = note: `#[warn(ungated_async_fn_track_caller)]` on by default
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] 
[INFO] [stderr] STDERR:
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] warning: `/opt/rustwide/target/tests/restest/.cargo/config` is deprecated in favor of `config.toml`
[INFO] [stderr]   |
[INFO] [stderr]   = help: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
[INFO] [stderr] warning: `#[track_caller]` on async functions is a no-op
[INFO] [stderr]    --> /opt/rustwide/workdir/src/request.rs:204:5
[INFO] [stderr]     |
[INFO] [stderr] 204 |       #[track_caller]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^
[INFO] [stderr] 205 | /     pub async fn expect_status<T>(self, status: StatusCode) -> T
[INFO] [stderr] 206 | |     where
[INFO] [stderr] 207 | |         T: DeserializeOwned,
[INFO] [stderr] ...   |
[INFO] [stderr] 214 | |             .expect("Failed to deserialize body")
[INFO] [stderr] 215 | |     }
[INFO] [stderr]     | |_____- this function will not propagate the caller location
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #110011 <https://github.com/rust-lang/rust/issues/110011> for more information
[INFO] [stderr]     = note: `#[warn(ungated_async_fn_track_caller)]` on by default
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] 
[INFO] [stderr] test tests/ok/json_pattern_binding.rs ... ok
[INFO] [stderr] 
[INFO] [stderr] WARNINGS:
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] warning: `/opt/rustwide/target/tests/restest/.cargo/config` is deprecated in favor of `config.toml`
[INFO] [stderr]   |
[INFO] [stderr]   = help: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
[INFO] [stderr] warning: `#[track_caller]` on async functions is a no-op
[INFO] [stderr]    --> src/request.rs
[INFO] [stderr]     |
[INFO] [stderr]     |       #[track_caller]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^
[INFO] [stderr]     | /     pub async fn expect_status<T>(self, status: StatusCode) -> T
[INFO] [stderr]     | |     where
[INFO] [stderr]     | |         T: DeserializeOwned,
[INFO] [stderr] ...   |
[INFO] [stderr]     | |             .expect("Failed to deserialize body")
[INFO] [stderr]     | |     }
[INFO] [stderr]     | |_____- this function will not propagate the caller location
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #110011 <https://github.com/rust-lang/rust/issues/110011> for more information
[INFO] [stderr]     = note: `#[warn(ungated_async_fn_track_caller)]` on by default
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] 
[INFO] [stderr] STDERR:
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] warning: `/opt/rustwide/target/tests/restest/.cargo/config` is deprecated in favor of `config.toml`
[INFO] [stderr]   |
[INFO] [stderr]   = help: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
[INFO] [stderr] warning: `#[track_caller]` on async functions is a no-op
[INFO] [stderr]    --> /opt/rustwide/workdir/src/request.rs:204:5
[INFO] [stderr]     |
[INFO] [stderr] 204 |       #[track_caller]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^
[INFO] [stderr] 205 | /     pub async fn expect_status<T>(self, status: StatusCode) -> T
[INFO] [stderr] 206 | |     where
[INFO] [stderr] 207 | |         T: DeserializeOwned,
[INFO] [stderr] ...   |
[INFO] [stderr] 214 | |             .expect("Failed to deserialize body")
[INFO] [stderr] 215 | |     }
[INFO] [stderr]     | |_____- this function will not propagate the caller location
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #110011 <https://github.com/rust-lang/rust/issues/110011> for more information
[INFO] [stderr]     = note: `#[warn(ungated_async_fn_track_caller)]` on by default
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] 
[INFO] [stderr] test tests/ok/json_pattern_number.rs ... ok
[INFO] [stdout] test ui ... ok
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stderr] WARNINGS:
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 42.67s
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout] 
[INFO] [stderr] warning: `/opt/rustwide/target/tests/restest/.cargo/config` is deprecated in favor of `config.toml`
[INFO] [stderr]   |
[INFO] [stderr]   = help: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
[INFO] [stderr] warning: `#[track_caller]` on async functions is a no-op
[INFO] [stderr]    --> src/request.rs
[INFO] [stderr]     |
[INFO] [stderr]     |       #[track_caller]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^
[INFO] [stderr]     | /     pub async fn expect_status<T>(self, status: StatusCode) -> T
[INFO] [stderr]     | |     where
[INFO] [stderr]     | |         T: DeserializeOwned,
[INFO] [stderr] ...   |
[INFO] [stderr]     | |             .expect("Failed to deserialize body")
[INFO] [stderr]     | |     }
[INFO] [stderr]     | |_____- this function will not propagate the caller location
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #110011 <https://github.com/rust-lang/rust/issues/110011> for more information
[INFO] [stderr]     = note: `#[warn(ungated_async_fn_track_caller)]` on by default
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] 
[INFO] [stderr] STDERR:
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] warning: `/opt/rustwide/target/tests/restest/.cargo/config` is deprecated in favor of `config.toml`
[INFO] [stderr]   |
[INFO] [stderr]   = help: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
[INFO] [stderr] warning: `#[track_caller]` on async functions is a no-op
[INFO] [stderr]    --> /opt/rustwide/workdir/src/request.rs:204:5
[INFO] [stderr]     |
[INFO] [stderr] 204 |       #[track_caller]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^
[INFO] [stderr] 205 | /     pub async fn expect_status<T>(self, status: StatusCode) -> T
[INFO] [stderr] 206 | |     where
[INFO] [stderr] 207 | |         T: DeserializeOwned,
[INFO] [stderr] ...   |
[INFO] [stderr] 214 | |             .expect("Failed to deserialize body")
[INFO] [stderr] 215 | |     }
[INFO] [stderr]     | |_____- this function will not propagate the caller location
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #110011 <https://github.com/rust-lang/rust/issues/110011> for more information
[INFO] [stderr]     = note: `#[warn(ungated_async_fn_track_caller)]` on by default
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]    Doc-tests restest
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test src/lib.rs - assert_body_matches (line 211) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 21) - compile ... ok
[INFO] [stdout] test src/context.rs - context::Context (line 20) ... ok
[INFO] [stdout] test src/lib.rs - (line 130) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 78) ... ok
[INFO] [stdout] test src/lib.rs - path (line 289) ... ok
[INFO] [stdout] test src/lib.rs - (line 162) ... ok
[INFO] [stdout] test src/lib.rs - assert_body_matches (line 240) ... ok
[INFO] [stdout] test src/request.rs - request::Request<()>::get (line 83) ... ok
[INFO] [stdout] test src/lib.rs - (line 111) ... ok
[INFO] [stdout] test src/request.rs - request::RequestBuilder (line 129) ... ok
[INFO] [stdout] test src/request.rs - request::Request (line 41) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.42s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "63d16256f77f86cb8dbcc02536690fc383f02e82abbce4d0b6bd90af29e754cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "63d16256f77f86cb8dbcc02536690fc383f02e82abbce4d0b6bd90af29e754cc", kill_on_drop: false }`
[INFO] [stdout] 63d16256f77f86cb8dbcc02536690fc383f02e82abbce4d0b6bd90af29e754cc
