Oct 12 22:32:43.138 INFO testing svechinsky/slope against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 22:32:43.139 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 22:32:43.590 INFO blam! 3926352942c117473480b301eeb836aaec938d2dc28b9c3a7d4266d2e524fd89 Oct 12 22:32:43.591 INFO running `"docker" "start" "-a" "3926352942c117473480b301eeb836aaec938d2dc28b9c3a7d4266d2e524fd89"` Oct 12 22:32:45.031 INFO kablam! usermod: no changes Oct 12 22:32:45.179 INFO kablam! Compiling crunchy v0.1.6 Oct 12 22:32:45.196 INFO kablam! Compiling data-encoding v2.1.1 Oct 12 22:32:45.206 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 12 22:32:45.206 INFO kablam! Compiling clap v2.31.2 Oct 12 22:32:45.206 INFO kablam! Compiling serde_json v1.0.21 Oct 12 22:32:49.315 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 12 22:32:49.743 INFO kablam! Compiling tiny-keccak v1.4.2 Oct 12 22:32:51.503 INFO kablam! Compiling rayon-core v1.4.0 Oct 12 22:32:58.049 INFO kablam! Compiling rayon v0.8.2 Oct 12 22:33:07.015 INFO kablam! Compiling ring v0.12.1 Oct 12 22:33:27.479 INFO kablam! Compiling slope v0.1.0 (/source) Oct 12 22:33:28.117 INFO kablam! warning: unused import: `transaction::simple_transaction::SimpleTransaction` Oct 12 22:33:28.117 INFO kablam! --> src/conflict_set/mod.rs:3:5 Oct 12 22:33:28.117 INFO kablam! | Oct 12 22:33:28.118 INFO kablam! 3 | use transaction::simple_transaction::SimpleTransaction; Oct 12 22:33:28.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:33:28.118 INFO kablam! | Oct 12 22:33:28.118 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 22:33:28.119 INFO kablam! Oct 12 22:33:28.384 INFO kablam! warning: unused variable: `public` Oct 12 22:33:28.384 INFO kablam! --> src/state/simple_state.rs:31:13 Oct 12 22:33:28.385 INFO kablam! | Oct 12 22:33:28.385 INFO kablam! 31 | let public = key_pair.public_key_bytes(); Oct 12 22:33:28.385 INFO kablam! | ^^^^^^ help: consider using `_public` instead Oct 12 22:33:28.386 INFO kablam! | Oct 12 22:33:28.386 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 22:33:28.386 INFO kablam! Oct 12 22:33:28.387 INFO kablam! warning: unused variable: `sig` Oct 12 22:33:28.387 INFO kablam! --> src/state/simple_state.rs:33:13 Oct 12 22:33:28.387 INFO kablam! | Oct 12 22:33:28.388 INFO kablam! 33 | let sig = key_pair.sign(MESSAGE); Oct 12 22:33:28.388 INFO kablam! | ^^^ help: consider using `_sig` instead Oct 12 22:33:28.388 INFO kablam! Oct 12 22:33:28.389 INFO kablam! warning: unused variable: `transaction` Oct 12 22:33:28.389 INFO kablam! --> src/state/simple_state.rs:38:24 Oct 12 22:33:28.389 INFO kablam! | Oct 12 22:33:28.390 INFO kablam! 38 | fn validate(&self, transaction: &SimpleTransaction) -> bool{ Oct 12 22:33:28.390 INFO kablam! | ^^^^^^^^^^^ help: consider using `_transaction` instead Oct 12 22:33:28.391 INFO kablam! Oct 12 22:33:28.474 INFO kablam! warning: struct is never constructed: `SimpleConflictSet` Oct 12 22:33:28.474 INFO kablam! --> src/conflict_set/simple_conflict_set.rs:5:1 Oct 12 22:33:28.474 INFO kablam! | Oct 12 22:33:28.475 INFO kablam! 5 | pub struct SimpleConflictSet { Oct 12 22:33:28.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:33:28.475 INFO kablam! | Oct 12 22:33:28.476 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 22:33:28.476 INFO kablam! Oct 12 22:33:28.476 INFO kablam! warning: struct is never constructed: `SimpleState` Oct 12 22:33:28.477 INFO kablam! --> src/state/simple_state.rs:12:1 Oct 12 22:33:28.477 INFO kablam! | Oct 12 22:33:28.477 INFO kablam! 12 | pub struct SimpleState{ Oct 12 22:33:28.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:33:28.478 INFO kablam! Oct 12 22:33:28.478 INFO kablam! warning: method is never used: `new` Oct 12 22:33:28.478 INFO kablam! --> src/state/simple_state.rs:18:5 Oct 12 22:33:28.479 INFO kablam! | Oct 12 22:33:28.479 INFO kablam! 18 | pub fn new() -> SimpleState { Oct 12 22:33:28.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:33:28.479 INFO kablam! Oct 12 22:33:29.800 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 44.75s Oct 12 22:33:29.808 INFO kablam! su: No module specific data is present Oct 12 22:33:31.559 INFO running `"docker" "rm" "-f" "3926352942c117473480b301eeb836aaec938d2dc28b9c3a7d4266d2e524fd89"` Oct 12 22:33:31.835 INFO blam! 3926352942c117473480b301eeb836aaec938d2dc28b9c3a7d4266d2e524fd89 Oct 12 22:33:31.845 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 22:33:32.327 INFO blam! 2b546655d57a0d3311fa2c3e1b49611d0d6220e5f2058dc71909786715471dc8 Oct 12 22:33:32.335 INFO running `"docker" "start" "-a" "2b546655d57a0d3311fa2c3e1b49611d0d6220e5f2058dc71909786715471dc8"` Oct 12 22:33:33.659 INFO kablam! usermod: no changes Oct 12 22:33:33.815 INFO kablam! Compiling slope v0.1.0 (/source) Oct 12 22:33:34.484 INFO kablam! warning: unused import: `transaction::simple_transaction::SimpleTransaction` Oct 12 22:33:34.484 INFO kablam! --> src/conflict_set/mod.rs:3:5 Oct 12 22:33:34.484 INFO kablam! | Oct 12 22:33:34.484 INFO kablam! 3 | use transaction::simple_transaction::SimpleTransaction; Oct 12 22:33:34.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:33:34.484 INFO kablam! | Oct 12 22:33:34.484 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 22:33:34.484 INFO kablam! Oct 12 22:33:34.743 INFO kablam! warning: unused variable: `public` Oct 12 22:33:34.743 INFO kablam! --> src/state/simple_state.rs:31:13 Oct 12 22:33:34.743 INFO kablam! | Oct 12 22:33:34.743 INFO kablam! 31 | let public = key_pair.public_key_bytes(); Oct 12 22:33:34.743 INFO kablam! | ^^^^^^ help: consider using `_public` instead Oct 12 22:33:34.743 INFO kablam! | Oct 12 22:33:34.743 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 22:33:34.743 INFO kablam! Oct 12 22:33:34.743 INFO kablam! warning: unused variable: `sig` Oct 12 22:33:34.743 INFO kablam! --> src/state/simple_state.rs:33:13 Oct 12 22:33:34.743 INFO kablam! | Oct 12 22:33:34.743 INFO kablam! 33 | let sig = key_pair.sign(MESSAGE); Oct 12 22:33:34.743 INFO kablam! | ^^^ help: consider using `_sig` instead Oct 12 22:33:34.743 INFO kablam! Oct 12 22:33:34.743 INFO kablam! warning: unused variable: `transaction` Oct 12 22:33:34.743 INFO kablam! --> src/state/simple_state.rs:38:24 Oct 12 22:33:34.743 INFO kablam! | Oct 12 22:33:34.743 INFO kablam! 38 | fn validate(&self, transaction: &SimpleTransaction) -> bool{ Oct 12 22:33:34.743 INFO kablam! | ^^^^^^^^^^^ help: consider using `_transaction` instead Oct 12 22:33:34.743 INFO kablam! Oct 12 22:33:34.847 INFO kablam! warning: struct is never constructed: `SimpleConflictSet` Oct 12 22:33:34.847 INFO kablam! --> src/conflict_set/simple_conflict_set.rs:5:1 Oct 12 22:33:34.847 INFO kablam! | Oct 12 22:33:34.847 INFO kablam! 5 | pub struct SimpleConflictSet { Oct 12 22:33:34.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:33:34.847 INFO kablam! | Oct 12 22:33:34.847 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 22:33:34.847 INFO kablam! Oct 12 22:33:34.847 INFO kablam! warning: struct is never constructed: `SimpleState` Oct 12 22:33:34.847 INFO kablam! --> src/state/simple_state.rs:12:1 Oct 12 22:33:34.847 INFO kablam! | Oct 12 22:33:34.847 INFO kablam! 12 | pub struct SimpleState{ Oct 12 22:33:34.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:33:34.847 INFO kablam! Oct 12 22:33:34.847 INFO kablam! warning: method is never used: `new` Oct 12 22:33:34.847 INFO kablam! --> src/state/simple_state.rs:18:5 Oct 12 22:33:34.847 INFO kablam! | Oct 12 22:33:34.847 INFO kablam! 18 | pub fn new() -> SimpleState { Oct 12 22:33:34.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:33:34.847 INFO kablam! Oct 12 22:33:36.963 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.27s Oct 12 22:33:36.967 INFO kablam! su: No module specific data is present Oct 12 22:33:38.455 INFO running `"docker" "rm" "-f" "2b546655d57a0d3311fa2c3e1b49611d0d6220e5f2058dc71909786715471dc8"` Oct 12 22:33:38.815 INFO blam! 2b546655d57a0d3311fa2c3e1b49611d0d6220e5f2058dc71909786715471dc8 Oct 12 22:33:38.836 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 22:33:39.339 INFO blam! 6374928f5fffcfbf87227e3886c97f8c193db9331bd54a4188efbedaae2bcb7c Oct 12 22:33:39.341 INFO running `"docker" "start" "-a" "6374928f5fffcfbf87227e3886c97f8c193db9331bd54a4188efbedaae2bcb7c"` Oct 12 22:33:41.195 INFO kablam! usermod: no changes Oct 12 22:33:41.331 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 12 22:33:41.339 INFO kablam! Running /target/debug/deps/slope-839ee0b85eb96c0d Oct 12 22:33:41.339 INFO blam! Oct 12 22:33:41.339 INFO blam! running 1 test Oct 12 22:33:41.348 INFO blam! test transaction::simple_transaction::tests::generate_and_validate_simple_transaction ... ok Oct 12 22:33:41.349 INFO blam! Oct 12 22:33:41.349 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 22:33:41.349 INFO blam! Oct 12 22:33:41.352 INFO kablam! su: No module specific data is present Oct 12 22:33:42.261 INFO running `"docker" "rm" "-f" "6374928f5fffcfbf87227e3886c97f8c193db9331bd54a4188efbedaae2bcb7c"` Oct 12 22:33:42.546 INFO blam! 6374928f5fffcfbf87227e3886c97f8c193db9331bd54a4188efbedaae2bcb7c