Oct 12 02:37:18.228 INFO testing conv-0.3.3 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 02:37:18.228 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 12 02:37:18.545 INFO blam! 1f417daaf1dcfad0338a46e20812d0042f6825a0a63400e0f500ac2f908f739b Oct 12 02:37:18.548 INFO running `"docker" "start" "-a" "1f417daaf1dcfad0338a46e20812d0042f6825a0a63400e0f500ac2f908f739b"` Oct 12 02:37:19.324 INFO kablam! usermod: no changes Oct 12 02:37:19.372 INFO kablam! Compiling conv v0.3.3 (/source) Oct 12 02:37:21.308 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.96s Oct 12 02:37:21.309 INFO kablam! su: No module specific data is present Oct 12 02:37:21.779 INFO running `"docker" "rm" "-f" "1f417daaf1dcfad0338a46e20812d0042f6825a0a63400e0f500ac2f908f739b"` Oct 12 02:37:22.023 INFO blam! 1f417daaf1dcfad0338a46e20812d0042f6825a0a63400e0f500ac2f908f739b Oct 12 02:37:22.024 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 12 02:37:22.392 INFO blam! 990e84b1a4a4c8f4de7d033f23072310c9b8ab20eaa50a214fe8fe7828285585 Oct 12 02:37:22.393 INFO running `"docker" "start" "-a" "990e84b1a4a4c8f4de7d033f23072310c9b8ab20eaa50a214fe8fe7828285585"` Oct 12 02:37:23.332 INFO kablam! usermod: no changes Oct 12 02:37:23.399 INFO kablam! Compiling quickcheck v0.2.24 Oct 12 02:37:26.204 INFO kablam! Compiling conv v0.3.3 (/source) Oct 12 02:37:28.768 INFO kablam! warning: unused `#[macro_use]` import Oct 12 02:37:28.768 INFO kablam! --> tests/derive_try_from.rs:1:1 Oct 12 02:37:28.768 INFO kablam! | Oct 12 02:37:28.768 INFO kablam! 1 | #[macro_use] extern crate conv; Oct 12 02:37:28.768 INFO kablam! | ^^^^^^^^^^^^ Oct 12 02:37:28.768 INFO kablam! | Oct 12 02:37:28.768 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 02:37:28.768 INFO kablam! Oct 12 02:37:29.809 INFO kablam! warning: unused macro definition Oct 12 02:37:29.809 INFO kablam! --> tests/util/mod.rs:1:1 Oct 12 02:37:29.809 INFO kablam! | Oct 12 02:37:29.809 INFO kablam! 1 | / macro_rules! SL { Oct 12 02:37:29.809 INFO kablam! 2 | | ($($tts:tt)*) => { stringify!($($tts)*) }; Oct 12 02:37:29.809 INFO kablam! 3 | | } Oct 12 02:37:29.809 INFO kablam! | |_^ Oct 12 02:37:29.809 INFO kablam! | Oct 12 02:37:29.809 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 12 02:37:29.809 INFO kablam! Oct 12 02:37:29.809 INFO kablam! warning: unused macro definition Oct 12 02:37:29.809 INFO kablam! --> tests/util/mod.rs:5:1 Oct 12 02:37:29.809 INFO kablam! | Oct 12 02:37:29.809 INFO kablam! 5 | / macro_rules! as_expr { Oct 12 02:37:29.809 INFO kablam! 6 | | ($e:expr) => {$e}; Oct 12 02:37:29.809 INFO kablam! 7 | | } Oct 12 02:37:29.809 INFO kablam! | |_^ Oct 12 02:37:29.809 INFO kablam! Oct 12 02:37:29.809 INFO kablam! warning: unused macro definition Oct 12 02:37:29.809 INFO kablam! --> tests/util/mod.rs:9:1 Oct 12 02:37:29.809 INFO kablam! | Oct 12 02:37:29.809 INFO kablam! 9 | / macro_rules! check { Oct 12 02:37:29.809 INFO kablam! 10 | | (@ $from:ty, $to:ty=> $(;)*) => {}; Oct 12 02:37:29.809 INFO kablam! 11 | | Oct 12 02:37:29.809 INFO kablam! 12 | | (@ $from:ty, $to:ty=> cident; $($tail:tt)*) => { Oct 12 02:37:29.809 INFO kablam! ... | Oct 12 02:37:29.809 INFO kablam! 488 | | }; Oct 12 02:37:29.809 INFO kablam! 489 | | } Oct 12 02:37:29.809 INFO kablam! | |_^ Oct 12 02:37:29.809 INFO kablam! Oct 12 02:37:29.809 INFO kablam! warning: unused macro definition Oct 12 02:37:29.809 INFO kablam! --> tests/util/mod.rs:491:1 Oct 12 02:37:29.809 INFO kablam! | Oct 12 02:37:29.809 INFO kablam! 491 | / macro_rules! for_bitness { Oct 12 02:37:29.809 INFO kablam! 492 | | (32 {$($bits32:tt)*} 64 {$($bits64:tt)*}) => { Oct 12 02:37:29.809 INFO kablam! 493 | | as_expr!( Oct 12 02:37:29.809 INFO kablam! 494 | | { Oct 12 02:37:29.809 INFO kablam! ... | Oct 12 02:37:29.809 INFO kablam! 508 | | }; Oct 12 02:37:29.809 INFO kablam! 509 | | } Oct 12 02:37:29.809 INFO kablam! | |_^ Oct 12 02:37:29.809 INFO kablam! Oct 12 02:37:29.988 INFO kablam! warning: unused macro definition Oct 12 02:37:29.988 INFO kablam! --> tests/util/mod.rs:1:1 Oct 12 02:37:29.988 INFO kablam! | Oct 12 02:37:29.988 INFO kablam! 1 | / macro_rules! SL { Oct 12 02:37:29.988 INFO kablam! 2 | | ($($tts:tt)*) => { stringify!($($tts)*) }; Oct 12 02:37:29.988 INFO kablam! 3 | | } Oct 12 02:37:29.988 INFO kablam! | |_^ Oct 12 02:37:29.988 INFO kablam! | Oct 12 02:37:29.988 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 12 02:37:29.988 INFO kablam! Oct 12 02:37:29.988 INFO kablam! warning: unused macro definition Oct 12 02:37:29.988 INFO kablam! --> tests/util/mod.rs:9:1 Oct 12 02:37:29.988 INFO kablam! | Oct 12 02:37:29.988 INFO kablam! 9 | / macro_rules! check { Oct 12 02:37:29.988 INFO kablam! 10 | | (@ $from:ty, $to:ty=> $(;)*) => {}; Oct 12 02:37:29.988 INFO kablam! 11 | | Oct 12 02:37:29.988 INFO kablam! 12 | | (@ $from:ty, $to:ty=> cident; $($tail:tt)*) => { Oct 12 02:37:29.988 INFO kablam! ... | Oct 12 02:37:29.988 INFO kablam! 488 | | }; Oct 12 02:37:29.988 INFO kablam! 489 | | } Oct 12 02:37:29.988 INFO kablam! | |_^ Oct 12 02:37:29.988 INFO kablam! Oct 12 02:37:32.220 INFO kablam! warning: unused macro definition Oct 12 02:37:32.220 INFO kablam! --> tests/util/mod.rs:5:1 Oct 12 02:37:32.220 INFO kablam! | Oct 12 02:37:32.220 INFO kablam! 5 | / macro_rules! as_expr { Oct 12 02:37:32.220 INFO kablam! 6 | | ($e:expr) => {$e}; Oct 12 02:37:32.220 INFO kablam! 7 | | } Oct 12 02:37:32.220 INFO kablam! | |_^ Oct 12 02:37:32.220 INFO kablam! | Oct 12 02:37:32.220 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 12 02:37:32.220 INFO kablam! Oct 12 02:37:32.220 INFO kablam! warning: unused macro definition Oct 12 02:37:32.220 INFO kablam! --> tests/util/mod.rs:491:1 Oct 12 02:37:32.220 INFO kablam! | Oct 12 02:37:32.220 INFO kablam! 491 | / macro_rules! for_bitness { Oct 12 02:37:32.220 INFO kablam! 492 | | (32 {$($bits32:tt)*} 64 {$($bits64:tt)*}) => { Oct 12 02:37:32.221 INFO kablam! 493 | | as_expr!( Oct 12 02:37:32.221 INFO kablam! 494 | | { Oct 12 02:37:32.221 INFO kablam! ... | Oct 12 02:37:32.221 INFO kablam! 508 | | }; Oct 12 02:37:32.221 INFO kablam! 509 | | } Oct 12 02:37:32.221 INFO kablam! | |_^ Oct 12 02:37:32.221 INFO kablam! Oct 12 02:37:46.564 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.21s Oct 12 02:37:46.572 INFO kablam! su: No module specific data is present Oct 12 02:37:47.151 INFO running `"docker" "rm" "-f" "990e84b1a4a4c8f4de7d033f23072310c9b8ab20eaa50a214fe8fe7828285585"` Oct 12 02:37:47.342 INFO blam! 990e84b1a4a4c8f4de7d033f23072310c9b8ab20eaa50a214fe8fe7828285585 Oct 12 02:37:47.350 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 12 02:37:47.860 INFO blam! d71e3fab41d2eddc25a2cf55186b8769b5591bd3f8d2dd56ee6f027b939b4d90 Oct 12 02:37:47.863 INFO running `"docker" "start" "-a" "d71e3fab41d2eddc25a2cf55186b8769b5591bd3f8d2dd56ee6f027b939b4d90"` Oct 12 02:37:48.944 INFO kablam! usermod: no changes Oct 12 02:37:49.044 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 12 02:37:49.057 INFO kablam! Running /target/debug/deps/conv-37686f469549e8f8 Oct 12 02:37:49.057 INFO blam! Oct 12 02:37:49.057 INFO blam! running 0 tests Oct 12 02:37:49.057 INFO blam! Oct 12 02:37:49.057 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:37:49.058 INFO blam! Oct 12 02:37:49.059 INFO blam! Oct 12 02:37:49.059 INFO kablam! Running /target/debug/deps/conv_utils-ca559baa03431153 Oct 12 02:37:49.059 INFO blam! running 5 tests Oct 12 02:37:49.064 INFO blam! test test_whizzo ... ok Oct 12 02:37:49.064 INFO blam! test test_into ... ok Oct 12 02:37:49.064 INFO blam! test test_try ... ok Oct 12 02:37:49.064 INFO blam! test test_value ... ok Oct 12 02:37:49.064 INFO blam! test test_approx ... ok Oct 12 02:37:49.064 INFO blam! Oct 12 02:37:49.064 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:37:49.064 INFO blam! Oct 12 02:37:49.073 INFO kablam! Running /target/debug/deps/derive_try_from-a1ffff28ecdb40ec Oct 12 02:37:49.080 INFO blam! Oct 12 02:37:49.080 INFO blam! running 1 test Oct 12 02:37:49.090 INFO blam! test test_try_from ... ok Oct 12 02:37:49.090 INFO kablam! Running /target/debug/deps/lang_char-82ac36594426df94 Oct 12 02:37:49.090 INFO blam! Oct 12 02:37:49.090 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:37:49.090 INFO blam! Oct 12 02:37:49.090 INFO blam! Oct 12 02:37:49.090 INFO blam! running 2 tests Oct 12 02:37:49.090 INFO blam! test test_c_to_i ... ok Oct 12 02:37:49.116 INFO blam! test test_i_to_c ... ok Oct 12 02:37:49.116 INFO kablam! Running /target/debug/deps/lang_floats-f3847858a5df158f Oct 12 02:37:49.116 INFO blam! Oct 12 02:37:49.116 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:37:49.116 INFO blam! Oct 12 02:37:49.116 INFO blam! Oct 12 02:37:49.116 INFO blam! running 4 tests Oct 12 02:37:49.308 INFO blam! test test_f64 ... ok Oct 12 02:37:49.336 INFO blam! test test_f32 ... ok Oct 12 02:37:49.568 INFO blam! test test_f64_to_int ... ok Oct 12 02:37:49.580 INFO blam! test test_f32_to_int ... ok Oct 12 02:37:49.580 INFO kablam! Running /target/debug/deps/lang_ints-6670d02173a12d7f Oct 12 02:37:49.580 INFO blam! Oct 12 02:37:49.580 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:37:49.580 INFO blam! Oct 12 02:37:49.580 INFO blam! Oct 12 02:37:49.580 INFO blam! running 11 tests Oct 12 02:37:52.818 INFO blam! test test_i8 ... ok Oct 12 02:37:52.928 INFO blam! test test_i32 ... ok Oct 12 02:37:53.064 INFO blam! test test_isize ... ok Oct 12 02:37:53.090 INFO blam! test test_u16 ... ok Oct 12 02:37:53.175 INFO blam! test test_u32 ... ok Oct 12 02:37:53.225 INFO blam! test test_i64 ... ok Oct 12 02:37:53.245 INFO blam! test test_i16 ... ok Oct 12 02:37:53.459 INFO blam! test test_i_to_f ... ok Oct 12 02:37:53.781 INFO blam! test test_u64 ... ok Oct 12 02:37:53.785 INFO blam! test test_u8 ... ok Oct 12 02:37:53.808 INFO blam! test test_usize ... ok Oct 12 02:37:53.808 INFO blam! Oct 12 02:37:53.809 INFO blam! test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:37:53.809 INFO blam! Oct 12 02:37:53.809 INFO kablam! Running /target/debug/deps/unwraps-91c975baed94c237 Oct 12 02:37:53.810 INFO blam! Oct 12 02:37:53.810 INFO blam! running 1 test Oct 12 02:37:53.811 INFO blam! test test_unwraps ... ok Oct 12 02:37:53.811 INFO blam! Oct 12 02:37:53.811 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:37:53.811 INFO blam! Oct 12 02:37:53.811 INFO kablam! Running /target/debug/deps/use_in_generics-aabf07fa66a046dd Oct 12 02:37:53.812 INFO blam! Oct 12 02:37:53.812 INFO blam! running 1 test Oct 12 02:37:53.812 INFO blam! test test_generic_unwrap ... ok Oct 12 02:37:53.812 INFO blam! Oct 12 02:37:53.812 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:37:53.812 INFO blam! Oct 12 02:37:53.812 INFO kablam! Doc-tests conv Oct 12 02:37:54.892 INFO blam! Oct 12 02:37:54.892 INFO blam! running 4 tests Oct 12 02:37:54.892 INFO blam! test src/macros.rs - macros (line 5) ... ignored Oct 12 02:37:56.100 INFO blam! test src/macros.rs - macros (line 47) ... ok Oct 12 02:37:56.225 INFO blam! test src/macros.rs - macros (line 21) ... ok Oct 12 02:37:56.293 INFO blam! test src/lib.rs - (line 123) ... ok Oct 12 02:37:56.293 INFO blam! Oct 12 02:37:56.293 INFO blam! test result: ok. 3 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 12 02:37:56.293 INFO blam! Oct 12 02:37:56.302 INFO kablam! su: No module specific data is present Oct 12 02:37:56.690 INFO running `"docker" "rm" "-f" "d71e3fab41d2eddc25a2cf55186b8769b5591bd3f8d2dd56ee6f027b939b4d90"` Oct 12 02:37:56.800 INFO blam! d71e3fab41d2eddc25a2cf55186b8769b5591bd3f8d2dd56ee6f027b939b4d90