Oct 11 03:02:27.840 INFO testing andrewdski/complex against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 03:02:27.840 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 03:02:27.840 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 03:02:28.202 INFO blam! df5f24d3937783e6f65ff2f18a566cd7226e92092c16deea7a5fcca3eeb98926 Oct 11 03:02:28.202 INFO running `"docker" "start" "-a" "df5f24d3937783e6f65ff2f18a566cd7226e92092c16deea7a5fcca3eeb98926"` Oct 11 03:02:28.696 INFO kablam! usermod: no changes Oct 11 03:02:28.787 INFO kablam! Compiling complex v0.1.0 (/source) Oct 11 03:02:29.545 INFO kablam! warning: floating-point types cannot be used in patterns Oct 11 03:02:29.546 INFO kablam! --> src/main.rs:13:28 Oct 11 03:02:29.546 INFO kablam! | Oct 11 03:02:29.546 INFO kablam! 13 | Complex{ r, i: 0. } => write!(f, "{}", r), Oct 11 03:02:29.546 INFO kablam! | ^^ Oct 11 03:02:29.546 INFO kablam! | Oct 11 03:02:29.546 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Oct 11 03:02:29.546 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:02:29.546 INFO kablam! = note: for more information, see issue #41620 Oct 11 03:02:29.546 INFO kablam! Oct 11 03:02:29.546 INFO kablam! warning: floating-point types cannot be used in patterns Oct 11 03:02:29.546 INFO kablam! --> src/main.rs:14:25 Oct 11 03:02:29.546 INFO kablam! | Oct 11 03:02:29.546 INFO kablam! 14 | Complex{ r: 0., i } => write!(f, "{}", i), Oct 11 03:02:29.546 INFO kablam! | ^^ Oct 11 03:02:29.546 INFO kablam! | Oct 11 03:02:29.546 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:02:29.546 INFO kablam! = note: for more information, see issue #41620 Oct 11 03:02:29.546 INFO kablam! Oct 11 03:02:29.554 INFO kablam! warning: floating-point types cannot be used in patterns Oct 11 03:02:29.554 INFO kablam! --> src/main.rs:13:28 Oct 11 03:02:29.554 INFO kablam! | Oct 11 03:02:29.555 INFO kablam! 13 | Complex{ r, i: 0. } => write!(f, "{}", r), Oct 11 03:02:29.555 INFO kablam! | ^^ Oct 11 03:02:29.555 INFO kablam! | Oct 11 03:02:29.555 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:02:29.556 INFO kablam! = note: for more information, see issue #41620 Oct 11 03:02:29.556 INFO kablam! Oct 11 03:02:29.925 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.20s Oct 11 03:02:29.933 INFO kablam! su: No module specific data is present Oct 11 03:02:30.638 INFO running `"docker" "rm" "-f" "df5f24d3937783e6f65ff2f18a566cd7226e92092c16deea7a5fcca3eeb98926"` Oct 11 03:02:30.948 INFO blam! df5f24d3937783e6f65ff2f18a566cd7226e92092c16deea7a5fcca3eeb98926 Oct 11 03:02:30.953 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 03:02:30.954 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 03:02:31.428 INFO blam! ff52d5253665bb7c58da87b82e57ab641faab349d8662328e3d48698b44e718e Oct 11 03:02:31.440 INFO running `"docker" "start" "-a" "ff52d5253665bb7c58da87b82e57ab641faab349d8662328e3d48698b44e718e"` Oct 11 03:02:32.656 INFO kablam! usermod: no changes Oct 11 03:02:32.703 INFO kablam! Compiling complex v0.1.0 (/source) Oct 11 03:02:33.598 INFO kablam! warning: floating-point types cannot be used in patterns Oct 11 03:02:33.598 INFO kablam! --> src/main.rs:13:28 Oct 11 03:02:33.599 INFO kablam! | Oct 11 03:02:33.599 INFO kablam! 13 | Complex{ r, i: 0. } => write!(f, "{}", r), Oct 11 03:02:33.599 INFO kablam! | ^^ Oct 11 03:02:33.599 INFO kablam! | Oct 11 03:02:33.599 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Oct 11 03:02:33.599 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:02:33.600 INFO kablam! = note: for more information, see issue #41620 Oct 11 03:02:33.600 INFO kablam! Oct 11 03:02:33.600 INFO kablam! warning: floating-point types cannot be used in patterns Oct 11 03:02:33.600 INFO kablam! --> src/main.rs:14:25 Oct 11 03:02:33.600 INFO kablam! | Oct 11 03:02:33.600 INFO kablam! 14 | Complex{ r: 0., i } => write!(f, "{}", i), Oct 11 03:02:33.601 INFO kablam! | ^^ Oct 11 03:02:33.601 INFO kablam! | Oct 11 03:02:33.601 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:02:33.601 INFO kablam! = note: for more information, see issue #41620 Oct 11 03:02:33.601 INFO kablam! Oct 11 03:02:33.602 INFO kablam! warning: floating-point types cannot be used in patterns Oct 11 03:02:33.602 INFO kablam! --> src/main.rs:13:28 Oct 11 03:02:33.602 INFO kablam! | Oct 11 03:02:33.602 INFO kablam! 13 | Complex{ r, i: 0. } => write!(f, "{}", r), Oct 11 03:02:33.602 INFO kablam! | ^^ Oct 11 03:02:33.602 INFO kablam! | Oct 11 03:02:33.603 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:02:33.603 INFO kablam! = note: for more information, see issue #41620 Oct 11 03:02:33.603 INFO kablam! Oct 11 03:02:34.135 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.45s Oct 11 03:02:34.139 INFO kablam! su: No module specific data is present Oct 11 03:02:35.079 INFO running `"docker" "rm" "-f" "ff52d5253665bb7c58da87b82e57ab641faab349d8662328e3d48698b44e718e"` Oct 11 03:02:35.323 INFO blam! ff52d5253665bb7c58da87b82e57ab641faab349d8662328e3d48698b44e718e Oct 11 03:02:35.325 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 03:02:35.326 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 03:02:35.736 INFO blam! 12c0722641b4808e742cb3f700103645389a17f9b2690b2c2deb8bf7534c3346 Oct 11 03:02:35.738 INFO running `"docker" "start" "-a" "12c0722641b4808e742cb3f700103645389a17f9b2690b2c2deb8bf7534c3346"` Oct 11 03:02:36.856 INFO kablam! usermod: no changes Oct 11 03:02:36.904 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 03:02:36.908 INFO kablam! Running /target/debug/deps/complex-4dede8b7a7b2167d Oct 11 03:02:36.924 INFO blam! Oct 11 03:02:36.924 INFO blam! running 0 tests Oct 11 03:02:36.924 INFO blam! Oct 11 03:02:36.924 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:02:36.924 INFO blam! Oct 11 03:02:36.925 INFO kablam! su: No module specific data is present Oct 11 03:02:37.813 INFO running `"docker" "rm" "-f" "12c0722641b4808e742cb3f700103645389a17f9b2690b2c2deb8bf7534c3346"` Oct 11 03:02:38.120 INFO blam! 12c0722641b4808e742cb3f700103645389a17f9b2690b2c2deb8bf7534c3346