Oct 10 23:07:52.048 INFO testing fgaray/project-euler-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 23:07:52.048 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 23:07:52.048 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 23:07:52.298 INFO blam! 1c9ab310f0ac63f9cc0faf21be4e07a687ceb9470950dc635c6804c2412fca7c Oct 10 23:07:52.304 INFO running `"docker" "start" "-a" "1c9ab310f0ac63f9cc0faf21be4e07a687ceb9470950dc635c6804c2412fca7c"` Oct 10 23:07:53.268 INFO kablam! usermod: no changes Oct 10 23:07:53.298 INFO kablam! Compiling euler v0.1.0 (/source) Oct 10 23:07:53.835 INFO kablam! warning: unused import: `std` Oct 10 23:07:53.835 INFO kablam! --> src/problem3/mod.rs:3:5 Oct 10 23:07:53.835 INFO kablam! | Oct 10 23:07:53.835 INFO kablam! 3 | use std; Oct 10 23:07:53.835 INFO kablam! | ^^^ Oct 10 23:07:53.835 INFO kablam! | Oct 10 23:07:53.835 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 23:07:53.835 INFO kablam! Oct 10 23:07:53.835 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 10 23:07:53.835 INFO kablam! --> src/problem9/mod.rs:6:14 Oct 10 23:07:53.835 INFO kablam! | Oct 10 23:07:53.835 INFO kablam! 6 | for b in (1..1000) { Oct 10 23:07:53.835 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 10 23:07:53.835 INFO kablam! | Oct 10 23:07:53.835 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 23:07:53.835 INFO kablam! Oct 10 23:07:53.835 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 10 23:07:53.835 INFO kablam! --> src/problem9/mod.rs:7:18 Oct 10 23:07:53.835 INFO kablam! | Oct 10 23:07:53.835 INFO kablam! 7 | for c in (1..1000) { Oct 10 23:07:53.835 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 10 23:07:53.835 INFO kablam! Oct 10 23:07:53.835 INFO kablam! warning: unused import: `std` Oct 10 23:07:53.836 INFO kablam! --> src/problem10/mod.rs:3:5 Oct 10 23:07:53.836 INFO kablam! | Oct 10 23:07:53.836 INFO kablam! 3 | use std; Oct 10 23:07:53.836 INFO kablam! | ^^^ Oct 10 23:07:53.836 INFO kablam! Oct 10 23:07:53.924 INFO kablam! warning: unused variable: `d1` Oct 10 23:07:53.924 INFO kablam! --> src/problem4/mod.rs:6:13 Oct 10 23:07:53.924 INFO kablam! | Oct 10 23:07:53.924 INFO kablam! 6 | let mut d1 = 1; Oct 10 23:07:53.924 INFO kablam! | ^^ help: consider using `_d1` instead Oct 10 23:07:53.924 INFO kablam! | Oct 10 23:07:53.924 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 23:07:53.924 INFO kablam! Oct 10 23:07:53.924 INFO kablam! warning: unused variable: `d2` Oct 10 23:07:53.924 INFO kablam! --> src/problem4/mod.rs:7:13 Oct 10 23:07:53.924 INFO kablam! | Oct 10 23:07:53.924 INFO kablam! 7 | let mut d2 = 1; Oct 10 23:07:53.924 INFO kablam! | ^^ help: consider using `_d2` instead Oct 10 23:07:53.924 INFO kablam! Oct 10 23:07:53.924 INFO kablam! warning: variable does not need to be mutable Oct 10 23:07:53.924 INFO kablam! --> src/problem3/mod.rs:20:8 Oct 10 23:07:53.924 INFO kablam! | Oct 10 23:07:53.924 INFO kablam! 20 | let mut v = prime.get_mem(); Oct 10 23:07:53.924 INFO kablam! | ----^ Oct 10 23:07:53.924 INFO kablam! | | Oct 10 23:07:53.924 INFO kablam! | help: remove this `mut` Oct 10 23:07:53.924 INFO kablam! | Oct 10 23:07:53.924 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 23:07:53.924 INFO kablam! Oct 10 23:07:53.924 INFO kablam! warning: variable does not need to be mutable Oct 10 23:07:53.924 INFO kablam! --> src/problem4/mod.rs:6:9 Oct 10 23:07:53.924 INFO kablam! | Oct 10 23:07:53.924 INFO kablam! 6 | let mut d1 = 1; Oct 10 23:07:53.925 INFO kablam! | ----^^ Oct 10 23:07:53.925 INFO kablam! | | Oct 10 23:07:53.925 INFO kablam! | help: remove this `mut` Oct 10 23:07:53.925 INFO kablam! Oct 10 23:07:53.925 INFO kablam! warning: variable does not need to be mutable Oct 10 23:07:53.925 INFO kablam! --> src/problem4/mod.rs:7:9 Oct 10 23:07:53.925 INFO kablam! | Oct 10 23:07:53.925 INFO kablam! 7 | let mut d2 = 1; Oct 10 23:07:53.925 INFO kablam! | ----^^ Oct 10 23:07:53.925 INFO kablam! | | Oct 10 23:07:53.925 INFO kablam! | help: remove this `mut` Oct 10 23:07:53.932 INFO kablam! Oct 10 23:07:53.932 INFO kablam! warning: variable does not need to be mutable Oct 10 23:07:53.932 INFO kablam! --> src/utils/prime.rs:23:13 Oct 10 23:07:53.932 INFO kablam! | Oct 10 23:07:53.932 INFO kablam! 23 | let mut v = Vec::new(); Oct 10 23:07:53.932 INFO kablam! | ----^ Oct 10 23:07:53.932 INFO kablam! | | Oct 10 23:07:53.932 INFO kablam! | help: remove this `mut` Oct 10 23:07:53.932 INFO kablam! Oct 10 23:07:53.932 INFO kablam! warning: variable does not need to be mutable Oct 10 23:07:53.932 INFO kablam! --> src/utils/prime.rs:29:13 Oct 10 23:07:53.932 INFO kablam! | Oct 10 23:07:53.932 INFO kablam! 29 | let mut v = Vec::with_capacity(capacity); Oct 10 23:07:53.932 INFO kablam! | ----^ Oct 10 23:07:53.932 INFO kablam! | | Oct 10 23:07:53.932 INFO kablam! | help: remove this `mut` Oct 10 23:07:53.932 INFO kablam! Oct 10 23:07:53.934 INFO kablam! warning: function is never used: `solve` Oct 10 23:07:53.934 INFO kablam! --> src/problem3/mod.rs:6:1 Oct 10 23:07:53.934 INFO kablam! | Oct 10 23:07:53.934 INFO kablam! 6 | pub fn solve(n: i64) -> i64 { Oct 10 23:07:53.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:07:53.934 INFO kablam! | Oct 10 23:07:53.934 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 23:07:53.934 INFO kablam! Oct 10 23:07:53.936 INFO kablam! warning: function is never used: `solve` Oct 10 23:07:53.936 INFO kablam! --> src/problem4/mod.rs:5:1 Oct 10 23:07:53.936 INFO kablam! | Oct 10 23:07:53.936 INFO kablam! 5 | pub fn solve() -> i32 { Oct 10 23:07:53.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:07:53.936 INFO kablam! Oct 10 23:07:53.936 INFO kablam! warning: function is never used: `solve` Oct 10 23:07:53.936 INFO kablam! --> src/problem5/mod.rs:2:1 Oct 10 23:07:53.936 INFO kablam! | Oct 10 23:07:53.936 INFO kablam! 2 | pub fn solve(n: i64) -> i64 { Oct 10 23:07:53.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:07:53.936 INFO kablam! Oct 10 23:07:53.936 INFO kablam! warning: function is never used: `solve` Oct 10 23:07:53.936 INFO kablam! --> src/problem6/mod.rs:3:1 Oct 10 23:07:53.936 INFO kablam! | Oct 10 23:07:53.936 INFO kablam! 3 | pub fn solve(upper: i64) -> i64 { Oct 10 23:07:53.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:07:53.936 INFO kablam! Oct 10 23:07:53.936 INFO kablam! warning: function is never used: `solve` Oct 10 23:07:53.937 INFO kablam! --> src/problem7/mod.rs:4:1 Oct 10 23:07:53.937 INFO kablam! | Oct 10 23:07:53.937 INFO kablam! 4 | pub fn solve(n: i64) -> i64 { Oct 10 23:07:53.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:07:53.937 INFO kablam! Oct 10 23:07:53.937 INFO kablam! warning: function is never used: `solve` Oct 10 23:07:53.937 INFO kablam! --> src/problem9/mod.rs:5:1 Oct 10 23:07:53.937 INFO kablam! | Oct 10 23:07:53.937 INFO kablam! 5 | pub fn solve(constant: i64) -> i64 { Oct 10 23:07:53.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:07:53.937 INFO kablam! Oct 10 23:07:53.937 INFO kablam! warning: method is never used: `get_mem` Oct 10 23:07:53.937 INFO kablam! --> src/utils/prime.rs:54:5 Oct 10 23:07:53.937 INFO kablam! | Oct 10 23:07:53.937 INFO kablam! 54 | pub fn get_mem(&mut self) -> &Vec { Oct 10 23:07:53.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:07:53.937 INFO kablam! Oct 10 23:07:53.937 INFO kablam! warning: function is never used: `reverse` Oct 10 23:07:53.937 INFO kablam! --> src/utils/number.rs:13:1 Oct 10 23:07:53.937 INFO kablam! | Oct 10 23:07:53.937 INFO kablam! 13 | pub fn reverse(n: i32) -> i32 { Oct 10 23:07:53.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:07:53.937 INFO kablam! Oct 10 23:07:54.412 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.12s Oct 10 23:07:54.420 INFO kablam! su: No module specific data is present Oct 10 23:07:54.856 INFO running `"docker" "rm" "-f" "1c9ab310f0ac63f9cc0faf21be4e07a687ceb9470950dc635c6804c2412fca7c"` Oct 10 23:07:55.101 INFO blam! 1c9ab310f0ac63f9cc0faf21be4e07a687ceb9470950dc635c6804c2412fca7c Oct 10 23:07:55.106 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 23:07:55.108 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 23:07:55.504 INFO blam! f5c4b60c513a83f669f08ecfb87672744e8828aba57faa03d8958dc3d83cc45a Oct 10 23:07:55.511 INFO running `"docker" "start" "-a" "f5c4b60c513a83f669f08ecfb87672744e8828aba57faa03d8958dc3d83cc45a"` Oct 10 23:07:56.516 INFO kablam! usermod: no changes Oct 10 23:07:56.586 INFO kablam! Compiling euler v0.1.0 (/source) Oct 10 23:07:57.372 INFO kablam! warning: unused import: `std` Oct 10 23:07:57.372 INFO kablam! --> src/problem3/mod.rs:3:5 Oct 10 23:07:57.372 INFO kablam! | Oct 10 23:07:57.372 INFO kablam! 3 | use std; Oct 10 23:07:57.372 INFO kablam! | ^^^ Oct 10 23:07:57.372 INFO kablam! | Oct 10 23:07:57.372 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 23:07:57.372 INFO kablam! Oct 10 23:07:57.372 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 10 23:07:57.372 INFO kablam! --> src/problem9/mod.rs:6:14 Oct 10 23:07:57.372 INFO kablam! | Oct 10 23:07:57.372 INFO kablam! 6 | for b in (1..1000) { Oct 10 23:07:57.372 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 10 23:07:57.372 INFO kablam! | Oct 10 23:07:57.372 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 23:07:57.372 INFO kablam! Oct 10 23:07:57.372 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 10 23:07:57.372 INFO kablam! --> src/problem9/mod.rs:7:18 Oct 10 23:07:57.372 INFO kablam! | Oct 10 23:07:57.372 INFO kablam! 7 | for c in (1..1000) { Oct 10 23:07:57.372 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 10 23:07:57.372 INFO kablam! Oct 10 23:07:57.372 INFO kablam! warning: unused import: `std` Oct 10 23:07:57.372 INFO kablam! --> src/problem10/mod.rs:3:5 Oct 10 23:07:57.372 INFO kablam! | Oct 10 23:07:57.372 INFO kablam! 3 | use std; Oct 10 23:07:57.372 INFO kablam! | ^^^ Oct 10 23:07:57.372 INFO kablam! Oct 10 23:07:57.456 INFO kablam! warning: unused variable: `d1` Oct 10 23:07:57.456 INFO kablam! --> src/problem4/mod.rs:6:13 Oct 10 23:07:57.456 INFO kablam! | Oct 10 23:07:57.456 INFO kablam! 6 | let mut d1 = 1; Oct 10 23:07:57.456 INFO kablam! | ^^ help: consider using `_d1` instead Oct 10 23:07:57.456 INFO kablam! | Oct 10 23:07:57.456 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 23:07:57.456 INFO kablam! Oct 10 23:07:57.456 INFO kablam! warning: unused variable: `d2` Oct 10 23:07:57.456 INFO kablam! --> src/problem4/mod.rs:7:13 Oct 10 23:07:57.456 INFO kablam! | Oct 10 23:07:57.456 INFO kablam! 7 | let mut d2 = 1; Oct 10 23:07:57.456 INFO kablam! | ^^ help: consider using `_d2` instead Oct 10 23:07:57.456 INFO kablam! Oct 10 23:07:57.468 INFO kablam! warning: variable does not need to be mutable Oct 10 23:07:57.468 INFO kablam! --> src/problem3/mod.rs:20:8 Oct 10 23:07:57.469 INFO kablam! | Oct 10 23:07:57.469 INFO kablam! 20 | let mut v = prime.get_mem(); Oct 10 23:07:57.469 INFO kablam! | ----^ Oct 10 23:07:57.469 INFO kablam! | | Oct 10 23:07:57.469 INFO kablam! | help: remove this `mut` Oct 10 23:07:57.469 INFO kablam! | Oct 10 23:07:57.469 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 23:07:57.469 INFO kablam! Oct 10 23:07:57.469 INFO kablam! warning: variable does not need to be mutable Oct 10 23:07:57.469 INFO kablam! --> src/problem4/mod.rs:6:9 Oct 10 23:07:57.469 INFO kablam! | Oct 10 23:07:57.469 INFO kablam! 6 | let mut d1 = 1; Oct 10 23:07:57.469 INFO kablam! | ----^^ Oct 10 23:07:57.469 INFO kablam! | | Oct 10 23:07:57.469 INFO kablam! | help: remove this `mut` Oct 10 23:07:57.470 INFO kablam! Oct 10 23:07:57.470 INFO kablam! warning: variable does not need to be mutable Oct 10 23:07:57.470 INFO kablam! --> src/problem4/mod.rs:7:9 Oct 10 23:07:57.470 INFO kablam! | Oct 10 23:07:57.470 INFO kablam! 7 | let mut d2 = 1; Oct 10 23:07:57.470 INFO kablam! | ----^^ Oct 10 23:07:57.470 INFO kablam! | | Oct 10 23:07:57.470 INFO kablam! | help: remove this `mut` Oct 10 23:07:57.470 INFO kablam! Oct 10 23:07:57.470 INFO kablam! warning: variable does not need to be mutable Oct 10 23:07:57.470 INFO kablam! --> src/utils/prime.rs:23:13 Oct 10 23:07:57.470 INFO kablam! | Oct 10 23:07:57.470 INFO kablam! 23 | let mut v = Vec::new(); Oct 10 23:07:57.471 INFO kablam! | ----^ Oct 10 23:07:57.471 INFO kablam! | | Oct 10 23:07:57.471 INFO kablam! | help: remove this `mut` Oct 10 23:07:57.471 INFO kablam! Oct 10 23:07:57.471 INFO kablam! warning: variable does not need to be mutable Oct 10 23:07:57.471 INFO kablam! --> src/utils/prime.rs:29:13 Oct 10 23:07:57.471 INFO kablam! | Oct 10 23:07:57.471 INFO kablam! 29 | let mut v = Vec::with_capacity(capacity); Oct 10 23:07:57.471 INFO kablam! | ----^ Oct 10 23:07:57.471 INFO kablam! | | Oct 10 23:07:57.471 INFO kablam! | help: remove this `mut` Oct 10 23:07:57.471 INFO kablam! Oct 10 23:07:57.475 INFO kablam! warning: function is never used: `solve` Oct 10 23:07:57.475 INFO kablam! --> src/problem3/mod.rs:6:1 Oct 10 23:07:57.475 INFO kablam! | Oct 10 23:07:57.475 INFO kablam! 6 | pub fn solve(n: i64) -> i64 { Oct 10 23:07:57.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:07:57.475 INFO kablam! | Oct 10 23:07:57.475 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 23:07:57.475 INFO kablam! Oct 10 23:07:57.475 INFO kablam! warning: function is never used: `solve` Oct 10 23:07:57.475 INFO kablam! --> src/problem4/mod.rs:5:1 Oct 10 23:07:57.475 INFO kablam! | Oct 10 23:07:57.475 INFO kablam! 5 | pub fn solve() -> i32 { Oct 10 23:07:57.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:07:57.475 INFO kablam! Oct 10 23:07:57.475 INFO kablam! warning: function is never used: `solve` Oct 10 23:07:57.475 INFO kablam! --> src/problem5/mod.rs:2:1 Oct 10 23:07:57.475 INFO kablam! | Oct 10 23:07:57.475 INFO kablam! 2 | pub fn solve(n: i64) -> i64 { Oct 10 23:07:57.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:07:57.475 INFO kablam! Oct 10 23:07:57.475 INFO kablam! warning: function is never used: `solve` Oct 10 23:07:57.475 INFO kablam! --> src/problem6/mod.rs:3:1 Oct 10 23:07:57.475 INFO kablam! | Oct 10 23:07:57.475 INFO kablam! 3 | pub fn solve(upper: i64) -> i64 { Oct 10 23:07:57.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:07:57.475 INFO kablam! Oct 10 23:07:57.475 INFO kablam! warning: function is never used: `solve` Oct 10 23:07:57.475 INFO kablam! --> src/problem7/mod.rs:4:1 Oct 10 23:07:57.475 INFO kablam! | Oct 10 23:07:57.475 INFO kablam! 4 | pub fn solve(n: i64) -> i64 { Oct 10 23:07:57.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:07:57.476 INFO kablam! Oct 10 23:07:57.476 INFO kablam! warning: function is never used: `solve` Oct 10 23:07:57.476 INFO kablam! --> src/problem9/mod.rs:5:1 Oct 10 23:07:57.476 INFO kablam! | Oct 10 23:07:57.476 INFO kablam! 5 | pub fn solve(constant: i64) -> i64 { Oct 10 23:07:57.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:07:57.476 INFO kablam! Oct 10 23:07:57.476 INFO kablam! warning: method is never used: `get_mem` Oct 10 23:07:57.476 INFO kablam! --> src/utils/prime.rs:54:5 Oct 10 23:07:57.476 INFO kablam! | Oct 10 23:07:57.476 INFO kablam! 54 | pub fn get_mem(&mut self) -> &Vec { Oct 10 23:07:57.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:07:57.476 INFO kablam! Oct 10 23:07:57.476 INFO kablam! warning: function is never used: `reverse` Oct 10 23:07:57.476 INFO kablam! --> src/utils/number.rs:13:1 Oct 10 23:07:57.476 INFO kablam! | Oct 10 23:07:57.476 INFO kablam! 13 | pub fn reverse(n: i32) -> i32 { Oct 10 23:07:57.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:07:57.476 INFO kablam! Oct 10 23:07:57.875 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.33s Oct 10 23:07:57.876 INFO kablam! su: No module specific data is present Oct 10 23:07:58.577 INFO running `"docker" "rm" "-f" "f5c4b60c513a83f669f08ecfb87672744e8828aba57faa03d8958dc3d83cc45a"` Oct 10 23:07:58.756 INFO blam! f5c4b60c513a83f669f08ecfb87672744e8828aba57faa03d8958dc3d83cc45a Oct 10 23:07:58.758 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 23:07:58.758 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 23:07:59.085 INFO blam! db5f761c3910f4037aad66e39a7f037549fdeb8b111cd2a8fbd62353e4301b30 Oct 10 23:07:59.086 INFO running `"docker" "start" "-a" "db5f761c3910f4037aad66e39a7f037549fdeb8b111cd2a8fbd62353e4301b30"` Oct 10 23:08:00.000 INFO kablam! usermod: no changes Oct 10 23:08:00.072 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 23:08:00.072 INFO kablam! Running /target/debug/deps/euler-9fdb6a818a6941aa Oct 10 23:08:00.082 INFO blam! Oct 10 23:08:00.082 INFO blam! running 0 tests Oct 10 23:08:00.082 INFO blam! Oct 10 23:08:00.083 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 23:08:00.083 INFO blam! Oct 10 23:08:00.087 INFO kablam! su: No module specific data is present Oct 10 23:08:00.538 INFO running `"docker" "rm" "-f" "db5f761c3910f4037aad66e39a7f037549fdeb8b111cd2a8fbd62353e4301b30"` Oct 10 23:08:00.803 INFO blam! db5f761c3910f4037aad66e39a7f037549fdeb8b111cd2a8fbd62353e4301b30