Oct 10 16:29:23.995 INFO testing quantum-dan/math against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 16:29:23.995 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 16:29:23.995 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 16:29:24.378 INFO blam! c87de74fd0138494bac105847f5657602e506d089f6ac1c05cd15be6447f2d32 Oct 10 16:29:24.384 INFO running `"docker" "start" "-a" "c87de74fd0138494bac105847f5657602e506d089f6ac1c05cd15be6447f2d32"` Oct 10 16:29:25.200 INFO kablam! usermod: no changes Oct 10 16:29:25.235 INFO kablam! Compiling math v0.1.0 (/source) Oct 10 16:29:25.732 INFO kablam! warning: method is never used: `negative` Oct 10 16:29:25.732 INFO kablam! --> src/main.rs:45:5 Oct 10 16:29:25.732 INFO kablam! | Oct 10 16:29:25.732 INFO kablam! 45 | fn negative(&self) -> Fraction { Oct 10 16:29:25.732 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:29:25.732 INFO kablam! | Oct 10 16:29:25.732 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 16:29:25.732 INFO kablam! Oct 10 16:29:25.732 INFO kablam! warning: method is never used: `sub` Oct 10 16:29:25.732 INFO kablam! --> src/main.rs:48:5 Oct 10 16:29:25.732 INFO kablam! | Oct 10 16:29:25.732 INFO kablam! 48 | fn sub(x: Fraction, y: Fraction) -> Fraction { Oct 10 16:29:25.732 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:29:25.732 INFO kablam! Oct 10 16:29:25.732 INFO kablam! warning: method is never used: `inverse` Oct 10 16:29:25.732 INFO kablam! --> src/main.rs:51:5 Oct 10 16:29:25.732 INFO kablam! | Oct 10 16:29:25.732 INFO kablam! 51 | fn inverse(&self) -> Fraction { Oct 10 16:29:25.732 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:29:25.732 INFO kablam! Oct 10 16:29:25.732 INFO kablam! warning: method is never used: `div` Oct 10 16:29:25.732 INFO kablam! --> src/main.rs:54:5 Oct 10 16:29:25.732 INFO kablam! | Oct 10 16:29:25.732 INFO kablam! 54 | fn div(x: Fraction, y: Fraction) -> Fraction { Oct 10 16:29:25.732 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:29:25.733 INFO kablam! Oct 10 16:29:26.060 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.84s Oct 10 16:29:26.061 INFO kablam! su: No module specific data is present Oct 10 16:29:26.561 INFO running `"docker" "rm" "-f" "c87de74fd0138494bac105847f5657602e506d089f6ac1c05cd15be6447f2d32"` Oct 10 16:29:26.788 INFO blam! c87de74fd0138494bac105847f5657602e506d089f6ac1c05cd15be6447f2d32 Oct 10 16:29:26.792 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 16:29:26.793 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 16:29:27.236 INFO blam! b38c9cff37a2f7cd375d0561c80c1c9b6acb49759bfea18df324807f70c3e385 Oct 10 16:29:27.238 INFO running `"docker" "start" "-a" "b38c9cff37a2f7cd375d0561c80c1c9b6acb49759bfea18df324807f70c3e385"` Oct 10 16:29:28.096 INFO kablam! usermod: no changes Oct 10 16:29:28.123 INFO kablam! Compiling math v0.1.0 (/source) Oct 10 16:29:28.616 INFO kablam! warning: method is never used: `negative` Oct 10 16:29:28.616 INFO kablam! --> src/main.rs:45:5 Oct 10 16:29:28.616 INFO kablam! | Oct 10 16:29:28.616 INFO kablam! 45 | fn negative(&self) -> Fraction { Oct 10 16:29:28.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:29:28.616 INFO kablam! | Oct 10 16:29:28.616 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 16:29:28.616 INFO kablam! Oct 10 16:29:28.616 INFO kablam! warning: method is never used: `sub` Oct 10 16:29:28.616 INFO kablam! --> src/main.rs:48:5 Oct 10 16:29:28.616 INFO kablam! | Oct 10 16:29:28.616 INFO kablam! 48 | fn sub(x: Fraction, y: Fraction) -> Fraction { Oct 10 16:29:28.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:29:28.616 INFO kablam! Oct 10 16:29:28.616 INFO kablam! warning: method is never used: `inverse` Oct 10 16:29:28.616 INFO kablam! --> src/main.rs:51:5 Oct 10 16:29:28.616 INFO kablam! | Oct 10 16:29:28.616 INFO kablam! 51 | fn inverse(&self) -> Fraction { Oct 10 16:29:28.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:29:28.616 INFO kablam! Oct 10 16:29:28.616 INFO kablam! warning: method is never used: `div` Oct 10 16:29:28.616 INFO kablam! --> src/main.rs:54:5 Oct 10 16:29:28.616 INFO kablam! | Oct 10 16:29:28.616 INFO kablam! 54 | fn div(x: Fraction, y: Fraction) -> Fraction { Oct 10 16:29:28.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:29:28.616 INFO kablam! Oct 10 16:29:29.000 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.88s Oct 10 16:29:29.000 INFO kablam! su: No module specific data is present Oct 10 16:29:29.409 INFO running `"docker" "rm" "-f" "b38c9cff37a2f7cd375d0561c80c1c9b6acb49759bfea18df324807f70c3e385"` Oct 10 16:29:29.692 INFO blam! b38c9cff37a2f7cd375d0561c80c1c9b6acb49759bfea18df324807f70c3e385 Oct 10 16:29:29.694 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 16:29:29.694 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 16:29:30.088 INFO blam! e90d8705409e873773a0d274ca057f79e5bd7b203c25c8a23f9ec625334d814e Oct 10 16:29:30.105 INFO running `"docker" "start" "-a" "e90d8705409e873773a0d274ca057f79e5bd7b203c25c8a23f9ec625334d814e"` Oct 10 16:29:31.304 INFO kablam! usermod: no changes Oct 10 16:29:31.340 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 16:29:31.340 INFO blam! Oct 10 16:29:31.340 INFO kablam! Running /target/debug/deps/math-c007e7d03d0c7497 Oct 10 16:29:31.340 INFO blam! running 0 tests Oct 10 16:29:31.340 INFO blam! Oct 10 16:29:31.340 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:29:31.340 INFO blam! Oct 10 16:29:31.352 INFO kablam! su: No module specific data is present Oct 10 16:29:31.881 INFO running `"docker" "rm" "-f" "e90d8705409e873773a0d274ca057f79e5bd7b203c25c8a23f9ec625334d814e"` Oct 10 16:29:32.124 INFO blam! e90d8705409e873773a0d274ca057f79e5bd7b203c25c8a23f9ec625334d814e