[INFO] crate transaction-pool 2.0.0 is already in cache [INFO] testing transaction-pool-2.0.0 against 1.38.0 for beta-1.39-1 [INFO] extracting crate transaction-pool 2.0.0 into work/builds/worker-0/source [INFO] validating manifest of crates.io crate transaction-pool 2.0.0 on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate transaction-pool 2.0.0 [INFO] finished tweaking crates.io crate transaction-pool 2.0.0 [INFO] tweaked toml for crates.io crate transaction-pool 2.0.0 written to work/builds/worker-0/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 80f11fc0517e7cb5f4fca32d5070287a45d3c900779cc0ce7a825c7c3ae9bf15 [INFO] running `"docker" "start" "-a" "80f11fc0517e7cb5f4fca32d5070287a45d3c900779cc0ce7a825c7c3ae9bf15"` [INFO] [stderr] Compiling trace-time v0.1.1 [INFO] [stderr] Compiling transaction-pool v2.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/pool.rs:139:53 [INFO] [stderr] | [INFO] [stderr] 139 | pub fn import(&mut self, transaction: T, replace: &ShouldReplace) -> error::Result, T::Hash> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ShouldReplace` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/pool.rs:289:69 [INFO] [stderr] | [INFO] [stderr] 289 | fn remove_worst(&mut self, transaction: &Transaction, replace: &ShouldReplace) -> error::Result>, T::Hash> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ShouldReplace` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.83s [INFO] running `"docker" "inspect" "80f11fc0517e7cb5f4fca32d5070287a45d3c900779cc0ce7a825c7c3ae9bf15"` [INFO] running `"docker" "rm" "-f" "80f11fc0517e7cb5f4fca32d5070287a45d3c900779cc0ce7a825c7c3ae9bf15"` [INFO] [stdout] 80f11fc0517e7cb5f4fca32d5070287a45d3c900779cc0ce7a825c7c3ae9bf15 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] e04489b23d5bb85923cf10a7ddf28e924f924ee07bb48f94a1c80732c26e14cb [INFO] running `"docker" "start" "-a" "e04489b23d5bb85923cf10a7ddf28e924f924ee07bb48f94a1c80732c26e14cb"` [INFO] [stderr] Compiling ethereum-types-serialize v0.2.2 [INFO] [stderr] Compiling uint v0.4.1 [INFO] [stderr] Compiling ethbloom v0.5.3 [INFO] [stderr] Compiling ethereum-types v0.4.2 [INFO] [stderr] Compiling transaction-pool v2.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/pool.rs:139:53 [INFO] [stderr] | [INFO] [stderr] 139 | pub fn import(&mut self, transaction: T, replace: &ShouldReplace) -> error::Result, T::Hash> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ShouldReplace` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/pool.rs:289:69 [INFO] [stderr] | [INFO] [stderr] 289 | fn remove_worst(&mut self, transaction: &Transaction, replace: &ShouldReplace) -> error::Result>, T::Hash> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ShouldReplace` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'ethereum_types::H160::low_u64': will be renamed to `low_u64_be` in version 0.3 [INFO] [stderr] --> src/tests/tx_builder.rs:54:110 [INFO] [stderr] | [INFO] [stderr] 54 | let hash = self.nonce ^ (U256::from(100) * self.gas_price) ^ (U256::from(100_000) * U256::from(self.sender.low_u64())); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.70s [INFO] running `"docker" "inspect" "e04489b23d5bb85923cf10a7ddf28e924f924ee07bb48f94a1c80732c26e14cb"` [INFO] running `"docker" "rm" "-f" "e04489b23d5bb85923cf10a7ddf28e924f924ee07bb48f94a1c80732c26e14cb"` [INFO] [stdout] e04489b23d5bb85923cf10a7ddf28e924f924ee07bb48f94a1c80732c26e14cb [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 91e58d472b5e2f331acdb632c767d253a1ac81c9e4b9e75b905ce77330ba2407 [INFO] running `"docker" "start" "-a" "91e58d472b5e2f331acdb632c767d253a1ac81c9e4b9e75b905ce77330ba2407"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/transaction_pool-64d9f2ef9c522fd9 [INFO] [stdout] [INFO] [stdout] running 23 tests [INFO] [stdout] test scoring::tests::scoring_comparison ... ok [INFO] [stdout] test tests::listener::clear_queue ... ok [INFO] [stdout] test tests::listener::remove_transaction ... ok [INFO] [stdout] test tests::listener::cull_stalled ... ok [INFO] [stdout] test tests::should_clear_queue ... ok [INFO] [stdout] test tests::should_cull_stalled_transactions ... ok [INFO] [stdout] test tests::should_not_allow_same_transaction_twice ... ok [INFO] [stdout] test tests::should_import_even_if_limit_is_reached_and_should_replace_returns_insert_new ... ok [INFO] [stdout] test tests::should_not_import_even_if_limit_is_reached_and_should_replace_returns_false ... ok [INFO] [stdout] test tests::should_import_even_if_sender_limit_is_reached ... ok [INFO] [stdout] test tests::should_construct_pending ... ok [INFO] [stdout] test tests::listener::insert_transaction ... ok [INFO] [stdout] test tests::should_reject_if_above_count ... ok [INFO] [stdout] test tests::should_cull_stalled_transactions_from_a_sender ... ok [INFO] [stdout] test tests::should_re_insert_after_cull ... ok [INFO] [stdout] test tests::should_reject_if_above_sender_count ... ok [INFO] [stdout] test tests::should_replace_transaction ... ok [INFO] [stdout] test tests::should_return_worst_transaction ... ok [INFO] [stdout] test tests::should_remove_transaction ... ok [INFO] [stdout] test tests::should_reject_if_above_mem_usage ... ok [INFO] [stdout] test tests::should_return_unordered_iterator ... ok [INFO] [stdout] test tests::should_return_is_full ... ok [INFO] [stdout] test tests::should_update_scoring_correctly ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests transaction-pool [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "91e58d472b5e2f331acdb632c767d253a1ac81c9e4b9e75b905ce77330ba2407"` [INFO] running `"docker" "rm" "-f" "91e58d472b5e2f331acdb632c767d253a1ac81c9e4b9e75b905ce77330ba2407"` [INFO] [stdout] 91e58d472b5e2f331acdb632c767d253a1ac81c9e4b9e75b905ce77330ba2407