[INFO] fetching crate stream-rate-limiter 0.4.0... [INFO] testing stream-rate-limiter-0.4.0 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate stream-rate-limiter 0.4.0 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate stream-rate-limiter 0.4.0 [INFO] finished tweaking crates.io crate stream-rate-limiter 0.4.0 [INFO] tweaked toml for crates.io crate stream-rate-limiter 0.4.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate stream-rate-limiter 0.4.0 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate stream-rate-limiter 0.4.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" "+b83b707f97d809763b7861afa7638871f3339a33" "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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1cbf589dd294493070deb03ee61312535c3e55062dd9d36bd33dd19e2935c2e8 [INFO] running `Command { std: "docker" "start" "-a" "1cbf589dd294493070deb03ee61312535c3e55062dd9d36bd33dd19e2935c2e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1cbf589dd294493070deb03ee61312535c3e55062dd9d36bd33dd19e2935c2e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1cbf589dd294493070deb03ee61312535c3e55062dd9d36bd33dd19e2935c2e8", kill_on_drop: false }` [INFO] [stdout] 1cbf589dd294493070deb03ee61312535c3e55062dd9d36bd33dd19e2935c2e8 [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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 98828efcf1567cb708f7b6bc99097bbdbe9b5d6d58331b7c4dc4c38f59ded31f [INFO] running `Command { std: "docker" "start" "-a" "98828efcf1567cb708f7b6bc99097bbdbe9b5d6d58331b7c4dc4c38f59ded31f", kill_on_drop: false }` [INFO] [stderr] Compiling tokio v1.29.1 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling pin-project-lite v0.2.10 [INFO] [stderr] Compiling stream-rate-limiter v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `sink` [INFO] [stdout] --> src/streamext.rs:8:7 [INFO] [stdout] | [INFO] [stdout] 8 | #[cfg(feature = "sink")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `sink` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `sink` [INFO] [stdout] --> src/streamext.rs:200:7 [INFO] [stdout] | [INFO] [stdout] 200 | #[cfg(feature = "sink")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `sink` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s [INFO] running `Command { std: "docker" "inspect" "98828efcf1567cb708f7b6bc99097bbdbe9b5d6d58331b7c4dc4c38f59ded31f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "98828efcf1567cb708f7b6bc99097bbdbe9b5d6d58331b7c4dc4c38f59ded31f", kill_on_drop: false }` [INFO] [stdout] 98828efcf1567cb708f7b6bc99097bbdbe9b5d6d58331b7c4dc4c38f59ded31f [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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 151826c4fb3ed89ade89dfadf1490710c672a68909d0554dc2e3387444db1cd8 [INFO] running `Command { std: "docker" "start" "-a" "151826c4fb3ed89ade89dfadf1490710c672a68909d0554dc2e3387444db1cd8", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling serde_derive v1.0.174 [INFO] [stderr] Compiling serde v1.0.174 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Compiling libm v0.2.7 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling num-traits v0.2.16 [INFO] [stderr] Compiling tokio v1.29.1 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling futures-sink v0.3.28 [INFO] [stderr] Compiling serde_json v1.0.103 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling quote v1.0.32 [INFO] [stderr] Compiling syn v2.0.27 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling futures-io v0.3.28 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling erased-serde v0.3.28 [INFO] [stderr] Compiling humansize v2.1.3 [INFO] [stderr] Compiling askama_escape v0.10.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling percent-encoding v2.3.0 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling dyn-clone v1.0.12 [INFO] [stderr] Compiling basic-toml v0.1.4 [INFO] [stderr] Compiling darling_core v0.20.3 [INFO] [stderr] Compiling darling_core v0.14.4 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Compiling futures-macro v0.3.28 [INFO] [stderr] Compiling askama_derive v0.12.1 [INFO] [stderr] Compiling serde_repr v0.1.15 [INFO] [stderr] Compiling darling_macro v0.20.3 [INFO] [stderr] Compiling darling v0.20.3 [INFO] [stderr] Compiling serde_with_macros v2.3.3 [INFO] [stderr] Compiling darling_macro v0.14.4 [INFO] [stderr] Compiling darling v0.14.4 [INFO] [stderr] Compiling plotly_derive v0.8.4 [INFO] [stderr] Compiling serde_with v2.3.3 [INFO] [stderr] Compiling tokio-stream v0.1.14 [INFO] [stderr] Compiling stream-rate-limiter v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `sink` [INFO] [stdout] --> src/streamext.rs:8:7 [INFO] [stdout] | [INFO] [stdout] 8 | #[cfg(feature = "sink")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `sink` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `sink` [INFO] [stdout] --> src/streamext.rs:200:7 [INFO] [stdout] | [INFO] [stdout] 200 | #[cfg(feature = "sink")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `sink` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling askama v0.12.0 [INFO] [stderr] Compiling futures-executor v0.3.28 [INFO] [stderr] Compiling futures v0.3.28 [INFO] [stderr] Compiling plotly v0.8.4 [INFO] [stdout] warning: unexpected `cfg` condition value: `sink` [INFO] [stdout] --> src/streamext.rs:8:7 [INFO] [stdout] | [INFO] [stdout] 8 | #[cfg(feature = "sink")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `sink` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `sink` [INFO] [stdout] --> src/streamext.rs:200:7 [INFO] [stdout] | [INFO] [stdout] 200 | #[cfg(feature = "sink")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `sink` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 03s [INFO] running `Command { std: "docker" "inspect" "151826c4fb3ed89ade89dfadf1490710c672a68909d0554dc2e3387444db1cd8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "151826c4fb3ed89ade89dfadf1490710c672a68909d0554dc2e3387444db1cd8", kill_on_drop: false }` [INFO] [stdout] 151826c4fb3ed89ade89dfadf1490710c672a68909d0554dc2e3387444db1cd8 [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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 96d430ef40e0b245d634829029823e1d4f12fcc2676e212ff484d3e88d5f8732 [INFO] running `Command { std: "docker" "start" "-a" "96d430ef40e0b245d634829029823e1d4f12fcc2676e212ff484d3e88d5f8732", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `sink` [INFO] [stderr] --> src/streamext.rs:8:7 [INFO] [stderr] | [INFO] [stderr] 8 | #[cfg(feature = "sink")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `sink` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `sink` [INFO] [stderr] --> src/streamext.rs:200:7 [INFO] [stderr] | [INFO] [stderr] 200 | #[cfg(feature = "sink")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `sink` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `stream-rate-limiter` (lib) generated 2 warnings [INFO] [stderr] warning: `stream-rate-limiter` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/stream_rate_limiter-c37bd686370b34c4) [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/stream.rs (/opt/rustwide/target/debug/deps/stream-16b72dea80069825) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test tests::it_works ... ok [INFO] [stdout] test tests::it_works2 ... ok [INFO] [stdout] test tests::it_works6 ... ok [INFO] [stdout] test tests::it_works3 ... ok [INFO] [stdout] test tests::it_works4 ... ok [INFO] [stdout] test tests::it_works5 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.03s [INFO] [stdout] [INFO] [stderr] Doc-tests stream_rate_limiter [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" "96d430ef40e0b245d634829029823e1d4f12fcc2676e212ff484d3e88d5f8732", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96d430ef40e0b245d634829029823e1d4f12fcc2676e212ff484d3e88d5f8732", kill_on_drop: false }` [INFO] [stdout] 96d430ef40e0b245d634829029823e1d4f12fcc2676e212ff484d3e88d5f8732