Oct 16 10:59:55.868 INFO testing fp-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 10:59:55.868 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 10:59:56.295 INFO blam! 0ba6b0d405e41950990ed1e066f299e3da154efd9f720d9ff7dfd841be969edb Oct 16 10:59:56.301 INFO running `"docker" "start" "-a" "0ba6b0d405e41950990ed1e066f299e3da154efd9f720d9ff7dfd841be969edb"` Oct 16 10:59:57.730 INFO kablam! usermod: no changes Oct 16 10:59:57.779 INFO kablam! Compiling fp v0.1.0 (/source) Oct 16 10:59:58.093 INFO kablam! warning: constant item is never used: `SIGN_MASK` Oct 16 10:59:58.094 INFO kablam! --> src/lib.rs:10:1 Oct 16 10:59:58.094 INFO kablam! | Oct 16 10:59:58.094 INFO kablam! 10 | const SIGN_MASK: u32 = 0x8000_0000; Oct 16 10:59:58.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 10:59:58.094 INFO kablam! | Oct 16 10:59:58.094 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 10:59:58.094 INFO kablam! Oct 16 10:59:58.094 INFO kablam! warning: constant item is never used: `INT_BITS` Oct 16 10:59:58.094 INFO kablam! --> src/lib.rs:11:1 Oct 16 10:59:58.094 INFO kablam! | Oct 16 10:59:58.094 INFO kablam! 11 | const INT_BITS: u8 = 24; Oct 16 10:59:58.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 10:59:58.094 INFO kablam! Oct 16 10:59:58.143 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.38s Oct 16 10:59:58.145 INFO kablam! su: No module specific data is present Oct 16 10:59:58.605 INFO running `"docker" "rm" "-f" "0ba6b0d405e41950990ed1e066f299e3da154efd9f720d9ff7dfd841be969edb"` Oct 16 10:59:58.914 INFO blam! 0ba6b0d405e41950990ed1e066f299e3da154efd9f720d9ff7dfd841be969edb Oct 16 10:59:58.919 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 10:59:59.371 INFO blam! 74813614365d27ea2df0c1485595b9830fa56db67653d5eb5dba7905508c4b98 Oct 16 10:59:59.375 INFO running `"docker" "start" "-a" "74813614365d27ea2df0c1485595b9830fa56db67653d5eb5dba7905508c4b98"` Oct 16 11:00:00.422 INFO kablam! usermod: no changes Oct 16 11:00:00.479 INFO kablam! Compiling fp v0.1.0 (/source) Oct 16 11:00:01.534 INFO kablam! warning: constant item is never used: `TWO` Oct 16 11:00:01.534 INFO kablam! --> tests/01.rs:7:1 Oct 16 11:00:01.534 INFO kablam! | Oct 16 11:00:01.534 INFO kablam! 7 | const TWO: F24P8 = F24P8::from_int(2); Oct 16 11:00:01.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 11:00:01.534 INFO kablam! | Oct 16 11:00:01.534 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 11:00:01.534 INFO kablam! Oct 16 11:00:01.534 INFO kablam! warning: constant item is never used: `PI` Oct 16 11:00:01.534 INFO kablam! --> tests/01.rs:8:1 Oct 16 11:00:01.534 INFO kablam! | Oct 16 11:00:01.536 INFO kablam! 8 | const PI: F24P8 = F24P8::from_float(::std::f64::consts::PI); Oct 16 11:00:01.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 11:00:01.536 INFO kablam! Oct 16 11:00:01.887 INFO kablam! warning: constant item is never used: `SIGN_MASK` Oct 16 11:00:01.887 INFO kablam! --> src/lib.rs:10:1 Oct 16 11:00:01.887 INFO kablam! | Oct 16 11:00:01.887 INFO kablam! 10 | const SIGN_MASK: u32 = 0x8000_0000; Oct 16 11:00:01.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 11:00:01.895 INFO kablam! | Oct 16 11:00:01.895 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 11:00:01.895 INFO kablam! Oct 16 11:00:01.895 INFO kablam! warning: constant item is never used: `INT_BITS` Oct 16 11:00:01.895 INFO kablam! --> src/lib.rs:11:1 Oct 16 11:00:01.895 INFO kablam! | Oct 16 11:00:01.895 INFO kablam! 11 | const INT_BITS: u8 = 24; Oct 16 11:00:01.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 11:00:01.895 INFO kablam! Oct 16 11:00:02.396 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.94s Oct 16 11:00:02.400 INFO kablam! su: No module specific data is present Oct 16 11:00:03.221 INFO running `"docker" "rm" "-f" "74813614365d27ea2df0c1485595b9830fa56db67653d5eb5dba7905508c4b98"` Oct 16 11:00:03.488 INFO blam! 74813614365d27ea2df0c1485595b9830fa56db67653d5eb5dba7905508c4b98 Oct 16 11:00:03.493 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 11:00:03.873 INFO blam! abd7165d387eb3b707b9e1b31c866cad90cb07c0ce3e0267c0105dbc3fddd653 Oct 16 11:00:03.877 INFO running `"docker" "start" "-a" "abd7165d387eb3b707b9e1b31c866cad90cb07c0ce3e0267c0105dbc3fddd653"` Oct 16 11:00:04.742 INFO kablam! usermod: no changes Oct 16 11:00:04.776 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 16 11:00:04.776 INFO kablam! Running /target/debug/deps/fp-05efbc3eb771e686 Oct 16 11:00:04.777 INFO blam! Oct 16 11:00:04.777 INFO blam! running 0 tests Oct 16 11:00:04.777 INFO blam! Oct 16 11:00:04.778 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 11:00:04.778 INFO blam! Oct 16 11:00:04.780 INFO kablam! Running /target/debug/deps/01-ec6599b26de3258e Oct 16 11:00:04.786 INFO blam! Oct 16 11:00:04.787 INFO blam! running 4 tests Oct 16 11:00:04.799 INFO blam! test add ... ok Oct 16 11:00:04.799 INFO blam! test mul ... ok Oct 16 11:00:04.799 INFO blam! test print ... ok Oct 16 11:00:04.799 INFO blam! test sub ... ok Oct 16 11:00:04.799 INFO blam! Oct 16 11:00:04.799 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 11:00:04.799 INFO blam! Oct 16 11:00:04.799 INFO kablam! Doc-tests fp Oct 16 11:00:04.917 INFO blam! Oct 16 11:00:04.917 INFO blam! running 0 tests Oct 16 11:00:04.917 INFO blam! Oct 16 11:00:04.917 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 11:00:04.917 INFO blam! Oct 16 11:00:04.931 INFO kablam! su: No module specific data is present Oct 16 11:00:05.393 INFO running `"docker" "rm" "-f" "abd7165d387eb3b707b9e1b31c866cad90cb07c0ce3e0267c0105dbc3fddd653"` Oct 16 11:00:05.631 INFO blam! abd7165d387eb3b707b9e1b31c866cad90cb07c0ce3e0267c0105dbc3fddd653