Oct 12 06:03:05.534 INFO testing an-rope-0.3.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 06:03:05.534 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 06:03:05.857 INFO blam! fbd754f8ff25617e89f224cec5ee0c2f3e60cfddb57051b10b8e363114d888e5 Oct 12 06:03:05.866 INFO running `"docker" "start" "-a" "fbd754f8ff25617e89f224cec5ee0c2f3e60cfddb57051b10b8e363114d888e5"` Oct 12 06:03:06.389 INFO kablam! usermod: no changes Oct 12 06:03:06.474 INFO kablam! Compiling an-rope v0.3.1 (/source) Oct 12 06:03:07.632 INFO kablam! warning: variable does not need to be mutable Oct 12 06:03:07.632 INFO kablam! --> src/lib.rs:762:46 Oct 12 06:03:07.632 INFO kablam! | Oct 12 06:03:07.632 INFO kablam! 762 | .scan(0, move |mut l, i| { Oct 12 06:03:07.632 INFO kablam! | ----^ Oct 12 06:03:07.632 INFO kablam! | | Oct 12 06:03:07.632 INFO kablam! | help: remove this `mut` Oct 12 06:03:07.632 INFO kablam! | Oct 12 06:03:07.632 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 06:03:07.632 INFO kablam! Oct 12 06:03:07.722 INFO kablam! warning: method is never used: `nodes` Oct 12 06:03:07.722 INFO kablam! --> src/internals/mod.rs:446:5 Oct 12 06:03:07.723 INFO kablam! | Oct 12 06:03:07.723 INFO kablam! 446 | fn nodes(&self) -> Nodes { Oct 12 06:03:07.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 06:03:07.724 INFO kablam! | Oct 12 06:03:07.724 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 06:03:07.724 INFO kablam! Oct 12 06:03:07.725 INFO kablam! warning: struct is never constructed: `Nodes` Oct 12 06:03:07.725 INFO kablam! --> src/internals/mod.rs:645:1 Oct 12 06:03:07.725 INFO kablam! | Oct 12 06:03:07.725 INFO kablam! 645 | struct Nodes<'a>(Vec<&'a Node>); Oct 12 06:03:07.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 06:03:07.726 INFO kablam! Oct 12 06:03:08.165 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.75s Oct 12 06:03:08.174 INFO kablam! su: No module specific data is present Oct 12 06:03:08.480 INFO running `"docker" "rm" "-f" "fbd754f8ff25617e89f224cec5ee0c2f3e60cfddb57051b10b8e363114d888e5"` Oct 12 06:03:08.624 INFO blam! fbd754f8ff25617e89f224cec5ee0c2f3e60cfddb57051b10b8e363114d888e5 Oct 12 06:03:08.635 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 06:03:08.978 INFO blam! c208f897f70d966acfae97394ad7185086bd142f9a17913a7517a2bbcd68ff94 Oct 12 06:03:08.979 INFO running `"docker" "start" "-a" "c208f897f70d966acfae97394ad7185086bd142f9a17913a7517a2bbcd68ff94"` Oct 12 06:03:10.189 INFO kablam! usermod: no changes Oct 12 06:03:10.316 INFO kablam! Compiling an-rope v0.3.1 (/source) Oct 12 06:03:12.784 INFO kablam! warning: unused import: `metric::Line` Oct 12 06:03:12.784 INFO kablam! --> src/test/mod.rs:4:5 Oct 12 06:03:12.784 INFO kablam! | Oct 12 06:03:12.784 INFO kablam! 4 | use metric::Line; Oct 12 06:03:12.784 INFO kablam! | ^^^^^^^^^^^^ Oct 12 06:03:12.784 INFO kablam! | Oct 12 06:03:12.784 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 06:03:12.784 INFO kablam! Oct 12 06:03:12.784 INFO kablam! warning: unused import: `metric::Measured` Oct 12 06:03:12.784 INFO kablam! --> src/test/mod.rs:5:5 Oct 12 06:03:12.784 INFO kablam! | Oct 12 06:03:12.784 INFO kablam! 5 | use metric::Measured; Oct 12 06:03:12.784 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 06:03:12.784 INFO kablam! Oct 12 06:03:12.784 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 06:03:12.785 INFO kablam! --> src/test/mod.rs:61:18 Oct 12 06:03:12.785 INFO kablam! | Oct 12 06:03:12.785 INFO kablam! 61 | r = r.delete((8..12)); Oct 12 06:03:12.785 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 12 06:03:12.785 INFO kablam! | Oct 12 06:03:12.785 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 06:03:12.785 INFO kablam! Oct 12 06:03:12.785 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 06:03:12.785 INFO kablam! --> src/test/mod.rs:68:18 Oct 12 06:03:12.785 INFO kablam! | Oct 12 06:03:12.785 INFO kablam! 68 | r = r.delete((0..0)); Oct 12 06:03:12.785 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 12 06:03:12.785 INFO kablam! Oct 12 06:03:12.785 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 06:03:12.785 INFO kablam! --> src/test/mod.rs:117:14 Oct 12 06:03:12.785 INFO kablam! | Oct 12 06:03:12.785 INFO kablam! 117 | r.delete((12..8)); // lol, fuck you Oct 12 06:03:12.785 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 12 06:03:12.785 INFO kablam! Oct 12 06:03:12.796 INFO kablam! warning: unused import: `super::*` Oct 12 06:03:12.796 INFO kablam! --> src/slice.rs:710:9 Oct 12 06:03:12.796 INFO kablam! | Oct 12 06:03:12.796 INFO kablam! 710 | use super::*; Oct 12 06:03:12.796 INFO kablam! | ^^^^^^^^ Oct 12 06:03:12.796 INFO kablam! Oct 12 06:03:13.738 INFO kablam! warning: unused variable: `left` Oct 12 06:03:13.738 INFO kablam! --> src/internals/test.rs:49:10 Oct 12 06:03:13.738 INFO kablam! | Oct 12 06:03:13.739 INFO kablam! 49 | let (left, right) = b.split(Line(1)); Oct 12 06:03:13.739 INFO kablam! | ^^^^ help: consider using `_left` instead Oct 12 06:03:13.739 INFO kablam! | Oct 12 06:03:13.739 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 06:03:13.739 INFO kablam! Oct 12 06:03:13.739 INFO kablam! warning: unused variable: `right` Oct 12 06:03:13.739 INFO kablam! --> src/internals/test.rs:49:16 Oct 12 06:03:13.739 INFO kablam! | Oct 12 06:03:13.739 INFO kablam! 49 | let (left, right) = b.split(Line(1)); Oct 12 06:03:13.739 INFO kablam! | ^^^^^ help: consider using `_right` instead Oct 12 06:03:13.739 INFO kablam! Oct 12 06:03:13.767 INFO kablam! warning: variable does not need to be mutable Oct 12 06:03:13.767 INFO kablam! --> src/lib.rs:762:46 Oct 12 06:03:13.767 INFO kablam! | Oct 12 06:03:13.767 INFO kablam! 762 | .scan(0, move |mut l, i| { Oct 12 06:03:13.767 INFO kablam! | ----^ Oct 12 06:03:13.767 INFO kablam! | | Oct 12 06:03:13.767 INFO kablam! | help: remove this `mut` Oct 12 06:03:13.767 INFO kablam! | Oct 12 06:03:13.768 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 06:03:13.768 INFO kablam! Oct 12 06:03:13.790 INFO kablam! warning: variable does not need to be mutable Oct 12 06:03:13.790 INFO kablam! --> src/test/mod.rs:28:9 Oct 12 06:03:13.791 INFO kablam! | Oct 12 06:03:13.791 INFO kablam! 28 | let mut rope = Rope::from("this is\n\ Oct 12 06:03:13.791 INFO kablam! | ----^^^^ Oct 12 06:03:13.791 INFO kablam! | | Oct 12 06:03:13.791 INFO kablam! | help: remove this `mut` Oct 12 06:03:13.791 INFO kablam! Oct 12 06:03:13.792 INFO kablam! warning: variable does not need to be mutable Oct 12 06:03:13.792 INFO kablam! --> src/test/mod.rs:44:9 Oct 12 06:03:13.792 INFO kablam! | Oct 12 06:03:13.792 INFO kablam! 44 | let mut rope = Rope::from("this is\n\ Oct 12 06:03:13.792 INFO kablam! | ----^^^^ Oct 12 06:03:13.792 INFO kablam! | | Oct 12 06:03:13.792 INFO kablam! | help: remove this `mut` Oct 12 06:03:13.792 INFO kablam! Oct 12 06:03:13.795 INFO kablam! warning: variable does not need to be mutable Oct 12 06:03:13.795 INFO kablam! --> src/test/mod.rs:116:9 Oct 12 06:03:13.795 INFO kablam! | Oct 12 06:03:13.795 INFO kablam! 116 | let mut r = Rope::from("this is not fine"); Oct 12 06:03:13.795 INFO kablam! | ----^ Oct 12 06:03:13.795 INFO kablam! | | Oct 12 06:03:13.795 INFO kablam! | help: remove this `mut` Oct 12 06:03:13.795 INFO kablam! Oct 12 06:03:13.839 INFO kablam! warning: variable does not need to be mutable Oct 12 06:03:13.839 INFO kablam! --> src/test/mod.rs:476:17 Oct 12 06:03:13.839 INFO kablam! | Oct 12 06:03:13.839 INFO kablam! 476 | let mut rope = Rope::from(a.clone()); Oct 12 06:03:13.839 INFO kablam! | ----^^^^ Oct 12 06:03:13.839 INFO kablam! | | Oct 12 06:03:13.839 INFO kablam! | help: remove this `mut` Oct 12 06:03:13.839 INFO kablam! Oct 12 06:03:14.056 INFO kablam! warning: function is never used: `line_delete_test_1` Oct 12 06:03:14.056 INFO kablam! --> src/test/mod.rs:26:1 Oct 12 06:03:14.057 INFO kablam! | Oct 12 06:03:14.057 INFO kablam! 26 | fn line_delete_test_1() { Oct 12 06:03:14.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 06:03:14.058 INFO kablam! | Oct 12 06:03:14.058 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 06:03:14.059 INFO kablam! Oct 12 06:03:14.059 INFO kablam! warning: function is never used: `line_delete_test_2` Oct 12 06:03:14.059 INFO kablam! --> src/test/mod.rs:42:1 Oct 12 06:03:14.060 INFO kablam! | Oct 12 06:03:14.060 INFO kablam! 42 | fn line_delete_test_2() { Oct 12 06:03:14.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 06:03:14.061 INFO kablam! Oct 12 06:03:14.061 INFO kablam! warning: function is never used: `debug_test_1` Oct 12 06:03:14.061 INFO kablam! --> src/test/mod.rs:125:5 Oct 12 06:03:14.062 INFO kablam! | Oct 12 06:03:14.062 INFO kablam! 125 | fn debug_test_1() { Oct 12 06:03:14.062 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 06:03:14.063 INFO kablam! Oct 12 06:03:14.063 INFO kablam! warning: function is never used: `debug_test_2` Oct 12 06:03:14.063 INFO kablam! --> src/test/mod.rs:131:5 Oct 12 06:03:14.064 INFO kablam! | Oct 12 06:03:14.064 INFO kablam! 131 | fn debug_test_2() { Oct 12 06:03:14.064 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 06:03:14.065 INFO kablam! Oct 12 06:03:14.065 INFO kablam! warning: function is never used: `debug_test_3` Oct 12 06:03:14.065 INFO kablam! --> src/test/mod.rs:137:5 Oct 12 06:03:14.066 INFO kablam! | Oct 12 06:03:14.066 INFO kablam! 137 | fn debug_test_3() { Oct 12 06:03:14.066 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 06:03:14.067 INFO kablam! Oct 12 06:03:14.067 INFO kablam! warning: function is never used: `rope_indexing_is_string_indexing` Oct 12 06:03:14.068 INFO kablam! --> src/test/mod.rs:446:5 Oct 12 06:03:14.068 INFO kablam! | Oct 12 06:03:14.068 INFO kablam! 446 | fn rope_indexing_is_string_indexing() { Oct 12 06:03:14.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 06:03:14.069 INFO kablam! Oct 12 06:03:14.069 INFO kablam! warning: function is never used: `rope_insert_char_is_string_insert_char` Oct 12 06:03:14.070 INFO kablam! --> src/test/mod.rs:462:5 Oct 12 06:03:14.070 INFO kablam! | Oct 12 06:03:14.070 INFO kablam! 462 | fn rope_insert_char_is_string_insert_char() { Oct 12 06:03:14.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 06:03:14.071 INFO kablam! Oct 12 06:03:14.072 INFO kablam! warning: constant item is never used: `TEST_WORD` Oct 12 06:03:14.072 INFO kablam! --> src/unicode/test/testdata.rs:520:5 Oct 12 06:03:14.072 INFO kablam! | Oct 12 06:03:14.073 INFO kablam! 520 | / pub const TEST_WORD: &'static [(&'static str, &'static [&'static str])] = &[ Oct 12 06:03:14.073 INFO kablam! 521 | | ("\u{1}\u{1}", &["\u{1}", "\u{1}"]), ("\u{1}\u{308}\u{1}", &["\u{1}\u{308}", "\u{1}"]), Oct 12 06:03:14.073 INFO kablam! 522 | | ("\u{1}\u{d}", &["\u{1}", "\u{d}"]), ("\u{1}\u{308}\u{d}", &["\u{1}\u{308}", "\u{d}"]), Oct 12 06:03:14.074 INFO kablam! 523 | | ("\u{1}\u{a}", &["\u{1}", "\u{a}"]), ("\u{1}\u{308}\u{a}", &["\u{1}\u{308}", "\u{a}"]), Oct 12 06:03:14.074 INFO kablam! ... | Oct 12 06:03:14.074 INFO kablam! 2056 | | "\u{2c}", "\u{2c}", "\u{61}"]) Oct 12 06:03:14.075 INFO kablam! 2057 | | ]; Oct 12 06:03:14.075 INFO kablam! | |______^ Oct 12 06:03:14.075 INFO kablam! Oct 12 06:03:14.076 INFO kablam! warning: method is never used: `nodes` Oct 12 06:03:14.077 INFO kablam! --> src/internals/mod.rs:446:5 Oct 12 06:03:14.077 INFO kablam! | Oct 12 06:03:14.077 INFO kablam! 446 | fn nodes(&self) -> Nodes { Oct 12 06:03:14.078 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 06:03:14.078 INFO kablam! Oct 12 06:03:14.078 INFO kablam! warning: struct is never constructed: `Nodes` Oct 12 06:03:14.079 INFO kablam! --> src/internals/mod.rs:645:1 Oct 12 06:03:14.079 INFO kablam! | Oct 12 06:03:14.079 INFO kablam! 645 | struct Nodes<'a>(Vec<&'a Node>); Oct 12 06:03:14.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 06:03:14.080 INFO kablam! Oct 12 06:03:14.082 INFO kablam! warning: unused attribute Oct 12 06:03:14.083 INFO kablam! --> src/test/mod.rs:25:1 Oct 12 06:03:14.083 INFO kablam! | Oct 12 06:03:14.083 INFO kablam! 25 | #[ignore] Oct 12 06:03:14.084 INFO kablam! | ^^^^^^^^^ Oct 12 06:03:14.084 INFO kablam! | Oct 12 06:03:14.085 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 12 06:03:14.085 INFO kablam! Oct 12 06:03:14.085 INFO kablam! warning: unused attribute Oct 12 06:03:14.086 INFO kablam! --> src/test/mod.rs:41:1 Oct 12 06:03:14.086 INFO kablam! | Oct 12 06:03:14.087 INFO kablam! 41 | #[ignore] Oct 12 06:03:14.087 INFO kablam! | ^^^^^^^^^ Oct 12 06:03:14.087 INFO kablam! Oct 12 06:03:14.090 INFO kablam! warning: unused attribute Oct 12 06:03:14.090 INFO kablam! --> src/test/mod.rs:114:1 Oct 12 06:03:14.090 INFO kablam! | Oct 12 06:03:14.091 INFO kablam! 114 | #[should_panic] Oct 12 06:03:14.091 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 06:03:14.091 INFO kablam! Oct 12 06:03:14.092 INFO kablam! warning: unused attribute Oct 12 06:03:14.092 INFO kablam! --> src/test/mod.rs:124:5 Oct 12 06:03:14.093 INFO kablam! | Oct 12 06:03:14.093 INFO kablam! 124 | #[ignore] Oct 12 06:03:14.093 INFO kablam! | ^^^^^^^^^ Oct 12 06:03:14.094 INFO kablam! Oct 12 06:03:14.094 INFO kablam! warning: unused attribute Oct 12 06:03:14.094 INFO kablam! --> src/test/mod.rs:130:5 Oct 12 06:03:14.095 INFO kablam! | Oct 12 06:03:14.095 INFO kablam! 130 | #[ignore] Oct 12 06:03:14.095 INFO kablam! | ^^^^^^^^^ Oct 12 06:03:14.096 INFO kablam! Oct 12 06:03:14.096 INFO kablam! warning: unused attribute Oct 12 06:03:14.097 INFO kablam! --> src/test/mod.rs:136:5 Oct 12 06:03:14.097 INFO kablam! | Oct 12 06:03:14.097 INFO kablam! 136 | #[ignore] Oct 12 06:03:14.098 INFO kablam! | ^^^^^^^^^ Oct 12 06:03:14.098 INFO kablam! Oct 12 06:03:14.105 INFO kablam! warning: unused attribute Oct 12 06:03:14.105 INFO kablam! --> src/test/mod.rs:445:5 Oct 12 06:03:14.106 INFO kablam! | Oct 12 06:03:14.106 INFO kablam! 445 | #[ignore] Oct 12 06:03:14.107 INFO kablam! | ^^^^^^^^^ Oct 12 06:03:14.107 INFO kablam! Oct 12 06:03:14.107 INFO kablam! warning: unused attribute Oct 12 06:03:14.108 INFO kablam! --> src/test/mod.rs:461:5 Oct 12 06:03:14.108 INFO kablam! | Oct 12 06:03:14.108 INFO kablam! 461 | #[ignore] Oct 12 06:03:14.109 INFO kablam! | ^^^^^^^^^ Oct 12 06:03:14.109 INFO kablam! Oct 12 06:03:14.110 INFO kablam! warning: module `FromIterator` should have a snake case name such as `from_iterator` Oct 12 06:03:14.110 INFO kablam! --> src/test/mod.rs:614:5 Oct 12 06:03:14.110 INFO kablam! | Oct 12 06:03:14.111 INFO kablam! 614 | / mod FromIterator { Oct 12 06:03:14.111 INFO kablam! 615 | | use ::Rope; Oct 12 06:03:14.111 INFO kablam! 616 | | quickcheck! { Oct 12 06:03:14.112 INFO kablam! 617 | | fn prop_strings_concat(v: Vec) -> bool { Oct 12 06:03:14.112 INFO kablam! ... | Oct 12 06:03:14.113 INFO kablam! 709 | | Oct 12 06:03:14.113 INFO kablam! 710 | | } Oct 12 06:03:14.113 INFO kablam! | |_____^ Oct 12 06:03:14.114 INFO kablam! | Oct 12 06:03:14.114 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 06:03:14.114 INFO kablam! Oct 12 06:03:17.346 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.12s Oct 12 06:03:17.352 INFO kablam! su: No module specific data is present Oct 12 06:03:17.852 INFO running `"docker" "rm" "-f" "c208f897f70d966acfae97394ad7185086bd142f9a17913a7517a2bbcd68ff94"` Oct 12 06:03:18.164 INFO blam! c208f897f70d966acfae97394ad7185086bd142f9a17913a7517a2bbcd68ff94 Oct 12 06:03:18.173 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 06:03:18.535 INFO blam! adf7b28a4658494941104e0d4e3cca2fcc5c8f64351b62db8de56acfa8a32aa2 Oct 12 06:03:18.541 INFO running `"docker" "start" "-a" "adf7b28a4658494941104e0d4e3cca2fcc5c8f64351b62db8de56acfa8a32aa2"` Oct 12 06:03:19.859 INFO kablam! usermod: no changes Oct 12 06:03:20.044 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 12 06:03:20.044 INFO kablam! Running /target/debug/deps/an_rope-62d4688c20e860a0 Oct 12 06:03:20.052 INFO blam! Oct 12 06:03:20.052 INFO blam! running 51 tests Oct 12 06:03:20.052 INFO blam! test internals::test::line_split_test_10 ... ok Oct 12 06:03:20.052 INFO blam! test internals::test::line_split_test_5 ... ok Oct 12 06:03:20.052 INFO blam! test internals::test::line_split_test_6 ... ok Oct 12 06:03:20.052 INFO blam! test internals::test::line_split_test_2 ... ok Oct 12 06:03:20.052 INFO blam! test internals::test::line_split_test_7 ... ok Oct 12 06:03:20.052 INFO blam! test slice::tests::to ... ok Oct 12 06:03:20.052 INFO blam! test test::append ... ok Oct 12 06:03:20.052 INFO blam! test slice::tests::char_indices ... ok Oct 12 06:03:20.052 INFO blam! test internals::test::line_split_test_9 ... ok Oct 12 06:03:20.052 INFO blam! test internals::test::line_split_test_8 ... ok Oct 12 06:03:20.052 INFO blam! test test::append_empty_rope ... ok Oct 12 06:03:20.052 INFO blam! test internals::test::line_split_test_1 ... ok Oct 12 06:03:20.052 INFO blam! test test::big_rebalance ... ok Oct 12 06:03:20.052 INFO blam! test internals::test::line_split_test_3 ... ok Oct 12 06:03:20.060 INFO blam! test test::delete_test_1 ... ok Oct 12 06:03:20.084 INFO blam! test test::insert_rope_balance_test ... ok Oct 12 06:03:20.084 INFO blam! test test::delete_test_2 ... ok Oct 12 06:03:20.084 INFO blam! test test::insert_rope_test_1 ... ok Oct 12 06:03:20.084 INFO blam! test test::insert_char_test_1 ... ok Oct 12 06:03:20.084 INFO blam! test test::insert_rope_test_2 ... ok Oct 12 06:03:20.084 INFO blam! test test::insert_str_test_1 ... ok Oct 12 06:03:20.092 INFO blam! test test::iterator::FromIterator::char_refs ... ok Oct 12 06:03:20.092 INFO blam! test test::iterator::FromIterator::char_refs_empty ... ok Oct 12 06:03:20.092 INFO blam! test test::iterator::FromIterator::chars ... ok Oct 12 06:03:20.092 INFO blam! test test::iterator::FromIterator::chars_empty ... ok Oct 12 06:03:20.098 INFO blam! test test::iterator::FromIterator::ropes ... ok Oct 12 06:03:20.098 INFO blam! test test::iterator::FromIterator::ropes_empty ... ok Oct 12 06:03:20.098 INFO blam! test test::iterator::FromIterator::str_slice ... ok Oct 12 06:03:20.104 INFO blam! test test::iterator::FromIterator::strings_empty ... ok Oct 12 06:03:20.104 INFO blam! test test::iterator::FromIterator::strings ... ok Oct 12 06:03:20.104 INFO blam! test test::iterator::FromIterator::str_slice_empty ... ok Oct 12 06:03:20.104 INFO blam! test test::prepend ... ok Oct 12 06:03:20.104 INFO blam! test test::merge_rebalance_test ... ok Oct 12 06:03:20.104 INFO blam! test test::prepend_empty_rope ... ok Oct 12 06:03:20.132 INFO blam! test test::iterator::FromIterator::prop_chars_concat ... ok Oct 12 06:03:20.132 INFO blam! test test::rebalance_test_1 ... ok Oct 12 06:03:20.140 INFO blam! test test::rebalance_test_2 ... ok Oct 12 06:03:20.150 INFO blam! test test::repeated_concat_left_rebalance ... ok Oct 12 06:03:20.160 INFO blam! test test::rope_char_indices ... ok Oct 12 06:03:20.160 INFO blam! test test::rope_lines_iter ... ok Oct 12 06:03:20.164 INFO blam! test test::rope_lines_iter_split_on_node ... ok Oct 12 06:03:20.164 INFO blam! test internals::test::line_split_test_4 ... ok Oct 12 06:03:20.164 INFO blam! test unicode::test::graphemes_iter ... ok Oct 12 06:03:20.164 INFO blam! test test::repeated_concat_right_rebalance ... ok Oct 12 06:03:20.164 INFO blam! test test::delete_test_7 ... ok Oct 12 06:03:20.166 INFO blam! test unicode::test::test_graphemes ... ok Oct 12 06:03:20.166 INFO blam! test unicode::test::unicode_words ... ok Oct 12 06:03:20.219 INFO blam! test test::properties::rope_concat_is_string_concat ... ok Oct 12 06:03:20.219 INFO blam! test test::properties::rope_append_is_string_push_str ... ok Oct 12 06:03:20.678 INFO blam! test test::iterator::FromIterator::prop_strings_concat ... ok Oct 12 06:03:20.815 INFO blam! test test::iterator::FromIterator::prop_ropes_concat ... ok Oct 12 06:03:20.815 INFO blam! Oct 12 06:03:20.815 INFO blam! test result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 06:03:20.815 INFO blam! Oct 12 06:03:20.818 INFO kablam! Doc-tests an-rope Oct 12 06:03:22.526 INFO blam! Oct 12 06:03:22.526 INFO blam! running 47 tests Oct 12 06:03:31.665 INFO blam! test src/lib.rs - &'a Rope::add (line 1091) ... ok Oct 12 06:03:32.317 INFO blam! test src/lib.rs - Rope::add (line 1072) ... ok Oct 12 06:03:32.349 INFO blam! test src/lib.rs - Rope::append (line 647) ... ok Oct 12 06:03:32.752 INFO blam! test src/lib.rs - Rope::add (line 1056) ... ok Oct 12 06:03:32.948 INFO blam! test src/lib.rs - Rope::eq (line 1016) ... ok Oct 12 06:03:33.024 INFO blam! test src/lib.rs - Rope::eq (line 1012) ... ok Oct 12 06:03:33.925 INFO blam! test src/lib.rs - &'a Rope::add (line 1041) ... ok Oct 12 06:03:34.596 INFO blam! test src/lib.rs - Rope::add (line 1110) ... ok Oct 12 06:03:39.305 INFO blam! test src/lib.rs - Rope::eq (line 1020) ... ok Oct 12 06:03:40.899 INFO blam! test src/lib.rs - Rope::eq (line 963) ... ok Oct 12 06:03:41.008 INFO blam! test src/lib.rs - Rope::from_utf8 (line 262) ... ok Oct 12 06:03:41.790 INFO blam! test src/lib.rs - Rope::eq (line 959) ... ok Oct 12 06:03:41.870 INFO blam! test src/lib.rs - Rope::eq (line 985) ... ok Oct 12 06:03:43.216 INFO blam! test src/lib.rs - Rope::eq (line 993) ... ok Oct 12 06:03:43.564 INFO blam! test src/lib.rs - Rope::eq (line 989) ... ok Oct 12 06:03:43.629 INFO blam! test src/lib.rs - Rope::eq (line 967) ... ok Oct 12 06:03:52.552 INFO blam! test src/lib.rs - Rope::insert_rope (line 529) ... ok Oct 12 06:03:53.780 INFO blam! test src/lib.rs - Rope::grapheme_indices (line 861) ... ok Oct 12 06:03:54.625 INFO blam! test src/lib.rs - Rope::from_utf8 (line 276) ... ok Oct 12 06:03:54.985 INFO blam! test src/lib.rs - Rope::from_utf8_unchecked (line 315) ... ok Oct 12 06:03:55.360 INFO blam! test src/lib.rs - Rope::index (line 1128) ... ok Oct 12 06:03:56.842 INFO blam! test src/lib.rs - Rope::insert (line 423) ... ok Oct 12 06:03:57.352 INFO blam! test src/lib.rs - Rope::insert (line 413) ... ok Oct 12 06:03:57.628 INFO blam! test src/lib.rs - Rope::insert (line 433) ... ok Oct 12 06:04:09.016 INFO blam! test src/lib.rs - Rope::insert_rope (line 539) ... ok Oct 12 06:04:11.081 INFO blam! test src/lib.rs - Rope::insert_str (line 619) ... ok Oct 12 06:04:11.488 INFO blam! test src/lib.rs - Rope::insert_str (line 609) ... ok Oct 12 06:04:12.346 INFO blam! test src/lib.rs - Rope::insert_rope (line 549) ... ok Oct 12 06:04:12.582 INFO blam! test src/lib.rs - Rope::insert_str (line 600) ... ok Oct 12 06:04:12.809 INFO blam! test src/lib.rs - Rope::is_empty (line 382) ... ok Oct 12 06:04:13.221 INFO blam! test src/lib.rs - Rope::is_empty (line 376) ... ok Oct 12 06:04:13.533 INFO blam! test src/lib.rs - Rope::is_empty (line 390) ... ok Oct 12 06:04:24.628 INFO blam! test src/lib.rs - Rope::len (line 363) ... ok Oct 12 06:04:25.020 INFO blam! test src/lib.rs - Rope::len (line 348) ... ok Oct 12 06:04:26.308 INFO blam! test src/lib.rs - Rope::new (line 335) ... ok Oct 12 06:04:26.444 INFO blam! test src/lib.rs - Rope::prepend (line 666) ... ok Oct 12 06:04:26.444 INFO blam! test src/metric.rs - metric (line 36) ... ignored Oct 12 06:04:26.588 INFO blam! test src/lib.rs - Rope::len (line 354) ... ok Oct 12 06:04:28.084 INFO blam! test src/lib.rs - Rope::prepend (line 682) ... ok Oct 12 06:04:28.608 INFO blam! test src/lib.rs - Rope::split (line 703) ... ok Oct 12 06:04:28.968 INFO blam! test src/lib.rs - Rope::prepend (line 674) ... ok Oct 12 06:04:34.160 INFO blam! test src/metric.rs - metric (line 15) ... ok Oct 12 06:04:34.840 INFO blam! test src/metric.rs - metric (line 26) ... ok Oct 12 06:04:36.516 INFO blam! test src/lib.rs - Rope::split_word_bound_indices (line 881) ... ok Oct 12 06:04:36.657 INFO blam! test src/slice.rs - slice::RopeSlice<'a>::is_empty (line 586) ... ok Oct 12 06:04:37.190 INFO blam! test src/slice.rs - slice::RopeSlice<'a>::is_empty (line 576) ... ok Oct 12 06:04:37.570 INFO blam! test src/slice.rs - slice::RopeSlice<'a>::is_empty (line 594) ... ok Oct 12 06:04:37.571 INFO blam! Oct 12 06:04:37.571 INFO blam! test result: ok. 46 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 12 06:04:37.572 INFO blam! Oct 12 06:04:37.586 INFO kablam! su: No module specific data is present Oct 12 06:04:38.377 INFO running `"docker" "rm" "-f" "adf7b28a4658494941104e0d4e3cca2fcc5c8f64351b62db8de56acfa8a32aa2"` Oct 12 06:04:38.556 INFO blam! adf7b28a4658494941104e0d4e3cca2fcc5c8f64351b62db8de56acfa8a32aa2