Oct 16 17:59:41.828 INFO testing an-rope-0.3.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 17:59:41.828 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/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 16 17:59:42.082 INFO blam! 0cbd34f390ddace612aded98c1d504de0977a7bc7f0d6fc46c457742b472888b Oct 16 17:59:42.085 INFO running `"docker" "start" "-a" "0cbd34f390ddace612aded98c1d504de0977a7bc7f0d6fc46c457742b472888b"` Oct 16 17:59:43.091 INFO kablam! usermod: no changes Oct 16 17:59:43.245 INFO kablam! Compiling an-rope v0.3.1 (/source) Oct 16 17:59:44.165 INFO kablam! warning: variable does not need to be mutable Oct 16 17:59:44.168 INFO kablam! --> src/lib.rs:762:46 Oct 16 17:59:44.169 INFO kablam! | Oct 16 17:59:44.169 INFO kablam! 762 | .scan(0, move |mut l, i| { Oct 16 17:59:44.169 INFO kablam! | ----^ Oct 16 17:59:44.169 INFO kablam! | | Oct 16 17:59:44.170 INFO kablam! | help: remove this `mut` Oct 16 17:59:44.170 INFO kablam! | Oct 16 17:59:44.170 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 17:59:44.171 INFO kablam! Oct 16 17:59:44.261 INFO kablam! warning: method is never used: `nodes` Oct 16 17:59:44.261 INFO kablam! --> src/internals/mod.rs:446:5 Oct 16 17:59:44.261 INFO kablam! | Oct 16 17:59:44.261 INFO kablam! 446 | fn nodes(&self) -> Nodes { Oct 16 17:59:44.262 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:59:44.262 INFO kablam! | Oct 16 17:59:44.262 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 17:59:44.263 INFO kablam! Oct 16 17:59:44.263 INFO kablam! warning: struct is never constructed: `Nodes` Oct 16 17:59:44.263 INFO kablam! --> src/internals/mod.rs:645:1 Oct 16 17:59:44.264 INFO kablam! | Oct 16 17:59:44.264 INFO kablam! 645 | struct Nodes<'a>(Vec<&'a Node>); Oct 16 17:59:44.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:59:44.264 INFO kablam! Oct 16 17:59:44.819 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.70s Oct 16 17:59:44.831 INFO kablam! su: No module specific data is present Oct 16 17:59:45.301 INFO running `"docker" "rm" "-f" "0cbd34f390ddace612aded98c1d504de0977a7bc7f0d6fc46c457742b472888b"` Oct 16 17:59:45.479 INFO blam! 0cbd34f390ddace612aded98c1d504de0977a7bc7f0d6fc46c457742b472888b Oct 16 17:59:45.481 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/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 16 17:59:45.823 INFO blam! 26a50737d81158f009c3ebec4bb94bcac24d2b41ab2442ecda24de1bd5f19282 Oct 16 17:59:45.835 INFO running `"docker" "start" "-a" "26a50737d81158f009c3ebec4bb94bcac24d2b41ab2442ecda24de1bd5f19282"` Oct 16 17:59:47.076 INFO kablam! usermod: no changes Oct 16 17:59:47.249 INFO kablam! Compiling an-rope v0.3.1 (/source) Oct 16 17:59:49.331 INFO kablam! warning: unused import: `metric::Line` Oct 16 17:59:49.331 INFO kablam! --> src/test/mod.rs:4:5 Oct 16 17:59:49.331 INFO kablam! | Oct 16 17:59:49.331 INFO kablam! 4 | use metric::Line; Oct 16 17:59:49.331 INFO kablam! | ^^^^^^^^^^^^ Oct 16 17:59:49.331 INFO kablam! | Oct 16 17:59:49.331 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 17:59:49.331 INFO kablam! Oct 16 17:59:49.331 INFO kablam! warning: unused import: `metric::Measured` Oct 16 17:59:49.331 INFO kablam! --> src/test/mod.rs:5:5 Oct 16 17:59:49.331 INFO kablam! | Oct 16 17:59:49.331 INFO kablam! 5 | use metric::Measured; Oct 16 17:59:49.331 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 17:59:49.331 INFO kablam! Oct 16 17:59:49.331 INFO kablam! warning: unnecessary parentheses around method argument Oct 16 17:59:49.331 INFO kablam! --> src/test/mod.rs:61:18 Oct 16 17:59:49.331 INFO kablam! | Oct 16 17:59:49.331 INFO kablam! 61 | r = r.delete((8..12)); Oct 16 17:59:49.331 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 16 17:59:49.331 INFO kablam! | Oct 16 17:59:49.331 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 17:59:49.331 INFO kablam! Oct 16 17:59:49.331 INFO kablam! warning: unnecessary parentheses around method argument Oct 16 17:59:49.331 INFO kablam! --> src/test/mod.rs:68:18 Oct 16 17:59:49.331 INFO kablam! | Oct 16 17:59:49.331 INFO kablam! 68 | r = r.delete((0..0)); Oct 16 17:59:49.331 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 16 17:59:49.331 INFO kablam! Oct 16 17:59:49.331 INFO kablam! warning: unnecessary parentheses around method argument Oct 16 17:59:49.331 INFO kablam! --> src/test/mod.rs:117:14 Oct 16 17:59:49.331 INFO kablam! | Oct 16 17:59:49.331 INFO kablam! 117 | r.delete((12..8)); // lol, fuck you Oct 16 17:59:49.331 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 16 17:59:49.331 INFO kablam! Oct 16 17:59:49.343 INFO kablam! warning: unused import: `super::*` Oct 16 17:59:49.343 INFO kablam! --> src/slice.rs:710:9 Oct 16 17:59:49.343 INFO kablam! | Oct 16 17:59:49.343 INFO kablam! 710 | use super::*; Oct 16 17:59:49.343 INFO kablam! | ^^^^^^^^ Oct 16 17:59:49.343 INFO kablam! Oct 16 17:59:50.239 INFO kablam! warning: unused variable: `left` Oct 16 17:59:50.239 INFO kablam! --> src/internals/test.rs:49:10 Oct 16 17:59:50.239 INFO kablam! | Oct 16 17:59:50.239 INFO kablam! 49 | let (left, right) = b.split(Line(1)); Oct 16 17:59:50.239 INFO kablam! | ^^^^ help: consider using `_left` instead Oct 16 17:59:50.239 INFO kablam! | Oct 16 17:59:50.239 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 17:59:50.239 INFO kablam! Oct 16 17:59:50.239 INFO kablam! warning: unused variable: `right` Oct 16 17:59:50.239 INFO kablam! --> src/internals/test.rs:49:16 Oct 16 17:59:50.239 INFO kablam! | Oct 16 17:59:50.239 INFO kablam! 49 | let (left, right) = b.split(Line(1)); Oct 16 17:59:50.239 INFO kablam! | ^^^^^ help: consider using `_right` instead Oct 16 17:59:50.239 INFO kablam! Oct 16 17:59:50.267 INFO kablam! warning: variable does not need to be mutable Oct 16 17:59:50.267 INFO kablam! --> src/lib.rs:762:46 Oct 16 17:59:50.267 INFO kablam! | Oct 16 17:59:50.267 INFO kablam! 762 | .scan(0, move |mut l, i| { Oct 16 17:59:50.267 INFO kablam! | ----^ Oct 16 17:59:50.267 INFO kablam! | | Oct 16 17:59:50.267 INFO kablam! | help: remove this `mut` Oct 16 17:59:50.267 INFO kablam! | Oct 16 17:59:50.267 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 17:59:50.267 INFO kablam! Oct 16 17:59:50.292 INFO kablam! warning: variable does not need to be mutable Oct 16 17:59:50.292 INFO kablam! --> src/test/mod.rs:28:9 Oct 16 17:59:50.292 INFO kablam! | Oct 16 17:59:50.292 INFO kablam! 28 | let mut rope = Rope::from("this is\n\ Oct 16 17:59:50.292 INFO kablam! | ----^^^^ Oct 16 17:59:50.292 INFO kablam! | | Oct 16 17:59:50.292 INFO kablam! | help: remove this `mut` Oct 16 17:59:50.292 INFO kablam! Oct 16 17:59:50.311 INFO kablam! warning: variable does not need to be mutable Oct 16 17:59:50.311 INFO kablam! --> src/test/mod.rs:44:9 Oct 16 17:59:50.311 INFO kablam! | Oct 16 17:59:50.311 INFO kablam! 44 | let mut rope = Rope::from("this is\n\ Oct 16 17:59:50.312 INFO kablam! | ----^^^^ Oct 16 17:59:50.312 INFO kablam! | | Oct 16 17:59:50.312 INFO kablam! | help: remove this `mut` Oct 16 17:59:50.312 INFO kablam! Oct 16 17:59:50.312 INFO kablam! warning: variable does not need to be mutable Oct 16 17:59:50.312 INFO kablam! --> src/test/mod.rs:116:9 Oct 16 17:59:50.313 INFO kablam! | Oct 16 17:59:50.313 INFO kablam! 116 | let mut r = Rope::from("this is not fine"); Oct 16 17:59:50.313 INFO kablam! | ----^ Oct 16 17:59:50.313 INFO kablam! | | Oct 16 17:59:50.313 INFO kablam! | help: remove this `mut` Oct 16 17:59:50.313 INFO kablam! Oct 16 17:59:50.346 INFO kablam! warning: variable does not need to be mutable Oct 16 17:59:50.346 INFO kablam! --> src/test/mod.rs:476:17 Oct 16 17:59:50.347 INFO kablam! | Oct 16 17:59:50.347 INFO kablam! 476 | let mut rope = Rope::from(a.clone()); Oct 16 17:59:50.347 INFO kablam! | ----^^^^ Oct 16 17:59:50.348 INFO kablam! | | Oct 16 17:59:50.348 INFO kablam! | help: remove this `mut` Oct 16 17:59:50.348 INFO kablam! Oct 16 17:59:50.585 INFO kablam! warning: function is never used: `line_delete_test_1` Oct 16 17:59:50.585 INFO kablam! --> src/test/mod.rs:26:1 Oct 16 17:59:50.585 INFO kablam! | Oct 16 17:59:50.586 INFO kablam! 26 | fn line_delete_test_1() { Oct 16 17:59:50.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:59:50.586 INFO kablam! | Oct 16 17:59:50.587 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 17:59:50.587 INFO kablam! Oct 16 17:59:50.587 INFO kablam! warning: function is never used: `line_delete_test_2` Oct 16 17:59:50.587 INFO kablam! --> src/test/mod.rs:42:1 Oct 16 17:59:50.587 INFO kablam! | Oct 16 17:59:50.588 INFO kablam! 42 | fn line_delete_test_2() { Oct 16 17:59:50.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:59:50.588 INFO kablam! Oct 16 17:59:50.588 INFO kablam! warning: function is never used: `debug_test_1` Oct 16 17:59:50.588 INFO kablam! --> src/test/mod.rs:125:5 Oct 16 17:59:50.589 INFO kablam! | Oct 16 17:59:50.589 INFO kablam! 125 | fn debug_test_1() { Oct 16 17:59:50.589 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 17:59:50.590 INFO kablam! Oct 16 17:59:50.590 INFO kablam! warning: function is never used: `debug_test_2` Oct 16 17:59:50.590 INFO kablam! --> src/test/mod.rs:131:5 Oct 16 17:59:50.590 INFO kablam! | Oct 16 17:59:50.590 INFO kablam! 131 | fn debug_test_2() { Oct 16 17:59:50.591 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 17:59:50.591 INFO kablam! Oct 16 17:59:50.591 INFO kablam! warning: function is never used: `debug_test_3` Oct 16 17:59:50.591 INFO kablam! --> src/test/mod.rs:137:5 Oct 16 17:59:50.592 INFO kablam! | Oct 16 17:59:50.592 INFO kablam! 137 | fn debug_test_3() { Oct 16 17:59:50.592 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 17:59:50.593 INFO kablam! Oct 16 17:59:50.593 INFO kablam! warning: function is never used: `rope_indexing_is_string_indexing` Oct 16 17:59:50.593 INFO kablam! --> src/test/mod.rs:446:5 Oct 16 17:59:50.593 INFO kablam! | Oct 16 17:59:50.593 INFO kablam! 446 | fn rope_indexing_is_string_indexing() { Oct 16 17:59:50.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:59:50.594 INFO kablam! Oct 16 17:59:50.594 INFO kablam! warning: function is never used: `rope_insert_char_is_string_insert_char` Oct 16 17:59:50.594 INFO kablam! --> src/test/mod.rs:462:5 Oct 16 17:59:50.594 INFO kablam! | Oct 16 17:59:50.594 INFO kablam! 462 | fn rope_insert_char_is_string_insert_char() { Oct 16 17:59:50.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:59:50.599 INFO kablam! Oct 16 17:59:50.599 INFO kablam! warning: constant item is never used: `TEST_WORD` Oct 16 17:59:50.599 INFO kablam! --> src/unicode/test/testdata.rs:520:5 Oct 16 17:59:50.599 INFO kablam! | Oct 16 17:59:50.600 INFO kablam! 520 | / pub const TEST_WORD: &'static [(&'static str, &'static [&'static str])] = &[ Oct 16 17:59:50.600 INFO kablam! 521 | | ("\u{1}\u{1}", &["\u{1}", "\u{1}"]), ("\u{1}\u{308}\u{1}", &["\u{1}\u{308}", "\u{1}"]), Oct 16 17:59:50.600 INFO kablam! 522 | | ("\u{1}\u{d}", &["\u{1}", "\u{d}"]), ("\u{1}\u{308}\u{d}", &["\u{1}\u{308}", "\u{d}"]), Oct 16 17:59:50.600 INFO kablam! 523 | | ("\u{1}\u{a}", &["\u{1}", "\u{a}"]), ("\u{1}\u{308}\u{a}", &["\u{1}\u{308}", "\u{a}"]), Oct 16 17:59:50.600 INFO kablam! ... | Oct 16 17:59:50.601 INFO kablam! 2056 | | "\u{2c}", "\u{2c}", "\u{61}"]) Oct 16 17:59:50.601 INFO kablam! 2057 | | ]; Oct 16 17:59:50.601 INFO kablam! | |______^ Oct 16 17:59:50.601 INFO kablam! Oct 16 17:59:50.601 INFO kablam! warning: method is never used: `nodes` Oct 16 17:59:50.602 INFO kablam! --> src/internals/mod.rs:446:5 Oct 16 17:59:50.602 INFO kablam! | Oct 16 17:59:50.602 INFO kablam! 446 | fn nodes(&self) -> Nodes { Oct 16 17:59:50.602 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:59:50.602 INFO kablam! Oct 16 17:59:50.602 INFO kablam! warning: struct is never constructed: `Nodes` Oct 16 17:59:50.603 INFO kablam! --> src/internals/mod.rs:645:1 Oct 16 17:59:50.603 INFO kablam! | Oct 16 17:59:50.603 INFO kablam! 645 | struct Nodes<'a>(Vec<&'a Node>); Oct 16 17:59:50.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:59:50.603 INFO kablam! Oct 16 17:59:50.604 INFO kablam! warning: unused attribute Oct 16 17:59:50.604 INFO kablam! --> src/test/mod.rs:25:1 Oct 16 17:59:50.604 INFO kablam! | Oct 16 17:59:50.604 INFO kablam! 25 | #[ignore] Oct 16 17:59:50.604 INFO kablam! | ^^^^^^^^^ Oct 16 17:59:50.604 INFO kablam! | Oct 16 17:59:50.605 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 16 17:59:50.605 INFO kablam! Oct 16 17:59:50.605 INFO kablam! warning: unused attribute Oct 16 17:59:50.605 INFO kablam! --> src/test/mod.rs:41:1 Oct 16 17:59:50.605 INFO kablam! | Oct 16 17:59:50.605 INFO kablam! 41 | #[ignore] Oct 16 17:59:50.605 INFO kablam! | ^^^^^^^^^ Oct 16 17:59:50.606 INFO kablam! Oct 16 17:59:50.606 INFO kablam! warning: unused attribute Oct 16 17:59:50.606 INFO kablam! --> src/test/mod.rs:114:1 Oct 16 17:59:50.606 INFO kablam! | Oct 16 17:59:50.606 INFO kablam! 114 | #[should_panic] Oct 16 17:59:50.606 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 17:59:50.611 INFO kablam! Oct 16 17:59:50.611 INFO kablam! warning: unused attribute Oct 16 17:59:50.611 INFO kablam! --> src/test/mod.rs:124:5 Oct 16 17:59:50.611 INFO kablam! | Oct 16 17:59:50.611 INFO kablam! 124 | #[ignore] Oct 16 17:59:50.612 INFO kablam! | ^^^^^^^^^ Oct 16 17:59:50.612 INFO kablam! Oct 16 17:59:50.612 INFO kablam! warning: unused attribute Oct 16 17:59:50.612 INFO kablam! --> src/test/mod.rs:130:5 Oct 16 17:59:50.612 INFO kablam! | Oct 16 17:59:50.612 INFO kablam! 130 | #[ignore] Oct 16 17:59:50.613 INFO kablam! | ^^^^^^^^^ Oct 16 17:59:50.613 INFO kablam! Oct 16 17:59:50.613 INFO kablam! warning: unused attribute Oct 16 17:59:50.613 INFO kablam! --> src/test/mod.rs:136:5 Oct 16 17:59:50.613 INFO kablam! | Oct 16 17:59:50.613 INFO kablam! 136 | #[ignore] Oct 16 17:59:50.613 INFO kablam! | ^^^^^^^^^ Oct 16 17:59:50.614 INFO kablam! Oct 16 17:59:50.614 INFO kablam! warning: unused attribute Oct 16 17:59:50.614 INFO kablam! --> src/test/mod.rs:445:5 Oct 16 17:59:50.614 INFO kablam! | Oct 16 17:59:50.614 INFO kablam! 445 | #[ignore] Oct 16 17:59:50.614 INFO kablam! | ^^^^^^^^^ Oct 16 17:59:50.615 INFO kablam! Oct 16 17:59:50.615 INFO kablam! warning: unused attribute Oct 16 17:59:50.615 INFO kablam! --> src/test/mod.rs:461:5 Oct 16 17:59:50.615 INFO kablam! | Oct 16 17:59:50.615 INFO kablam! 461 | #[ignore] Oct 16 17:59:50.615 INFO kablam! | ^^^^^^^^^ Oct 16 17:59:50.615 INFO kablam! Oct 16 17:59:50.616 INFO kablam! warning: module `FromIterator` should have a snake case name such as `from_iterator` Oct 16 17:59:50.616 INFO kablam! --> src/test/mod.rs:614:5 Oct 16 17:59:50.616 INFO kablam! | Oct 16 17:59:50.616 INFO kablam! 614 | / mod FromIterator { Oct 16 17:59:50.616 INFO kablam! 615 | | use ::Rope; Oct 16 17:59:50.616 INFO kablam! 616 | | quickcheck! { Oct 16 17:59:50.616 INFO kablam! 617 | | fn prop_strings_concat(v: Vec) -> bool { Oct 16 17:59:50.617 INFO kablam! ... | Oct 16 17:59:50.617 INFO kablam! 709 | | Oct 16 17:59:50.617 INFO kablam! 710 | | } Oct 16 17:59:50.617 INFO kablam! | |_____^ Oct 16 17:59:50.617 INFO kablam! | Oct 16 17:59:50.617 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 16 17:59:50.618 INFO kablam! Oct 16 17:59:53.159 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.04s Oct 16 17:59:53.168 INFO kablam! su: No module specific data is present Oct 16 17:59:53.879 INFO running `"docker" "rm" "-f" "26a50737d81158f009c3ebec4bb94bcac24d2b41ab2442ecda24de1bd5f19282"` Oct 16 17:59:54.167 INFO blam! 26a50737d81158f009c3ebec4bb94bcac24d2b41ab2442ecda24de1bd5f19282 Oct 16 17:59:54.183 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/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 16 17:59:54.607 INFO blam! 0277a354dde8a92b4769c72362cff42bac5a6f08347ee383fc01a460b3b6ac7c Oct 16 17:59:54.623 INFO running `"docker" "start" "-a" "0277a354dde8a92b4769c72362cff42bac5a6f08347ee383fc01a460b3b6ac7c"` Oct 16 17:59:56.323 INFO kablam! usermod: no changes Oct 16 17:59:56.455 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 16 17:59:56.463 INFO kablam! Running /target/debug/deps/an_rope-62d4688c20e860a0 Oct 16 17:59:56.475 INFO blam! Oct 16 17:59:56.475 INFO blam! running 51 tests Oct 16 17:59:56.476 INFO blam! test internals::test::line_split_test_3 ... ok Oct 16 17:59:56.476 INFO blam! test internals::test::line_split_test_5 ... ok Oct 16 17:59:56.476 INFO blam! test internals::test::line_split_test_6 ... ok Oct 16 17:59:56.476 INFO blam! test internals::test::line_split_test_2 ... ok Oct 16 17:59:56.476 INFO blam! test internals::test::line_split_test_7 ... ok Oct 16 17:59:56.476 INFO blam! test internals::test::line_split_test_10 ... ok Oct 16 17:59:56.476 INFO blam! test internals::test::line_split_test_1 ... ok Oct 16 17:59:56.478 INFO blam! test slice::tests::to ... ok Oct 16 17:59:56.478 INFO blam! test slice::tests::char_indices ... ok Oct 16 17:59:56.478 INFO blam! test test::append ... ok Oct 16 17:59:56.484 INFO blam! test test::append_empty_rope ... ok Oct 16 17:59:56.491 INFO blam! test internals::test::line_split_test_9 ... ok Oct 16 17:59:56.495 INFO blam! test internals::test::line_split_test_8 ... ok Oct 16 17:59:56.507 INFO blam! test test::big_rebalance ... ok Oct 16 17:59:56.507 INFO blam! test test::delete_test_2 ... ok Oct 16 17:59:56.511 INFO blam! test test::insert_str_test_1 ... ok Oct 16 17:59:56.512 INFO blam! test test::delete_test_1 ... ok Oct 16 17:59:56.513 INFO blam! test test::insert_char_test_1 ... ok Oct 16 17:59:56.515 INFO blam! test test::insert_rope_test_2 ... ok Oct 16 17:59:56.515 INFO blam! test test::insert_rope_test_1 ... ok Oct 16 17:59:56.515 INFO blam! test test::insert_rope_balance_test ... ok Oct 16 17:59:56.515 INFO blam! test test::iterator::FromIterator::char_refs ... ok Oct 16 17:59:56.515 INFO blam! test test::iterator::FromIterator::char_refs_empty ... ok Oct 16 17:59:56.515 INFO blam! test test::iterator::FromIterator::chars ... ok Oct 16 17:59:56.515 INFO blam! test test::iterator::FromIterator::chars_empty ... ok Oct 16 17:59:56.515 INFO blam! test test::iterator::FromIterator::ropes_empty ... ok Oct 16 17:59:56.515 INFO blam! test test::iterator::FromIterator::str_slice ... ok Oct 16 17:59:56.516 INFO blam! test test::iterator::FromIterator::str_slice_empty ... ok Oct 16 17:59:56.516 INFO blam! test test::iterator::FromIterator::strings ... ok Oct 16 17:59:56.516 INFO blam! test test::iterator::FromIterator::strings_empty ... ok Oct 16 17:59:56.516 INFO blam! test test::prepend ... ok Oct 16 17:59:56.516 INFO blam! test test::prepend_empty_rope ... ok Oct 16 17:59:56.517 INFO blam! test test::merge_rebalance_test ... ok Oct 16 17:59:56.543 INFO blam! test test::iterator::FromIterator::ropes ... ok Oct 16 17:59:56.631 INFO blam! test test::iterator::FromIterator::prop_chars_concat ... ok Oct 16 17:59:56.643 INFO blam! test test::rebalance_test_1 ... ok Oct 16 17:59:56.655 INFO blam! test test::rebalance_test_2 ... ok Oct 16 17:59:56.663 INFO blam! test test::properties::rope_concat_is_string_concat ... ok Oct 16 17:59:56.667 INFO blam! test test::properties::rope_append_is_string_push_str ... ok Oct 16 17:59:56.697 INFO blam! test test::rope_lines_iter ... ok Oct 16 17:59:56.698 INFO blam! test internals::test::line_split_test_4 ... ok Oct 16 17:59:56.703 INFO blam! test test::rope_lines_iter_split_on_node ... ok Oct 16 17:59:56.703 INFO blam! test unicode::test::graphemes_iter ... ok Oct 16 17:59:56.706 INFO blam! test test::delete_test_7 ... ok Oct 16 17:59:56.711 INFO blam! test unicode::test::unicode_words ... ok Oct 16 17:59:56.727 INFO blam! test test::rope_char_indices ... ok Oct 16 17:59:56.756 INFO blam! test test::repeated_concat_left_rebalance ... ok Oct 16 17:59:56.756 INFO blam! test unicode::test::test_graphemes ... ok Oct 16 17:59:56.779 INFO blam! test test::repeated_concat_right_rebalance ... ok Oct 16 17:59:57.447 INFO blam! test test::iterator::FromIterator::prop_ropes_concat ... ok Oct 16 17:59:57.460 INFO blam! test test::iterator::FromIterator::prop_strings_concat ... ok Oct 16 17:59:57.460 INFO blam! Oct 16 17:59:57.460 INFO blam! test result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:59:57.460 INFO blam! Oct 16 17:59:57.460 INFO kablam! Doc-tests an-rope Oct 16 17:59:58.775 INFO blam! Oct 16 17:59:58.775 INFO blam! running 47 tests Oct 16 18:00:04.575 INFO blam! test src/lib.rs - Rope::eq (line 1012) ... ok Oct 16 18:00:05.303 INFO blam! test src/lib.rs - Rope::append (line 647) ... ok Oct 16 18:00:07.094 INFO blam! test src/lib.rs - &'a Rope::add (line 1041) ... ok Oct 16 18:00:07.191 INFO blam! test src/lib.rs - &'a Rope::add (line 1091) ... ok Oct 16 18:00:07.210 INFO blam! test src/lib.rs - Rope::eq (line 1016) ... ok Oct 16 18:00:08.019 INFO blam! test src/lib.rs - Rope::add (line 1110) ... ok Oct 16 18:00:08.698 INFO blam! test src/lib.rs - Rope::add (line 1072) ... ok Oct 16 18:00:09.291 INFO blam! test src/lib.rs - Rope::add (line 1056) ... ok Oct 16 18:00:12.737 INFO blam! test src/lib.rs - Rope::eq (line 1020) ... ok Oct 16 18:00:12.871 INFO blam! test src/lib.rs - Rope::eq (line 959) ... ok Oct 16 18:00:14.003 INFO blam! test src/lib.rs - Rope::eq (line 985) ... ok Oct 16 18:00:14.395 INFO blam! test src/lib.rs - Rope::eq (line 967) ... ok Oct 16 18:00:15.062 INFO blam! test src/lib.rs - Rope::eq (line 993) ... ok Oct 16 18:00:15.543 INFO blam! test src/lib.rs - Rope::eq (line 989) ... ok Oct 16 18:00:16.811 INFO blam! test src/lib.rs - Rope::eq (line 963) ... ok Oct 16 18:00:18.284 INFO blam! test src/lib.rs - Rope::from_utf8 (line 262) ... ok Oct 16 18:00:20.351 INFO blam! test src/lib.rs - Rope::from_utf8 (line 276) ... ok Oct 16 18:00:20.504 INFO blam! test src/lib.rs - Rope::from_utf8_unchecked (line 315) ... ok Oct 16 18:00:21.429 INFO blam! test src/lib.rs - Rope::index (line 1128) ... ok Oct 16 18:00:22.918 INFO blam! test src/lib.rs - Rope::grapheme_indices (line 861) ... ok Oct 16 18:00:23.143 INFO blam! test src/lib.rs - Rope::insert (line 423) ... ok Oct 16 18:00:24.395 INFO blam! test src/lib.rs - Rope::insert (line 433) ... ok Oct 16 18:00:24.827 INFO blam! test src/lib.rs - Rope::insert (line 413) ... ok Oct 16 18:00:27.097 INFO blam! test src/lib.rs - Rope::insert_rope (line 529) ... ok Oct 16 18:00:29.875 INFO blam! test src/lib.rs - Rope::insert_rope (line 549) ... ok Oct 16 18:00:30.254 INFO blam! test src/lib.rs - Rope::insert_rope (line 539) ... ok Oct 16 18:00:33.315 INFO blam! test src/lib.rs - Rope::insert_str (line 600) ... ok Oct 16 18:00:34.675 INFO blam! test src/lib.rs - Rope::is_empty (line 376) ... ok Oct 16 18:00:36.195 INFO blam! test src/lib.rs - Rope::insert_str (line 609) ... ok Oct 16 18:00:36.219 INFO blam! test src/lib.rs - Rope::insert_str (line 619) ... ok Oct 16 18:00:37.101 INFO blam! test src/lib.rs - Rope::is_empty (line 382) ... ok Oct 16 18:00:40.124 INFO blam! test src/lib.rs - Rope::is_empty (line 390) ... ok Oct 16 18:00:41.706 INFO blam! test src/lib.rs - Rope::len (line 354) ... ok Oct 16 18:00:42.019 INFO blam! test src/lib.rs - Rope::len (line 348) ... ok Oct 16 18:00:45.012 INFO blam! test src/lib.rs - Rope::len (line 363) ... ok Oct 16 18:00:47.187 INFO blam! test src/lib.rs - Rope::prepend (line 682) ... ok Oct 16 18:00:47.195 INFO blam! test src/metric.rs - metric (line 36) ... ignored Oct 16 18:00:47.232 INFO blam! test src/lib.rs - Rope::new (line 335) ... ok Oct 16 18:00:47.301 INFO blam! test src/lib.rs - Rope::prepend (line 674) ... ok Oct 16 18:00:48.543 INFO blam! test src/lib.rs - Rope::prepend (line 666) ... ok Oct 16 18:00:52.755 INFO blam! test src/lib.rs - Rope::split (line 703) ... ok Oct 16 18:00:53.755 INFO blam! test src/metric.rs - metric (line 15) ... ok Oct 16 18:00:54.212 INFO blam! test src/lib.rs - Rope::split_word_bound_indices (line 881) ... ok Oct 16 18:00:56.271 INFO blam! test src/metric.rs - metric (line 26) ... ok Oct 16 18:00:57.106 INFO blam! test src/slice.rs - slice::RopeSlice<'a>::is_empty (line 586) ... ok Oct 16 18:00:57.175 INFO blam! test src/slice.rs - slice::RopeSlice<'a>::is_empty (line 576) ... ok Oct 16 18:00:57.251 INFO blam! test src/slice.rs - slice::RopeSlice<'a>::is_empty (line 594) ... ok Oct 16 18:00:57.251 INFO blam! Oct 16 18:00:57.251 INFO blam! test result: ok. 46 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 16 18:00:57.251 INFO blam! Oct 16 18:00:57.283 INFO kablam! su: No module specific data is present Oct 16 18:00:58.423 INFO running `"docker" "rm" "-f" "0277a354dde8a92b4769c72362cff42bac5a6f08347ee383fc01a460b3b6ac7c"` Oct 16 18:00:58.779 INFO blam! 0277a354dde8a92b4769c72362cff42bac5a6f08347ee383fc01a460b3b6ac7c