Oct 10 18:43:40.415 INFO testing maxastyler/unit-conversion against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 18:43:40.415 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 18:43:40.415 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 18:43:40.990 INFO blam! d50ee509d05ab9a2694298c1e63f77237987831b1053a82333e72893844c081b Oct 10 18:43:40.992 INFO running `"docker" "start" "-a" "d50ee509d05ab9a2694298c1e63f77237987831b1053a82333e72893844c081b"` Oct 10 18:43:42.161 INFO kablam! usermod: no changes Oct 10 18:43:42.222 INFO kablam! Compiling libc v0.2.39 Oct 10 18:43:44.140 INFO kablam! Compiling memchr v1.0.2 Oct 10 18:43:44.974 INFO kablam! Compiling nom v3.2.1 Oct 10 18:43:49.024 INFO kablam! Compiling unit-conversion v0.1.0 (/source) Oct 10 18:43:49.796 INFO kablam! warning: unused import: `std::io` Oct 10 18:43:49.796 INFO kablam! --> src/unit.rs:7:5 Oct 10 18:43:49.796 INFO kablam! | Oct 10 18:43:49.796 INFO kablam! 7 | use std::io; Oct 10 18:43:49.796 INFO kablam! | ^^^^^^^ Oct 10 18:43:49.796 INFO kablam! | Oct 10 18:43:49.796 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 18:43:49.796 INFO kablam! Oct 10 18:43:49.796 INFO kablam! warning: unused import: `std::fs::File` Oct 10 18:43:49.796 INFO kablam! --> src/unit.rs:8:5 Oct 10 18:43:49.796 INFO kablam! | Oct 10 18:43:49.796 INFO kablam! 8 | use std::fs::File; Oct 10 18:43:49.796 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 18:43:49.796 INFO kablam! Oct 10 18:43:49.796 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 10 18:43:49.796 INFO kablam! --> src/unit.rs:9:5 Oct 10 18:43:49.796 INFO kablam! | Oct 10 18:43:49.796 INFO kablam! 9 | use std::io::prelude::*; Oct 10 18:43:49.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:49.796 INFO kablam! Oct 10 18:43:49.796 INFO kablam! warning: unused import: `be_i32` Oct 10 18:43:49.796 INFO kablam! --> src/parser.rs:1:18 Oct 10 18:43:49.796 INFO kablam! | Oct 10 18:43:49.796 INFO kablam! 1 | use nom::{digit, be_i32, double, alpha, rest}; Oct 10 18:43:49.796 INFO kablam! | ^^^^^^ Oct 10 18:43:49.796 INFO kablam! Oct 10 18:43:49.796 INFO kablam! warning: unused import: `Error` Oct 10 18:43:49.796 INFO kablam! --> src/parser.rs:52:30 Oct 10 18:43:49.796 INFO kablam! | Oct 10 18:43:49.796 INFO kablam! 52 | use nom::IResult::{Done, Error}; Oct 10 18:43:49.796 INFO kablam! | ^^^^^ Oct 10 18:43:49.796 INFO kablam! Oct 10 18:43:50.112 INFO kablam! warning: unused import: `Mul` Oct 10 18:43:50.112 INFO kablam! --> src/unit.rs:5:16 Oct 10 18:43:50.112 INFO kablam! | Oct 10 18:43:50.112 INFO kablam! 5 | use std::ops::{Mul, Div}; Oct 10 18:43:50.112 INFO kablam! | ^^^ Oct 10 18:43:50.112 INFO kablam! Oct 10 18:43:50.112 INFO kablam! warning: unused import: `Div` Oct 10 18:43:50.112 INFO kablam! --> src/unit.rs:5:21 Oct 10 18:43:50.112 INFO kablam! | Oct 10 18:43:50.112 INFO kablam! 5 | use std::ops::{Mul, Div}; Oct 10 18:43:50.112 INFO kablam! | ^^^ Oct 10 18:43:50.112 INFO kablam! Oct 10 18:43:50.129 INFO kablam! warning: unused variable: `j` Oct 10 18:43:50.129 INFO kablam! --> src/unit.rs:41:30 Oct 10 18:43:50.129 INFO kablam! | Oct 10 18:43:50.129 INFO kablam! 41 | Some(u) => { for j in 0..i.abs() { Oct 10 18:43:50.129 INFO kablam! | ^ help: consider using `_j` instead Oct 10 18:43:50.129 INFO kablam! | Oct 10 18:43:50.131 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 18:43:50.131 INFO kablam! Oct 10 18:43:50.198 INFO kablam! warning: method is never used: `matches` Oct 10 18:43:50.198 INFO kablam! --> src/dimension.rs:44:5 Oct 10 18:43:50.198 INFO kablam! | Oct 10 18:43:50.198 INFO kablam! 44 | pub fn matches(&self, other: &Dimension) -> bool { Oct 10 18:43:50.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:50.200 INFO kablam! | Oct 10 18:43:50.200 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 18:43:50.200 INFO kablam! Oct 10 18:43:50.200 INFO kablam! warning: method is never used: `add` Oct 10 18:43:50.200 INFO kablam! --> src/dimension.rs:48:5 Oct 10 18:43:50.200 INFO kablam! | Oct 10 18:43:50.200 INFO kablam! 48 | pub fn add(&self, other: &Dimension) -> Option { Oct 10 18:43:50.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:50.200 INFO kablam! Oct 10 18:43:50.200 INFO kablam! warning: method is never used: `sub` Oct 10 18:43:50.200 INFO kablam! --> src/dimension.rs:64:5 Oct 10 18:43:50.200 INFO kablam! | Oct 10 18:43:50.200 INFO kablam! 64 | pub fn sub(&self, other: &Dimension) -> Option { Oct 10 18:43:50.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:50.200 INFO kablam! Oct 10 18:43:50.200 INFO kablam! warning: method is never used: `pow` Oct 10 18:43:50.200 INFO kablam! --> src/dimension.rs:78:5 Oct 10 18:43:50.200 INFO kablam! | Oct 10 18:43:50.200 INFO kablam! 78 | pub fn pow(&self, power: i32) -> Dimension { Oct 10 18:43:50.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:50.200 INFO kablam! Oct 10 18:43:50.200 INFO kablam! warning: method is never used: `root` Oct 10 18:43:50.200 INFO kablam! --> src/dimension.rs:82:5 Oct 10 18:43:50.200 INFO kablam! | Oct 10 18:43:50.200 INFO kablam! 82 | pub fn root(&self, root: i32) -> Dimension { Oct 10 18:43:50.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:50.200 INFO kablam! Oct 10 18:43:50.200 INFO kablam! warning: method is never used: `add` Oct 10 18:43:50.200 INFO kablam! --> src/quantity.rs:14:5 Oct 10 18:43:50.200 INFO kablam! | Oct 10 18:43:50.200 INFO kablam! 14 | pub fn add(&self, other: Quantity) -> Option { Oct 10 18:43:50.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:50.200 INFO kablam! Oct 10 18:43:50.200 INFO kablam! warning: method is never used: `sub` Oct 10 18:43:50.200 INFO kablam! --> src/quantity.rs:20:5 Oct 10 18:43:50.200 INFO kablam! | Oct 10 18:43:50.200 INFO kablam! 20 | pub fn sub(&self, other: Quantity) -> Option { Oct 10 18:43:50.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:50.200 INFO kablam! Oct 10 18:43:50.200 INFO kablam! warning: method is never used: `mul` Oct 10 18:43:50.200 INFO kablam! --> src/quantity.rs:26:5 Oct 10 18:43:50.200 INFO kablam! | Oct 10 18:43:50.200 INFO kablam! 26 | pub fn mul(&self, other: Quantity) -> Quantity { Oct 10 18:43:50.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:50.200 INFO kablam! Oct 10 18:43:50.200 INFO kablam! warning: method is never used: `div` Oct 10 18:43:50.200 INFO kablam! --> src/quantity.rs:29:5 Oct 10 18:43:50.200 INFO kablam! | Oct 10 18:43:50.200 INFO kablam! 29 | pub fn div(&self, other: Quantity) -> Quantity { Oct 10 18:43:50.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:50.200 INFO kablam! Oct 10 18:43:50.200 INFO kablam! warning: method is never used: `pow` Oct 10 18:43:50.200 INFO kablam! --> src/unit.rs:30:5 Oct 10 18:43:50.200 INFO kablam! | Oct 10 18:43:50.200 INFO kablam! 30 | pub fn pow(&self, power: i32) -> Unit { Oct 10 18:43:50.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:50.200 INFO kablam! Oct 10 18:43:50.200 INFO kablam! warning: method is never used: `root` Oct 10 18:43:50.201 INFO kablam! --> src/unit.rs:33:5 Oct 10 18:43:50.201 INFO kablam! | Oct 10 18:43:50.201 INFO kablam! 33 | pub fn root(&self, root: i32) -> Unit { Oct 10 18:43:50.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:50.201 INFO kablam! Oct 10 18:43:51.260 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.07s Oct 10 18:43:51.260 INFO kablam! su: No module specific data is present Oct 10 18:43:51.838 INFO running `"docker" "rm" "-f" "d50ee509d05ab9a2694298c1e63f77237987831b1053a82333e72893844c081b"` Oct 10 18:43:51.938 INFO blam! d50ee509d05ab9a2694298c1e63f77237987831b1053a82333e72893844c081b Oct 10 18:43:51.944 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 18:43:51.944 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 18:43:52.292 INFO blam! d1222214ed6b5811d50a969a02eea3bc12a71c66e6aca9afcc7856ae77218780 Oct 10 18:43:52.299 INFO running `"docker" "start" "-a" "d1222214ed6b5811d50a969a02eea3bc12a71c66e6aca9afcc7856ae77218780"` Oct 10 18:43:53.044 INFO kablam! usermod: no changes Oct 10 18:43:53.113 INFO kablam! Compiling unit-conversion v0.1.0 (/source) Oct 10 18:43:53.829 INFO kablam! warning: unused import: `std::io` Oct 10 18:43:53.829 INFO kablam! --> src/unit.rs:7:5 Oct 10 18:43:53.829 INFO kablam! | Oct 10 18:43:53.829 INFO kablam! 7 | use std::io; Oct 10 18:43:53.829 INFO kablam! | ^^^^^^^ Oct 10 18:43:53.829 INFO kablam! | Oct 10 18:43:53.830 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 18:43:53.830 INFO kablam! Oct 10 18:43:53.832 INFO kablam! warning: unused import: `std::fs::File` Oct 10 18:43:53.832 INFO kablam! --> src/unit.rs:8:5 Oct 10 18:43:53.832 INFO kablam! | Oct 10 18:43:53.832 INFO kablam! 8 | use std::fs::File; Oct 10 18:43:53.832 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 18:43:53.832 INFO kablam! Oct 10 18:43:53.832 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 10 18:43:53.832 INFO kablam! --> src/unit.rs:9:5 Oct 10 18:43:53.832 INFO kablam! | Oct 10 18:43:53.832 INFO kablam! 9 | use std::io::prelude::*; Oct 10 18:43:53.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:53.832 INFO kablam! Oct 10 18:43:53.832 INFO kablam! warning: unused import: `be_i32` Oct 10 18:43:53.833 INFO kablam! --> src/parser.rs:1:18 Oct 10 18:43:53.833 INFO kablam! | Oct 10 18:43:53.833 INFO kablam! 1 | use nom::{digit, be_i32, double, alpha, rest}; Oct 10 18:43:53.833 INFO kablam! | ^^^^^^ Oct 10 18:43:53.833 INFO kablam! Oct 10 18:43:53.833 INFO kablam! warning: unused import: `Error` Oct 10 18:43:53.833 INFO kablam! --> src/parser.rs:52:30 Oct 10 18:43:53.833 INFO kablam! | Oct 10 18:43:53.833 INFO kablam! 52 | use nom::IResult::{Done, Error}; Oct 10 18:43:53.833 INFO kablam! | ^^^^^ Oct 10 18:43:53.833 INFO kablam! Oct 10 18:43:53.833 INFO kablam! warning: unused import: `Error` Oct 10 18:43:53.833 INFO kablam! --> src/parser.rs:83:34 Oct 10 18:43:53.833 INFO kablam! | Oct 10 18:43:53.833 INFO kablam! 83 | use nom::IResult::{Done, Error}; Oct 10 18:43:53.833 INFO kablam! | ^^^^^ Oct 10 18:43:53.833 INFO kablam! Oct 10 18:43:54.151 INFO kablam! warning: unused import: `Mul` Oct 10 18:43:54.151 INFO kablam! --> src/unit.rs:5:16 Oct 10 18:43:54.151 INFO kablam! | Oct 10 18:43:54.152 INFO kablam! 5 | use std::ops::{Mul, Div}; Oct 10 18:43:54.152 INFO kablam! | ^^^ Oct 10 18:43:54.152 INFO kablam! Oct 10 18:43:54.152 INFO kablam! warning: unused import: `Div` Oct 10 18:43:54.153 INFO kablam! --> src/unit.rs:5:21 Oct 10 18:43:54.153 INFO kablam! | Oct 10 18:43:54.153 INFO kablam! 5 | use std::ops::{Mul, Div}; Oct 10 18:43:54.154 INFO kablam! | ^^^ Oct 10 18:43:54.154 INFO kablam! Oct 10 18:43:54.176 INFO kablam! warning: unused variable: `j` Oct 10 18:43:54.176 INFO kablam! --> src/unit.rs:41:30 Oct 10 18:43:54.176 INFO kablam! | Oct 10 18:43:54.176 INFO kablam! 41 | Some(u) => { for j in 0..i.abs() { Oct 10 18:43:54.176 INFO kablam! | ^ help: consider using `_j` instead Oct 10 18:43:54.176 INFO kablam! | Oct 10 18:43:54.176 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 18:43:54.176 INFO kablam! Oct 10 18:43:54.260 INFO kablam! warning: method is never used: `matches` Oct 10 18:43:54.260 INFO kablam! --> src/dimension.rs:44:5 Oct 10 18:43:54.260 INFO kablam! | Oct 10 18:43:54.261 INFO kablam! 44 | pub fn matches(&self, other: &Dimension) -> bool { Oct 10 18:43:54.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:54.261 INFO kablam! | Oct 10 18:43:54.261 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 18:43:54.261 INFO kablam! Oct 10 18:43:54.261 INFO kablam! warning: method is never used: `add` Oct 10 18:43:54.261 INFO kablam! --> src/dimension.rs:48:5 Oct 10 18:43:54.261 INFO kablam! | Oct 10 18:43:54.261 INFO kablam! 48 | pub fn add(&self, other: &Dimension) -> Option { Oct 10 18:43:54.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:54.261 INFO kablam! Oct 10 18:43:54.261 INFO kablam! warning: method is never used: `sub` Oct 10 18:43:54.261 INFO kablam! --> src/dimension.rs:64:5 Oct 10 18:43:54.261 INFO kablam! | Oct 10 18:43:54.261 INFO kablam! 64 | pub fn sub(&self, other: &Dimension) -> Option { Oct 10 18:43:54.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:54.261 INFO kablam! Oct 10 18:43:54.261 INFO kablam! warning: method is never used: `pow` Oct 10 18:43:54.261 INFO kablam! --> src/dimension.rs:78:5 Oct 10 18:43:54.261 INFO kablam! | Oct 10 18:43:54.261 INFO kablam! 78 | pub fn pow(&self, power: i32) -> Dimension { Oct 10 18:43:54.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:54.261 INFO kablam! Oct 10 18:43:54.261 INFO kablam! warning: method is never used: `root` Oct 10 18:43:54.261 INFO kablam! --> src/dimension.rs:82:5 Oct 10 18:43:54.261 INFO kablam! | Oct 10 18:43:54.261 INFO kablam! 82 | pub fn root(&self, root: i32) -> Dimension { Oct 10 18:43:54.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:54.261 INFO kablam! Oct 10 18:43:54.261 INFO kablam! warning: method is never used: `add` Oct 10 18:43:54.261 INFO kablam! --> src/quantity.rs:14:5 Oct 10 18:43:54.261 INFO kablam! | Oct 10 18:43:54.261 INFO kablam! 14 | pub fn add(&self, other: Quantity) -> Option { Oct 10 18:43:54.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:54.261 INFO kablam! Oct 10 18:43:54.261 INFO kablam! warning: method is never used: `sub` Oct 10 18:43:54.261 INFO kablam! --> src/quantity.rs:20:5 Oct 10 18:43:54.261 INFO kablam! | Oct 10 18:43:54.261 INFO kablam! 20 | pub fn sub(&self, other: Quantity) -> Option { Oct 10 18:43:54.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:54.261 INFO kablam! Oct 10 18:43:54.261 INFO kablam! warning: method is never used: `mul` Oct 10 18:43:54.261 INFO kablam! --> src/quantity.rs:26:5 Oct 10 18:43:54.261 INFO kablam! | Oct 10 18:43:54.261 INFO kablam! 26 | pub fn mul(&self, other: Quantity) -> Quantity { Oct 10 18:43:54.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:54.261 INFO kablam! Oct 10 18:43:54.261 INFO kablam! warning: method is never used: `div` Oct 10 18:43:54.261 INFO kablam! --> src/quantity.rs:29:5 Oct 10 18:43:54.261 INFO kablam! | Oct 10 18:43:54.261 INFO kablam! 29 | pub fn div(&self, other: Quantity) -> Quantity { Oct 10 18:43:54.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:54.261 INFO kablam! Oct 10 18:43:54.261 INFO kablam! warning: method is never used: `pow` Oct 10 18:43:54.261 INFO kablam! --> src/unit.rs:30:5 Oct 10 18:43:54.261 INFO kablam! | Oct 10 18:43:54.261 INFO kablam! 30 | pub fn pow(&self, power: i32) -> Unit { Oct 10 18:43:54.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:54.261 INFO kablam! Oct 10 18:43:54.261 INFO kablam! warning: method is never used: `root` Oct 10 18:43:54.261 INFO kablam! --> src/unit.rs:33:5 Oct 10 18:43:54.261 INFO kablam! | Oct 10 18:43:54.261 INFO kablam! 33 | pub fn root(&self, root: i32) -> Unit { Oct 10 18:43:54.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:54.261 INFO kablam! Oct 10 18:43:55.377 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.30s Oct 10 18:43:55.377 INFO kablam! su: No module specific data is present Oct 10 18:43:55.932 INFO running `"docker" "rm" "-f" "d1222214ed6b5811d50a969a02eea3bc12a71c66e6aca9afcc7856ae77218780"` Oct 10 18:43:56.232 INFO blam! d1222214ed6b5811d50a969a02eea3bc12a71c66e6aca9afcc7856ae77218780 Oct 10 18:43:56.237 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 18:43:56.239 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 18:43:56.821 INFO blam! ed9b32db296f2b91ae27bd37bb277a68fa968afcba6c6039973b9d5538ebb196 Oct 10 18:43:56.822 INFO running `"docker" "start" "-a" "ed9b32db296f2b91ae27bd37bb277a68fa968afcba6c6039973b9d5538ebb196"` Oct 10 18:43:58.073 INFO kablam! usermod: no changes Oct 10 18:43:58.152 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 10 18:43:58.168 INFO kablam! Running /target/debug/deps/unit_conversion-214734ae5e1d2931 Oct 10 18:43:58.188 INFO blam! Oct 10 18:43:58.188 INFO blam! running 7 tests Oct 10 18:43:58.220 INFO blam! test parser::tests::test_get_double ... ok Oct 10 18:43:58.220 INFO blam! test parser::tests::test_get_int_neg ... ok Oct 10 18:43:58.221 INFO blam! test parser::tests::test_get_dimensions ... ok Oct 10 18:43:58.221 INFO blam! test parser::tests::test_get_int_pos ... ok Oct 10 18:43:58.221 INFO blam! test parser::tests::test_get_unit ... ok Oct 10 18:43:58.221 INFO blam! test parser::tests::test_get_units ... ok Oct 10 18:43:58.221 INFO blam! test parser::tests::test_input_units ... ok Oct 10 18:43:58.221 INFO blam! Oct 10 18:43:58.221 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 18:43:58.221 INFO blam! Oct 10 18:43:58.224 INFO kablam! su: No module specific data is present Oct 10 18:43:58.828 INFO running `"docker" "rm" "-f" "ed9b32db296f2b91ae27bd37bb277a68fa968afcba6c6039973b9d5538ebb196"` Oct 10 18:43:58.958 INFO blam! ed9b32db296f2b91ae27bd37bb277a68fa968afcba6c6039973b9d5538ebb196