Oct 15 03:37:16.195 INFO testing ashiato45/rust_multipoly against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 03:37:16.195 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 03:37:16.605 INFO blam! 8dfa4522e94e5114ee4869a0c8557feb9c2fd3a884a8b3ece235684bd30c3595 Oct 15 03:37:16.611 INFO running `"docker" "start" "-a" "8dfa4522e94e5114ee4869a0c8557feb9c2fd3a884a8b3ece235684bd30c3595"` Oct 15 03:37:17.999 INFO kablam! usermod: no changes Oct 15 03:37:18.103 INFO kablam! Compiling num-bigint v0.1.40 Oct 15 03:37:21.211 INFO kablam! Compiling num-rational v0.1.39 Oct 15 03:37:23.255 INFO kablam! Compiling num v0.1.40 Oct 15 03:37:23.699 INFO kablam! Compiling rust_multipoly v0.1.0 (/source) Oct 15 03:37:24.395 INFO kablam! warning: unused import: `std::ops::Add` Oct 15 03:37:24.395 INFO kablam! --> src/main.rs:1:5 Oct 15 03:37:24.395 INFO kablam! | Oct 15 03:37:24.395 INFO kablam! 1 | use std::ops::Add; Oct 15 03:37:24.395 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 03:37:24.395 INFO kablam! | Oct 15 03:37:24.396 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 03:37:24.396 INFO kablam! Oct 15 03:37:24.396 INFO kablam! warning: unused import: `BigRational` Oct 15 03:37:24.396 INFO kablam! --> src/main.rs:6:28 Oct 15 03:37:24.396 INFO kablam! | Oct 15 03:37:24.396 INFO kablam! 6 | use num::rational::{Ratio, BigRational, Rational}; Oct 15 03:37:24.396 INFO kablam! | ^^^^^^^^^^^ Oct 15 03:37:24.396 INFO kablam! Oct 15 03:37:24.396 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 03:37:24.396 INFO kablam! --> src/main.rs:37:11 Oct 15 03:37:24.396 INFO kablam! | Oct 15 03:37:24.396 INFO kablam! 37 | if(*self == Self::zero()){ Oct 15 03:37:24.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 03:37:24.396 INFO kablam! | Oct 15 03:37:24.396 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 03:37:24.396 INFO kablam! Oct 15 03:37:25.014 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.99s Oct 15 03:37:25.018 INFO kablam! su: No module specific data is present Oct 15 03:37:25.691 INFO running `"docker" "rm" "-f" "8dfa4522e94e5114ee4869a0c8557feb9c2fd3a884a8b3ece235684bd30c3595"` Oct 15 03:37:26.031 INFO blam! 8dfa4522e94e5114ee4869a0c8557feb9c2fd3a884a8b3ece235684bd30c3595 Oct 15 03:37:26.039 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 03:37:26.516 INFO blam! 23c1ae0a23eeed677dd947bba189d7033b426fd33cb0cdee67f4211d9def1654 Oct 15 03:37:26.518 INFO running `"docker" "start" "-a" "23c1ae0a23eeed677dd947bba189d7033b426fd33cb0cdee67f4211d9def1654"` Oct 15 03:37:27.423 INFO kablam! usermod: no changes Oct 15 03:37:27.491 INFO kablam! Compiling rust_multipoly v0.1.0 (/source) Oct 15 03:37:28.135 INFO kablam! warning: unused import: `std::ops::Add` Oct 15 03:37:28.135 INFO kablam! --> src/main.rs:1:5 Oct 15 03:37:28.135 INFO kablam! | Oct 15 03:37:28.135 INFO kablam! 1 | use std::ops::Add; Oct 15 03:37:28.135 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 03:37:28.135 INFO kablam! | Oct 15 03:37:28.135 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 03:37:28.135 INFO kablam! Oct 15 03:37:28.135 INFO kablam! warning: unused import: `BigRational` Oct 15 03:37:28.135 INFO kablam! --> src/main.rs:6:28 Oct 15 03:37:28.135 INFO kablam! | Oct 15 03:37:28.135 INFO kablam! 6 | use num::rational::{Ratio, BigRational, Rational}; Oct 15 03:37:28.135 INFO kablam! | ^^^^^^^^^^^ Oct 15 03:37:28.135 INFO kablam! Oct 15 03:37:28.135 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 03:37:28.135 INFO kablam! --> src/main.rs:37:11 Oct 15 03:37:28.135 INFO kablam! | Oct 15 03:37:28.135 INFO kablam! 37 | if(*self == Self::zero()){ Oct 15 03:37:28.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 03:37:28.135 INFO kablam! | Oct 15 03:37:28.135 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 03:37:28.135 INFO kablam! Oct 15 03:37:28.655 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.20s Oct 15 03:37:28.661 INFO kablam! su: No module specific data is present Oct 15 03:37:29.321 INFO running `"docker" "rm" "-f" "23c1ae0a23eeed677dd947bba189d7033b426fd33cb0cdee67f4211d9def1654"` Oct 15 03:37:29.561 INFO blam! 23c1ae0a23eeed677dd947bba189d7033b426fd33cb0cdee67f4211d9def1654 Oct 15 03:37:29.569 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 03:37:29.990 INFO blam! 5b0ea6f55d3a13c297448e91604984134eb3e3ecafc2dd782403d001a77edf05 Oct 15 03:37:29.992 INFO running `"docker" "start" "-a" "5b0ea6f55d3a13c297448e91604984134eb3e3ecafc2dd782403d001a77edf05"` Oct 15 03:37:31.047 INFO kablam! usermod: no changes Oct 15 03:37:31.140 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 03:37:31.147 INFO kablam! Running /target/debug/deps/rust_multipoly-bebe8f5722da7e9f Oct 15 03:37:31.154 INFO blam! Oct 15 03:37:31.154 INFO blam! running 0 tests Oct 15 03:37:31.154 INFO blam! Oct 15 03:37:31.154 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 03:37:31.154 INFO blam! Oct 15 03:37:31.160 INFO kablam! su: No module specific data is present Oct 15 03:37:31.855 INFO running `"docker" "rm" "-f" "5b0ea6f55d3a13c297448e91604984134eb3e3ecafc2dd782403d001a77edf05"` Oct 15 03:37:32.199 INFO blam! 5b0ea6f55d3a13c297448e91604984134eb3e3ecafc2dd782403d001a77edf05