Oct 12 18:35:16.892 INFO testing wu1274704958/LinkedList against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 18:35:16.892 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12 18:35:17.385 INFO blam! 4efc71adad98cbf00ab1819784d79390c17aa1fae6bed13bf4832ac92fc72440 Oct 12 18:35:17.386 INFO running `"docker" "start" "-a" "4efc71adad98cbf00ab1819784d79390c17aa1fae6bed13bf4832ac92fc72440"` Oct 12 18:35:18.667 INFO kablam! usermod: no changes Oct 12 18:35:18.709 INFO kablam! Compiling LinkedList v0.1.0 (/source) Oct 12 18:35:18.947 INFO kablam! warning: unused import: `std::cell::Ref` Oct 12 18:35:18.947 INFO kablam! --> src/lib.rs:7:5 Oct 12 18:35:18.947 INFO kablam! | Oct 12 18:35:18.947 INFO kablam! 7 | use std::cell::Ref; Oct 12 18:35:18.947 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 18:35:18.947 INFO kablam! | Oct 12 18:35:18.947 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 18:35:18.947 INFO kablam! Oct 12 18:35:18.947 INFO kablam! warning: unused import: `std::convert` Oct 12 18:35:18.947 INFO kablam! --> src/lib.rs:8:5 Oct 12 18:35:18.947 INFO kablam! | Oct 12 18:35:18.947 INFO kablam! 8 | use std::convert; Oct 12 18:35:18.947 INFO kablam! | ^^^^^^^^^^^^ Oct 12 18:35:18.947 INFO kablam! Oct 12 18:35:19.043 INFO kablam! warning: unused variable: `i` Oct 12 18:35:19.043 INFO kablam! --> src/lib.rs:59:13 Oct 12 18:35:19.043 INFO kablam! | Oct 12 18:35:19.043 INFO kablam! 59 | for i in 0..index { Oct 12 18:35:19.043 INFO kablam! | ^ help: consider using `_i` instead Oct 12 18:35:19.043 INFO kablam! | Oct 12 18:35:19.043 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:35:19.043 INFO kablam! Oct 12 18:35:19.043 INFO kablam! warning: unused variable: `i` Oct 12 18:35:19.043 INFO kablam! --> src/lib.rs:147:17 Oct 12 18:35:19.043 INFO kablam! | Oct 12 18:35:19.043 INFO kablam! 147 | for i in 0..(index - 1) { Oct 12 18:35:19.043 INFO kablam! | ^ help: consider using `_i` instead Oct 12 18:35:19.043 INFO kablam! Oct 12 18:35:19.043 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:19.044 INFO kablam! --> src/lib.rs:84:13 Oct 12 18:35:19.044 INFO kablam! | Oct 12 18:35:19.044 INFO kablam! 84 | let mut c: *mut Node; Oct 12 18:35:19.044 INFO kablam! | ----^ Oct 12 18:35:19.044 INFO kablam! | | Oct 12 18:35:19.044 INFO kablam! | help: remove this `mut` Oct 12 18:35:19.044 INFO kablam! | Oct 12 18:35:19.044 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:35:19.044 INFO kablam! Oct 12 18:35:19.051 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:19.051 INFO kablam! --> src/lib.rs:85:13 Oct 12 18:35:19.051 INFO kablam! | Oct 12 18:35:19.051 INFO kablam! 85 | let mut a: *mut Option>>>; Oct 12 18:35:19.051 INFO kablam! | ----^ Oct 12 18:35:19.051 INFO kablam! | | Oct 12 18:35:19.051 INFO kablam! | help: remove this `mut` Oct 12 18:35:19.051 INFO kablam! Oct 12 18:35:19.051 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:19.051 INFO kablam! --> src/lib.rs:101:13 Oct 12 18:35:19.051 INFO kablam! | Oct 12 18:35:19.051 INFO kablam! 101 | let mut a: *mut Option>>>; Oct 12 18:35:19.051 INFO kablam! | ----^ Oct 12 18:35:19.051 INFO kablam! | | Oct 12 18:35:19.051 INFO kablam! | help: remove this `mut` Oct 12 18:35:19.052 INFO kablam! Oct 12 18:35:19.052 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:19.052 INFO kablam! --> src/lib.rs:102:13 Oct 12 18:35:19.052 INFO kablam! | Oct 12 18:35:19.052 INFO kablam! 102 | let mut b: *mut T; Oct 12 18:35:19.052 INFO kablam! | ----^ Oct 12 18:35:19.052 INFO kablam! | | Oct 12 18:35:19.052 INFO kablam! | help: remove this `mut` Oct 12 18:35:19.052 INFO kablam! Oct 12 18:35:19.052 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:19.052 INFO kablam! --> src/lib.rs:122:13 Oct 12 18:35:19.052 INFO kablam! | Oct 12 18:35:19.052 INFO kablam! 122 | let mut last: *mut Node; Oct 12 18:35:19.052 INFO kablam! | ----^^^^ Oct 12 18:35:19.052 INFO kablam! | | Oct 12 18:35:19.052 INFO kablam! | help: remove this `mut` Oct 12 18:35:19.052 INFO kablam! Oct 12 18:35:19.052 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:19.052 INFO kablam! --> src/lib.rs:123:13 Oct 12 18:35:19.052 INFO kablam! | Oct 12 18:35:19.052 INFO kablam! 123 | let mut mid: Rc>>; Oct 12 18:35:19.052 INFO kablam! | ----^^^ Oct 12 18:35:19.052 INFO kablam! | | Oct 12 18:35:19.053 INFO kablam! | help: remove this `mut` Oct 12 18:35:19.053 INFO kablam! Oct 12 18:35:19.053 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:19.053 INFO kablam! --> src/lib.rs:124:13 Oct 12 18:35:19.053 INFO kablam! | Oct 12 18:35:19.053 INFO kablam! 124 | let mut next: Rc>>; Oct 12 18:35:19.053 INFO kablam! | ----^^^^ Oct 12 18:35:19.053 INFO kablam! | | Oct 12 18:35:19.053 INFO kablam! | help: remove this `mut` Oct 12 18:35:19.053 INFO kablam! Oct 12 18:35:19.059 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:19.059 INFO kablam! --> src/lib.rs:216:13 Oct 12 18:35:19.059 INFO kablam! | Oct 12 18:35:19.059 INFO kablam! 216 | let mut a : &'a Rc>>; Oct 12 18:35:19.059 INFO kablam! | ----^ Oct 12 18:35:19.059 INFO kablam! | | Oct 12 18:35:19.059 INFO kablam! | help: remove this `mut` Oct 12 18:35:19.059 INFO kablam! Oct 12 18:35:19.059 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:19.059 INFO kablam! --> src/lib.rs:217:13 Oct 12 18:35:19.059 INFO kablam! | Oct 12 18:35:19.060 INFO kablam! 217 | let mut b : RefMut>; Oct 12 18:35:19.060 INFO kablam! | ----^ Oct 12 18:35:19.060 INFO kablam! | | Oct 12 18:35:19.060 INFO kablam! | help: remove this `mut` Oct 12 18:35:19.060 INFO kablam! Oct 12 18:35:19.060 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:19.060 INFO kablam! --> src/lib.rs:218:13 Oct 12 18:35:19.060 INFO kablam! | Oct 12 18:35:19.060 INFO kablam! 218 | let mut c : * mut T; Oct 12 18:35:19.060 INFO kablam! | ----^ Oct 12 18:35:19.060 INFO kablam! | | Oct 12 18:35:19.060 INFO kablam! | help: remove this `mut` Oct 12 18:35:19.060 INFO kablam! Oct 12 18:35:19.060 INFO kablam! warning: crate `LinkedList` should have a snake case name such as `linked_list` Oct 12 18:35:19.060 INFO kablam! | Oct 12 18:35:19.060 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 18:35:19.060 INFO kablam! Oct 12 18:35:19.060 INFO kablam! warning: structure field `phantomData` should have a snake case name such as `phantom_data` Oct 12 18:35:19.060 INFO kablam! --> src/lib.rs:17:5 Oct 12 18:35:19.060 INFO kablam! | Oct 12 18:35:19.060 INFO kablam! 17 | phantomData : PhantomData<&'a T> Oct 12 18:35:19.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:35:19.061 INFO kablam! Oct 12 18:35:19.061 INFO kablam! warning: method `getSize` should have a snake case name such as `get_size` Oct 12 18:35:19.061 INFO kablam! --> src/lib.rs:76:5 Oct 12 18:35:19.061 INFO kablam! | Oct 12 18:35:19.061 INFO kablam! 76 | / pub fn getSize(&self) -> u32 { Oct 12 18:35:19.061 INFO kablam! 77 | | self.size Oct 12 18:35:19.061 INFO kablam! 78 | | } Oct 12 18:35:19.061 INFO kablam! | |_____^ Oct 12 18:35:19.061 INFO kablam! Oct 12 18:35:19.387 INFO kablam! warning: function is never used: `test2` Oct 12 18:35:19.387 INFO kablam! --> src/main.rs:68:1 Oct 12 18:35:19.387 INFO kablam! | Oct 12 18:35:19.387 INFO kablam! 68 | fn test2() Oct 12 18:35:19.387 INFO kablam! | ^^^^^^^^^^ Oct 12 18:35:19.387 INFO kablam! | Oct 12 18:35:19.387 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:35:19.387 INFO kablam! Oct 12 18:35:19.387 INFO kablam! warning: function is never used: `test3` Oct 12 18:35:19.387 INFO kablam! --> src/main.rs:75:1 Oct 12 18:35:19.387 INFO kablam! | Oct 12 18:35:19.387 INFO kablam! 75 | fn test3() Oct 12 18:35:19.387 INFO kablam! | ^^^^^^^^^^ Oct 12 18:35:19.387 INFO kablam! Oct 12 18:35:19.387 INFO kablam! warning: crate `LinkedList` should have a snake case name such as `linked_list` Oct 12 18:35:19.387 INFO kablam! | Oct 12 18:35:19.387 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 18:35:19.387 INFO kablam! Oct 12 18:35:19.991 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.29s Oct 12 18:35:19.991 INFO kablam! su: No module specific data is present Oct 12 18:35:20.623 INFO running `"docker" "rm" "-f" "4efc71adad98cbf00ab1819784d79390c17aa1fae6bed13bf4832ac92fc72440"` Oct 12 18:35:20.895 INFO blam! 4efc71adad98cbf00ab1819784d79390c17aa1fae6bed13bf4832ac92fc72440 Oct 12 18:35:20.899 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12 18:35:21.457 INFO blam! 0b32133c5daca5dd9802ec7ea7b45004774301d250407b0513f347f21433f10d Oct 12 18:35:21.458 INFO running `"docker" "start" "-a" "0b32133c5daca5dd9802ec7ea7b45004774301d250407b0513f347f21433f10d"` Oct 12 18:35:22.717 INFO kablam! usermod: no changes Oct 12 18:35:22.807 INFO kablam! Compiling LinkedList v0.1.0 (/source) Oct 12 18:35:23.111 INFO kablam! warning: unused import: `std::cell::Ref` Oct 12 18:35:23.111 INFO kablam! --> src/lib.rs:7:5 Oct 12 18:35:23.111 INFO kablam! | Oct 12 18:35:23.111 INFO kablam! 7 | use std::cell::Ref; Oct 12 18:35:23.111 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 18:35:23.115 INFO kablam! | Oct 12 18:35:23.115 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 18:35:23.115 INFO kablam! Oct 12 18:35:23.115 INFO kablam! warning: unused import: `std::convert` Oct 12 18:35:23.115 INFO kablam! --> src/lib.rs:8:5 Oct 12 18:35:23.115 INFO kablam! | Oct 12 18:35:23.115 INFO kablam! 8 | use std::convert; Oct 12 18:35:23.115 INFO kablam! | ^^^^^^^^^^^^ Oct 12 18:35:23.115 INFO kablam! Oct 12 18:35:23.215 INFO kablam! warning: unused variable: `i` Oct 12 18:35:23.215 INFO kablam! --> src/lib.rs:59:13 Oct 12 18:35:23.216 INFO kablam! | Oct 12 18:35:23.216 INFO kablam! 59 | for i in 0..index { Oct 12 18:35:23.216 INFO kablam! | ^ help: consider using `_i` instead Oct 12 18:35:23.216 INFO kablam! | Oct 12 18:35:23.219 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:35:23.219 INFO kablam! Oct 12 18:35:23.219 INFO kablam! warning: unused variable: `i` Oct 12 18:35:23.219 INFO kablam! --> src/lib.rs:147:17 Oct 12 18:35:23.219 INFO kablam! | Oct 12 18:35:23.219 INFO kablam! 147 | for i in 0..(index - 1) { Oct 12 18:35:23.219 INFO kablam! | ^ help: consider using `_i` instead Oct 12 18:35:23.219 INFO kablam! Oct 12 18:35:23.219 INFO kablam! warning: function is never used: `test2` Oct 12 18:35:23.219 INFO kablam! --> src/main.rs:68:1 Oct 12 18:35:23.220 INFO kablam! | Oct 12 18:35:23.220 INFO kablam! 68 | fn test2() Oct 12 18:35:23.220 INFO kablam! | ^^^^^^^^^^ Oct 12 18:35:23.220 INFO kablam! | Oct 12 18:35:23.220 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:35:23.220 INFO kablam! Oct 12 18:35:23.220 INFO kablam! warning: function is never used: `test3` Oct 12 18:35:23.220 INFO kablam! --> src/main.rs:75:1 Oct 12 18:35:23.220 INFO kablam! | Oct 12 18:35:23.220 INFO kablam! 75 | fn test3() Oct 12 18:35:23.220 INFO kablam! | ^^^^^^^^^^ Oct 12 18:35:23.220 INFO kablam! Oct 12 18:35:23.220 INFO kablam! warning: crate `LinkedList` should have a snake case name such as `linked_list` Oct 12 18:35:23.220 INFO kablam! | Oct 12 18:35:23.220 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 18:35:23.220 INFO kablam! Oct 12 18:35:23.231 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:23.231 INFO kablam! --> src/lib.rs:84:13 Oct 12 18:35:23.232 INFO kablam! | Oct 12 18:35:23.232 INFO kablam! 84 | let mut c: *mut Node; Oct 12 18:35:23.232 INFO kablam! | ----^ Oct 12 18:35:23.232 INFO kablam! | | Oct 12 18:35:23.232 INFO kablam! | help: remove this `mut` Oct 12 18:35:23.232 INFO kablam! | Oct 12 18:35:23.232 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:35:23.232 INFO kablam! Oct 12 18:35:23.233 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:23.233 INFO kablam! --> src/lib.rs:85:13 Oct 12 18:35:23.233 INFO kablam! | Oct 12 18:35:23.233 INFO kablam! 85 | let mut a: *mut Option>>>; Oct 12 18:35:23.233 INFO kablam! | ----^ Oct 12 18:35:23.233 INFO kablam! | | Oct 12 18:35:23.233 INFO kablam! | help: remove this `mut` Oct 12 18:35:23.233 INFO kablam! Oct 12 18:35:23.234 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:23.234 INFO kablam! --> src/lib.rs:101:13 Oct 12 18:35:23.234 INFO kablam! | Oct 12 18:35:23.234 INFO kablam! 101 | let mut a: *mut Option>>>; Oct 12 18:35:23.234 INFO kablam! | ----^ Oct 12 18:35:23.234 INFO kablam! | | Oct 12 18:35:23.234 INFO kablam! | help: remove this `mut` Oct 12 18:35:23.238 INFO kablam! Oct 12 18:35:23.238 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:23.238 INFO kablam! --> src/lib.rs:102:13 Oct 12 18:35:23.238 INFO kablam! | Oct 12 18:35:23.238 INFO kablam! 102 | let mut b: *mut T; Oct 12 18:35:23.238 INFO kablam! | ----^ Oct 12 18:35:23.238 INFO kablam! | | Oct 12 18:35:23.238 INFO kablam! | help: remove this `mut` Oct 12 18:35:23.238 INFO kablam! Oct 12 18:35:23.243 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:23.243 INFO kablam! --> src/lib.rs:122:13 Oct 12 18:35:23.243 INFO kablam! | Oct 12 18:35:23.243 INFO kablam! 122 | let mut last: *mut Node; Oct 12 18:35:23.243 INFO kablam! | ----^^^^ Oct 12 18:35:23.243 INFO kablam! | | Oct 12 18:35:23.243 INFO kablam! | help: remove this `mut` Oct 12 18:35:23.243 INFO kablam! Oct 12 18:35:23.244 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:23.244 INFO kablam! --> src/lib.rs:123:13 Oct 12 18:35:23.244 INFO kablam! | Oct 12 18:35:23.244 INFO kablam! 123 | let mut mid: Rc>>; Oct 12 18:35:23.244 INFO kablam! | ----^^^ Oct 12 18:35:23.244 INFO kablam! | | Oct 12 18:35:23.244 INFO kablam! | help: remove this `mut` Oct 12 18:35:23.244 INFO kablam! Oct 12 18:35:23.247 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:23.247 INFO kablam! --> src/lib.rs:124:13 Oct 12 18:35:23.247 INFO kablam! | Oct 12 18:35:23.247 INFO kablam! 124 | let mut next: Rc>>; Oct 12 18:35:23.247 INFO kablam! | ----^^^^ Oct 12 18:35:23.247 INFO kablam! | | Oct 12 18:35:23.247 INFO kablam! | help: remove this `mut` Oct 12 18:35:23.247 INFO kablam! Oct 12 18:35:23.271 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:23.271 INFO kablam! --> src/lib.rs:216:13 Oct 12 18:35:23.272 INFO kablam! | Oct 12 18:35:23.272 INFO kablam! 216 | let mut a : &'a Rc>>; Oct 12 18:35:23.272 INFO kablam! | ----^ Oct 12 18:35:23.272 INFO kablam! | | Oct 12 18:35:23.272 INFO kablam! | help: remove this `mut` Oct 12 18:35:23.272 INFO kablam! Oct 12 18:35:23.272 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:23.272 INFO kablam! --> src/lib.rs:217:13 Oct 12 18:35:23.272 INFO kablam! | Oct 12 18:35:23.272 INFO kablam! 217 | let mut b : RefMut>; Oct 12 18:35:23.272 INFO kablam! | ----^ Oct 12 18:35:23.272 INFO kablam! | | Oct 12 18:35:23.272 INFO kablam! | help: remove this `mut` Oct 12 18:35:23.272 INFO kablam! Oct 12 18:35:23.273 INFO kablam! warning: variable does not need to be mutable Oct 12 18:35:23.273 INFO kablam! --> src/lib.rs:218:13 Oct 12 18:35:23.273 INFO kablam! | Oct 12 18:35:23.273 INFO kablam! 218 | let mut c : * mut T; Oct 12 18:35:23.273 INFO kablam! | ----^ Oct 12 18:35:23.273 INFO kablam! | | Oct 12 18:35:23.273 INFO kablam! | help: remove this `mut` Oct 12 18:35:23.273 INFO kablam! Oct 12 18:35:23.273 INFO kablam! warning: crate `LinkedList` should have a snake case name such as `linked_list` Oct 12 18:35:23.274 INFO kablam! | Oct 12 18:35:23.274 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 18:35:23.274 INFO kablam! Oct 12 18:35:23.279 INFO kablam! warning: structure field `phantomData` should have a snake case name such as `phantom_data` Oct 12 18:35:23.279 INFO kablam! --> src/lib.rs:17:5 Oct 12 18:35:23.279 INFO kablam! | Oct 12 18:35:23.280 INFO kablam! 17 | phantomData : PhantomData<&'a T> Oct 12 18:35:23.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:35:23.280 INFO kablam! Oct 12 18:35:23.281 INFO kablam! warning: method `getSize` should have a snake case name such as `get_size` Oct 12 18:35:23.281 INFO kablam! --> src/lib.rs:76:5 Oct 12 18:35:23.281 INFO kablam! | Oct 12 18:35:23.281 INFO kablam! 76 | / pub fn getSize(&self) -> u32 { Oct 12 18:35:23.281 INFO kablam! 77 | | self.size Oct 12 18:35:23.281 INFO kablam! 78 | | } Oct 12 18:35:23.281 INFO kablam! | |_____^ Oct 12 18:35:23.281 INFO kablam! Oct 12 18:35:23.841 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.07s Oct 12 18:35:23.847 INFO kablam! su: No module specific data is present Oct 12 18:35:24.561 INFO running `"docker" "rm" "-f" "0b32133c5daca5dd9802ec7ea7b45004774301d250407b0513f347f21433f10d"` Oct 12 18:35:24.928 INFO blam! 0b32133c5daca5dd9802ec7ea7b45004774301d250407b0513f347f21433f10d Oct 12 18:35:24.935 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12 18:35:25.363 INFO blam! ba5590d2e62fd3d64497433d905f67b69df2b6ac6aceea5feb0c847c794317f1 Oct 12 18:35:25.379 INFO running `"docker" "start" "-a" "ba5590d2e62fd3d64497433d905f67b69df2b6ac6aceea5feb0c847c794317f1"` Oct 12 18:35:26.768 INFO kablam! usermod: no changes Oct 12 18:35:26.839 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 12 18:35:26.840 INFO kablam! Running /target/debug/deps/LinkedList-18e56341d41081bc Oct 12 18:35:26.843 INFO blam! Oct 12 18:35:26.844 INFO blam! running 0 tests Oct 12 18:35:26.844 INFO blam! Oct 12 18:35:26.844 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:35:26.844 INFO blam! Oct 12 18:35:26.847 INFO kablam! Running /target/debug/deps/LinkedList-599b1f21aa6ec353 Oct 12 18:35:26.855 INFO blam! Oct 12 18:35:26.855 INFO blam! running 0 tests Oct 12 18:35:26.855 INFO blam! Oct 12 18:35:26.855 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:35:26.855 INFO blam! Oct 12 18:35:26.863 INFO kablam! Doc-tests LinkedList Oct 12 18:35:27.099 INFO blam! Oct 12 18:35:27.099 INFO blam! running 0 tests Oct 12 18:35:27.099 INFO blam! Oct 12 18:35:27.099 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:35:27.099 INFO blam! Oct 12 18:35:27.105 INFO kablam! su: No module specific data is present Oct 12 18:35:27.952 INFO running `"docker" "rm" "-f" "ba5590d2e62fd3d64497433d905f67b69df2b6ac6aceea5feb0c847c794317f1"` Oct 12 18:35:28.223 INFO blam! ba5590d2e62fd3d64497433d905f67b69df2b6ac6aceea5feb0c847c794317f1