Oct 15 20:34:10.433 INFO testing rust-lzo-0.6.2 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 20:34:10.433 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 20:34:10.621 INFO blam! 9106e57b9537aa8b22a7d03e1dcdd0c0bb6741d44a2e86d85e4967bc56b89c7d Oct 15 20:34:10.629 INFO running `"docker" "start" "-a" "9106e57b9537aa8b22a7d03e1dcdd0c0bb6741d44a2e86d85e4967bc56b89c7d"` Oct 15 20:34:11.874 INFO kablam! usermod: no changes Oct 15 20:34:11.931 INFO kablam! Compiling rust-lzo v0.6.2 (/source) Oct 15 20:34:12.599 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:12.599 INFO kablam! --> src/lzo1x_compress.rs:13:5 Oct 15 20:34:12.599 INFO kablam! | Oct 15 20:34:12.599 INFO kablam! 13 | mut p : *const ::std::os::raw::c_void Oct 15 20:34:12.599 INFO kablam! | ----^ Oct 15 20:34:12.599 INFO kablam! | | Oct 15 20:34:12.599 INFO kablam! | help: remove this `mut` Oct 15 20:34:12.599 INFO kablam! | Oct 15 20:34:12.599 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 20:34:12.599 INFO kablam! Oct 15 20:34:12.599 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:12.599 INFO kablam! --> src/lzo1x_compress.rs:15:9 Oct 15 20:34:12.599 INFO kablam! | Oct 15 20:34:12.599 INFO kablam! 15 | let mut input : *const u8 = p as (*const u8); Oct 15 20:34:12.599 INFO kablam! | ----^^^^^ Oct 15 20:34:12.599 INFO kablam! | | Oct 15 20:34:12.599 INFO kablam! | help: remove this `mut` Oct 15 20:34:12.599 INFO kablam! Oct 15 20:34:12.599 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:12.599 INFO kablam! --> src/lzo1x_compress.rs:26:18 Oct 15 20:34:12.599 INFO kablam! | Oct 15 20:34:12.599 INFO kablam! 26 | mut v : u32, mut p : *mut ::std::os::raw::c_void Oct 15 20:34:12.599 INFO kablam! | ----^ Oct 15 20:34:12.599 INFO kablam! | | Oct 15 20:34:12.599 INFO kablam! | help: remove this `mut` Oct 15 20:34:12.599 INFO kablam! Oct 15 20:34:12.599 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:12.599 INFO kablam! --> src/lzo1x_compress.rs:36:5 Oct 15 20:34:12.599 INFO kablam! | Oct 15 20:34:12.599 INFO kablam! 36 | mut p : *const ::std::os::raw::c_void Oct 15 20:34:12.599 INFO kablam! | ----^ Oct 15 20:34:12.599 INFO kablam! | | Oct 15 20:34:12.599 INFO kablam! | help: remove this `mut` Oct 15 20:34:12.599 INFO kablam! Oct 15 20:34:12.607 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:12.607 INFO kablam! --> src/lzo1x_compress.rs:48:5 Oct 15 20:34:12.607 INFO kablam! | Oct 15 20:34:12.607 INFO kablam! 48 | mut in_ : *const u8, Oct 15 20:34:12.607 INFO kablam! | ----^^^ Oct 15 20:34:12.607 INFO kablam! | | Oct 15 20:34:12.607 INFO kablam! | help: remove this `mut` Oct 15 20:34:12.607 INFO kablam! Oct 15 20:34:12.607 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:12.607 INFO kablam! --> src/lzo1x_compress.rs:49:5 Oct 15 20:34:12.607 INFO kablam! | Oct 15 20:34:12.607 INFO kablam! 49 | mut in_len : usize, Oct 15 20:34:12.607 INFO kablam! | ----^^^^^^ Oct 15 20:34:12.607 INFO kablam! | | Oct 15 20:34:12.607 INFO kablam! | help: remove this `mut` Oct 15 20:34:12.607 INFO kablam! Oct 15 20:34:12.607 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:12.607 INFO kablam! --> src/lzo1x_compress.rs:50:5 Oct 15 20:34:12.607 INFO kablam! | Oct 15 20:34:12.607 INFO kablam! 50 | mut out : *mut u8, Oct 15 20:34:12.607 INFO kablam! | ----^^^ Oct 15 20:34:12.607 INFO kablam! | | Oct 15 20:34:12.607 INFO kablam! | help: remove this `mut` Oct 15 20:34:12.607 INFO kablam! Oct 15 20:34:12.607 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:12.607 INFO kablam! --> src/lzo1x_compress.rs:51:5 Oct 15 20:34:12.607 INFO kablam! | Oct 15 20:34:12.607 INFO kablam! 51 | mut out_len : *mut usize, Oct 15 20:34:12.607 INFO kablam! | ----^^^^^^^ Oct 15 20:34:12.607 INFO kablam! | | Oct 15 20:34:12.607 INFO kablam! | help: remove this `mut` Oct 15 20:34:12.607 INFO kablam! Oct 15 20:34:12.607 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:12.607 INFO kablam! --> src/lzo1x_compress.rs:53:5 Oct 15 20:34:12.608 INFO kablam! | Oct 15 20:34:12.608 INFO kablam! 53 | mut wrkmem : *mut ::std::os::raw::c_void Oct 15 20:34:12.608 INFO kablam! | ----^^^^^^ Oct 15 20:34:12.608 INFO kablam! | | Oct 15 20:34:12.608 INFO kablam! | help: remove this `mut` Oct 15 20:34:12.608 INFO kablam! Oct 15 20:34:12.608 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:12.608 INFO kablam! --> src/lzo1x_compress.rs:453:5 Oct 15 20:34:12.608 INFO kablam! | Oct 15 20:34:12.608 INFO kablam! 453 | mut in_ : *const u8, Oct 15 20:34:12.608 INFO kablam! | ----^^^ Oct 15 20:34:12.608 INFO kablam! | | Oct 15 20:34:12.608 INFO kablam! | help: remove this `mut` Oct 15 20:34:12.608 INFO kablam! Oct 15 20:34:12.608 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:12.608 INFO kablam! --> src/lzo1x_compress.rs:454:5 Oct 15 20:34:12.608 INFO kablam! | Oct 15 20:34:12.608 INFO kablam! 454 | mut in_len : usize, Oct 15 20:34:12.608 INFO kablam! | ----^^^^^^ Oct 15 20:34:12.608 INFO kablam! | | Oct 15 20:34:12.608 INFO kablam! | help: remove this `mut` Oct 15 20:34:12.608 INFO kablam! Oct 15 20:34:12.608 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:12.608 INFO kablam! --> src/lzo1x_compress.rs:455:5 Oct 15 20:34:12.608 INFO kablam! | Oct 15 20:34:12.608 INFO kablam! 455 | mut out : *mut u8, Oct 15 20:34:12.608 INFO kablam! | ----^^^ Oct 15 20:34:12.608 INFO kablam! | | Oct 15 20:34:12.608 INFO kablam! | help: remove this `mut` Oct 15 20:34:12.608 INFO kablam! Oct 15 20:34:12.608 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:12.608 INFO kablam! --> src/lzo1x_compress.rs:456:5 Oct 15 20:34:12.608 INFO kablam! | Oct 15 20:34:12.608 INFO kablam! 456 | mut out_len : *mut usize, Oct 15 20:34:12.608 INFO kablam! | ----^^^^^^^ Oct 15 20:34:12.608 INFO kablam! | | Oct 15 20:34:12.608 INFO kablam! | help: remove this `mut` Oct 15 20:34:12.608 INFO kablam! Oct 15 20:34:12.608 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:12.608 INFO kablam! --> src/lzo1x_compress.rs:457:5 Oct 15 20:34:12.608 INFO kablam! | Oct 15 20:34:12.608 INFO kablam! 457 | mut wrkmem : *mut ::std::os::raw::c_void Oct 15 20:34:12.608 INFO kablam! | ----^^^^^^ Oct 15 20:34:12.608 INFO kablam! | | Oct 15 20:34:12.608 INFO kablam! | help: remove this `mut` Oct 15 20:34:12.608 INFO kablam! Oct 15 20:34:12.608 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:12.608 INFO kablam! --> src/lzo1x_compress.rs:468:13 Oct 15 20:34:12.608 INFO kablam! | Oct 15 20:34:12.608 INFO kablam! 468 | let mut ll Oct 15 20:34:12.608 INFO kablam! | ----^^ Oct 15 20:34:12.608 INFO kablam! | | Oct 15 20:34:12.608 INFO kablam! | help: remove this `mut` Oct 15 20:34:12.608 INFO kablam! Oct 15 20:34:12.608 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:12.608 INFO kablam! --> src/lzo1x_compress.rs:475:13 Oct 15 20:34:12.608 INFO kablam! | Oct 15 20:34:12.608 INFO kablam! 475 | let mut ll_end : usize = (ip as (usize)).wrapping_add(ll); Oct 15 20:34:12.608 INFO kablam! | ----^^^^^^ Oct 15 20:34:12.608 INFO kablam! | | Oct 15 20:34:12.608 INFO kablam! | help: remove this `mut` Oct 15 20:34:12.608 INFO kablam! Oct 15 20:34:12.608 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:12.608 INFO kablam! --> src/lzo1x_decompress_safe.rs:2:5 Oct 15 20:34:12.608 INFO kablam! | Oct 15 20:34:12.608 INFO kablam! 2 | mut p : *const ::std::os::raw::c_void Oct 15 20:34:12.608 INFO kablam! | ----^ Oct 15 20:34:12.608 INFO kablam! | | Oct 15 20:34:12.608 INFO kablam! | help: remove this `mut` Oct 15 20:34:12.608 INFO kablam! Oct 15 20:34:12.608 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:12.608 INFO kablam! --> src/lzo1x_decompress_safe.rs:4:9 Oct 15 20:34:12.608 INFO kablam! | Oct 15 20:34:12.608 INFO kablam! 4 | let mut input : *const u8 = p as (*const u8); Oct 15 20:34:12.608 INFO kablam! | ----^^^^^ Oct 15 20:34:12.608 INFO kablam! | | Oct 15 20:34:12.608 INFO kablam! | help: remove this `mut` Oct 15 20:34:12.608 INFO kablam! Oct 15 20:34:12.619 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:12.619 INFO kablam! --> src/lzo1x_decompress_safe.rs:12:5 Oct 15 20:34:12.619 INFO kablam! | Oct 15 20:34:12.619 INFO kablam! 12 | mut in_ : *const u8, Oct 15 20:34:12.619 INFO kablam! | ----^^^ Oct 15 20:34:12.619 INFO kablam! | | Oct 15 20:34:12.619 INFO kablam! | help: remove this `mut` Oct 15 20:34:12.619 INFO kablam! Oct 15 20:34:12.620 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:12.620 INFO kablam! --> src/lzo1x_decompress_safe.rs:13:5 Oct 15 20:34:12.620 INFO kablam! | Oct 15 20:34:12.620 INFO kablam! 13 | mut in_len : usize, Oct 15 20:34:12.620 INFO kablam! | ----^^^^^^ Oct 15 20:34:12.620 INFO kablam! | | Oct 15 20:34:12.620 INFO kablam! | help: remove this `mut` Oct 15 20:34:12.620 INFO kablam! Oct 15 20:34:12.620 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:12.620 INFO kablam! --> src/lzo1x_decompress_safe.rs:14:5 Oct 15 20:34:12.620 INFO kablam! | Oct 15 20:34:12.620 INFO kablam! 14 | mut out : *mut u8, Oct 15 20:34:12.620 INFO kablam! | ----^^^ Oct 15 20:34:12.620 INFO kablam! | | Oct 15 20:34:12.620 INFO kablam! | help: remove this `mut` Oct 15 20:34:12.620 INFO kablam! Oct 15 20:34:12.620 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:12.620 INFO kablam! --> src/lzo1x_decompress_safe.rs:15:5 Oct 15 20:34:12.620 INFO kablam! | Oct 15 20:34:12.620 INFO kablam! 15 | mut out_len : *mut usize Oct 15 20:34:12.620 INFO kablam! | ----^^^^^^^ Oct 15 20:34:12.620 INFO kablam! | | Oct 15 20:34:12.620 INFO kablam! | help: remove this `mut` Oct 15 20:34:12.620 INFO kablam! Oct 15 20:34:12.620 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:12.620 INFO kablam! --> src/lzo1x_decompress_safe.rs:87:33 Oct 15 20:34:12.620 INFO kablam! | Oct 15 20:34:12.620 INFO kablam! 87 | let mut ip_last : *const u8 = ip; Oct 15 20:34:12.620 INFO kablam! | ----^^^^^^^ Oct 15 20:34:12.620 INFO kablam! | | Oct 15 20:34:12.620 INFO kablam! | help: remove this `mut` Oct 15 20:34:12.620 INFO kablam! Oct 15 20:34:12.620 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:12.620 INFO kablam! --> src/lzo1x_decompress_safe.rs:181:29 Oct 15 20:34:12.620 INFO kablam! | Oct 15 20:34:12.620 INFO kablam! 181 | let mut ip_last : *const u8 = ip; Oct 15 20:34:12.620 INFO kablam! | ----^^^^^^^ Oct 15 20:34:12.620 INFO kablam! | | Oct 15 20:34:12.620 INFO kablam! | help: remove this `mut` Oct 15 20:34:12.620 INFO kablam! Oct 15 20:34:12.620 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:12.620 INFO kablam! --> src/lzo1x_decompress_safe.rs:234:29 Oct 15 20:34:12.620 INFO kablam! | Oct 15 20:34:12.620 INFO kablam! 234 | let mut ip_last : *const u8 = ip; Oct 15 20:34:12.620 INFO kablam! | ----^^^^^^^ Oct 15 20:34:12.620 INFO kablam! | | Oct 15 20:34:12.620 INFO kablam! | help: remove this `mut` Oct 15 20:34:12.620 INFO kablam! Oct 15 20:34:12.620 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:12.620 INFO kablam! --> src/lzo1x_decompress_safe.rs:290:21 Oct 15 20:34:12.620 INFO kablam! | Oct 15 20:34:12.620 INFO kablam! 290 | let mut oe : *mut u8 = op.offset(t as (isize)); Oct 15 20:34:12.620 INFO kablam! | ----^^ Oct 15 20:34:12.620 INFO kablam! | | Oct 15 20:34:12.620 INFO kablam! | help: remove this `mut` Oct 15 20:34:12.620 INFO kablam! Oct 15 20:34:12.620 INFO kablam! warning: variable `_currentBlock` should have a snake case name such as `_current_block` Oct 15 20:34:12.620 INFO kablam! --> src/lzo1x_compress.rs:55:9 Oct 15 20:34:12.620 INFO kablam! | Oct 15 20:34:12.620 INFO kablam! 55 | let mut _currentBlock; Oct 15 20:34:12.620 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 20:34:12.620 INFO kablam! | Oct 15 20:34:12.620 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 20:34:12.620 INFO kablam! Oct 15 20:34:12.620 INFO kablam! warning: variable `_currentBlock` should have a snake case name such as `_current_block` Oct 15 20:34:12.620 INFO kablam! --> src/lzo1x_compress.rs:459:9 Oct 15 20:34:12.620 INFO kablam! | Oct 15 20:34:12.620 INFO kablam! 459 | let mut _currentBlock; Oct 15 20:34:12.620 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 20:34:12.620 INFO kablam! Oct 15 20:34:12.620 INFO kablam! warning: variable `_currentBlock` should have a snake case name such as `_current_block` Oct 15 20:34:12.620 INFO kablam! --> src/lzo1x_decompress_safe.rs:17:9 Oct 15 20:34:12.620 INFO kablam! | Oct 15 20:34:12.620 INFO kablam! 17 | let mut _currentBlock; Oct 15 20:34:12.620 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 20:34:12.620 INFO kablam! Oct 15 20:34:12.627 INFO kablam! warning: variant `OUT_OF_MEMORY` should have a camel case name such as `OutOfMemory` Oct 15 20:34:12.627 INFO kablam! --> src/lib.rs:20:5 Oct 15 20:34:12.627 INFO kablam! | Oct 15 20:34:12.627 INFO kablam! 20 | OUT_OF_MEMORY = -2, Oct 15 20:34:12.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 20:34:12.627 INFO kablam! | Oct 15 20:34:12.627 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 15 20:34:12.627 INFO kablam! Oct 15 20:34:12.627 INFO kablam! warning: variant `NOT_COMPRESSIBLE` should have a camel case name such as `NotCompressible` Oct 15 20:34:12.627 INFO kablam! --> src/lib.rs:21:5 Oct 15 20:34:12.627 INFO kablam! | Oct 15 20:34:12.627 INFO kablam! 21 | NOT_COMPRESSIBLE = -3, Oct 15 20:34:12.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 20:34:12.627 INFO kablam! Oct 15 20:34:12.627 INFO kablam! warning: variant `INPUT_OVERRUN` should have a camel case name such as `InputOverrun` Oct 15 20:34:12.627 INFO kablam! --> src/lib.rs:22:5 Oct 15 20:34:12.627 INFO kablam! | Oct 15 20:34:12.627 INFO kablam! 22 | INPUT_OVERRUN = -4, Oct 15 20:34:12.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 20:34:12.627 INFO kablam! Oct 15 20:34:12.627 INFO kablam! warning: variant `OUTPUT_OVERRUN` should have a camel case name such as `OutputOverrun` Oct 15 20:34:12.627 INFO kablam! --> src/lib.rs:23:5 Oct 15 20:34:12.627 INFO kablam! | Oct 15 20:34:12.627 INFO kablam! 23 | OUTPUT_OVERRUN = -5, Oct 15 20:34:12.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 20:34:12.627 INFO kablam! Oct 15 20:34:12.627 INFO kablam! warning: variant `LOOKBEHIND_OVERRUN` should have a camel case name such as `LookbehindOverrun` Oct 15 20:34:12.627 INFO kablam! --> src/lib.rs:24:5 Oct 15 20:34:12.627 INFO kablam! | Oct 15 20:34:12.627 INFO kablam! 24 | LOOKBEHIND_OVERRUN = -6, Oct 15 20:34:12.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 20:34:12.627 INFO kablam! Oct 15 20:34:12.627 INFO kablam! warning: variant `EOF_NOT_FOUND` should have a camel case name such as `EofNotFound` Oct 15 20:34:12.627 INFO kablam! --> src/lib.rs:25:5 Oct 15 20:34:12.627 INFO kablam! | Oct 15 20:34:12.627 INFO kablam! 25 | EOF_NOT_FOUND = -7, Oct 15 20:34:12.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 20:34:12.627 INFO kablam! Oct 15 20:34:12.627 INFO kablam! warning: variant `INPUT_NOT_CONSUMED` should have a camel case name such as `InputNotConsumed` Oct 15 20:34:12.627 INFO kablam! --> src/lib.rs:26:5 Oct 15 20:34:12.627 INFO kablam! | Oct 15 20:34:12.627 INFO kablam! 26 | INPUT_NOT_CONSUMED = -8, Oct 15 20:34:12.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 20:34:12.627 INFO kablam! Oct 15 20:34:12.627 INFO kablam! warning: variant `NOT_YET_IMPLEMENTED` should have a camel case name such as `NotYetImplemented` Oct 15 20:34:12.627 INFO kablam! --> src/lib.rs:27:5 Oct 15 20:34:12.627 INFO kablam! | Oct 15 20:34:12.627 INFO kablam! 27 | NOT_YET_IMPLEMENTED = -9, Oct 15 20:34:12.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 20:34:12.627 INFO kablam! Oct 15 20:34:12.628 INFO kablam! warning: variant `INVALID_ARGUMENT` should have a camel case name such as `InvalidArgument` Oct 15 20:34:12.628 INFO kablam! --> src/lib.rs:28:5 Oct 15 20:34:12.628 INFO kablam! | Oct 15 20:34:12.628 INFO kablam! 28 | INVALID_ARGUMENT = -10, Oct 15 20:34:12.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 20:34:12.628 INFO kablam! Oct 15 20:34:12.811 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.90s Oct 15 20:34:12.813 INFO kablam! su: No module specific data is present Oct 15 20:34:13.195 INFO running `"docker" "rm" "-f" "9106e57b9537aa8b22a7d03e1dcdd0c0bb6741d44a2e86d85e4967bc56b89c7d"` Oct 15 20:34:13.329 INFO blam! 9106e57b9537aa8b22a7d03e1dcdd0c0bb6741d44a2e86d85e4967bc56b89c7d Oct 15 20:34:13.333 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 20:34:13.863 INFO blam! 6bfc2195511c5a3c6e32b593d3d767c5ba9224c5ea8504d501cafdec2a9041ae Oct 15 20:34:13.866 INFO running `"docker" "start" "-a" "6bfc2195511c5a3c6e32b593d3d767c5ba9224c5ea8504d501cafdec2a9041ae"` Oct 15 20:34:14.385 INFO kablam! usermod: no changes Oct 15 20:34:14.398 INFO kablam! Compiling rust-lzo v0.6.2 (/source) Oct 15 20:34:15.043 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:15.043 INFO kablam! --> src/lib.rs:99:13 Oct 15 20:34:15.043 INFO kablam! | Oct 15 20:34:15.043 INFO kablam! 99 | let mut dst_len: usize = worst_compress(mem::size_of_val(&data)); Oct 15 20:34:15.043 INFO kablam! | ----^^^^^^^ Oct 15 20:34:15.043 INFO kablam! | | Oct 15 20:34:15.043 INFO kablam! | help: remove this `mut` Oct 15 20:34:15.043 INFO kablam! | Oct 15 20:34:15.043 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 20:34:15.043 INFO kablam! Oct 15 20:34:15.043 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:15.043 INFO kablam! --> src/lzo1x_compress.rs:13:5 Oct 15 20:34:15.043 INFO kablam! | Oct 15 20:34:15.043 INFO kablam! 13 | mut p : *const ::std::os::raw::c_void Oct 15 20:34:15.043 INFO kablam! | ----^ Oct 15 20:34:15.043 INFO kablam! | | Oct 15 20:34:15.043 INFO kablam! | help: remove this `mut` Oct 15 20:34:15.043 INFO kablam! Oct 15 20:34:15.043 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:15.043 INFO kablam! --> src/lzo1x_compress.rs:15:9 Oct 15 20:34:15.043 INFO kablam! | Oct 15 20:34:15.043 INFO kablam! 15 | let mut input : *const u8 = p as (*const u8); Oct 15 20:34:15.043 INFO kablam! | ----^^^^^ Oct 15 20:34:15.043 INFO kablam! | | Oct 15 20:34:15.043 INFO kablam! | help: remove this `mut` Oct 15 20:34:15.043 INFO kablam! Oct 15 20:34:15.043 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:15.043 INFO kablam! --> src/lzo1x_compress.rs:26:18 Oct 15 20:34:15.043 INFO kablam! | Oct 15 20:34:15.043 INFO kablam! 26 | mut v : u32, mut p : *mut ::std::os::raw::c_void Oct 15 20:34:15.043 INFO kablam! | ----^ Oct 15 20:34:15.043 INFO kablam! | | Oct 15 20:34:15.043 INFO kablam! | help: remove this `mut` Oct 15 20:34:15.043 INFO kablam! Oct 15 20:34:15.043 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:15.043 INFO kablam! --> src/lzo1x_compress.rs:36:5 Oct 15 20:34:15.043 INFO kablam! | Oct 15 20:34:15.043 INFO kablam! 36 | mut p : *const ::std::os::raw::c_void Oct 15 20:34:15.043 INFO kablam! | ----^ Oct 15 20:34:15.043 INFO kablam! | | Oct 15 20:34:15.043 INFO kablam! | help: remove this `mut` Oct 15 20:34:15.043 INFO kablam! Oct 15 20:34:15.051 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:15.051 INFO kablam! --> src/lzo1x_compress.rs:48:5 Oct 15 20:34:15.051 INFO kablam! | Oct 15 20:34:15.051 INFO kablam! 48 | mut in_ : *const u8, Oct 15 20:34:15.051 INFO kablam! | ----^^^ Oct 15 20:34:15.051 INFO kablam! | | Oct 15 20:34:15.051 INFO kablam! | help: remove this `mut` Oct 15 20:34:15.051 INFO kablam! Oct 15 20:34:15.051 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:15.051 INFO kablam! --> src/lzo1x_compress.rs:49:5 Oct 15 20:34:15.051 INFO kablam! | Oct 15 20:34:15.051 INFO kablam! 49 | mut in_len : usize, Oct 15 20:34:15.051 INFO kablam! | ----^^^^^^ Oct 15 20:34:15.051 INFO kablam! | | Oct 15 20:34:15.051 INFO kablam! | help: remove this `mut` Oct 15 20:34:15.051 INFO kablam! Oct 15 20:34:15.051 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:15.051 INFO kablam! --> src/lzo1x_compress.rs:50:5 Oct 15 20:34:15.051 INFO kablam! | Oct 15 20:34:15.051 INFO kablam! 50 | mut out : *mut u8, Oct 15 20:34:15.051 INFO kablam! | ----^^^ Oct 15 20:34:15.051 INFO kablam! | | Oct 15 20:34:15.051 INFO kablam! | help: remove this `mut` Oct 15 20:34:15.051 INFO kablam! Oct 15 20:34:15.051 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:15.051 INFO kablam! --> src/lzo1x_compress.rs:51:5 Oct 15 20:34:15.051 INFO kablam! | Oct 15 20:34:15.051 INFO kablam! 51 | mut out_len : *mut usize, Oct 15 20:34:15.051 INFO kablam! | ----^^^^^^^ Oct 15 20:34:15.051 INFO kablam! | | Oct 15 20:34:15.051 INFO kablam! | help: remove this `mut` Oct 15 20:34:15.051 INFO kablam! Oct 15 20:34:15.051 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:15.051 INFO kablam! --> src/lzo1x_compress.rs:53:5 Oct 15 20:34:15.051 INFO kablam! | Oct 15 20:34:15.051 INFO kablam! 53 | mut wrkmem : *mut ::std::os::raw::c_void Oct 15 20:34:15.051 INFO kablam! | ----^^^^^^ Oct 15 20:34:15.051 INFO kablam! | | Oct 15 20:34:15.051 INFO kablam! | help: remove this `mut` Oct 15 20:34:15.051 INFO kablam! Oct 15 20:34:15.055 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:15.055 INFO kablam! --> src/lzo1x_compress.rs:453:5 Oct 15 20:34:15.055 INFO kablam! | Oct 15 20:34:15.055 INFO kablam! 453 | mut in_ : *const u8, Oct 15 20:34:15.055 INFO kablam! | ----^^^ Oct 15 20:34:15.055 INFO kablam! | | Oct 15 20:34:15.055 INFO kablam! | help: remove this `mut` Oct 15 20:34:15.055 INFO kablam! Oct 15 20:34:15.055 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:15.055 INFO kablam! --> src/lzo1x_compress.rs:454:5 Oct 15 20:34:15.055 INFO kablam! | Oct 15 20:34:15.055 INFO kablam! 454 | mut in_len : usize, Oct 15 20:34:15.055 INFO kablam! | ----^^^^^^ Oct 15 20:34:15.055 INFO kablam! | | Oct 15 20:34:15.055 INFO kablam! | help: remove this `mut` Oct 15 20:34:15.055 INFO kablam! Oct 15 20:34:15.055 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:15.055 INFO kablam! --> src/lzo1x_compress.rs:455:5 Oct 15 20:34:15.055 INFO kablam! | Oct 15 20:34:15.055 INFO kablam! 455 | mut out : *mut u8, Oct 15 20:34:15.055 INFO kablam! | ----^^^ Oct 15 20:34:15.055 INFO kablam! | | Oct 15 20:34:15.055 INFO kablam! | help: remove this `mut` Oct 15 20:34:15.055 INFO kablam! Oct 15 20:34:15.055 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:15.055 INFO kablam! --> src/lzo1x_compress.rs:456:5 Oct 15 20:34:15.055 INFO kablam! | Oct 15 20:34:15.055 INFO kablam! 456 | mut out_len : *mut usize, Oct 15 20:34:15.055 INFO kablam! | ----^^^^^^^ Oct 15 20:34:15.055 INFO kablam! | | Oct 15 20:34:15.055 INFO kablam! | help: remove this `mut` Oct 15 20:34:15.055 INFO kablam! Oct 15 20:34:15.055 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:15.055 INFO kablam! --> src/lzo1x_compress.rs:457:5 Oct 15 20:34:15.055 INFO kablam! | Oct 15 20:34:15.055 INFO kablam! 457 | mut wrkmem : *mut ::std::os::raw::c_void Oct 15 20:34:15.055 INFO kablam! | ----^^^^^^ Oct 15 20:34:15.055 INFO kablam! | | Oct 15 20:34:15.055 INFO kablam! | help: remove this `mut` Oct 15 20:34:15.055 INFO kablam! Oct 15 20:34:15.055 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:15.055 INFO kablam! --> src/lzo1x_compress.rs:468:13 Oct 15 20:34:15.055 INFO kablam! | Oct 15 20:34:15.055 INFO kablam! 468 | let mut ll Oct 15 20:34:15.055 INFO kablam! | ----^^ Oct 15 20:34:15.056 INFO kablam! | | Oct 15 20:34:15.056 INFO kablam! | help: remove this `mut` Oct 15 20:34:15.056 INFO kablam! Oct 15 20:34:15.056 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:15.056 INFO kablam! --> src/lzo1x_compress.rs:475:13 Oct 15 20:34:15.056 INFO kablam! | Oct 15 20:34:15.056 INFO kablam! 475 | let mut ll_end : usize = (ip as (usize)).wrapping_add(ll); Oct 15 20:34:15.056 INFO kablam! | ----^^^^^^ Oct 15 20:34:15.056 INFO kablam! | | Oct 15 20:34:15.056 INFO kablam! | help: remove this `mut` Oct 15 20:34:15.056 INFO kablam! Oct 15 20:34:15.056 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:15.056 INFO kablam! --> src/lzo1x_decompress_safe.rs:2:5 Oct 15 20:34:15.056 INFO kablam! | Oct 15 20:34:15.056 INFO kablam! 2 | mut p : *const ::std::os::raw::c_void Oct 15 20:34:15.056 INFO kablam! | ----^ Oct 15 20:34:15.056 INFO kablam! | | Oct 15 20:34:15.056 INFO kablam! | help: remove this `mut` Oct 15 20:34:15.056 INFO kablam! Oct 15 20:34:15.056 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:15.056 INFO kablam! --> src/lzo1x_decompress_safe.rs:4:9 Oct 15 20:34:15.056 INFO kablam! | Oct 15 20:34:15.056 INFO kablam! 4 | let mut input : *const u8 = p as (*const u8); Oct 15 20:34:15.056 INFO kablam! | ----^^^^^ Oct 15 20:34:15.056 INFO kablam! | | Oct 15 20:34:15.056 INFO kablam! | help: remove this `mut` Oct 15 20:34:15.056 INFO kablam! Oct 15 20:34:15.066 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:15.066 INFO kablam! --> src/lzo1x_decompress_safe.rs:12:5 Oct 15 20:34:15.066 INFO kablam! | Oct 15 20:34:15.066 INFO kablam! 12 | mut in_ : *const u8, Oct 15 20:34:15.066 INFO kablam! | ----^^^ Oct 15 20:34:15.066 INFO kablam! | | Oct 15 20:34:15.066 INFO kablam! | help: remove this `mut` Oct 15 20:34:15.066 INFO kablam! Oct 15 20:34:15.066 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:15.066 INFO kablam! --> src/lzo1x_decompress_safe.rs:13:5 Oct 15 20:34:15.066 INFO kablam! | Oct 15 20:34:15.066 INFO kablam! 13 | mut in_len : usize, Oct 15 20:34:15.066 INFO kablam! | ----^^^^^^ Oct 15 20:34:15.066 INFO kablam! | | Oct 15 20:34:15.066 INFO kablam! | help: remove this `mut` Oct 15 20:34:15.066 INFO kablam! Oct 15 20:34:15.066 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:15.066 INFO kablam! --> src/lzo1x_decompress_safe.rs:14:5 Oct 15 20:34:15.066 INFO kablam! | Oct 15 20:34:15.066 INFO kablam! 14 | mut out : *mut u8, Oct 15 20:34:15.066 INFO kablam! | ----^^^ Oct 15 20:34:15.066 INFO kablam! | | Oct 15 20:34:15.066 INFO kablam! | help: remove this `mut` Oct 15 20:34:15.066 INFO kablam! Oct 15 20:34:15.066 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:15.066 INFO kablam! --> src/lzo1x_decompress_safe.rs:15:5 Oct 15 20:34:15.066 INFO kablam! | Oct 15 20:34:15.066 INFO kablam! 15 | mut out_len : *mut usize Oct 15 20:34:15.066 INFO kablam! | ----^^^^^^^ Oct 15 20:34:15.066 INFO kablam! | | Oct 15 20:34:15.066 INFO kablam! | help: remove this `mut` Oct 15 20:34:15.066 INFO kablam! Oct 15 20:34:15.066 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:15.066 INFO kablam! --> src/lzo1x_decompress_safe.rs:87:33 Oct 15 20:34:15.067 INFO kablam! | Oct 15 20:34:15.067 INFO kablam! 87 | let mut ip_last : *const u8 = ip; Oct 15 20:34:15.067 INFO kablam! | ----^^^^^^^ Oct 15 20:34:15.067 INFO kablam! | | Oct 15 20:34:15.067 INFO kablam! | help: remove this `mut` Oct 15 20:34:15.067 INFO kablam! Oct 15 20:34:15.067 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:15.067 INFO kablam! --> src/lzo1x_decompress_safe.rs:181:29 Oct 15 20:34:15.067 INFO kablam! | Oct 15 20:34:15.067 INFO kablam! 181 | let mut ip_last : *const u8 = ip; Oct 15 20:34:15.067 INFO kablam! | ----^^^^^^^ Oct 15 20:34:15.067 INFO kablam! | | Oct 15 20:34:15.067 INFO kablam! | help: remove this `mut` Oct 15 20:34:15.067 INFO kablam! Oct 15 20:34:15.067 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:15.067 INFO kablam! --> src/lzo1x_decompress_safe.rs:234:29 Oct 15 20:34:15.067 INFO kablam! | Oct 15 20:34:15.067 INFO kablam! 234 | let mut ip_last : *const u8 = ip; Oct 15 20:34:15.067 INFO kablam! | ----^^^^^^^ Oct 15 20:34:15.067 INFO kablam! | | Oct 15 20:34:15.067 INFO kablam! | help: remove this `mut` Oct 15 20:34:15.067 INFO kablam! Oct 15 20:34:15.067 INFO kablam! warning: variable does not need to be mutable Oct 15 20:34:15.067 INFO kablam! --> src/lzo1x_decompress_safe.rs:290:21 Oct 15 20:34:15.067 INFO kablam! | Oct 15 20:34:15.067 INFO kablam! 290 | let mut oe : *mut u8 = op.offset(t as (isize)); Oct 15 20:34:15.067 INFO kablam! | ----^^ Oct 15 20:34:15.067 INFO kablam! | | Oct 15 20:34:15.067 INFO kablam! | help: remove this `mut` Oct 15 20:34:15.067 INFO kablam! Oct 15 20:34:15.067 INFO kablam! warning: variable `_currentBlock` should have a snake case name such as `_current_block` Oct 15 20:34:15.067 INFO kablam! --> src/lzo1x_compress.rs:55:9 Oct 15 20:34:15.067 INFO kablam! | Oct 15 20:34:15.067 INFO kablam! 55 | let mut _currentBlock; Oct 15 20:34:15.067 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 20:34:15.067 INFO kablam! | Oct 15 20:34:15.067 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 20:34:15.067 INFO kablam! Oct 15 20:34:15.067 INFO kablam! warning: variable `_currentBlock` should have a snake case name such as `_current_block` Oct 15 20:34:15.067 INFO kablam! --> src/lzo1x_compress.rs:459:9 Oct 15 20:34:15.067 INFO kablam! | Oct 15 20:34:15.067 INFO kablam! 459 | let mut _currentBlock; Oct 15 20:34:15.067 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 20:34:15.067 INFO kablam! Oct 15 20:34:15.067 INFO kablam! warning: variable `_currentBlock` should have a snake case name such as `_current_block` Oct 15 20:34:15.067 INFO kablam! --> src/lzo1x_decompress_safe.rs:17:9 Oct 15 20:34:15.067 INFO kablam! | Oct 15 20:34:15.067 INFO kablam! 17 | let mut _currentBlock; Oct 15 20:34:15.067 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 20:34:15.067 INFO kablam! Oct 15 20:34:15.075 INFO kablam! warning: variant `OUT_OF_MEMORY` should have a camel case name such as `OutOfMemory` Oct 15 20:34:15.075 INFO kablam! --> src/lib.rs:20:5 Oct 15 20:34:15.075 INFO kablam! | Oct 15 20:34:15.075 INFO kablam! 20 | OUT_OF_MEMORY = -2, Oct 15 20:34:15.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 20:34:15.075 INFO kablam! | Oct 15 20:34:15.075 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 15 20:34:15.075 INFO kablam! Oct 15 20:34:15.075 INFO kablam! warning: variant `NOT_COMPRESSIBLE` should have a camel case name such as `NotCompressible` Oct 15 20:34:15.075 INFO kablam! --> src/lib.rs:21:5 Oct 15 20:34:15.075 INFO kablam! | Oct 15 20:34:15.075 INFO kablam! 21 | NOT_COMPRESSIBLE = -3, Oct 15 20:34:15.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 20:34:15.075 INFO kablam! Oct 15 20:34:15.075 INFO kablam! warning: variant `INPUT_OVERRUN` should have a camel case name such as `InputOverrun` Oct 15 20:34:15.075 INFO kablam! --> src/lib.rs:22:5 Oct 15 20:34:15.075 INFO kablam! | Oct 15 20:34:15.075 INFO kablam! 22 | INPUT_OVERRUN = -4, Oct 15 20:34:15.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 20:34:15.075 INFO kablam! Oct 15 20:34:15.075 INFO kablam! warning: variant `OUTPUT_OVERRUN` should have a camel case name such as `OutputOverrun` Oct 15 20:34:15.075 INFO kablam! --> src/lib.rs:23:5 Oct 15 20:34:15.075 INFO kablam! | Oct 15 20:34:15.075 INFO kablam! 23 | OUTPUT_OVERRUN = -5, Oct 15 20:34:15.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 20:34:15.075 INFO kablam! Oct 15 20:34:15.075 INFO kablam! warning: variant `LOOKBEHIND_OVERRUN` should have a camel case name such as `LookbehindOverrun` Oct 15 20:34:15.075 INFO kablam! --> src/lib.rs:24:5 Oct 15 20:34:15.075 INFO kablam! | Oct 15 20:34:15.075 INFO kablam! 24 | LOOKBEHIND_OVERRUN = -6, Oct 15 20:34:15.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 20:34:15.075 INFO kablam! Oct 15 20:34:15.075 INFO kablam! warning: variant `EOF_NOT_FOUND` should have a camel case name such as `EofNotFound` Oct 15 20:34:15.075 INFO kablam! --> src/lib.rs:25:5 Oct 15 20:34:15.075 INFO kablam! | Oct 15 20:34:15.075 INFO kablam! 25 | EOF_NOT_FOUND = -7, Oct 15 20:34:15.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 20:34:15.075 INFO kablam! Oct 15 20:34:15.075 INFO kablam! warning: variant `INPUT_NOT_CONSUMED` should have a camel case name such as `InputNotConsumed` Oct 15 20:34:15.075 INFO kablam! --> src/lib.rs:26:5 Oct 15 20:34:15.075 INFO kablam! | Oct 15 20:34:15.075 INFO kablam! 26 | INPUT_NOT_CONSUMED = -8, Oct 15 20:34:15.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 20:34:15.075 INFO kablam! Oct 15 20:34:15.075 INFO kablam! warning: variant `NOT_YET_IMPLEMENTED` should have a camel case name such as `NotYetImplemented` Oct 15 20:34:15.075 INFO kablam! --> src/lib.rs:27:5 Oct 15 20:34:15.075 INFO kablam! | Oct 15 20:34:15.075 INFO kablam! 27 | NOT_YET_IMPLEMENTED = -9, Oct 15 20:34:15.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 20:34:15.076 INFO kablam! Oct 15 20:34:15.076 INFO kablam! warning: variant `INVALID_ARGUMENT` should have a camel case name such as `InvalidArgument` Oct 15 20:34:15.076 INFO kablam! --> src/lib.rs:28:5 Oct 15 20:34:15.076 INFO kablam! | Oct 15 20:34:15.076 INFO kablam! 28 | INVALID_ARGUMENT = -10, Oct 15 20:34:15.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 20:34:15.076 INFO kablam! Oct 15 20:34:15.559 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.17s Oct 15 20:34:15.561 INFO kablam! su: No module specific data is present Oct 15 20:34:15.863 INFO running `"docker" "rm" "-f" "6bfc2195511c5a3c6e32b593d3d767c5ba9224c5ea8504d501cafdec2a9041ae"` Oct 15 20:34:15.984 INFO blam! 6bfc2195511c5a3c6e32b593d3d767c5ba9224c5ea8504d501cafdec2a9041ae Oct 15 20:34:15.991 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 20:34:16.196 INFO blam! aa5555b6d39bc814723c4b422c421f840fc8b0227863ebbf566e5c8c1eee2207 Oct 15 20:34:16.197 INFO running `"docker" "start" "-a" "aa5555b6d39bc814723c4b422c421f840fc8b0227863ebbf566e5c8c1eee2207"` Oct 15 20:34:16.689 INFO kablam! usermod: no changes Oct 15 20:34:16.710 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.00s Oct 15 20:34:16.710 INFO kablam! Running /target/debug/deps/rust_lzo-295a58afb7713121 Oct 15 20:34:16.712 INFO blam! Oct 15 20:34:16.712 INFO blam! running 1 test Oct 15 20:34:16.712 INFO blam! test it_works ... ok Oct 15 20:34:16.712 INFO blam! Oct 15 20:34:16.712 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 20:34:16.712 INFO blam! Oct 15 20:34:16.712 INFO kablam! Doc-tests rust-lzo Oct 15 20:34:17.331 INFO blam! Oct 15 20:34:17.331 INFO blam! running 0 tests Oct 15 20:34:17.331 INFO blam! Oct 15 20:34:17.331 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 20:34:17.331 INFO blam! Oct 15 20:34:17.334 INFO kablam! su: No module specific data is present Oct 15 20:34:17.680 INFO running `"docker" "rm" "-f" "aa5555b6d39bc814723c4b422c421f840fc8b0227863ebbf566e5c8c1eee2207"` Oct 15 20:34:17.867 INFO blam! aa5555b6d39bc814723c4b422c421f840fc8b0227863ebbf566e5c8c1eee2207