Oct 16 14:25:39.656 INFO testing conv-0.3.3 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 14:25:39.658 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16 14:25:40.020 INFO blam! 00fbd95cdf6e50546ae4a3bdc92ebd9ca2eb6d88656495fefd4b586c6e49572d Oct 16 14:25:40.027 INFO running `"docker" "start" "-a" "00fbd95cdf6e50546ae4a3bdc92ebd9ca2eb6d88656495fefd4b586c6e49572d"` Oct 16 14:25:41.106 INFO kablam! usermod: no changes Oct 16 14:25:41.187 INFO kablam! Compiling conv v0.3.3 (/source) Oct 16 14:25:43.131 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.99s Oct 16 14:25:43.131 INFO kablam! su: No module specific data is present Oct 16 14:25:43.727 INFO running `"docker" "rm" "-f" "00fbd95cdf6e50546ae4a3bdc92ebd9ca2eb6d88656495fefd4b586c6e49572d"` Oct 16 14:25:43.955 INFO blam! 00fbd95cdf6e50546ae4a3bdc92ebd9ca2eb6d88656495fefd4b586c6e49572d Oct 16 14:25:43.959 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16 14:25:44.302 INFO blam! 8b34b202425c2e8fee56502195f9a6796622200d072306368d5810db59f8d8a9 Oct 16 14:25:44.303 INFO running `"docker" "start" "-a" "8b34b202425c2e8fee56502195f9a6796622200d072306368d5810db59f8d8a9"` Oct 16 14:25:45.225 INFO kablam! usermod: no changes Oct 16 14:25:45.280 INFO kablam! Compiling quickcheck v0.2.24 Oct 16 14:25:47.348 INFO kablam! Compiling conv v0.3.3 (/source) Oct 16 14:25:48.427 INFO kablam! warning: unused `#[macro_use]` import Oct 16 14:25:48.428 INFO kablam! --> tests/derive_try_from.rs:1:1 Oct 16 14:25:48.428 INFO kablam! | Oct 16 14:25:48.428 INFO kablam! 1 | #[macro_use] extern crate conv; Oct 16 14:25:48.428 INFO kablam! | ^^^^^^^^^^^^ Oct 16 14:25:48.428 INFO kablam! | Oct 16 14:25:48.428 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 14:25:48.428 INFO kablam! Oct 16 14:25:50.635 INFO kablam! warning: unused macro definition Oct 16 14:25:50.635 INFO kablam! --> tests/util/mod.rs:1:1 Oct 16 14:25:50.635 INFO kablam! | Oct 16 14:25:50.635 INFO kablam! 1 | / macro_rules! SL { Oct 16 14:25:50.635 INFO kablam! 2 | | ($($tts:tt)*) => { stringify!($($tts)*) }; Oct 16 14:25:50.635 INFO kablam! 3 | | } Oct 16 14:25:50.635 INFO kablam! | |_^ Oct 16 14:25:50.635 INFO kablam! | Oct 16 14:25:50.635 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 16 14:25:50.635 INFO kablam! Oct 16 14:25:50.635 INFO kablam! warning: unused macro definition Oct 16 14:25:50.635 INFO kablam! --> tests/util/mod.rs:9:1 Oct 16 14:25:50.635 INFO kablam! | Oct 16 14:25:50.635 INFO kablam! 9 | / macro_rules! check { Oct 16 14:25:50.635 INFO kablam! 10 | | (@ $from:ty, $to:ty=> $(;)*) => {}; Oct 16 14:25:50.635 INFO kablam! 11 | | Oct 16 14:25:50.635 INFO kablam! 12 | | (@ $from:ty, $to:ty=> cident; $($tail:tt)*) => { Oct 16 14:25:50.635 INFO kablam! ... | Oct 16 14:25:50.635 INFO kablam! 488 | | }; Oct 16 14:25:50.635 INFO kablam! 489 | | } Oct 16 14:25:50.635 INFO kablam! | |_^ Oct 16 14:25:50.635 INFO kablam! Oct 16 14:25:51.069 INFO kablam! warning: unused macro definition Oct 16 14:25:51.069 INFO kablam! --> tests/util/mod.rs:1:1 Oct 16 14:25:51.070 INFO kablam! | Oct 16 14:25:51.070 INFO kablam! 1 | / macro_rules! SL { Oct 16 14:25:51.070 INFO kablam! 2 | | ($($tts:tt)*) => { stringify!($($tts)*) }; Oct 16 14:25:51.070 INFO kablam! 3 | | } Oct 16 14:25:51.070 INFO kablam! | |_^ Oct 16 14:25:51.071 INFO kablam! | Oct 16 14:25:51.071 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 16 14:25:51.071 INFO kablam! Oct 16 14:25:51.072 INFO kablam! warning: unused macro definition Oct 16 14:25:51.072 INFO kablam! --> tests/util/mod.rs:5:1 Oct 16 14:25:51.072 INFO kablam! | Oct 16 14:25:51.073 INFO kablam! 5 | / macro_rules! as_expr { Oct 16 14:25:51.073 INFO kablam! 6 | | ($e:expr) => {$e}; Oct 16 14:25:51.073 INFO kablam! 7 | | } Oct 16 14:25:51.073 INFO kablam! | |_^ Oct 16 14:25:51.074 INFO kablam! Oct 16 14:25:51.074 INFO kablam! warning: unused macro definition Oct 16 14:25:51.074 INFO kablam! --> tests/util/mod.rs:9:1 Oct 16 14:25:51.075 INFO kablam! | Oct 16 14:25:51.075 INFO kablam! 9 | / macro_rules! check { Oct 16 14:25:51.075 INFO kablam! 10 | | (@ $from:ty, $to:ty=> $(;)*) => {}; Oct 16 14:25:51.076 INFO kablam! 11 | | Oct 16 14:25:51.076 INFO kablam! 12 | | (@ $from:ty, $to:ty=> cident; $($tail:tt)*) => { Oct 16 14:25:51.076 INFO kablam! ... | Oct 16 14:25:51.076 INFO kablam! 488 | | }; Oct 16 14:25:51.077 INFO kablam! 489 | | } Oct 16 14:25:51.077 INFO kablam! | |_^ Oct 16 14:25:51.077 INFO kablam! Oct 16 14:25:51.078 INFO kablam! warning: unused macro definition Oct 16 14:25:51.078 INFO kablam! --> tests/util/mod.rs:491:1 Oct 16 14:25:51.078 INFO kablam! | Oct 16 14:25:51.078 INFO kablam! 491 | / macro_rules! for_bitness { Oct 16 14:25:51.079 INFO kablam! 492 | | (32 {$($bits32:tt)*} 64 {$($bits64:tt)*}) => { Oct 16 14:25:51.079 INFO kablam! 493 | | as_expr!( Oct 16 14:25:51.079 INFO kablam! 494 | | { Oct 16 14:25:51.079 INFO kablam! ... | Oct 16 14:25:51.080 INFO kablam! 508 | | }; Oct 16 14:25:51.080 INFO kablam! 509 | | } Oct 16 14:25:51.080 INFO kablam! | |_^ Oct 16 14:25:51.080 INFO kablam! Oct 16 14:25:53.785 INFO kablam! warning: unused macro definition Oct 16 14:25:53.786 INFO kablam! --> tests/util/mod.rs:5:1 Oct 16 14:25:53.786 INFO kablam! | Oct 16 14:25:53.786 INFO kablam! 5 | / macro_rules! as_expr { Oct 16 14:25:53.786 INFO kablam! 6 | | ($e:expr) => {$e}; Oct 16 14:25:53.787 INFO kablam! 7 | | } Oct 16 14:25:53.787 INFO kablam! | |_^ Oct 16 14:25:53.787 INFO kablam! | Oct 16 14:25:53.787 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 16 14:25:53.788 INFO kablam! Oct 16 14:25:53.788 INFO kablam! warning: unused macro definition Oct 16 14:25:53.788 INFO kablam! --> tests/util/mod.rs:491:1 Oct 16 14:25:53.788 INFO kablam! | Oct 16 14:25:53.789 INFO kablam! 491 | / macro_rules! for_bitness { Oct 16 14:25:53.789 INFO kablam! 492 | | (32 {$($bits32:tt)*} 64 {$($bits64:tt)*}) => { Oct 16 14:25:53.789 INFO kablam! 493 | | as_expr!( Oct 16 14:25:53.789 INFO kablam! 494 | | { Oct 16 14:25:53.790 INFO kablam! ... | Oct 16 14:25:53.790 INFO kablam! 508 | | }; Oct 16 14:25:53.790 INFO kablam! 509 | | } Oct 16 14:25:53.790 INFO kablam! | |_^ Oct 16 14:25:53.793 INFO kablam! Oct 16 14:26:09.357 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.11s Oct 16 14:26:09.362 INFO kablam! su: No module specific data is present Oct 16 14:26:09.590 INFO running `"docker" "rm" "-f" "8b34b202425c2e8fee56502195f9a6796622200d072306368d5810db59f8d8a9"` Oct 16 14:26:09.673 INFO blam! 8b34b202425c2e8fee56502195f9a6796622200d072306368d5810db59f8d8a9 Oct 16 14:26:09.675 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16 14:26:09.876 INFO blam! 5ada8a302f5be558302e0853a5235b4b88584f350476f2a0e110a9de5befc123 Oct 16 14:26:09.880 INFO running `"docker" "start" "-a" "5ada8a302f5be558302e0853a5235b4b88584f350476f2a0e110a9de5befc123"` Oct 16 14:26:10.272 INFO kablam! usermod: no changes Oct 16 14:26:10.309 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 16 14:26:10.311 INFO kablam! Running /target/debug/deps/conv-056fbacd829d729a Oct 16 14:26:10.313 INFO blam! Oct 16 14:26:10.313 INFO blam! running 0 tests Oct 16 14:26:10.313 INFO blam! Oct 16 14:26:10.313 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:26:10.313 INFO blam! Oct 16 14:26:10.313 INFO kablam! Running /target/debug/deps/conv_utils-fadfac4df5b1ee5f Oct 16 14:26:10.314 INFO blam! Oct 16 14:26:10.315 INFO blam! running 5 tests Oct 16 14:26:10.315 INFO blam! test test_approx ... ok Oct 16 14:26:10.316 INFO kablam! Running /target/debug/deps/derive_try_from-a7ddeb1343f5be12 Oct 16 14:26:10.316 INFO blam! test test_value ... ok Oct 16 14:26:10.316 INFO blam! test test_into ... ok Oct 16 14:26:10.316 INFO blam! test test_whizzo ... ok Oct 16 14:26:10.316 INFO blam! test test_try ... ok Oct 16 14:26:10.316 INFO blam! Oct 16 14:26:10.316 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:26:10.316 INFO blam! Oct 16 14:26:10.318 INFO blam! Oct 16 14:26:10.318 INFO kablam! Running /target/debug/deps/lang_char-029abb6f078eceaf Oct 16 14:26:10.318 INFO blam! running 1 test Oct 16 14:26:10.318 INFO blam! test test_try_from ... ok Oct 16 14:26:10.318 INFO blam! Oct 16 14:26:10.318 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:26:10.318 INFO blam! Oct 16 14:26:10.319 INFO blam! Oct 16 14:26:10.319 INFO blam! running 2 tests Oct 16 14:26:10.320 INFO blam! test test_c_to_i ... ok Oct 16 14:26:10.328 INFO blam! test test_i_to_c ... ok Oct 16 14:26:10.328 INFO blam! Oct 16 14:26:10.328 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:26:10.328 INFO blam! Oct 16 14:26:10.328 INFO kablam! Running /target/debug/deps/lang_floats-d789fe98ad0bf6e1 Oct 16 14:26:10.332 INFO blam! Oct 16 14:26:10.332 INFO blam! running 4 tests Oct 16 14:26:10.426 INFO blam! test test_f32 ... ok Oct 16 14:26:10.471 INFO blam! test test_f64 ... ok Oct 16 14:26:10.551 INFO blam! test test_f32_to_int ... ok Oct 16 14:26:10.639 INFO kablam! Running /target/debug/deps/lang_ints-8c67fcd712e5bd14 Oct 16 14:26:10.639 INFO blam! test test_f64_to_int ... ok Oct 16 14:26:10.639 INFO blam! Oct 16 14:26:10.639 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:26:10.639 INFO blam! Oct 16 14:26:10.639 INFO blam! Oct 16 14:26:10.639 INFO blam! running 11 tests Oct 16 14:26:12.401 INFO blam! test test_i16 ... ok Oct 16 14:26:12.707 INFO blam! test test_u32 ... ok Oct 16 14:26:12.712 INFO blam! test test_isize ... ok Oct 16 14:26:12.897 INFO blam! test test_i32 ... ok Oct 16 14:26:12.908 INFO blam! test test_u16 ... ok Oct 16 14:26:13.015 INFO blam! test test_i8 ... ok Oct 16 14:26:13.203 INFO blam! test test_i64 ... ok Oct 16 14:26:13.545 INFO blam! test test_i_to_f ... ok Oct 16 14:26:14.951 INFO blam! test test_u64 ... ok Oct 16 14:26:15.084 INFO blam! test test_u8 ... ok Oct 16 14:26:15.094 INFO blam! test test_usize ... ok Oct 16 14:26:15.094 INFO blam! Oct 16 14:26:15.094 INFO blam! test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:26:15.094 INFO blam! Oct 16 14:26:15.094 INFO kablam! Running /target/debug/deps/unwraps-20d4f1bf30f54393 Oct 16 14:26:15.096 INFO blam! Oct 16 14:26:15.096 INFO blam! running 1 test Oct 16 14:26:15.096 INFO blam! test test_unwraps ... ok Oct 16 14:26:15.096 INFO blam! Oct 16 14:26:15.096 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:26:15.096 INFO blam! Oct 16 14:26:15.096 INFO kablam! Running /target/debug/deps/use_in_generics-96fb12486a97415e Oct 16 14:26:15.104 INFO blam! Oct 16 14:26:15.104 INFO blam! running 1 test Oct 16 14:26:15.105 INFO blam! test test_generic_unwrap ... ok Oct 16 14:26:15.105 INFO blam! Oct 16 14:26:15.105 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:26:15.105 INFO blam! Oct 16 14:26:15.105 INFO kablam! Doc-tests conv Oct 16 14:26:16.309 INFO blam! Oct 16 14:26:16.309 INFO blam! running 4 tests Oct 16 14:26:16.309 INFO blam! test src/macros.rs - macros (line 5) ... ignored Oct 16 14:26:17.873 INFO blam! test src/macros.rs - macros (line 21) ... ok Oct 16 14:26:17.963 INFO blam! test src/macros.rs - macros (line 47) ... ok Oct 16 14:26:18.148 INFO blam! test src/lib.rs - (line 123) ... ok Oct 16 14:26:18.148 INFO blam! Oct 16 14:26:18.148 INFO blam! test result: ok. 3 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 16 14:26:18.148 INFO blam! Oct 16 14:26:18.170 INFO kablam! su: No module specific data is present Oct 16 14:26:18.683 INFO running `"docker" "rm" "-f" "5ada8a302f5be558302e0853a5235b4b88584f350476f2a0e110a9de5befc123"` Oct 16 14:26:18.783 INFO blam! 5ada8a302f5be558302e0853a5235b4b88584f350476f2a0e110a9de5befc123