Oct 14 11:50:41.860 INFO testing maxastyler/unit-conversion against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 11:50:41.860 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.254 INFO blam! 7c27249096181abc2af57456de95309e0420c602189b692c4826d7075c0bcaca Oct 14 11:50:42.275 INFO running `"docker" "start" "-a" "7c27249096181abc2af57456de95309e0420c602189b692c4826d7075c0bcaca"` Oct 14 11:50:44.311 INFO kablam! usermod: no changes Oct 14 11:50:44.419 INFO kablam! Compiling libc v0.2.39 Oct 14 11:50:46.021 INFO kablam! Compiling memchr v1.0.2 Oct 14 11:50:46.469 INFO kablam! Compiling nom v3.2.1 Oct 14 11:50:50.415 INFO kablam! Compiling unit-conversion v0.1.0 (/source) Oct 14 11:50:50.703 INFO kablam! warning: unused import: `std::io` Oct 14 11:50:50.704 INFO kablam! --> src/unit.rs:7:5 Oct 14 11:50:50.704 INFO kablam! | Oct 14 11:50:50.704 INFO kablam! 7 | use std::io; Oct 14 11:50:50.705 INFO kablam! | ^^^^^^^ Oct 14 11:50:50.705 INFO kablam! | Oct 14 11:50:50.705 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 11:50:50.705 INFO kablam! Oct 14 11:50:50.706 INFO kablam! warning: unused import: `std::fs::File` Oct 14 11:50:50.706 INFO kablam! --> src/unit.rs:8:5 Oct 14 11:50:50.706 INFO kablam! | Oct 14 11:50:50.707 INFO kablam! 8 | use std::fs::File; Oct 14 11:50:50.707 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 11:50:50.707 INFO kablam! Oct 14 11:50:50.708 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 14 11:50:50.708 INFO kablam! --> src/unit.rs:9:5 Oct 14 11:50:50.708 INFO kablam! | Oct 14 11:50:50.708 INFO kablam! 9 | use std::io::prelude::*; Oct 14 11:50:50.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:50.709 INFO kablam! Oct 14 11:50:50.709 INFO kablam! warning: unused import: `be_i32` Oct 14 11:50:50.710 INFO kablam! --> src/parser.rs:1:18 Oct 14 11:50:50.710 INFO kablam! | Oct 14 11:50:50.710 INFO kablam! 1 | use nom::{digit, be_i32, double, alpha, rest}; Oct 14 11:50:50.711 INFO kablam! | ^^^^^^ Oct 14 11:50:50.711 INFO kablam! Oct 14 11:50:50.711 INFO kablam! warning: unused import: `Error` Oct 14 11:50:50.711 INFO kablam! --> src/parser.rs:52:30 Oct 14 11:50:50.712 INFO kablam! | Oct 14 11:50:50.712 INFO kablam! 52 | use nom::IResult::{Done, Error}; Oct 14 11:50:50.712 INFO kablam! | ^^^^^ Oct 14 11:50:50.713 INFO kablam! Oct 14 11:50:51.085 INFO kablam! warning: unused import: `Mul` Oct 14 11:50:51.086 INFO kablam! --> src/unit.rs:5:16 Oct 14 11:50:51.086 INFO kablam! | Oct 14 11:50:51.086 INFO kablam! 5 | use std::ops::{Mul, Div}; Oct 14 11:50:51.087 INFO kablam! | ^^^ Oct 14 11:50:51.087 INFO kablam! Oct 14 11:50:51.087 INFO kablam! warning: unused import: `Div` Oct 14 11:50:51.088 INFO kablam! --> src/unit.rs:5:21 Oct 14 11:50:51.088 INFO kablam! | Oct 14 11:50:51.088 INFO kablam! 5 | use std::ops::{Mul, Div}; Oct 14 11:50:51.089 INFO kablam! | ^^^ Oct 14 11:50:51.089 INFO kablam! Oct 14 11:50:51.115 INFO kablam! warning: unused variable: `j` Oct 14 11:50:51.116 INFO kablam! --> src/unit.rs:41:30 Oct 14 11:50:51.116 INFO kablam! | Oct 14 11:50:51.116 INFO kablam! 41 | Some(u) => { for j in 0..i.abs() { Oct 14 11:50:51.116 INFO kablam! | ^ help: consider using `_j` instead Oct 14 11:50:51.117 INFO kablam! | Oct 14 11:50:51.117 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:50:51.117 INFO kablam! Oct 14 11:50:51.182 INFO kablam! warning: method is never used: `matches` Oct 14 11:50:51.182 INFO kablam! --> src/dimension.rs:44:5 Oct 14 11:50:51.182 INFO kablam! | Oct 14 11:50:51.183 INFO kablam! 44 | pub fn matches(&self, other: &Dimension) -> bool { Oct 14 11:50:51.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:51.183 INFO kablam! | Oct 14 11:50:51.183 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 11:50:51.183 INFO kablam! Oct 14 11:50:51.183 INFO kablam! warning: method is never used: `add` Oct 14 11:50:51.183 INFO kablam! --> src/dimension.rs:48:5 Oct 14 11:50:51.183 INFO kablam! | Oct 14 11:50:51.183 INFO kablam! 48 | pub fn add(&self, other: &Dimension) -> Option { Oct 14 11:50:51.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:51.183 INFO kablam! Oct 14 11:50:51.183 INFO kablam! warning: method is never used: `sub` Oct 14 11:50:51.183 INFO kablam! --> src/dimension.rs:64:5 Oct 14 11:50:51.183 INFO kablam! | Oct 14 11:50:51.183 INFO kablam! 64 | pub fn sub(&self, other: &Dimension) -> Option { Oct 14 11:50:51.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:51.183 INFO kablam! Oct 14 11:50:51.183 INFO kablam! warning: method is never used: `pow` Oct 14 11:50:51.183 INFO kablam! --> src/dimension.rs:78:5 Oct 14 11:50:51.183 INFO kablam! | Oct 14 11:50:51.183 INFO kablam! 78 | pub fn pow(&self, power: i32) -> Dimension { Oct 14 11:50:51.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:51.183 INFO kablam! Oct 14 11:50:51.183 INFO kablam! warning: method is never used: `root` Oct 14 11:50:51.183 INFO kablam! --> src/dimension.rs:82:5 Oct 14 11:50:51.183 INFO kablam! | Oct 14 11:50:51.183 INFO kablam! 82 | pub fn root(&self, root: i32) -> Dimension { Oct 14 11:50:51.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:51.183 INFO kablam! Oct 14 11:50:51.183 INFO kablam! warning: method is never used: `add` Oct 14 11:50:51.183 INFO kablam! --> src/quantity.rs:14:5 Oct 14 11:50:51.183 INFO kablam! | Oct 14 11:50:51.183 INFO kablam! 14 | pub fn add(&self, other: Quantity) -> Option { Oct 14 11:50:51.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:51.183 INFO kablam! Oct 14 11:50:51.183 INFO kablam! warning: method is never used: `sub` Oct 14 11:50:51.183 INFO kablam! --> src/quantity.rs:20:5 Oct 14 11:50:51.183 INFO kablam! | Oct 14 11:50:51.183 INFO kablam! 20 | pub fn sub(&self, other: Quantity) -> Option { Oct 14 11:50:51.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:51.183 INFO kablam! Oct 14 11:50:51.183 INFO kablam! warning: method is never used: `mul` Oct 14 11:50:51.183 INFO kablam! --> src/quantity.rs:26:5 Oct 14 11:50:51.183 INFO kablam! | Oct 14 11:50:51.183 INFO kablam! 26 | pub fn mul(&self, other: Quantity) -> Quantity { Oct 14 11:50:51.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:51.183 INFO kablam! Oct 14 11:50:51.183 INFO kablam! warning: method is never used: `div` Oct 14 11:50:51.183 INFO kablam! --> src/quantity.rs:29:5 Oct 14 11:50:51.183 INFO kablam! | Oct 14 11:50:51.183 INFO kablam! 29 | pub fn div(&self, other: Quantity) -> Quantity { Oct 14 11:50:51.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:51.183 INFO kablam! Oct 14 11:50:51.183 INFO kablam! warning: method is never used: `pow` Oct 14 11:50:51.183 INFO kablam! --> src/unit.rs:30:5 Oct 14 11:50:51.183 INFO kablam! | Oct 14 11:50:51.183 INFO kablam! 30 | pub fn pow(&self, power: i32) -> Unit { Oct 14 11:50:51.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:51.183 INFO kablam! Oct 14 11:50:51.183 INFO kablam! warning: method is never used: `root` Oct 14 11:50:51.183 INFO kablam! --> src/unit.rs:33:5 Oct 14 11:50:51.183 INFO kablam! | Oct 14 11:50:51.183 INFO kablam! 33 | pub fn root(&self, root: i32) -> Unit { Oct 14 11:50:51.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:51.183 INFO kablam! Oct 14 11:50:52.611 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.25s Oct 14 11:50:52.611 INFO kablam! su: No module specific data is present Oct 14 11:50:53.466 INFO running `"docker" "rm" "-f" "7c27249096181abc2af57456de95309e0420c602189b692c4826d7075c0bcaca"` Oct 14 11:50:53.787 INFO blam! 7c27249096181abc2af57456de95309e0420c602189b692c4826d7075c0bcaca Oct 14 11:50:53.796 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.231 INFO blam! 1c0a5da9b563b941c51caccd1935c01095648b023b1436bb5bd7f3762ae4f648 Oct 14 11:50:54.234 INFO running `"docker" "start" "-a" "1c0a5da9b563b941c51caccd1935c01095648b023b1436bb5bd7f3762ae4f648"` Oct 14 11:50:55.527 INFO kablam! usermod: no changes Oct 14 11:50:55.563 INFO kablam! Compiling unit-conversion v0.1.0 (/source) Oct 14 11:50:55.859 INFO kablam! warning: unused import: `std::io` Oct 14 11:50:55.859 INFO kablam! --> src/unit.rs:7:5 Oct 14 11:50:55.859 INFO kablam! | Oct 14 11:50:55.859 INFO kablam! 7 | use std::io; Oct 14 11:50:55.859 INFO kablam! | ^^^^^^^ Oct 14 11:50:55.859 INFO kablam! | Oct 14 11:50:55.859 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 11:50:55.859 INFO kablam! Oct 14 11:50:55.859 INFO kablam! warning: unused import: `std::fs::File` Oct 14 11:50:55.859 INFO kablam! --> src/unit.rs:8:5 Oct 14 11:50:55.859 INFO kablam! | Oct 14 11:50:55.859 INFO kablam! 8 | use std::fs::File; Oct 14 11:50:55.859 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 11:50:55.859 INFO kablam! Oct 14 11:50:55.859 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 14 11:50:55.859 INFO kablam! --> src/unit.rs:9:5 Oct 14 11:50:55.859 INFO kablam! | Oct 14 11:50:55.859 INFO kablam! 9 | use std::io::prelude::*; Oct 14 11:50:55.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:55.859 INFO kablam! Oct 14 11:50:55.859 INFO kablam! warning: unused import: `be_i32` Oct 14 11:50:55.859 INFO kablam! --> src/parser.rs:1:18 Oct 14 11:50:55.859 INFO kablam! | Oct 14 11:50:55.859 INFO kablam! 1 | use nom::{digit, be_i32, double, alpha, rest}; Oct 14 11:50:55.859 INFO kablam! | ^^^^^^ Oct 14 11:50:55.859 INFO kablam! Oct 14 11:50:55.859 INFO kablam! warning: unused import: `Error` Oct 14 11:50:55.859 INFO kablam! --> src/parser.rs:52:30 Oct 14 11:50:55.859 INFO kablam! | Oct 14 11:50:55.859 INFO kablam! 52 | use nom::IResult::{Done, Error}; Oct 14 11:50:55.859 INFO kablam! | ^^^^^ Oct 14 11:50:55.859 INFO kablam! Oct 14 11:50:55.859 INFO kablam! warning: unused import: `Error` Oct 14 11:50:55.859 INFO kablam! --> src/parser.rs:83:34 Oct 14 11:50:55.859 INFO kablam! | Oct 14 11:50:55.859 INFO kablam! 83 | use nom::IResult::{Done, Error}; Oct 14 11:50:55.859 INFO kablam! | ^^^^^ Oct 14 11:50:55.859 INFO kablam! Oct 14 11:50:56.167 INFO kablam! warning: unused import: `Mul` Oct 14 11:50:56.167 INFO kablam! --> src/unit.rs:5:16 Oct 14 11:50:56.167 INFO kablam! | Oct 14 11:50:56.167 INFO kablam! 5 | use std::ops::{Mul, Div}; Oct 14 11:50:56.167 INFO kablam! | ^^^ Oct 14 11:50:56.167 INFO kablam! Oct 14 11:50:56.167 INFO kablam! warning: unused import: `Div` Oct 14 11:50:56.167 INFO kablam! --> src/unit.rs:5:21 Oct 14 11:50:56.167 INFO kablam! | Oct 14 11:50:56.167 INFO kablam! 5 | use std::ops::{Mul, Div}; Oct 14 11:50:56.167 INFO kablam! | ^^^ Oct 14 11:50:56.167 INFO kablam! Oct 14 11:50:56.195 INFO kablam! warning: unused variable: `j` Oct 14 11:50:56.195 INFO kablam! --> src/unit.rs:41:30 Oct 14 11:50:56.195 INFO kablam! | Oct 14 11:50:56.195 INFO kablam! 41 | Some(u) => { for j in 0..i.abs() { Oct 14 11:50:56.195 INFO kablam! | ^ help: consider using `_j` instead Oct 14 11:50:56.195 INFO kablam! | Oct 14 11:50:56.195 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:50:56.195 INFO kablam! Oct 14 11:50:56.284 INFO kablam! warning: method is never used: `matches` Oct 14 11:50:56.284 INFO kablam! --> src/dimension.rs:44:5 Oct 14 11:50:56.284 INFO kablam! | Oct 14 11:50:56.284 INFO kablam! 44 | pub fn matches(&self, other: &Dimension) -> bool { Oct 14 11:50:56.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:56.284 INFO kablam! | Oct 14 11:50:56.284 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 11:50:56.284 INFO kablam! Oct 14 11:50:56.284 INFO kablam! warning: method is never used: `add` Oct 14 11:50:56.284 INFO kablam! --> src/dimension.rs:48:5 Oct 14 11:50:56.284 INFO kablam! | Oct 14 11:50:56.284 INFO kablam! 48 | pub fn add(&self, other: &Dimension) -> Option { Oct 14 11:50:56.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:56.284 INFO kablam! Oct 14 11:50:56.284 INFO kablam! warning: method is never used: `sub` Oct 14 11:50:56.284 INFO kablam! --> src/dimension.rs:64:5 Oct 14 11:50:56.284 INFO kablam! | Oct 14 11:50:56.284 INFO kablam! 64 | pub fn sub(&self, other: &Dimension) -> Option { Oct 14 11:50:56.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:56.284 INFO kablam! Oct 14 11:50:56.284 INFO kablam! warning: method is never used: `pow` Oct 14 11:50:56.284 INFO kablam! --> src/dimension.rs:78:5 Oct 14 11:50:56.284 INFO kablam! | Oct 14 11:50:56.284 INFO kablam! 78 | pub fn pow(&self, power: i32) -> Dimension { Oct 14 11:50:56.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:56.284 INFO kablam! Oct 14 11:50:56.284 INFO kablam! warning: method is never used: `root` Oct 14 11:50:56.284 INFO kablam! --> src/dimension.rs:82:5 Oct 14 11:50:56.284 INFO kablam! | Oct 14 11:50:56.284 INFO kablam! 82 | pub fn root(&self, root: i32) -> Dimension { Oct 14 11:50:56.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:56.284 INFO kablam! Oct 14 11:50:56.284 INFO kablam! warning: method is never used: `add` Oct 14 11:50:56.284 INFO kablam! --> src/quantity.rs:14:5 Oct 14 11:50:56.284 INFO kablam! | Oct 14 11:50:56.284 INFO kablam! 14 | pub fn add(&self, other: Quantity) -> Option { Oct 14 11:50:56.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:56.284 INFO kablam! Oct 14 11:50:56.284 INFO kablam! warning: method is never used: `sub` Oct 14 11:50:56.284 INFO kablam! --> src/quantity.rs:20:5 Oct 14 11:50:56.284 INFO kablam! | Oct 14 11:50:56.284 INFO kablam! 20 | pub fn sub(&self, other: Quantity) -> Option { Oct 14 11:50:56.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:56.284 INFO kablam! Oct 14 11:50:56.284 INFO kablam! warning: method is never used: `mul` Oct 14 11:50:56.284 INFO kablam! --> src/quantity.rs:26:5 Oct 14 11:50:56.284 INFO kablam! | Oct 14 11:50:56.284 INFO kablam! 26 | pub fn mul(&self, other: Quantity) -> Quantity { Oct 14 11:50:56.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:56.285 INFO kablam! Oct 14 11:50:56.285 INFO kablam! warning: method is never used: `div` Oct 14 11:50:56.285 INFO kablam! --> src/quantity.rs:29:5 Oct 14 11:50:56.285 INFO kablam! | Oct 14 11:50:56.285 INFO kablam! 29 | pub fn div(&self, other: Quantity) -> Quantity { Oct 14 11:50:56.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:56.285 INFO kablam! Oct 14 11:50:56.285 INFO kablam! warning: method is never used: `pow` Oct 14 11:50:56.285 INFO kablam! --> src/unit.rs:30:5 Oct 14 11:50:56.285 INFO kablam! | Oct 14 11:50:56.285 INFO kablam! 30 | pub fn pow(&self, power: i32) -> Unit { Oct 14 11:50:56.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:56.285 INFO kablam! Oct 14 11:50:56.285 INFO kablam! warning: method is never used: `root` Oct 14 11:50:56.285 INFO kablam! --> src/unit.rs:33:5 Oct 14 11:50:56.285 INFO kablam! | Oct 14 11:50:56.285 INFO kablam! 33 | pub fn root(&self, root: i32) -> Unit { Oct 14 11:50:56.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:50:56.285 INFO kablam! Oct 14 11:50:57.617 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.07s Oct 14 11:50:57.619 INFO kablam! su: No module specific data is present Oct 14 11:50:58.351 INFO running `"docker" "rm" "-f" "1c0a5da9b563b941c51caccd1935c01095648b023b1436bb5bd7f3762ae4f648"` Oct 14 11:50:58.499 INFO blam! 1c0a5da9b563b941c51caccd1935c01095648b023b1436bb5bd7f3762ae4f648 Oct 14 11:50:58.503 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.776 INFO blam! 76947246e64d5bb005fda87f9029be0135d3375269c8ddbda79a4b267ba5f4ff Oct 14 11:50:58.780 INFO running `"docker" "start" "-a" "76947246e64d5bb005fda87f9029be0135d3375269c8ddbda79a4b267ba5f4ff"` Oct 14 11:50:59.243 INFO kablam! usermod: no changes Oct 14 11:50:59.295 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 11:50:59.299 INFO kablam! Running /target/debug/deps/unit_conversion-dc263cd21a5916a5 Oct 14 11:50:59.303 INFO blam! Oct 14 11:50:59.303 INFO blam! running 7 tests Oct 14 11:50:59.304 INFO blam! test parser::tests::test_input_units ... ok Oct 14 11:50:59.304 INFO blam! test parser::tests::test_get_units ... ok Oct 14 11:50:59.304 INFO blam! test parser::tests::test_get_unit ... ok Oct 14 11:50:59.305 INFO blam! test parser::tests::test_get_int_pos ... ok Oct 14 11:50:59.311 INFO blam! test parser::tests::test_get_dimensions ... ok Oct 14 11:50:59.311 INFO kablam! su: No module specific data is present Oct 14 11:50:59.312 INFO blam! test parser::tests::test_get_double ... ok Oct 14 11:50:59.312 INFO blam! test parser::tests::test_get_int_neg ... ok Oct 14 11:50:59.312 INFO blam! Oct 14 11:50:59.313 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:50:59.313 INFO blam! Oct 14 11:50:59.931 INFO running `"docker" "rm" "-f" "76947246e64d5bb005fda87f9029be0135d3375269c8ddbda79a4b267ba5f4ff"` Oct 14 11:51:00.181 INFO blam! 76947246e64d5bb005fda87f9029be0135d3375269c8ddbda79a4b267ba5f4ff