Oct 11 23:28:24.316 INFO testing flu-0.0.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 23:28:24.316 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 11 23:28:24.673 INFO blam! 5abfd3a0336ea37edcf03876ce30a49ca2ac912b7ccb486a6ae6fafaaba4eca3 Oct 11 23:28:24.680 INFO running `"docker" "start" "-a" "5abfd3a0336ea37edcf03876ce30a49ca2ac912b7ccb486a6ae6fafaaba4eca3"` Oct 11 23:28:25.760 INFO kablam! usermod: no changes Oct 11 23:28:25.807 INFO kablam! Compiling flu v0.0.2 (/source) Oct 11 23:28:26.776 INFO kablam! warning: use of deprecated item 'gcc::Config': gcc::Config has been renamed to gcc::Build Oct 11 23:28:26.777 INFO kablam! --> build.rs:10:5 Oct 11 23:28:26.777 INFO kablam! | Oct 11 23:28:26.777 INFO kablam! 10 | gcc::Config::new() Oct 11 23:28:26.777 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 23:28:26.778 INFO kablam! | Oct 11 23:28:26.778 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 23:28:26.778 INFO kablam! Oct 11 23:28:26.780 INFO kablam! warning: use of deprecated item 'gcc::Build::new': crate has been renamed to `cc`, the `gcc` name is not maintained Oct 11 23:28:26.780 INFO kablam! --> build.rs:10:5 Oct 11 23:28:26.781 INFO kablam! | Oct 11 23:28:26.781 INFO kablam! 10 | gcc::Config::new() Oct 11 23:28:26.781 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 23:28:26.781 INFO kablam! Oct 11 23:28:31.807 INFO kablam! warning: unused macro definition Oct 11 23:28:31.807 INFO kablam! --> src/lib.rs:5:1 Oct 11 23:28:31.807 INFO kablam! | Oct 11 23:28:31.807 INFO kablam! 5 | / macro_rules! assert_enum { Oct 11 23:28:31.807 INFO kablam! 6 | | (@as_expr $e:expr) => {$e}; Oct 11 23:28:31.807 INFO kablam! 7 | | (@as_pat $p:pat) => {$p}; Oct 11 23:28:31.807 INFO kablam! 8 | | ($left:expr, $($right:tt)*) => ( Oct 11 23:28:31.807 INFO kablam! ... | Oct 11 23:28:31.807 INFO kablam! 21 | | ) Oct 11 23:28:31.807 INFO kablam! 22 | | } Oct 11 23:28:31.807 INFO kablam! | |_^ Oct 11 23:28:31.807 INFO kablam! | Oct 11 23:28:31.807 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 11 23:28:31.807 INFO kablam! Oct 11 23:28:31.820 INFO kablam! warning: unused import: `LuaRef` Oct 11 23:28:31.820 INFO kablam! --> src/stack/push.rs:3:5 Oct 11 23:28:31.820 INFO kablam! | Oct 11 23:28:31.820 INFO kablam! 3 | use LuaRef; Oct 11 23:28:31.820 INFO kablam! | ^^^^^^ Oct 11 23:28:31.820 INFO kablam! | Oct 11 23:28:31.821 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 23:28:31.821 INFO kablam! Oct 11 23:28:31.821 INFO kablam! warning: unused import: `LuaValue` Oct 11 23:28:31.821 INFO kablam! --> src/stack/read.rs:2:5 Oct 11 23:28:31.821 INFO kablam! | Oct 11 23:28:31.821 INFO kablam! 2 | use LuaValue; Oct 11 23:28:31.821 INFO kablam! | ^^^^^^^^ Oct 11 23:28:31.821 INFO kablam! Oct 11 23:28:31.821 INFO kablam! warning: unused import: `LuaRef` Oct 11 23:28:31.821 INFO kablam! --> src/stack/read.rs:3:5 Oct 11 23:28:31.821 INFO kablam! | Oct 11 23:28:31.821 INFO kablam! 3 | use LuaRef; Oct 11 23:28:31.821 INFO kablam! | ^^^^^^ Oct 11 23:28:31.821 INFO kablam! Oct 11 23:28:31.821 INFO kablam! warning: unused import: `nil` Oct 11 23:28:31.821 INFO kablam! --> src/stack/read.rs:5:5 Oct 11 23:28:31.821 INFO kablam! | Oct 11 23:28:31.821 INFO kablam! 5 | use nil; Oct 11 23:28:31.821 INFO kablam! | ^^^ Oct 11 23:28:31.821 INFO kablam! Oct 11 23:28:31.821 INFO kablam! warning: unused import: `LuaValue` Oct 11 23:28:31.821 INFO kablam! --> src/stack/size.rs:2:5 Oct 11 23:28:31.821 INFO kablam! | Oct 11 23:28:31.821 INFO kablam! 2 | use LuaValue; Oct 11 23:28:31.821 INFO kablam! | ^^^^^^^^ Oct 11 23:28:31.821 INFO kablam! Oct 11 23:28:31.821 INFO kablam! warning: unused import: `LuaRef` Oct 11 23:28:31.821 INFO kablam! --> src/stack/size.rs:3:5 Oct 11 23:28:31.821 INFO kablam! | Oct 11 23:28:31.821 INFO kablam! 3 | use LuaRef; Oct 11 23:28:31.821 INFO kablam! | ^^^^^^ Oct 11 23:28:31.821 INFO kablam! Oct 11 23:28:31.821 INFO kablam! warning: unused import: `nil` Oct 11 23:28:31.821 INFO kablam! --> src/collections/table.rs:5:5 Oct 11 23:28:31.821 INFO kablam! | Oct 11 23:28:31.821 INFO kablam! 5 | use nil; Oct 11 23:28:31.821 INFO kablam! | ^^^ Oct 11 23:28:31.821 INFO kablam! Oct 11 23:28:31.821 INFO kablam! warning: unused import: `std::mem` Oct 11 23:28:31.821 INFO kablam! --> src/collections/table.rs:14:5 Oct 11 23:28:31.821 INFO kablam! | Oct 11 23:28:31.821 INFO kablam! 14 | use std::mem; Oct 11 23:28:31.821 INFO kablam! | ^^^^^^^^ Oct 11 23:28:31.821 INFO kablam! Oct 11 23:28:31.821 INFO kablam! warning: unused import: `Table` Oct 11 23:28:31.821 INFO kablam! --> src/context.rs:3:5 Oct 11 23:28:31.821 INFO kablam! | Oct 11 23:28:31.821 INFO kablam! 3 | use Table; Oct 11 23:28:31.821 INFO kablam! | ^^^^^ Oct 11 23:28:31.821 INFO kablam! Oct 11 23:28:31.821 INFO kablam! warning: unused import: `nil` Oct 11 23:28:31.821 INFO kablam! --> src/value.rs:6:5 Oct 11 23:28:31.821 INFO kablam! | Oct 11 23:28:31.821 INFO kablam! 6 | use nil; Oct 11 23:28:31.821 INFO kablam! | ^^^ Oct 11 23:28:31.821 INFO kablam! Oct 11 23:28:31.821 INFO kablam! warning: unused import: `Table` Oct 11 23:28:31.821 INFO kablam! --> src/function.rs:3:5 Oct 11 23:28:31.821 INFO kablam! | Oct 11 23:28:31.821 INFO kablam! 3 | use Table; Oct 11 23:28:31.821 INFO kablam! | ^^^^^ Oct 11 23:28:31.821 INFO kablam! Oct 11 23:28:31.821 INFO kablam! warning: unused import: `nil` Oct 11 23:28:31.821 INFO kablam! --> src/function.rs:5:5 Oct 11 23:28:31.821 INFO kablam! | Oct 11 23:28:31.821 INFO kablam! 5 | use nil; Oct 11 23:28:31.821 INFO kablam! | ^^^ Oct 11 23:28:31.821 INFO kablam! Oct 11 23:28:32.028 INFO kablam! warning: unused variable: `cxt` Oct 11 23:28:32.028 INFO kablam! --> src/value.rs:43:14 Oct 11 23:28:32.028 INFO kablam! | Oct 11 23:28:32.028 INFO kablam! 43 | fn check(cxt: &'a Context, idx: i32) -> bool { Oct 11 23:28:32.028 INFO kablam! | ^^^ help: consider using `_cxt` instead Oct 11 23:28:32.028 INFO kablam! | Oct 11 23:28:32.028 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 23:28:32.028 INFO kablam! Oct 11 23:28:32.028 INFO kablam! warning: unused variable: `idx` Oct 11 23:28:32.028 INFO kablam! --> src/value.rs:43:32 Oct 11 23:28:32.028 INFO kablam! | Oct 11 23:28:32.028 INFO kablam! 43 | fn check(cxt: &'a Context, idx: i32) -> bool { Oct 11 23:28:32.028 INFO kablam! | ^^^ help: consider using `_idx` instead Oct 11 23:28:32.028 INFO kablam! Oct 11 23:28:32.028 INFO kablam! warning: unused variable: `cxt` Oct 11 23:28:32.028 INFO kablam! --> src/borrow.rs:52:14 Oct 11 23:28:32.028 INFO kablam! | Oct 11 23:28:32.028 INFO kablam! 52 | fn check(cxt: &'a Context, idx: i32) -> bool { Oct 11 23:28:32.028 INFO kablam! | ^^^ help: consider using `_cxt` instead Oct 11 23:28:32.028 INFO kablam! Oct 11 23:28:32.028 INFO kablam! warning: unused variable: `idx` Oct 11 23:28:32.028 INFO kablam! --> src/borrow.rs:52:32 Oct 11 23:28:32.028 INFO kablam! | Oct 11 23:28:32.028 INFO kablam! 52 | fn check(cxt: &'a Context, idx: i32) -> bool { Oct 11 23:28:32.028 INFO kablam! | ^^^ help: consider using `_idx` instead Oct 11 23:28:32.028 INFO kablam! Oct 11 23:28:32.097 INFO kablam! warning: unnecessary `unsafe` block Oct 11 23:28:32.097 INFO kablam! --> src/function.rs:48:9 Oct 11 23:28:32.097 INFO kablam! | Oct 11 23:28:32.098 INFO kablam! 48 | unsafe { Oct 11 23:28:32.098 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Oct 11 23:28:32.098 INFO kablam! | Oct 11 23:28:32.099 INFO kablam! = note: #[warn(unused_unsafe)] on by default Oct 11 23:28:32.099 INFO kablam! Oct 11 23:28:32.099 INFO kablam! warning: unnecessary `unsafe` block Oct 11 23:28:32.100 INFO kablam! --> src/function.rs:101:24 Oct 11 23:28:32.100 INFO kablam! | Oct 11 23:28:32.100 INFO kablam! 98 | / unsafe extern fn wrapper
(L: *mut ffi::lua_State) -> libc::c_int Oct 11 23:28:32.100 INFO kablam! 99 | | where P: Push, R: for<'a> Read<'a> + Size, F: Fn(R) -> P { Oct 11 23:28:32.101 INFO kablam! 100 | | let cxt = Context::from_state_weak(L); Oct 11 23:28:32.101 INFO kablam! 101 | | let func: &mut F = unsafe { mem::transmute(ffi::lua_touserdata(L, ffi::lua_upvalueindex(1))) }; Oct 11 23:28:32.101 INFO kablam! | | ^^^^^^ unnecessary `unsafe` block Oct 11 23:28:32.102 INFO kablam! ... | Oct 11 23:28:32.102 INFO kablam! 106 | | R::size() Oct 11 23:28:32.102 INFO kablam! 107 | | } Oct 11 23:28:32.103 INFO kablam! | |_- because it's nested under this `unsafe` fn Oct 11 23:28:32.103 INFO kablam! Oct 11 23:28:32.103 INFO kablam! warning: variable `L` should have a snake case name such as `l` Oct 11 23:28:32.103 INFO kablam! --> src/function.rs:98:35 Oct 11 23:28:32.104 INFO kablam! | Oct 11 23:28:32.104 INFO kablam! 98 | unsafe extern fn wrapper
(L: *mut ffi::lua_State) -> libc::c_int Oct 11 23:28:32.104 INFO kablam! | ^ Oct 11 23:28:32.105 INFO kablam! | Oct 11 23:28:32.105 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 23:28:32.105 INFO kablam! Oct 11 23:28:32.105 INFO kablam! warning: type `nil` should have a camel case name such as `Nil` Oct 11 23:28:32.106 INFO kablam! --> src/lib.rs:40:1 Oct 11 23:28:32.106 INFO kablam! | Oct 11 23:28:32.106 INFO kablam! 40 | pub struct nil; Oct 11 23:28:32.106 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 23:28:32.107 INFO kablam! | Oct 11 23:28:32.107 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 11 23:28:32.107 INFO kablam! Oct 11 23:28:32.328 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.54s Oct 11 23:28:32.330 INFO kablam! su: No module specific data is present Oct 11 23:28:32.655 INFO running `"docker" "rm" "-f" "5abfd3a0336ea37edcf03876ce30a49ca2ac912b7ccb486a6ae6fafaaba4eca3"` Oct 11 23:28:32.792 INFO blam! 5abfd3a0336ea37edcf03876ce30a49ca2ac912b7ccb486a6ae6fafaaba4eca3 Oct 11 23:28:32.794 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 11 23:28:33.070 INFO blam! 644e57a7e602f4863dde99e52d33eae134d0ec5578dc0a66dbb526dfcff4ddcd Oct 11 23:28:33.072 INFO running `"docker" "start" "-a" "644e57a7e602f4863dde99e52d33eae134d0ec5578dc0a66dbb526dfcff4ddcd"` Oct 11 23:28:33.993 INFO kablam! usermod: no changes Oct 11 23:28:34.048 INFO kablam! Compiling flu v0.0.2 (/source) Oct 11 23:28:35.060 INFO kablam! warning: unused import: `LuaRef` Oct 11 23:28:35.060 INFO kablam! --> src/stack/push.rs:3:5 Oct 11 23:28:35.060 INFO kablam! | Oct 11 23:28:35.060 INFO kablam! 3 | use LuaRef; Oct 11 23:28:35.060 INFO kablam! | ^^^^^^ Oct 11 23:28:35.060 INFO kablam! | Oct 11 23:28:35.060 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 23:28:35.060 INFO kablam! Oct 11 23:28:35.060 INFO kablam! warning: unused import: `LuaValue` Oct 11 23:28:35.060 INFO kablam! --> src/stack/read.rs:2:5 Oct 11 23:28:35.060 INFO kablam! | Oct 11 23:28:35.060 INFO kablam! 2 | use LuaValue; Oct 11 23:28:35.060 INFO kablam! | ^^^^^^^^ Oct 11 23:28:35.060 INFO kablam! Oct 11 23:28:35.060 INFO kablam! warning: unused import: `LuaRef` Oct 11 23:28:35.060 INFO kablam! --> src/stack/read.rs:3:5 Oct 11 23:28:35.060 INFO kablam! | Oct 11 23:28:35.060 INFO kablam! 3 | use LuaRef; Oct 11 23:28:35.060 INFO kablam! | ^^^^^^ Oct 11 23:28:35.064 INFO kablam! Oct 11 23:28:35.064 INFO kablam! warning: unused import: `LuaValue` Oct 11 23:28:35.064 INFO kablam! --> src/stack/size.rs:2:5 Oct 11 23:28:35.064 INFO kablam! | Oct 11 23:28:35.064 INFO kablam! 2 | use LuaValue; Oct 11 23:28:35.064 INFO kablam! | ^^^^^^^^ Oct 11 23:28:35.064 INFO kablam! Oct 11 23:28:35.064 INFO kablam! warning: unused import: `LuaRef` Oct 11 23:28:35.064 INFO kablam! --> src/stack/size.rs:3:5 Oct 11 23:28:35.064 INFO kablam! | Oct 11 23:28:35.064 INFO kablam! 3 | use LuaRef; Oct 11 23:28:35.064 INFO kablam! | ^^^^^^ Oct 11 23:28:35.064 INFO kablam! Oct 11 23:28:35.064 INFO kablam! warning: unused import: `std::mem` Oct 11 23:28:35.064 INFO kablam! --> src/collections/table.rs:14:5 Oct 11 23:28:35.064 INFO kablam! | Oct 11 23:28:35.064 INFO kablam! 14 | use std::mem; Oct 11 23:28:35.064 INFO kablam! | ^^^^^^^^ Oct 11 23:28:35.064 INFO kablam! Oct 11 23:28:35.064 INFO kablam! warning: unused import: `nil` Oct 11 23:28:35.064 INFO kablam! --> src/function.rs:5:5 Oct 11 23:28:35.064 INFO kablam! | Oct 11 23:28:35.064 INFO kablam! 5 | use nil; Oct 11 23:28:35.064 INFO kablam! | ^^^ Oct 11 23:28:35.065 INFO kablam! Oct 11 23:28:35.396 INFO kablam! warning: unused variable: `cxt` Oct 11 23:28:35.396 INFO kablam! --> src/value.rs:43:14 Oct 11 23:28:35.396 INFO kablam! | Oct 11 23:28:35.396 INFO kablam! 43 | fn check(cxt: &'a Context, idx: i32) -> bool { Oct 11 23:28:35.396 INFO kablam! | ^^^ help: consider using `_cxt` instead Oct 11 23:28:35.396 INFO kablam! | Oct 11 23:28:35.396 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 23:28:35.396 INFO kablam! Oct 11 23:28:35.396 INFO kablam! warning: unused variable: `idx` Oct 11 23:28:35.396 INFO kablam! --> src/value.rs:43:32 Oct 11 23:28:35.396 INFO kablam! | Oct 11 23:28:35.396 INFO kablam! 43 | fn check(cxt: &'a Context, idx: i32) -> bool { Oct 11 23:28:35.396 INFO kablam! | ^^^ help: consider using `_idx` instead Oct 11 23:28:35.396 INFO kablam! Oct 11 23:28:35.396 INFO kablam! warning: unused variable: `cxt` Oct 11 23:28:35.396 INFO kablam! --> src/borrow.rs:52:14 Oct 11 23:28:35.396 INFO kablam! | Oct 11 23:28:35.397 INFO kablam! 52 | fn check(cxt: &'a Context, idx: i32) -> bool { Oct 11 23:28:35.397 INFO kablam! | ^^^ help: consider using `_cxt` instead Oct 11 23:28:35.397 INFO kablam! Oct 11 23:28:35.397 INFO kablam! warning: unused variable: `idx` Oct 11 23:28:35.397 INFO kablam! --> src/borrow.rs:52:32 Oct 11 23:28:35.397 INFO kablam! | Oct 11 23:28:35.397 INFO kablam! 52 | fn check(cxt: &'a Context, idx: i32) -> bool { Oct 11 23:28:35.397 INFO kablam! | ^^^ help: consider using `_idx` instead Oct 11 23:28:35.397 INFO kablam! Oct 11 23:28:35.508 INFO kablam! warning: variable does not need to be mutable Oct 11 23:28:35.508 INFO kablam! --> src/function.rs:150:9 Oct 11 23:28:35.508 INFO kablam! | Oct 11 23:28:35.508 INFO kablam! 150 | let mut cxt = Context::new(); Oct 11 23:28:35.508 INFO kablam! | ----^^^ Oct 11 23:28:35.508 INFO kablam! | | Oct 11 23:28:35.508 INFO kablam! | help: remove this `mut` Oct 11 23:28:35.508 INFO kablam! | Oct 11 23:28:35.508 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 23:28:35.508 INFO kablam! Oct 11 23:28:35.508 INFO kablam! warning: unnecessary `unsafe` block Oct 11 23:28:35.508 INFO kablam! --> src/function.rs:48:9 Oct 11 23:28:35.508 INFO kablam! | Oct 11 23:28:35.508 INFO kablam! 48 | unsafe { Oct 11 23:28:35.508 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Oct 11 23:28:35.508 INFO kablam! | Oct 11 23:28:35.509 INFO kablam! = note: #[warn(unused_unsafe)] on by default Oct 11 23:28:35.509 INFO kablam! Oct 11 23:28:35.509 INFO kablam! warning: unnecessary `unsafe` block Oct 11 23:28:35.509 INFO kablam! --> src/function.rs:101:24 Oct 11 23:28:35.509 INFO kablam! | Oct 11 23:28:35.509 INFO kablam! 98 | / unsafe extern fn wrapper
(L: *mut ffi::lua_State) -> libc::c_int Oct 11 23:28:35.509 INFO kablam! 99 | | where P: Push, R: for<'a> Read<'a> + Size, F: Fn(R) -> P { Oct 11 23:28:35.509 INFO kablam! 100 | | let cxt = Context::from_state_weak(L); Oct 11 23:28:35.509 INFO kablam! 101 | | let func: &mut F = unsafe { mem::transmute(ffi::lua_touserdata(L, ffi::lua_upvalueindex(1))) }; Oct 11 23:28:35.509 INFO kablam! | | ^^^^^^ unnecessary `unsafe` block Oct 11 23:28:35.509 INFO kablam! ... | Oct 11 23:28:35.509 INFO kablam! 106 | | R::size() Oct 11 23:28:35.509 INFO kablam! 107 | | } Oct 11 23:28:35.509 INFO kablam! | |_- because it's nested under this `unsafe` fn Oct 11 23:28:35.509 INFO kablam! Oct 11 23:28:35.525 INFO kablam! warning: variable `L` should have a snake case name such as `l` Oct 11 23:28:35.525 INFO kablam! --> src/function.rs:98:35 Oct 11 23:28:35.525 INFO kablam! | Oct 11 23:28:35.525 INFO kablam! 98 | unsafe extern fn wrapper
(L: *mut ffi::lua_State) -> libc::c_int Oct 11 23:28:35.525 INFO kablam! | ^ Oct 11 23:28:35.525 INFO kablam! | Oct 11 23:28:35.525 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 23:28:35.525 INFO kablam! Oct 11 23:28:35.527 INFO kablam! warning: type `nil` should have a camel case name such as `Nil` Oct 11 23:28:35.527 INFO kablam! --> src/lib.rs:40:1 Oct 11 23:28:35.527 INFO kablam! | Oct 11 23:28:35.527 INFO kablam! 40 | pub struct nil; Oct 11 23:28:35.527 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 23:28:35.527 INFO kablam! | Oct 11 23:28:35.527 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 11 23:28:35.527 INFO kablam! Oct 11 23:28:37.001 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.98s Oct 11 23:28:37.006 INFO kablam! su: No module specific data is present Oct 11 23:28:37.831 INFO running `"docker" "rm" "-f" "644e57a7e602f4863dde99e52d33eae134d0ec5578dc0a66dbb526dfcff4ddcd"` Oct 11 23:28:38.149 INFO blam! 644e57a7e602f4863dde99e52d33eae134d0ec5578dc0a66dbb526dfcff4ddcd Oct 11 23:28:38.159 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 11 23:28:38.690 INFO blam! af18fbb1266291b216eb269e916d2bb7e2d1bf3f98be1cd90a774b8ab791efd5 Oct 11 23:28:38.694 INFO running `"docker" "start" "-a" "af18fbb1266291b216eb269e916d2bb7e2d1bf3f98be1cd90a774b8ab791efd5"` Oct 11 23:28:40.107 INFO kablam! usermod: no changes Oct 11 23:28:40.160 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 23:28:40.164 INFO kablam! Running /target/debug/deps/flu-a97ad9fd8c9550ba Oct 11 23:28:40.167 INFO blam! Oct 11 23:28:40.167 INFO blam! running 17 tests Oct 11 23:28:40.172 INFO blam! test borrow::read_ref ... ok Oct 11 23:28:40.172 INFO blam! test collections::table::access ... ok Oct 11 23:28:40.172 INFO blam! test context::get_globals ... ok Oct 11 23:28:40.172 INFO blam! test context::stack_size ... ok Oct 11 23:28:40.172 INFO blam! test function::rust_fn ... ok Oct 11 23:28:40.172 INFO blam! test function::custom_types ... ok Oct 11 23:28:40.172 INFO blam! test collections::table::len ... ok Oct 11 23:28:40.172 INFO blam! test collections::table::iter ... ok Oct 11 23:28:40.172 INFO blam! test collections::table::from_vec ... ok Oct 11 23:28:40.172 INFO blam! test collections::table::from_map ... ok Oct 11 23:28:40.172 INFO blam! test function::multiple_args ... ok Oct 11 23:28:40.172 INFO blam! test stack::read::read_optional ... ok Oct 11 23:28:40.172 INFO blam! test function::simple ... ok Oct 11 23:28:40.172 INFO blam! test value::read_value ... ok Oct 11 23:28:40.172 INFO blam! test stack::read::read_string ... ok Oct 11 23:28:40.172 INFO blam! test stack::read::read_int ... ok Oct 11 23:28:40.176 INFO blam! test stack::read::read_num ... ok Oct 11 23:28:40.176 INFO kablam! Doc-tests flu Oct 11 23:28:40.176 INFO blam! Oct 11 23:28:40.176 INFO blam! test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 23:28:40.176 INFO blam! Oct 11 23:28:41.852 INFO blam! Oct 11 23:28:41.852 INFO blam! running 0 tests Oct 11 23:28:41.852 INFO blam! Oct 11 23:28:41.853 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 23:28:41.853 INFO blam! Oct 11 23:28:41.863 INFO kablam! su: No module specific data is present Oct 11 23:28:42.702 INFO running `"docker" "rm" "-f" "af18fbb1266291b216eb269e916d2bb7e2d1bf3f98be1cd90a774b8ab791efd5"` Oct 11 23:28:42.992 INFO blam! af18fbb1266291b216eb269e916d2bb7e2d1bf3f98be1cd90a774b8ab791efd5