Oct 10 16:24:34.600 INFO testing raiker/persistent-rope against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 16:24:34.601 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 16:24:34.601 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 16:24:35.386 INFO blam! d718a079c3c5c2a3d76d7be8256affd08f5a56082ec48826c74e75209824ceff Oct 10 16:24:35.393 INFO running `"docker" "start" "-a" "d718a079c3c5c2a3d76d7be8256affd08f5a56082ec48826c74e75209824ceff"` Oct 10 16:24:36.584 INFO kablam! usermod: no changes Oct 10 16:24:36.633 INFO kablam! Compiling persistent-rope v0.1.0 (/source) Oct 10 16:24:37.238 INFO kablam! warning: unused variable: `parent` Oct 10 16:24:37.238 INFO kablam! --> src/main.rs:141:69 Oct 10 16:24:37.238 INFO kablam! | Oct 10 16:24:37.238 INFO kablam! 141 | fn rec_insert(key: K, val: V, current: &Rc>>, parent: Option<&Rc>>>) -> InsertionResultRecursion{ Oct 10 16:24:37.238 INFO kablam! | ^^^^^^ help: consider using `_parent` instead Oct 10 16:24:37.238 INFO kablam! | Oct 10 16:24:37.238 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 16:24:37.238 INFO kablam! Oct 10 16:24:37.252 INFO kablam! warning: struct is never constructed: `RcSliceableString` Oct 10 16:24:37.252 INFO kablam! --> src/rcstr.rs:3:1 Oct 10 16:24:37.252 INFO kablam! | Oct 10 16:24:37.252 INFO kablam! 3 | pub struct RcSliceableString { Oct 10 16:24:37.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:24:37.252 INFO kablam! | Oct 10 16:24:37.252 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 16:24:37.252 INFO kablam! Oct 10 16:24:37.252 INFO kablam! warning: method is never used: `new` Oct 10 16:24:37.252 INFO kablam! --> src/rcstr.rs:10:2 Oct 10 16:24:37.252 INFO kablam! | Oct 10 16:24:37.252 INFO kablam! 10 | pub fn new(s: String) -> RcSliceableString { Oct 10 16:24:37.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:24:37.252 INFO kablam! Oct 10 16:24:37.253 INFO kablam! warning: method is never used: `slice` Oct 10 16:24:37.253 INFO kablam! --> src/rcstr.rs:19:2 Oct 10 16:24:37.253 INFO kablam! | Oct 10 16:24:37.253 INFO kablam! 19 | pub fn slice(&self, start: usize, len: usize) -> RcSliceableString { Oct 10 16:24:37.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:24:37.253 INFO kablam! Oct 10 16:24:37.253 INFO kablam! warning: method is never used: `as_str` Oct 10 16:24:37.253 INFO kablam! --> src/rcstr.rs:34:2 Oct 10 16:24:37.253 INFO kablam! | Oct 10 16:24:37.253 INFO kablam! 34 | pub fn as_str(&self) -> &str { Oct 10 16:24:37.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:24:37.253 INFO kablam! Oct 10 16:24:37.796 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.18s Oct 10 16:24:37.796 INFO kablam! su: No module specific data is present Oct 10 16:24:38.256 INFO running `"docker" "rm" "-f" "d718a079c3c5c2a3d76d7be8256affd08f5a56082ec48826c74e75209824ceff"` Oct 10 16:24:38.457 INFO blam! d718a079c3c5c2a3d76d7be8256affd08f5a56082ec48826c74e75209824ceff Oct 10 16:24:38.460 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 16:24:38.460 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 16:24:38.750 INFO blam! c79861c4a0a71b154a38fa95e0180c7e4fe28ed197d765cd4b2678e30bcd5ea4 Oct 10 16:24:38.764 INFO running `"docker" "start" "-a" "c79861c4a0a71b154a38fa95e0180c7e4fe28ed197d765cd4b2678e30bcd5ea4"` Oct 10 16:24:39.632 INFO kablam! usermod: no changes Oct 10 16:24:39.674 INFO kablam! Compiling persistent-rope v0.1.0 (/source) Oct 10 16:24:40.811 INFO kablam! warning: unused variable: `parent` Oct 10 16:24:40.811 INFO kablam! --> src/main.rs:141:69 Oct 10 16:24:40.811 INFO kablam! | Oct 10 16:24:40.811 INFO kablam! 141 | fn rec_insert(key: K, val: V, current: &Rc>>, parent: Option<&Rc>>>) -> InsertionResultRecursion{ Oct 10 16:24:40.811 INFO kablam! | ^^^^^^ help: consider using `_parent` instead Oct 10 16:24:40.811 INFO kablam! | Oct 10 16:24:40.811 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 16:24:40.811 INFO kablam! Oct 10 16:24:41.973 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.31s Oct 10 16:24:41.975 INFO kablam! su: No module specific data is present Oct 10 16:24:42.796 INFO running `"docker" "rm" "-f" "c79861c4a0a71b154a38fa95e0180c7e4fe28ed197d765cd4b2678e30bcd5ea4"` Oct 10 16:24:43.108 INFO blam! c79861c4a0a71b154a38fa95e0180c7e4fe28ed197d765cd4b2678e30bcd5ea4 Oct 10 16:24:43.109 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 16:24:43.109 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 16:24:43.510 INFO blam! 4b4c19bd3e08201299d694ff11819403772f3802c4d1adac444e99cc6af73408 Oct 10 16:24:43.511 INFO running `"docker" "start" "-a" "4b4c19bd3e08201299d694ff11819403772f3802c4d1adac444e99cc6af73408"` Oct 10 16:24:44.618 INFO kablam! usermod: no changes Oct 10 16:24:44.688 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 10 16:24:44.696 INFO kablam! Running /target/debug/deps/persistent_rope-1bdc1953d832497c Oct 10 16:24:44.696 INFO blam! Oct 10 16:24:44.696 INFO blam! running 13 tests Oct 10 16:24:44.698 INFO blam! test rcstr::test::test_rc_sliceable_string ... ok Oct 10 16:24:44.698 INFO blam! test tests::test_find ... ok Oct 10 16:24:44.698 INFO blam! test tests::test_insert_case1 ... ok Oct 10 16:24:44.698 INFO blam! test tests::test_insert_case2_right ... ok Oct 10 16:24:44.698 INFO blam! test tests::test_insert_case2_left ... ok Oct 10 16:24:44.698 INFO blam! test tests::test_insert_case3_right_a ... ok Oct 10 16:24:44.704 INFO blam! test tests::test_insert_case3_left_b ... ok Oct 10 16:24:44.704 INFO kablam! su: No module specific data is present Oct 10 16:24:44.704 INFO blam! test tests::test_insert_case3_left_a ... ok Oct 10 16:24:44.704 INFO blam! test tests::test_insert_case5_left ... ok Oct 10 16:24:44.704 INFO blam! test tests::test_insert_case4_right ... ok Oct 10 16:24:44.705 INFO blam! test tests::test_insert_case5_right ... ok Oct 10 16:24:44.705 INFO blam! test tests::test_insert_case4_left ... ok Oct 10 16:24:44.705 INFO blam! test tests::test_insert_case3_right_b ... ok Oct 10 16:24:44.705 INFO blam! Oct 10 16:24:44.705 INFO blam! test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:24:44.705 INFO blam! Oct 10 16:24:45.498 INFO running `"docker" "rm" "-f" "4b4c19bd3e08201299d694ff11819403772f3802c4d1adac444e99cc6af73408"` Oct 10 16:24:45.680 INFO blam! 4b4c19bd3e08201299d694ff11819403772f3802c4d1adac444e99cc6af73408