Oct 12 18:35:14.246 INFO testing wu1274704958/LinkedList against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 18:35:14.246 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 18:35:14.803 INFO blam! 9cf67fc677fe75e6e256492d5bb5a55dd4672ee7d1c52cf44ece521179a46b0b Oct 12 18:35:14.804 INFO running `"docker" "start" "-a" "9cf67fc677fe75e6e256492d5bb5a55dd4672ee7d1c52cf44ece521179a46b0b"` Oct 12 18:35:16.114 INFO kablam! usermod: no changes Oct 12 18:35:16.159 INFO kablam! Compiling LinkedList v0.1.0 (/source) Oct 12 18:35:16.267 INFO kablam! warning: unused import: `std::cell::Ref` Oct 12 18:35:16.267 INFO kablam! --> src/lib.rs:7:5 Oct 12 18:35:16.267 INFO kablam! | Oct 12 18:35:16.267 INFO kablam! 7 | use std::cell::Ref; Oct 12 18:35:16.267 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 18:35:16.267 INFO kablam! | Oct 12 18:35:16.267 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 18:35:16.267 INFO kablam! Oct 12 18:35:16.267 INFO kablam! warning: unused import: `std::convert` Oct 12 18:35:16.267 INFO kablam! --> src/lib.rs:8:5 Oct 12 18:35:16.267 INFO kablam! | Oct 12 18:35:16.267 INFO kablam! 8 | use std::convert; Oct 12 18:35:16.267 INFO kablam! | ^^^^^^^^^^^^ Oct 12 18:35:16.267 INFO kablam! Oct 12 18:35:16.331 INFO kablam! warning: unused variable: `i` Oct 12 18:35:16.331 INFO kablam! --> src/lib.rs:59:13 Oct 12 18:35:16.331 INFO kablam! | Oct 12 18:35:16.331 INFO kablam! 59 | for i in 0..index { Oct 12 18:35:16.331 INFO kablam! | ^ help: consider using `_i` instead Oct 12 18:35:16.331 INFO kablam! | Oct 12 18:35:16.331 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:35:16.331 INFO kablam! Oct 12 18:35:16.331 INFO kablam! warning: unused variable: `i` Oct 12 18:35:16.331 INFO kablam! --> src/lib.rs:147:17 Oct 12 18:35:16.331 INFO kablam! | Oct 12 18:35:16.331 INFO kablam! 147 | for i in 0..(index - 1) { Oct 12 18:35:16.331 INFO kablam! | ^ help: consider using `_i` instead Oct 12 18:35:16.331 INFO kablam! Oct 12 18:35:16.337 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:16.337 INFO kablam! --> src/lib.rs:84:13 Oct 12 18:35:16.337 INFO kablam! | Oct 12 18:35:16.338 INFO kablam! 84 | let mut c: *mut Node; Oct 12 18:35:16.338 INFO kablam! | ----^ Oct 12 18:35:16.338 INFO kablam! | | Oct 12 18:35:16.338 INFO kablam! | help: remove this `mut` Oct 12 18:35:16.339 INFO kablam! | Oct 12 18:35:16.339 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:35:16.339 INFO kablam! Oct 12 18:35:16.340 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:16.340 INFO kablam! --> src/lib.rs:85:13 Oct 12 18:35:16.340 INFO kablam! | Oct 12 18:35:16.341 INFO kablam! 85 | let mut a: *mut Option>>>; Oct 12 18:35:16.341 INFO kablam! | ----^ Oct 12 18:35:16.341 INFO kablam! | | Oct 12 18:35:16.342 INFO kablam! | help: remove this `mut` Oct 12 18:35:16.342 INFO kablam! Oct 12 18:35:16.347 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:16.348 INFO kablam! --> src/lib.rs:101:13 Oct 12 18:35:16.348 INFO kablam! | Oct 12 18:35:16.348 INFO kablam! 101 | let mut a: *mut Option>>>; Oct 12 18:35:16.349 INFO kablam! | ----^ Oct 12 18:35:16.349 INFO kablam! | | Oct 12 18:35:16.349 INFO kablam! | help: remove this `mut` Oct 12 18:35:16.350 INFO kablam! Oct 12 18:35:16.350 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:16.350 INFO kablam! --> src/lib.rs:102:13 Oct 12 18:35:16.351 INFO kablam! | Oct 12 18:35:16.351 INFO kablam! 102 | let mut b: *mut T; Oct 12 18:35:16.351 INFO kablam! | ----^ Oct 12 18:35:16.352 INFO kablam! | | Oct 12 18:35:16.352 INFO kablam! | help: remove this `mut` Oct 12 18:35:16.352 INFO kablam! Oct 12 18:35:16.352 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:16.353 INFO kablam! --> src/lib.rs:122:13 Oct 12 18:35:16.353 INFO kablam! | Oct 12 18:35:16.353 INFO kablam! 122 | let mut last: *mut Node; Oct 12 18:35:16.354 INFO kablam! | ----^^^^ Oct 12 18:35:16.354 INFO kablam! | | Oct 12 18:35:16.354 INFO kablam! | help: remove this `mut` Oct 12 18:35:16.355 INFO kablam! Oct 12 18:35:16.355 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:16.355 INFO kablam! --> src/lib.rs:123:13 Oct 12 18:35:16.355 INFO kablam! | Oct 12 18:35:16.356 INFO kablam! 123 | let mut mid: Rc>>; Oct 12 18:35:16.356 INFO kablam! | ----^^^ Oct 12 18:35:16.356 INFO kablam! | | Oct 12 18:35:16.357 INFO kablam! | help: remove this `mut` Oct 12 18:35:16.357 INFO kablam! Oct 12 18:35:16.357 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:16.358 INFO kablam! --> src/lib.rs:124:13 Oct 12 18:35:16.358 INFO kablam! | Oct 12 18:35:16.358 INFO kablam! 124 | let mut next: Rc>>; Oct 12 18:35:16.358 INFO kablam! | ----^^^^ Oct 12 18:35:16.358 INFO kablam! | | Oct 12 18:35:16.358 INFO kablam! | help: remove this `mut` Oct 12 18:35:16.358 INFO kablam! Oct 12 18:35:16.358 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:16.358 INFO kablam! --> src/lib.rs:216:13 Oct 12 18:35:16.358 INFO kablam! | Oct 12 18:35:16.358 INFO kablam! 216 | let mut a : &'a Rc>>; Oct 12 18:35:16.358 INFO kablam! | ----^ Oct 12 18:35:16.358 INFO kablam! | | Oct 12 18:35:16.358 INFO kablam! | help: remove this `mut` Oct 12 18:35:16.358 INFO kablam! Oct 12 18:35:16.358 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:16.358 INFO kablam! --> src/lib.rs:217:13 Oct 12 18:35:16.358 INFO kablam! | Oct 12 18:35:16.358 INFO kablam! 217 | let mut b : RefMut>; Oct 12 18:35:16.358 INFO kablam! | ----^ Oct 12 18:35:16.358 INFO kablam! | | Oct 12 18:35:16.358 INFO kablam! | help: remove this `mut` Oct 12 18:35:16.358 INFO kablam! Oct 12 18:35:16.358 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:16.358 INFO kablam! --> src/lib.rs:218:13 Oct 12 18:35:16.358 INFO kablam! | Oct 12 18:35:16.358 INFO kablam! 218 | let mut c : * mut T; Oct 12 18:35:16.358 INFO kablam! | ----^ Oct 12 18:35:16.358 INFO kablam! | | Oct 12 18:35:16.358 INFO kablam! | help: remove this `mut` Oct 12 18:35:16.358 INFO kablam! Oct 12 18:35:16.358 INFO kablam! warning: crate `LinkedList` should have a snake case name such as `linked_list` Oct 12 18:35:16.358 INFO kablam! | Oct 12 18:35:16.358 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 18:35:16.358 INFO kablam! Oct 12 18:35:16.358 INFO kablam! warning: structure field `phantomData` should have a snake case name such as `phantom_data` Oct 12 18:35:16.358 INFO kablam! --> src/lib.rs:17:5 Oct 12 18:35:16.358 INFO kablam! | Oct 12 18:35:16.358 INFO kablam! 17 | phantomData : PhantomData<&'a T> Oct 12 18:35:16.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:35:16.358 INFO kablam! Oct 12 18:35:16.358 INFO kablam! warning: method `getSize` should have a snake case name such as `get_size` Oct 12 18:35:16.358 INFO kablam! --> src/lib.rs:76:5 Oct 12 18:35:16.358 INFO kablam! | Oct 12 18:35:16.358 INFO kablam! 76 | / pub fn getSize(&self) -> u32 { Oct 12 18:35:16.358 INFO kablam! 77 | | self.size Oct 12 18:35:16.358 INFO kablam! 78 | | } Oct 12 18:35:16.358 INFO kablam! | |_____^ Oct 12 18:35:16.358 INFO kablam! Oct 12 18:35:16.715 INFO kablam! warning: function is never used: `test2` Oct 12 18:35:16.715 INFO kablam! --> src/main.rs:68:1 Oct 12 18:35:16.715 INFO kablam! | Oct 12 18:35:16.715 INFO kablam! 68 | fn test2() Oct 12 18:35:16.715 INFO kablam! | ^^^^^^^^^^ Oct 12 18:35:16.715 INFO kablam! | Oct 12 18:35:16.715 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:35:16.715 INFO kablam! Oct 12 18:35:16.715 INFO kablam! warning: function is never used: `test3` Oct 12 18:35:16.715 INFO kablam! --> src/main.rs:75:1 Oct 12 18:35:16.715 INFO kablam! | Oct 12 18:35:16.715 INFO kablam! 75 | fn test3() Oct 12 18:35:16.715 INFO kablam! | ^^^^^^^^^^ Oct 12 18:35:16.715 INFO kablam! Oct 12 18:35:16.715 INFO kablam! warning: crate `LinkedList` should have a snake case name such as `linked_list` Oct 12 18:35:16.715 INFO kablam! | Oct 12 18:35:16.715 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 18:35:16.715 INFO kablam! Oct 12 18:35:17.475 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.33s Oct 12 18:35:17.475 INFO kablam! su: No module specific data is present Oct 12 18:35:18.175 INFO running `"docker" "rm" "-f" "9cf67fc677fe75e6e256492d5bb5a55dd4672ee7d1c52cf44ece521179a46b0b"` Oct 12 18:35:18.470 INFO blam! 9cf67fc677fe75e6e256492d5bb5a55dd4672ee7d1c52cf44ece521179a46b0b Oct 12 18:35:18.475 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 18:35:18.831 INFO blam! 37288a980be1f8bc87e6f42d4007bcd0ded24d857794da6aa47789e9ddbc566b Oct 12 18:35:18.831 INFO running `"docker" "start" "-a" "37288a980be1f8bc87e6f42d4007bcd0ded24d857794da6aa47789e9ddbc566b"` Oct 12 18:35:20.514 INFO kablam! usermod: no changes Oct 12 18:35:20.563 INFO kablam! Compiling LinkedList v0.1.0 (/source) Oct 12 18:35:20.891 INFO kablam! warning: unused import: `std::cell::Ref` Oct 12 18:35:20.891 INFO kablam! --> src/lib.rs:7:5 Oct 12 18:35:20.891 INFO kablam! | Oct 12 18:35:20.891 INFO kablam! 7 | use std::cell::Ref; Oct 12 18:35:20.891 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 18:35:20.891 INFO kablam! | Oct 12 18:35:20.891 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 18:35:20.891 INFO kablam! Oct 12 18:35:20.891 INFO kablam! warning: unused import: `std::convert` Oct 12 18:35:20.891 INFO kablam! --> src/lib.rs:8:5 Oct 12 18:35:20.891 INFO kablam! | Oct 12 18:35:20.891 INFO kablam! 8 | use std::convert; Oct 12 18:35:20.891 INFO kablam! | ^^^^^^^^^^^^ Oct 12 18:35:20.891 INFO kablam! Oct 12 18:35:21.011 INFO kablam! warning: function is never used: `test2` Oct 12 18:35:21.011 INFO kablam! --> src/main.rs:68:1 Oct 12 18:35:21.011 INFO kablam! | Oct 12 18:35:21.011 INFO kablam! 68 | fn test2() Oct 12 18:35:21.011 INFO kablam! | ^^^^^^^^^^ Oct 12 18:35:21.011 INFO kablam! | Oct 12 18:35:21.011 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:35:21.011 INFO kablam! Oct 12 18:35:21.011 INFO kablam! warning: function is never used: `test3` Oct 12 18:35:21.011 INFO kablam! --> src/main.rs:75:1 Oct 12 18:35:21.011 INFO kablam! | Oct 12 18:35:21.011 INFO kablam! 75 | fn test3() Oct 12 18:35:21.011 INFO kablam! | ^^^^^^^^^^ Oct 12 18:35:21.011 INFO kablam! Oct 12 18:35:21.011 INFO kablam! warning: crate `LinkedList` should have a snake case name such as `linked_list` Oct 12 18:35:21.011 INFO kablam! | Oct 12 18:35:21.011 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 18:35:21.011 INFO kablam! Oct 12 18:35:21.107 INFO kablam! warning: unused variable: `i` Oct 12 18:35:21.107 INFO kablam! --> src/lib.rs:59:13 Oct 12 18:35:21.107 INFO kablam! | Oct 12 18:35:21.107 INFO kablam! 59 | for i in 0..index { Oct 12 18:35:21.107 INFO kablam! | ^ help: consider using `_i` instead Oct 12 18:35:21.107 INFO kablam! | Oct 12 18:35:21.107 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:35:21.107 INFO kablam! Oct 12 18:35:21.107 INFO kablam! warning: unused variable: `i` Oct 12 18:35:21.107 INFO kablam! --> src/lib.rs:147:17 Oct 12 18:35:21.107 INFO kablam! | Oct 12 18:35:21.107 INFO kablam! 147 | for i in 0..(index - 1) { Oct 12 18:35:21.107 INFO kablam! | ^ help: consider using `_i` instead Oct 12 18:35:21.107 INFO kablam! Oct 12 18:35:21.131 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:21.131 INFO kablam! --> src/lib.rs:84:13 Oct 12 18:35:21.131 INFO kablam! | Oct 12 18:35:21.131 INFO kablam! 84 | let mut c: *mut Node; Oct 12 18:35:21.131 INFO kablam! | ----^ Oct 12 18:35:21.131 INFO kablam! | | Oct 12 18:35:21.131 INFO kablam! | help: remove this `mut` Oct 12 18:35:21.131 INFO kablam! | Oct 12 18:35:21.131 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:35:21.131 INFO kablam! Oct 12 18:35:21.131 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:21.132 INFO kablam! --> src/lib.rs:85:13 Oct 12 18:35:21.132 INFO kablam! | Oct 12 18:35:21.132 INFO kablam! 85 | let mut a: *mut Option>>>; Oct 12 18:35:21.132 INFO kablam! | ----^ Oct 12 18:35:21.132 INFO kablam! | | Oct 12 18:35:21.132 INFO kablam! | help: remove this `mut` Oct 12 18:35:21.132 INFO kablam! Oct 12 18:35:21.132 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:21.132 INFO kablam! --> src/lib.rs:101:13 Oct 12 18:35:21.132 INFO kablam! | Oct 12 18:35:21.132 INFO kablam! 101 | let mut a: *mut Option>>>; Oct 12 18:35:21.132 INFO kablam! | ----^ Oct 12 18:35:21.132 INFO kablam! | | Oct 12 18:35:21.132 INFO kablam! | help: remove this `mut` Oct 12 18:35:21.132 INFO kablam! Oct 12 18:35:21.132 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:21.132 INFO kablam! --> src/lib.rs:102:13 Oct 12 18:35:21.133 INFO kablam! | Oct 12 18:35:21.133 INFO kablam! 102 | let mut b: *mut T; Oct 12 18:35:21.133 INFO kablam! | ----^ Oct 12 18:35:21.133 INFO kablam! | | Oct 12 18:35:21.133 INFO kablam! | help: remove this `mut` Oct 12 18:35:21.133 INFO kablam! Oct 12 18:35:21.133 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:21.133 INFO kablam! --> src/lib.rs:122:13 Oct 12 18:35:21.133 INFO kablam! | Oct 12 18:35:21.133 INFO kablam! 122 | let mut last: *mut Node; Oct 12 18:35:21.133 INFO kablam! | ----^^^^ Oct 12 18:35:21.133 INFO kablam! | | Oct 12 18:35:21.133 INFO kablam! | help: remove this `mut` Oct 12 18:35:21.133 INFO kablam! Oct 12 18:35:21.133 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:21.133 INFO kablam! --> src/lib.rs:123:13 Oct 12 18:35:21.133 INFO kablam! | Oct 12 18:35:21.134 INFO kablam! 123 | let mut mid: Rc>>; Oct 12 18:35:21.134 INFO kablam! | ----^^^ Oct 12 18:35:21.134 INFO kablam! | | Oct 12 18:35:21.134 INFO kablam! | help: remove this `mut` Oct 12 18:35:21.134 INFO kablam! Oct 12 18:35:21.134 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:21.134 INFO kablam! --> src/lib.rs:124:13 Oct 12 18:35:21.134 INFO kablam! | Oct 12 18:35:21.134 INFO kablam! 124 | let mut next: Rc>>; Oct 12 18:35:21.134 INFO kablam! | ----^^^^ Oct 12 18:35:21.134 INFO kablam! | | Oct 12 18:35:21.134 INFO kablam! | help: remove this `mut` Oct 12 18:35:21.134 INFO kablam! Oct 12 18:35:21.159 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:21.159 INFO kablam! --> src/lib.rs:216:13 Oct 12 18:35:21.159 INFO kablam! | Oct 12 18:35:21.159 INFO kablam! 216 | let mut a : &'a Rc>>; Oct 12 18:35:21.159 INFO kablam! | ----^ Oct 12 18:35:21.159 INFO kablam! | | Oct 12 18:35:21.159 INFO kablam! | help: remove this `mut` Oct 12 18:35:21.159 INFO kablam! Oct 12 18:35:21.159 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:21.159 INFO kablam! --> src/lib.rs:217:13 Oct 12 18:35:21.159 INFO kablam! | Oct 12 18:35:21.159 INFO kablam! 217 | let mut b : RefMut>; Oct 12 18:35:21.159 INFO kablam! | ----^ Oct 12 18:35:21.160 INFO kablam! | | Oct 12 18:35:21.160 INFO kablam! | help: remove this `mut` Oct 12 18:35:21.160 INFO kablam! Oct 12 18:35:21.160 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:21.160 INFO kablam! --> src/lib.rs:218:13 Oct 12 18:35:21.160 INFO kablam! | Oct 12 18:35:21.160 INFO kablam! 218 | let mut c : * mut T; Oct 12 18:35:21.160 INFO kablam! | ----^ Oct 12 18:35:21.160 INFO kablam! | | Oct 12 18:35:21.160 INFO kablam! | help: remove this `mut` Oct 12 18:35:21.160 INFO kablam! Oct 12 18:35:21.160 INFO kablam! warning: crate `LinkedList` should have a snake case name such as `linked_list` Oct 12 18:35:21.160 INFO kablam! | Oct 12 18:35:21.160 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 18:35:21.160 INFO kablam! Oct 12 18:35:21.160 INFO kablam! warning: structure field `phantomData` should have a snake case name such as `phantom_data` Oct 12 18:35:21.160 INFO kablam! --> src/lib.rs:17:5 Oct 12 18:35:21.160 INFO kablam! | Oct 12 18:35:21.160 INFO kablam! 17 | phantomData : PhantomData<&'a T> Oct 12 18:35:21.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:35:21.160 INFO kablam! Oct 12 18:35:21.160 INFO kablam! warning: method `getSize` should have a snake case name such as `get_size` Oct 12 18:35:21.161 INFO kablam! --> src/lib.rs:76:5 Oct 12 18:35:21.161 INFO kablam! | Oct 12 18:35:21.161 INFO kablam! 76 | / pub fn getSize(&self) -> u32 { Oct 12 18:35:21.161 INFO kablam! 77 | | self.size Oct 12 18:35:21.161 INFO kablam! 78 | | } Oct 12 18:35:21.161 INFO kablam! | |_____^ Oct 12 18:35:21.161 INFO kablam! Oct 12 18:35:22.128 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.59s Oct 12 18:35:22.135 INFO kablam! su: No module specific data is present Oct 12 18:35:22.789 INFO running `"docker" "rm" "-f" "37288a980be1f8bc87e6f42d4007bcd0ded24d857794da6aa47789e9ddbc566b"` Oct 12 18:35:23.068 INFO blam! 37288a980be1f8bc87e6f42d4007bcd0ded24d857794da6aa47789e9ddbc566b Oct 12 18:35:23.091 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 18:35:23.550 INFO blam! 1f2a0880cc4a7a322272bd9923d9cec0c7bb7a7c8cd4ebcd176306c3aa6b3592 Oct 12 18:35:23.551 INFO running `"docker" "start" "-a" "1f2a0880cc4a7a322272bd9923d9cec0c7bb7a7c8cd4ebcd176306c3aa6b3592"` Oct 12 18:35:24.767 INFO kablam! usermod: no changes Oct 12 18:35:24.835 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 12 18:35:24.851 INFO kablam! Running /target/debug/deps/LinkedList-061900f51703c661 Oct 12 18:35:24.858 INFO kablam! Running /target/debug/deps/LinkedList-089ac2c771157a10 Oct 12 18:35:24.858 INFO blam! Oct 12 18:35:24.858 INFO blam! running 0 tests Oct 12 18:35:24.858 INFO blam! Oct 12 18:35:24.858 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:35:24.858 INFO blam! Oct 12 18:35:24.867 INFO blam! Oct 12 18:35:24.867 INFO kablam! Doc-tests LinkedList Oct 12 18:35:24.867 INFO blam! running 0 tests Oct 12 18:35:24.867 INFO blam! Oct 12 18:35:24.867 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:35:24.867 INFO blam! Oct 12 18:35:25.167 INFO blam! Oct 12 18:35:25.167 INFO blam! running 0 tests Oct 12 18:35:25.167 INFO blam! Oct 12 18:35:25.167 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:35:25.167 INFO blam! Oct 12 18:35:25.170 INFO kablam! su: No module specific data is present Oct 12 18:35:26.083 INFO running `"docker" "rm" "-f" "1f2a0880cc4a7a322272bd9923d9cec0c7bb7a7c8cd4ebcd176306c3aa6b3592"` Oct 12 18:35:26.495 INFO blam! 1f2a0880cc4a7a322272bd9923d9cec0c7bb7a7c8cd4ebcd176306c3aa6b3592