Oct 10 13:33:26.010 INFO testing thiolliere/stickmen against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 13:33:26.010 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 13:33:26.013 INFO running `"docker" "create" "-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/target-dirs/rustdoc-test-static-cling/worker-0/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 10 13:33:26.510 INFO blam! 1e39fbf5f406e6fd7111f8ee6ce7967c62f3b5b1d9a238923ddf72efde57100e Oct 10 13:33:26.524 INFO running `"docker" "start" "-a" "1e39fbf5f406e6fd7111f8ee6ce7967c62f3b5b1d9a238923ddf72efde57100e"` Oct 10 13:33:27.666 INFO kablam! usermod: no changes Oct 10 13:33:28.000 INFO kablam! Compiling threadpool v1.3.2 Oct 10 13:33:28.001 INFO kablam! Compiling either v1.0.2 Oct 10 13:33:28.002 INFO kablam! Compiling lua52-sys v0.1.0 Oct 10 13:33:28.004 INFO kablam! Compiling nix v0.5.1 Oct 10 13:33:28.004 INFO kablam! Compiling pulse v0.5.3 Oct 10 13:33:28.004 INFO kablam! Compiling clap v2.19.3 Oct 10 13:33:28.004 INFO kablam! Compiling ruga_utils v0.0.1 (/source/src/utils) Oct 10 13:33:29.140 INFO kablam! Compiling itertools v0.5.8 Oct 10 13:33:32.555 INFO kablam! Compiling specs v0.7.1 Oct 10 13:33:40.576 INFO kablam! Compiling rustyline v1.0.0 Oct 10 13:33:40.752 INFO kablam! Compiling ruga_graphics v0.0.1 (/source/src/graphics) Oct 10 13:33:43.382 INFO kablam! Compiling hlua v0.3.1 Oct 10 13:33:54.765 INFO kablam! Compiling ruga_physics v0.0.1 (/source/src/physics) Oct 10 13:33:54.846 INFO kablam! warning: lint `illegal_floating_point_constant_pattern` has been removed: `converted into hard error, see https://github.com/rust-lang/rust/issues/36890` Oct 10 13:33:54.846 INFO kablam! --> src/physics/update_systems.rs:9:9 Oct 10 13:33:54.847 INFO kablam! | Oct 10 13:33:54.847 INFO kablam! 9 | #[allow(illegal_floating_point_constant_pattern)] Oct 10 13:33:54.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:33:54.847 INFO kablam! | Oct 10 13:33:54.848 INFO kablam! = note: #[warn(renamed_and_removed_lints)] on by default Oct 10 13:33:54.848 INFO kablam! Oct 10 13:33:57.510 INFO kablam! warning: floating-point types cannot be used in patterns Oct 10 13:33:57.510 INFO kablam! --> src/physics/update_systems.rs:65:23 Oct 10 13:33:57.511 INFO kablam! | Oct 10 13:33:57.511 INFO kablam! 65 | (f32::MAX, f32::MAX) => 0.5, Oct 10 13:33:57.511 INFO kablam! | ^^^^^^^^ Oct 10 13:33:57.512 INFO kablam! | Oct 10 13:33:57.512 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Oct 10 13:33:57.512 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 10 13:33:57.512 INFO kablam! = note: for more information, see issue #41620 Oct 10 13:33:57.513 INFO kablam! Oct 10 13:33:57.513 INFO kablam! warning: floating-point types cannot be used in patterns Oct 10 13:33:57.513 INFO kablam! --> src/physics/update_systems.rs:65:33 Oct 10 13:33:57.514 INFO kablam! | Oct 10 13:33:57.514 INFO kablam! 65 | (f32::MAX, f32::MAX) => 0.5, Oct 10 13:33:57.514 INFO kablam! | ^^^^^^^^ Oct 10 13:33:57.514 INFO kablam! | Oct 10 13:33:57.515 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 10 13:33:57.515 INFO kablam! = note: for more information, see issue #41620 Oct 10 13:33:57.515 INFO kablam! Oct 10 13:33:57.516 INFO kablam! warning: floating-point types cannot be used in patterns Oct 10 13:33:57.516 INFO kablam! --> src/physics/update_systems.rs:66:22 Oct 10 13:33:57.516 INFO kablam! | Oct 10 13:33:57.516 INFO kablam! 66 | (f32::MAX, _) => 1., Oct 10 13:33:57.516 INFO kablam! | ^^^^^^^^ Oct 10 13:33:57.516 INFO kablam! | Oct 10 13:33:57.516 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 10 13:33:57.516 INFO kablam! = note: for more information, see issue #41620 Oct 10 13:33:57.516 INFO kablam! Oct 10 13:33:57.516 INFO kablam! warning: floating-point types cannot be used in patterns Oct 10 13:33:57.516 INFO kablam! --> src/physics/update_systems.rs:67:25 Oct 10 13:33:57.516 INFO kablam! | Oct 10 13:33:57.516 INFO kablam! 67 | (_, f32::MAX) => 0., Oct 10 13:33:57.516 INFO kablam! | ^^^^^^^^ Oct 10 13:33:57.516 INFO kablam! | Oct 10 13:33:57.516 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 10 13:33:57.516 INFO kablam! = note: for more information, see issue #41620 Oct 10 13:33:57.516 INFO kablam! Oct 10 13:33:57.570 INFO kablam! warning: floating-point types cannot be used in patterns Oct 10 13:33:57.570 INFO kablam! --> src/physics/update_systems.rs:65:23 Oct 10 13:33:57.571 INFO kablam! | Oct 10 13:33:57.571 INFO kablam! 65 | (f32::MAX, f32::MAX) => 0.5, Oct 10 13:33:57.571 INFO kablam! | ^^^^^^^^ Oct 10 13:33:57.571 INFO kablam! | Oct 10 13:33:57.572 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 10 13:33:57.572 INFO kablam! = note: for more information, see issue #41620 Oct 10 13:33:57.572 INFO kablam! Oct 10 13:33:59.548 INFO kablam! Compiling ruga v0.3.0 (/source) Oct 10 13:34:02.296 INFO kablam! warning: unused `#[macro_use]` import Oct 10 13:34:02.296 INFO kablam! --> src/main.rs:6:1 Oct 10 13:34:02.296 INFO kablam! | Oct 10 13:34:02.296 INFO kablam! 6 | #[macro_use] extern crate glium; Oct 10 13:34:02.296 INFO kablam! | ^^^^^^^^^^^^ Oct 10 13:34:02.296 INFO kablam! | Oct 10 13:34:02.296 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 13:34:02.296 INFO kablam! Oct 10 13:34:02.296 INFO kablam! warning: unused `#[macro_use]` import Oct 10 13:34:02.296 INFO kablam! --> src/main.rs:7:1 Oct 10 13:34:02.296 INFO kablam! | Oct 10 13:34:02.296 INFO kablam! 7 | #[macro_use] extern crate hlua; Oct 10 13:34:02.296 INFO kablam! | ^^^^^^^^^^^^ Oct 10 13:34:02.296 INFO kablam! Oct 10 13:34:10.992 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 43.30s Oct 10 13:34:11.012 INFO kablam! su: No module specific data is present Oct 10 13:34:11.608 INFO running `"docker" "rm" "-f" "1e39fbf5f406e6fd7111f8ee6ce7967c62f3b5b1d9a238923ddf72efde57100e"` Oct 10 13:34:11.832 INFO blam! 1e39fbf5f406e6fd7111f8ee6ce7967c62f3b5b1d9a238923ddf72efde57100e Oct 10 13:34:11.833 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 13:34:11.835 INFO running `"docker" "create" "-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/target-dirs/rustdoc-test-static-cling/worker-0/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 10 13:34:12.415 INFO blam! dbeb3b92beb9400a4b7e33492e2b82270c4da80b403a66500bd7388c4528c20c Oct 10 13:34:12.417 INFO running `"docker" "start" "-a" "dbeb3b92beb9400a4b7e33492e2b82270c4da80b403a66500bd7388c4528c20c"` Oct 10 13:34:13.400 INFO kablam! usermod: no changes Oct 10 13:34:13.713 INFO kablam! Compiling ruga v0.3.0 (/source) Oct 10 13:34:16.568 INFO kablam! warning: unused `#[macro_use]` import Oct 10 13:34:16.568 INFO kablam! --> src/main.rs:6:1 Oct 10 13:34:16.569 INFO kablam! | Oct 10 13:34:16.569 INFO kablam! 6 | #[macro_use] extern crate glium; Oct 10 13:34:16.569 INFO kablam! | ^^^^^^^^^^^^ Oct 10 13:34:16.569 INFO kablam! | Oct 10 13:34:16.570 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 13:34:16.570 INFO kablam! Oct 10 13:34:16.570 INFO kablam! warning: unused `#[macro_use]` import Oct 10 13:34:16.570 INFO kablam! --> src/main.rs:7:1 Oct 10 13:34:16.571 INFO kablam! | Oct 10 13:34:16.571 INFO kablam! 7 | #[macro_use] extern crate hlua; Oct 10 13:34:16.571 INFO kablam! | ^^^^^^^^^^^^ Oct 10 13:34:16.572 INFO kablam! Oct 10 13:34:17.498 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.07s Oct 10 13:34:17.516 INFO kablam! su: No module specific data is present Oct 10 13:34:18.156 INFO running `"docker" "rm" "-f" "dbeb3b92beb9400a4b7e33492e2b82270c4da80b403a66500bd7388c4528c20c"` Oct 10 13:34:18.445 INFO blam! dbeb3b92beb9400a4b7e33492e2b82270c4da80b403a66500bd7388c4528c20c Oct 10 13:34:18.453 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 13:34:18.454 INFO running `"docker" "create" "-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/target-dirs/rustdoc-test-static-cling/worker-0/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 10 13:34:18.830 INFO blam! bede840d19569968efddcd314aec9c5f191cc262fc5b6f45e085aa721db4a42e Oct 10 13:34:18.836 INFO running `"docker" "start" "-a" "bede840d19569968efddcd314aec9c5f191cc262fc5b6f45e085aa721db4a42e"` Oct 10 13:34:19.644 INFO kablam! usermod: no changes Oct 10 13:34:19.808 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 10 13:34:19.827 INFO kablam! Running /target/debug/deps/ruga-09afbff838956dae Oct 10 13:34:19.832 INFO blam! Oct 10 13:34:19.832 INFO blam! running 0 tests Oct 10 13:34:19.832 INFO blam! Oct 10 13:34:19.832 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 13:34:19.832 INFO blam! Oct 10 13:34:19.834 INFO kablam! su: No module specific data is present Oct 10 13:34:20.598 INFO running `"docker" "rm" "-f" "bede840d19569968efddcd314aec9c5f191cc262fc5b6f45e085aa721db4a42e"` Oct 10 13:34:20.884 INFO blam! bede840d19569968efddcd314aec9c5f191cc262fc5b6f45e085aa721db4a42e