Oct 14 11:50:42.121 INFO testing maxastyler/unit-conversion against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 11:50:42.123 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 11:50:42.615 INFO blam! a964bacf03eae9ceb0bbcb996c39feeca57c82df389e73580169f8a1e8864809 Oct 14 11:50:42.623 INFO running `"docker" "start" "-a" "a964bacf03eae9ceb0bbcb996c39feeca57c82df389e73580169f8a1e8864809"` Oct 14 11:50:45.001 INFO kablam! usermod: no changes Oct 14 11:50:45.059 INFO kablam! Compiling libc v0.2.39 Oct 14 11:50:46.459 INFO kablam! Compiling memchr v1.0.2 Oct 14 11:50:46.974 INFO kablam! Compiling nom v3.2.1 Oct 14 11:50:50.886 INFO kablam! Compiling unit-conversion v0.1.0 (/source) Oct 14 11:50:51.101 INFO kablam! warning: unused import: `std::io` Oct 14 11:50:51.101 INFO kablam! --> src/unit.rs:7:5 Oct 14 11:50:51.101 INFO kablam! | Oct 14 11:50:51.101 INFO kablam! 7 | use std::io; Oct 14 11:50:51.101 INFO kablam! | ^^^^^^^ Oct 14 11:50:51.101 INFO kablam! | Oct 14 11:50:51.101 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 11:50:51.101 INFO kablam! Oct 14 11:50:51.101 INFO kablam! warning: unused import: `std::fs::File` Oct 14 11:50:51.101 INFO kablam! --> src/unit.rs:8:5 Oct 14 11:50:51.101 INFO kablam! | Oct 14 11:50:51.101 INFO kablam! 8 | use std::fs::File; Oct 14 11:50:51.101 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 11:50:51.101 INFO kablam! Oct 14 11:50:51.101 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 14 11:50:51.101 INFO kablam! --> src/unit.rs:9:5 Oct 14 11:50:51.101 INFO kablam! | Oct 14 11:50:51.101 INFO kablam! 9 | use std::io::prelude::*; Oct 14 11:50:51.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:51.101 INFO kablam! Oct 14 11:50:51.101 INFO kablam! warning: unused import: `be_i32` Oct 14 11:50:51.101 INFO kablam! --> src/parser.rs:1:18 Oct 14 11:50:51.101 INFO kablam! | Oct 14 11:50:51.101 INFO kablam! 1 | use nom::{digit, be_i32, double, alpha, rest}; Oct 14 11:50:51.101 INFO kablam! | ^^^^^^ Oct 14 11:50:51.101 INFO kablam! Oct 14 11:50:51.101 INFO kablam! warning: unused import: `Error` Oct 14 11:50:51.101 INFO kablam! --> src/parser.rs:52:30 Oct 14 11:50:51.101 INFO kablam! | Oct 14 11:50:51.101 INFO kablam! 52 | use nom::IResult::{Done, Error}; Oct 14 11:50:51.101 INFO kablam! | ^^^^^ Oct 14 11:50:51.101 INFO kablam! Oct 14 11:50:51.391 INFO kablam! warning: unused import: `Mul` Oct 14 11:50:51.391 INFO kablam! --> src/unit.rs:5:16 Oct 14 11:50:51.391 INFO kablam! | Oct 14 11:50:51.391 INFO kablam! 5 | use std::ops::{Mul, Div}; Oct 14 11:50:51.391 INFO kablam! | ^^^ Oct 14 11:50:51.391 INFO kablam! Oct 14 11:50:51.391 INFO kablam! warning: unused import: `Div` Oct 14 11:50:51.391 INFO kablam! --> src/unit.rs:5:21 Oct 14 11:50:51.391 INFO kablam! | Oct 14 11:50:51.391 INFO kablam! 5 | use std::ops::{Mul, Div}; Oct 14 11:50:51.391 INFO kablam! | ^^^ Oct 14 11:50:51.391 INFO kablam! Oct 14 11:50:51.411 INFO kablam! warning: unused variable: `j` Oct 14 11:50:51.411 INFO kablam! --> src/unit.rs:41:30 Oct 14 11:50:51.411 INFO kablam! | Oct 14 11:50:51.411 INFO kablam! 41 | Some(u) => { for j in 0..i.abs() { Oct 14 11:50:51.411 INFO kablam! | ^ help: consider using `_j` instead Oct 14 11:50:51.411 INFO kablam! | Oct 14 11:50:51.411 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:50:51.411 INFO kablam! Oct 14 11:50:51.475 INFO kablam! warning: method is never used: `matches` Oct 14 11:50:51.475 INFO kablam! --> src/dimension.rs:44:5 Oct 14 11:50:51.475 INFO kablam! | Oct 14 11:50:51.475 INFO kablam! 44 | pub fn matches(&self, other: &Dimension) -> bool { Oct 14 11:50:51.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:51.475 INFO kablam! | Oct 14 11:50:51.475 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 11:50:51.475 INFO kablam! Oct 14 11:50:51.475 INFO kablam! warning: method is never used: `add` Oct 14 11:50:51.475 INFO kablam! --> src/dimension.rs:48:5 Oct 14 11:50:51.475 INFO kablam! | Oct 14 11:50:51.475 INFO kablam! 48 | pub fn add(&self, other: &Dimension) -> Option { Oct 14 11:50:51.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:51.475 INFO kablam! Oct 14 11:50:51.475 INFO kablam! warning: method is never used: `sub` Oct 14 11:50:51.475 INFO kablam! --> src/dimension.rs:64:5 Oct 14 11:50:51.475 INFO kablam! | Oct 14 11:50:51.475 INFO kablam! 64 | pub fn sub(&self, other: &Dimension) -> Option { Oct 14 11:50:51.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:51.475 INFO kablam! Oct 14 11:50:51.475 INFO kablam! warning: method is never used: `pow` Oct 14 11:50:51.475 INFO kablam! --> src/dimension.rs:78:5 Oct 14 11:50:51.475 INFO kablam! | Oct 14 11:50:51.475 INFO kablam! 78 | pub fn pow(&self, power: i32) -> Dimension { Oct 14 11:50:51.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:51.475 INFO kablam! Oct 14 11:50:51.475 INFO kablam! warning: method is never used: `root` Oct 14 11:50:51.475 INFO kablam! --> src/dimension.rs:82:5 Oct 14 11:50:51.475 INFO kablam! | Oct 14 11:50:51.475 INFO kablam! 82 | pub fn root(&self, root: i32) -> Dimension { Oct 14 11:50:51.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:51.475 INFO kablam! Oct 14 11:50:51.475 INFO kablam! warning: method is never used: `add` Oct 14 11:50:51.475 INFO kablam! --> src/quantity.rs:14:5 Oct 14 11:50:51.475 INFO kablam! | Oct 14 11:50:51.475 INFO kablam! 14 | pub fn add(&self, other: Quantity) -> Option { Oct 14 11:50:51.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:51.475 INFO kablam! Oct 14 11:50:51.475 INFO kablam! warning: method is never used: `sub` Oct 14 11:50:51.475 INFO kablam! --> src/quantity.rs:20:5 Oct 14 11:50:51.475 INFO kablam! | Oct 14 11:50:51.475 INFO kablam! 20 | pub fn sub(&self, other: Quantity) -> Option { Oct 14 11:50:51.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:51.475 INFO kablam! Oct 14 11:50:51.475 INFO kablam! warning: method is never used: `mul` Oct 14 11:50:51.475 INFO kablam! --> src/quantity.rs:26:5 Oct 14 11:50:51.475 INFO kablam! | Oct 14 11:50:51.475 INFO kablam! 26 | pub fn mul(&self, other: Quantity) -> Quantity { Oct 14 11:50:51.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:51.475 INFO kablam! Oct 14 11:50:51.475 INFO kablam! warning: method is never used: `div` Oct 14 11:50:51.475 INFO kablam! --> src/quantity.rs:29:5 Oct 14 11:50:51.475 INFO kablam! | Oct 14 11:50:51.476 INFO kablam! 29 | pub fn div(&self, other: Quantity) -> Quantity { Oct 14 11:50:51.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:51.476 INFO kablam! Oct 14 11:50:51.476 INFO kablam! warning: method is never used: `pow` Oct 14 11:50:51.476 INFO kablam! --> src/unit.rs:30:5 Oct 14 11:50:51.476 INFO kablam! | Oct 14 11:50:51.476 INFO kablam! 30 | pub fn pow(&self, power: i32) -> Unit { Oct 14 11:50:51.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:51.476 INFO kablam! Oct 14 11:50:51.476 INFO kablam! warning: method is never used: `root` Oct 14 11:50:51.476 INFO kablam! --> src/unit.rs:33:5 Oct 14 11:50:51.476 INFO kablam! | Oct 14 11:50:51.476 INFO kablam! 33 | pub fn root(&self, root: i32) -> Unit { Oct 14 11:50:51.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:51.476 INFO kablam! Oct 14 11:50:52.897 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.87s Oct 14 11:50:52.906 INFO kablam! su: No module specific data is present Oct 14 11:50:53.739 INFO running `"docker" "rm" "-f" "a964bacf03eae9ceb0bbcb996c39feeca57c82df389e73580169f8a1e8864809"` Oct 14 11:50:54.043 INFO blam! a964bacf03eae9ceb0bbcb996c39feeca57c82df389e73580169f8a1e8864809 Oct 14 11:50:54.046 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 11:50:54.507 INFO blam! bd7ea2a0d59bbef486d0e8ee3ea7bdabc6263f3e7cf31b211f0fb0457f8a8da7 Oct 14 11:50:54.523 INFO running `"docker" "start" "-a" "bd7ea2a0d59bbef486d0e8ee3ea7bdabc6263f3e7cf31b211f0fb0457f8a8da7"` Oct 14 11:50:55.691 INFO kablam! usermod: no changes Oct 14 11:50:55.775 INFO kablam! Compiling unit-conversion v0.1.0 (/source) Oct 14 11:50:56.139 INFO kablam! warning: unused import: `std::io` Oct 14 11:50:56.139 INFO kablam! --> src/unit.rs:7:5 Oct 14 11:50:56.139 INFO kablam! | Oct 14 11:50:56.139 INFO kablam! 7 | use std::io; Oct 14 11:50:56.139 INFO kablam! | ^^^^^^^ Oct 14 11:50:56.139 INFO kablam! | Oct 14 11:50:56.139 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 11:50:56.139 INFO kablam! Oct 14 11:50:56.139 INFO kablam! warning: unused import: `std::fs::File` Oct 14 11:50:56.139 INFO kablam! --> src/unit.rs:8:5 Oct 14 11:50:56.139 INFO kablam! | Oct 14 11:50:56.139 INFO kablam! 8 | use std::fs::File; Oct 14 11:50:56.139 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 11:50:56.139 INFO kablam! Oct 14 11:50:56.139 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 14 11:50:56.139 INFO kablam! --> src/unit.rs:9:5 Oct 14 11:50:56.139 INFO kablam! | Oct 14 11:50:56.139 INFO kablam! 9 | use std::io::prelude::*; Oct 14 11:50:56.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:56.139 INFO kablam! Oct 14 11:50:56.139 INFO kablam! warning: unused import: `be_i32` Oct 14 11:50:56.139 INFO kablam! --> src/parser.rs:1:18 Oct 14 11:50:56.139 INFO kablam! | Oct 14 11:50:56.139 INFO kablam! 1 | use nom::{digit, be_i32, double, alpha, rest}; Oct 14 11:50:56.139 INFO kablam! | ^^^^^^ Oct 14 11:50:56.139 INFO kablam! Oct 14 11:50:56.139 INFO kablam! warning: unused import: `Error` Oct 14 11:50:56.139 INFO kablam! --> src/parser.rs:52:30 Oct 14 11:50:56.139 INFO kablam! | Oct 14 11:50:56.139 INFO kablam! 52 | use nom::IResult::{Done, Error}; Oct 14 11:50:56.139 INFO kablam! | ^^^^^ Oct 14 11:50:56.139 INFO kablam! Oct 14 11:50:56.139 INFO kablam! warning: unused import: `Error` Oct 14 11:50:56.139 INFO kablam! --> src/parser.rs:83:34 Oct 14 11:50:56.139 INFO kablam! | Oct 14 11:50:56.139 INFO kablam! 83 | use nom::IResult::{Done, Error}; Oct 14 11:50:56.139 INFO kablam! | ^^^^^ Oct 14 11:50:56.139 INFO kablam! Oct 14 11:50:56.471 INFO kablam! warning: unused import: `Mul` Oct 14 11:50:56.471 INFO kablam! --> src/unit.rs:5:16 Oct 14 11:50:56.471 INFO kablam! | Oct 14 11:50:56.471 INFO kablam! 5 | use std::ops::{Mul, Div}; Oct 14 11:50:56.471 INFO kablam! | ^^^ Oct 14 11:50:56.471 INFO kablam! Oct 14 11:50:56.471 INFO kablam! warning: unused import: `Div` Oct 14 11:50:56.471 INFO kablam! --> src/unit.rs:5:21 Oct 14 11:50:56.471 INFO kablam! | Oct 14 11:50:56.471 INFO kablam! 5 | use std::ops::{Mul, Div}; Oct 14 11:50:56.471 INFO kablam! | ^^^ Oct 14 11:50:56.471 INFO kablam! Oct 14 11:50:56.491 INFO kablam! warning: unused variable: `j` Oct 14 11:50:56.491 INFO kablam! --> src/unit.rs:41:30 Oct 14 11:50:56.491 INFO kablam! | Oct 14 11:50:56.491 INFO kablam! 41 | Some(u) => { for j in 0..i.abs() { Oct 14 11:50:56.491 INFO kablam! | ^ help: consider using `_j` instead Oct 14 11:50:56.491 INFO kablam! | Oct 14 11:50:56.491 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:50:56.491 INFO kablam! Oct 14 11:50:56.583 INFO kablam! warning: method is never used: `matches` Oct 14 11:50:56.583 INFO kablam! --> src/dimension.rs:44:5 Oct 14 11:50:56.583 INFO kablam! | Oct 14 11:50:56.583 INFO kablam! 44 | pub fn matches(&self, other: &Dimension) -> bool { Oct 14 11:50:56.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:56.583 INFO kablam! | Oct 14 11:50:56.583 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 11:50:56.583 INFO kablam! Oct 14 11:50:56.583 INFO kablam! warning: method is never used: `add` Oct 14 11:50:56.583 INFO kablam! --> src/dimension.rs:48:5 Oct 14 11:50:56.583 INFO kablam! | Oct 14 11:50:56.583 INFO kablam! 48 | pub fn add(&self, other: &Dimension) -> Option { Oct 14 11:50:56.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:56.583 INFO kablam! Oct 14 11:50:56.583 INFO kablam! warning: method is never used: `sub` Oct 14 11:50:56.583 INFO kablam! --> src/dimension.rs:64:5 Oct 14 11:50:56.583 INFO kablam! | Oct 14 11:50:56.583 INFO kablam! 64 | pub fn sub(&self, other: &Dimension) -> Option { Oct 14 11:50:56.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:56.583 INFO kablam! Oct 14 11:50:56.583 INFO kablam! warning: method is never used: `pow` Oct 14 11:50:56.583 INFO kablam! --> src/dimension.rs:78:5 Oct 14 11:50:56.583 INFO kablam! | Oct 14 11:50:56.584 INFO kablam! 78 | pub fn pow(&self, power: i32) -> Dimension { Oct 14 11:50:56.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:56.584 INFO kablam! Oct 14 11:50:56.584 INFO kablam! warning: method is never used: `root` Oct 14 11:50:56.584 INFO kablam! --> src/dimension.rs:82:5 Oct 14 11:50:56.584 INFO kablam! | Oct 14 11:50:56.584 INFO kablam! 82 | pub fn root(&self, root: i32) -> Dimension { Oct 14 11:50:56.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:56.584 INFO kablam! Oct 14 11:50:56.584 INFO kablam! warning: method is never used: `add` Oct 14 11:50:56.584 INFO kablam! --> src/quantity.rs:14:5 Oct 14 11:50:56.584 INFO kablam! | Oct 14 11:50:56.584 INFO kablam! 14 | pub fn add(&self, other: Quantity) -> Option { Oct 14 11:50:56.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:56.584 INFO kablam! Oct 14 11:50:56.584 INFO kablam! warning: method is never used: `sub` Oct 14 11:50:56.584 INFO kablam! --> src/quantity.rs:20:5 Oct 14 11:50:56.584 INFO kablam! | Oct 14 11:50:56.584 INFO kablam! 20 | pub fn sub(&self, other: Quantity) -> Option { Oct 14 11:50:56.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:56.584 INFO kablam! Oct 14 11:50:56.584 INFO kablam! warning: method is never used: `mul` Oct 14 11:50:56.584 INFO kablam! --> src/quantity.rs:26:5 Oct 14 11:50:56.584 INFO kablam! | Oct 14 11:50:56.584 INFO kablam! 26 | pub fn mul(&self, other: Quantity) -> Quantity { Oct 14 11:50:56.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:56.584 INFO kablam! Oct 14 11:50:56.584 INFO kablam! warning: method is never used: `div` Oct 14 11:50:56.584 INFO kablam! --> src/quantity.rs:29:5 Oct 14 11:50:56.584 INFO kablam! | Oct 14 11:50:56.584 INFO kablam! 29 | pub fn div(&self, other: Quantity) -> Quantity { Oct 14 11:50:56.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:56.584 INFO kablam! Oct 14 11:50:56.584 INFO kablam! warning: method is never used: `pow` Oct 14 11:50:56.584 INFO kablam! --> src/unit.rs:30:5 Oct 14 11:50:56.584 INFO kablam! | Oct 14 11:50:56.584 INFO kablam! 30 | pub fn pow(&self, power: i32) -> Unit { Oct 14 11:50:56.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:56.584 INFO kablam! Oct 14 11:50:56.584 INFO kablam! warning: method is never used: `root` Oct 14 11:50:56.584 INFO kablam! --> src/unit.rs:33:5 Oct 14 11:50:56.584 INFO kablam! | Oct 14 11:50:56.584 INFO kablam! 33 | pub fn root(&self, root: i32) -> Unit { Oct 14 11:50:56.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:56.584 INFO kablam! Oct 14 11:50:57.835 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.11s Oct 14 11:50:57.843 INFO kablam! su: No module specific data is present Oct 14 11:50:58.443 INFO running `"docker" "rm" "-f" "bd7ea2a0d59bbef486d0e8ee3ea7bdabc6263f3e7cf31b211f0fb0457f8a8da7"` Oct 14 11:50:58.616 INFO blam! bd7ea2a0d59bbef486d0e8ee3ea7bdabc6263f3e7cf31b211f0fb0457f8a8da7 Oct 14 11:50:58.632 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 11:50:58.915 INFO blam! c8ab7bbf2cc845823b8f46489866bc41bc1dfbe25e9f5fd482db6dfcaddc59ef Oct 14 11:50:58.917 INFO running `"docker" "start" "-a" "c8ab7bbf2cc845823b8f46489866bc41bc1dfbe25e9f5fd482db6dfcaddc59ef"` Oct 14 11:50:59.391 INFO kablam! usermod: no changes Oct 14 11:50:59.451 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 11:50:59.451 INFO kablam! Running /target/debug/deps/unit_conversion-214734ae5e1d2931 Oct 14 11:50:59.462 INFO blam! Oct 14 11:50:59.462 INFO blam! running 7 tests Oct 14 11:50:59.463 INFO blam! test parser::tests::test_get_double ... ok Oct 14 11:50:59.463 INFO blam! test parser::tests::test_get_unit ... ok Oct 14 11:50:59.463 INFO blam! test parser::tests::test_get_int_neg ... ok Oct 14 11:50:59.463 INFO blam! test parser::tests::test_get_int_pos ... ok Oct 14 11:50:59.471 INFO blam! test parser::tests::test_get_units ... ok Oct 14 11:50:59.471 INFO blam! test parser::tests::test_input_units ... ok Oct 14 11:50:59.471 INFO blam! test parser::tests::test_get_dimensions ... ok Oct 14 11:50:59.471 INFO blam! Oct 14 11:50:59.471 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:50:59.471 INFO blam! Oct 14 11:50:59.473 INFO kablam! su: No module specific data is present Oct 14 11:51:00.072 INFO running `"docker" "rm" "-f" "c8ab7bbf2cc845823b8f46489866bc41bc1dfbe25e9f5fd482db6dfcaddc59ef"` Oct 14 11:51:00.284 INFO blam! c8ab7bbf2cc845823b8f46489866bc41bc1dfbe25e9f5fd482db6dfcaddc59ef