Oct 16 14:25:41.216 INFO testing conv-0.3.3 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 14:25:41.216 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 16 14:25:41.595 INFO blam! b1ef128a7d7ab097cb98475414773739ca6d12976903be8d0502f48784ce8865 Oct 16 14:25:41.598 INFO running `"docker" "start" "-a" "b1ef128a7d7ab097cb98475414773739ca6d12976903be8d0502f48784ce8865"` Oct 16 14:25:42.535 INFO kablam! usermod: no changes Oct 16 14:25:42.583 INFO kablam! Compiling conv v0.3.3 (/source) Oct 16 14:25:44.415 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.86s Oct 16 14:25:44.415 INFO kablam! su: No module specific data is present Oct 16 14:25:44.811 INFO running `"docker" "rm" "-f" "b1ef128a7d7ab097cb98475414773739ca6d12976903be8d0502f48784ce8865"` Oct 16 14:25:45.004 INFO blam! b1ef128a7d7ab097cb98475414773739ca6d12976903be8d0502f48784ce8865 Oct 16 14:25:45.008 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 16 14:25:45.217 INFO blam! 32ee4cdec0c822bd492685532af206f7148a222cc6fd91ff8735c373172d205b Oct 16 14:25:45.221 INFO running `"docker" "start" "-a" "32ee4cdec0c822bd492685532af206f7148a222cc6fd91ff8735c373172d205b"` Oct 16 14:25:45.975 INFO kablam! usermod: no changes Oct 16 14:25:46.059 INFO kablam! Compiling quickcheck v0.2.24 Oct 16 14:25:48.623 INFO kablam! Compiling conv v0.3.3 (/source) Oct 16 14:25:50.136 INFO kablam! warning: unused macro definition Oct 16 14:25:50.137 INFO kablam! --> tests/util/mod.rs:1:1 Oct 16 14:25:50.137 INFO kablam! | Oct 16 14:25:50.137 INFO kablam! 1 | / macro_rules! SL { Oct 16 14:25:50.137 INFO kablam! 2 | | ($($tts:tt)*) => { stringify!($($tts)*) }; Oct 16 14:25:50.137 INFO kablam! 3 | | } Oct 16 14:25:50.137 INFO kablam! | |_^ Oct 16 14:25:50.137 INFO kablam! | Oct 16 14:25:50.137 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 16 14:25:50.137 INFO kablam! Oct 16 14:25:50.137 INFO kablam! warning: unused macro definition Oct 16 14:25:50.137 INFO kablam! --> tests/util/mod.rs:5:1 Oct 16 14:25:50.137 INFO kablam! | Oct 16 14:25:50.137 INFO kablam! 5 | / macro_rules! as_expr { Oct 16 14:25:50.137 INFO kablam! 6 | | ($e:expr) => {$e}; Oct 16 14:25:50.137 INFO kablam! 7 | | } Oct 16 14:25:50.137 INFO kablam! | |_^ Oct 16 14:25:50.137 INFO kablam! Oct 16 14:25:50.137 INFO kablam! warning: unused macro definition Oct 16 14:25:50.137 INFO kablam! --> tests/util/mod.rs:9:1 Oct 16 14:25:50.137 INFO kablam! | Oct 16 14:25:50.137 INFO kablam! 9 | / macro_rules! check { Oct 16 14:25:50.137 INFO kablam! 10 | | (@ $from:ty, $to:ty=> $(;)*) => {}; Oct 16 14:25:50.137 INFO kablam! 11 | | Oct 16 14:25:50.137 INFO kablam! 12 | | (@ $from:ty, $to:ty=> cident; $($tail:tt)*) => { Oct 16 14:25:50.137 INFO kablam! ... | Oct 16 14:25:50.137 INFO kablam! 488 | | }; Oct 16 14:25:50.137 INFO kablam! 489 | | } Oct 16 14:25:50.137 INFO kablam! | |_^ Oct 16 14:25:50.137 INFO kablam! Oct 16 14:25:50.137 INFO kablam! warning: unused macro definition Oct 16 14:25:50.137 INFO kablam! --> tests/util/mod.rs:491:1 Oct 16 14:25:50.137 INFO kablam! | Oct 16 14:25:50.137 INFO kablam! 491 | / macro_rules! for_bitness { Oct 16 14:25:50.137 INFO kablam! 492 | | (32 {$($bits32:tt)*} 64 {$($bits64:tt)*}) => { Oct 16 14:25:50.137 INFO kablam! 493 | | as_expr!( Oct 16 14:25:50.137 INFO kablam! 494 | | { Oct 16 14:25:50.137 INFO kablam! ... | Oct 16 14:25:50.137 INFO kablam! 508 | | }; Oct 16 14:25:50.137 INFO kablam! 509 | | } Oct 16 14:25:50.137 INFO kablam! | |_^ Oct 16 14:25:50.137 INFO kablam! Oct 16 14:25:53.058 INFO kablam! warning: unused `#[macro_use]` import Oct 16 14:25:53.058 INFO kablam! --> tests/derive_try_from.rs:1:1 Oct 16 14:25:53.059 INFO kablam! | Oct 16 14:25:53.059 INFO kablam! 1 | #[macro_use] extern crate conv; Oct 16 14:25:53.059 INFO kablam! | ^^^^^^^^^^^^ Oct 16 14:25:53.059 INFO kablam! | Oct 16 14:25:53.060 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 14:25:53.060 INFO kablam! Oct 16 14:25:54.411 INFO kablam! warning: unused macro definition Oct 16 14:25:54.411 INFO kablam! --> tests/util/mod.rs:1:1 Oct 16 14:25:54.411 INFO kablam! | Oct 16 14:25:54.412 INFO kablam! 1 | / macro_rules! SL { Oct 16 14:25:54.412 INFO kablam! 2 | | ($($tts:tt)*) => { stringify!($($tts)*) }; Oct 16 14:25:54.412 INFO kablam! 3 | | } Oct 16 14:25:54.412 INFO kablam! | |_^ Oct 16 14:25:54.412 INFO kablam! | Oct 16 14:25:54.413 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 16 14:25:54.413 INFO kablam! Oct 16 14:25:54.413 INFO kablam! warning: unused macro definition Oct 16 14:25:54.413 INFO kablam! --> tests/util/mod.rs:9:1 Oct 16 14:25:54.413 INFO kablam! | Oct 16 14:25:54.414 INFO kablam! 9 | / macro_rules! check { Oct 16 14:25:54.414 INFO kablam! 10 | | (@ $from:ty, $to:ty=> $(;)*) => {}; Oct 16 14:25:54.414 INFO kablam! 11 | | Oct 16 14:25:54.414 INFO kablam! 12 | | (@ $from:ty, $to:ty=> cident; $($tail:tt)*) => { Oct 16 14:25:54.414 INFO kablam! ... | Oct 16 14:25:54.415 INFO kablam! 488 | | }; Oct 16 14:25:54.415 INFO kablam! 489 | | } Oct 16 14:25:54.415 INFO kablam! | |_^ Oct 16 14:25:54.415 INFO kablam! Oct 16 14:25:55.039 INFO kablam! warning: unused macro definition Oct 16 14:25:55.039 INFO kablam! --> tests/util/mod.rs:5:1 Oct 16 14:25:55.039 INFO kablam! | Oct 16 14:25:55.039 INFO kablam! 5 | / macro_rules! as_expr { Oct 16 14:25:55.039 INFO kablam! 6 | | ($e:expr) => {$e}; Oct 16 14:25:55.039 INFO kablam! 7 | | } Oct 16 14:25:55.039 INFO kablam! | |_^ Oct 16 14:25:55.039 INFO kablam! | Oct 16 14:25:55.039 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 16 14:25:55.039 INFO kablam! Oct 16 14:25:55.039 INFO kablam! warning: unused macro definition Oct 16 14:25:55.039 INFO kablam! --> tests/util/mod.rs:491:1 Oct 16 14:25:55.039 INFO kablam! | Oct 16 14:25:55.039 INFO kablam! 491 | / macro_rules! for_bitness { Oct 16 14:25:55.039 INFO kablam! 492 | | (32 {$($bits32:tt)*} 64 {$($bits64:tt)*}) => { Oct 16 14:25:55.039 INFO kablam! 493 | | as_expr!( Oct 16 14:25:55.039 INFO kablam! 494 | | { Oct 16 14:25:55.039 INFO kablam! ... | Oct 16 14:25:55.039 INFO kablam! 508 | | }; Oct 16 14:25:55.039 INFO kablam! 509 | | } Oct 16 14:25:55.039 INFO kablam! | |_^ Oct 16 14:25:55.039 INFO kablam! Oct 16 14:26:09.967 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.95s Oct 16 14:26:09.972 INFO kablam! su: No module specific data is present Oct 16 14:26:10.322 INFO running `"docker" "rm" "-f" "32ee4cdec0c822bd492685532af206f7148a222cc6fd91ff8735c373172d205b"` Oct 16 14:26:10.419 INFO blam! 32ee4cdec0c822bd492685532af206f7148a222cc6fd91ff8735c373172d205b Oct 16 14:26:10.424 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 16 14:26:10.667 INFO blam! 55713a0d071e915ea7fbc76582f1bb5f244fbf9030e3ee65ee729c246ba1daf1 Oct 16 14:26:10.669 INFO running `"docker" "start" "-a" "55713a0d071e915ea7fbc76582f1bb5f244fbf9030e3ee65ee729c246ba1daf1"` Oct 16 14:26:11.104 INFO kablam! usermod: no changes Oct 16 14:26:11.140 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 16 14:26:11.152 INFO kablam! Running /target/debug/deps/conv-37686f469549e8f8 Oct 16 14:26:11.154 INFO blam! Oct 16 14:26:11.154 INFO blam! running 0 tests Oct 16 14:26:11.154 INFO blam! Oct 16 14:26:11.154 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:26:11.154 INFO blam! Oct 16 14:26:11.157 INFO kablam! Running /target/debug/deps/conv_utils-ca559baa03431153 Oct 16 14:26:11.159 INFO blam! Oct 16 14:26:11.159 INFO blam! running 5 tests Oct 16 14:26:11.160 INFO blam! test test_try ... ok Oct 16 14:26:11.160 INFO blam! test test_into ... ok Oct 16 14:26:11.160 INFO blam! test test_value ... ok Oct 16 14:26:11.160 INFO blam! test test_approx ... ok Oct 16 14:26:11.160 INFO blam! test test_whizzo ... ok Oct 16 14:26:11.160 INFO blam! Oct 16 14:26:11.160 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:26:11.160 INFO blam! Oct 16 14:26:11.163 INFO kablam! Running /target/debug/deps/derive_try_from-a1ffff28ecdb40ec Oct 16 14:26:11.165 INFO blam! Oct 16 14:26:11.165 INFO blam! running 1 test Oct 16 14:26:11.165 INFO blam! test test_try_from ... ok Oct 16 14:26:11.165 INFO blam! Oct 16 14:26:11.166 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:26:11.166 INFO blam! Oct 16 14:26:11.166 INFO kablam! Running /target/debug/deps/lang_char-82ac36594426df94 Oct 16 14:26:11.172 INFO blam! Oct 16 14:26:11.172 INFO blam! running 2 tests Oct 16 14:26:11.173 INFO blam! test test_c_to_i ... ok Oct 16 14:26:11.206 INFO blam! test test_i_to_c ... ok Oct 16 14:26:11.206 INFO blam! Oct 16 14:26:11.206 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:26:11.206 INFO blam! Oct 16 14:26:11.206 INFO kablam! Running /target/debug/deps/lang_floats-f3847858a5df158f Oct 16 14:26:11.208 INFO blam! Oct 16 14:26:11.208 INFO blam! running 4 tests Oct 16 14:26:11.284 INFO blam! test test_f32 ... ok Oct 16 14:26:11.326 INFO blam! test test_f64 ... ok Oct 16 14:26:11.408 INFO blam! test test_f32_to_int ... ok Oct 16 14:26:11.438 INFO blam! test test_f64_to_int ... ok Oct 16 14:26:11.438 INFO blam! Oct 16 14:26:11.438 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:26:11.438 INFO blam! Oct 16 14:26:11.439 INFO kablam! Running /target/debug/deps/lang_ints-6670d02173a12d7f Oct 16 14:26:11.444 INFO blam! Oct 16 14:26:11.444 INFO blam! running 11 tests Oct 16 14:26:14.497 INFO blam! test test_i16 ... ok Oct 16 14:26:14.849 INFO blam! test test_u32 ... ok Oct 16 14:26:14.972 INFO blam! test test_u16 ... ok Oct 16 14:26:15.015 INFO blam! test test_i8 ... ok Oct 16 14:26:15.156 INFO blam! test test_i32 ... ok Oct 16 14:26:15.204 INFO blam! test test_i64 ... ok Oct 16 14:26:15.214 INFO blam! test test_isize ... ok Oct 16 14:26:15.400 INFO blam! test test_i_to_f ... ok Oct 16 14:26:16.003 INFO blam! test test_u8 ... ok Oct 16 14:26:16.014 INFO blam! test test_usize ... ok Oct 16 14:26:16.096 INFO blam! test test_u64 ... ok Oct 16 14:26:16.096 INFO blam! Oct 16 14:26:16.096 INFO blam! test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:26:16.096 INFO blam! Oct 16 14:26:16.097 INFO kablam! Running /target/debug/deps/unwraps-91c975baed94c237 Oct 16 14:26:16.098 INFO blam! Oct 16 14:26:16.098 INFO blam! running 1 test Oct 16 14:26:16.099 INFO blam! test test_unwraps ... ok Oct 16 14:26:16.099 INFO blam! Oct 16 14:26:16.099 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:26:16.099 INFO blam! Oct 16 14:26:16.099 INFO kablam! Running /target/debug/deps/use_in_generics-aabf07fa66a046dd Oct 16 14:26:16.100 INFO blam! Oct 16 14:26:16.100 INFO blam! running 1 test Oct 16 14:26:16.101 INFO blam! test test_generic_unwrap ... ok Oct 16 14:26:16.101 INFO blam! Oct 16 14:26:16.101 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:26:16.101 INFO blam! Oct 16 14:26:16.101 INFO kablam! Doc-tests conv Oct 16 14:26:17.307 INFO blam! Oct 16 14:26:17.307 INFO blam! running 4 tests Oct 16 14:26:17.307 INFO blam! test src/macros.rs - macros (line 5) ... ignored Oct 16 14:26:18.654 INFO blam! test src/macros.rs - macros (line 21) ... ok Oct 16 14:26:18.679 INFO blam! test src/macros.rs - macros (line 47) ... ok Oct 16 14:26:18.900 INFO blam! test src/lib.rs - (line 123) ... ok Oct 16 14:26:18.900 INFO blam! Oct 16 14:26:18.900 INFO blam! test result: ok. 3 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 16 14:26:18.900 INFO blam! Oct 16 14:26:18.913 INFO kablam! su: No module specific data is present Oct 16 14:26:19.206 INFO running `"docker" "rm" "-f" "55713a0d071e915ea7fbc76582f1bb5f244fbf9030e3ee65ee729c246ba1daf1"` Oct 16 14:26:19.331 INFO blam! 55713a0d071e915ea7fbc76582f1bb5f244fbf9030e3ee65ee729c246ba1daf1