[INFO] fetching crate slottle 0.4.2...
[INFO] testing slottle-0.4.2 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate slottle 0.4.2 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate slottle 0.4.2
[INFO] finished tweaking crates.io crate slottle 0.4.2
[INFO] tweaked toml for crates.io crate slottle 0.4.2 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate slottle 0.4.2 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 21 packages to latest compatible versions
[INFO] [stderr]       Adding rand v0.8.5 (available: v0.9.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] baf351b9503da5f7b073e8458c862bbb3f1f2067f8eed7a1c8be37da2a425b9f
[INFO] running `Command { std: "docker" "start" "-a" "baf351b9503da5f7b073e8458c862bbb3f1f2067f8eed7a1c8be37da2a425b9f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "baf351b9503da5f7b073e8458c862bbb3f1f2067f8eed7a1c8be37da2a425b9f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "baf351b9503da5f7b073e8458c862bbb3f1f2067f8eed7a1c8be37da2a425b9f", kill_on_drop: false }`
[INFO] [stdout] baf351b9503da5f7b073e8458c862bbb3f1f2067f8eed7a1c8be37da2a425b9f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] db49d9d1c19e1a7d6862208966b22e41877a319ad04859c03b16dc4cb1a3b655
[INFO] running `Command { std: "docker" "start" "-a" "db49d9d1c19e1a7d6862208966b22e41877a319ad04859c03b16dc4cb1a3b655", kill_on_drop: false }`
[INFO] [stderr]    Compiling std-semaphore v0.1.0
[INFO] [stderr]    Compiling slottle v0.4.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `retrying`
[INFO] [stdout]   --> src/throttle_pool.rs:11:7
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[cfg(feature = "retrying")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `retrying` as a feature in `Cargo.toml`
[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 0.48s
[INFO] running `Command { std: "docker" "inspect" "db49d9d1c19e1a7d6862208966b22e41877a319ad04859c03b16dc4cb1a3b655", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "db49d9d1c19e1a7d6862208966b22e41877a319ad04859c03b16dc4cb1a3b655", kill_on_drop: false }`
[INFO] [stdout] db49d9d1c19e1a7d6862208966b22e41877a319ad04859c03b16dc4cb1a3b655
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d8ea117844d890c5ff886003bbc674ecbe554713b0c552051b95b0b36e7dbf57
[INFO] running `Command { std: "docker" "start" "-a" "d8ea117844d890c5ff886003bbc674ecbe554713b0c552051b95b0b36e7dbf57", kill_on_drop: false }`
[INFO] [stdout] warning: unexpected `cfg` condition value: `retrying`
[INFO] [stdout]   --> src/throttle_pool.rs:11:7
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[cfg(feature = "retrying")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `retrying` as a feature in `Cargo.toml`
[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 slottle v0.4.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `8`
[INFO] [stdout]    --> src/throttle/mod.rs:685:9
[INFO] [stdout]     |
[INFO] [stdout] 685 |         target_pointer_width = "8",
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[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] [stdout] warning: unexpected `cfg` condition value: `retrying`
[INFO] [stdout]   --> src/throttle_pool.rs:11:7
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[cfg(feature = "retrying")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `retrying` as a feature in `Cargo.toml`
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `retrying`
[INFO] [stdout]    --> src/throttle_pool.rs:183:11
[INFO] [stdout]     |
[INFO] [stdout] 183 |     #[cfg(feature = "retrying")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `retrying` as a feature in `Cargo.toml`
[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] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.00s
[INFO] running `Command { std: "docker" "inspect" "d8ea117844d890c5ff886003bbc674ecbe554713b0c552051b95b0b36e7dbf57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d8ea117844d890c5ff886003bbc674ecbe554713b0c552051b95b0b36e7dbf57", kill_on_drop: false }`
[INFO] [stdout] d8ea117844d890c5ff886003bbc674ecbe554713b0c552051b95b0b36e7dbf57
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a0e265c74502fc95dbde08732023ef3ef174286e31b7b0a82eddeb748e3e4f92
[INFO] running `Command { std: "docker" "start" "-a" "a0e265c74502fc95dbde08732023ef3ef174286e31b7b0a82eddeb748e3e4f92", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `retrying`
[INFO] [stderr]   --> src/throttle_pool.rs:11:7
[INFO] [stderr]    |
[INFO] [stderr] 11 | #[cfg(feature = "retrying")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = help: consider adding `retrying` as a feature in `Cargo.toml`
[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: `slottle` (lib) generated 1 warning
[INFO] [stderr] warning: unexpected `cfg` condition value: `8`
[INFO] [stderr]    --> src/throttle/mod.rs:685:9
[INFO] [stderr]     |
[INFO] [stderr] 685 |         target_pointer_width = "8",
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[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: unexpected `cfg` condition value: `retrying`
[INFO] [stderr]   --> src/throttle_pool.rs:11:7
[INFO] [stderr]    |
[INFO] [stderr] 11 | #[cfg(feature = "retrying")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = help: consider adding `retrying` as a feature in `Cargo.toml`
[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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `retrying`
[INFO] [stderr]    --> src/throttle_pool.rs:183:11
[INFO] [stderr]     |
[INFO] [stderr] 183 |     #[cfg(feature = "retrying")]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]     |
[INFO] [stderr]     = note: no expected values for `feature`
[INFO] [stderr]     = help: consider adding `retrying` as a feature in `Cargo.toml`
[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] 
[INFO] [stderr] warning: `slottle` (lib test) generated 3 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/slottle-079045e9adbab191)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test throttle::interval::tests::test_fibonacci ... ok
[INFO] [stdout] test throttle::tests::interval_modify ... ok
[INFO] [stdout] test throttle::tests::throttle_log_op ... ok
[INFO] [stdout] test throttle::tests::with_concurrent_equal_0 ... ok
[INFO] [stdout] test throttle::tests::with_concurrent_equal_to_isize_max ... ok
[INFO] [stdout] test throttle_pool::tests::run ... ok
[INFO] [stdout] test throttle::tests::throttle_log_new_0 ... ok
[INFO] [stdout] test throttle::tests::retryable_result_convert ... ok
[INFO] [stdout] test throttle::interval::tests::test_fibonacci_max_smaller_than_base - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests slottle
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test src/throttle/interval.rs - throttle::interval::fibonacci (line 15) ... ignored
[INFO] [stdout] test src/throttle/mod.rs - throttle::Interval::modify (line 606) ... ok
[INFO] [stdout] test src/throttle_pool.rs - throttle_pool::ThrottlePoolBuilder<K>::interval (line 80) ... ok
[INFO] [stdout] test src/throttle/mod.rs - throttle::Throttle::retry (line 183) ... ok
[INFO] [stdout] test src/throttle/mod.rs - throttle::ThrottleBuilder::interval (line 357) ... ok
[INFO] [stdout] test src/throttle/mod.rs - throttle::Throttle::run_fallible (line 81) ... ok
[INFO] [stdout] test src/throttle/mod.rs - throttle::Throttle::retry (line 210) ... ok
[INFO] [stdout] test src/throttle/mod.rs - throttle::Throttle::run (line 36) ... ok
[INFO] [stdout] test src/lib.rs - (line 81) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.37s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "a0e265c74502fc95dbde08732023ef3ef174286e31b7b0a82eddeb748e3e4f92", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a0e265c74502fc95dbde08732023ef3ef174286e31b7b0a82eddeb748e3e4f92", kill_on_drop: false }`
[INFO] [stdout] a0e265c74502fc95dbde08732023ef3ef174286e31b7b0a82eddeb748e3e4f92
