Oct 11 00:50:25.520 INFO testing cumason123/tmp against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 00:50:25.520 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 00:50:25.520 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 11 00:50:32.336 INFO blam! fbb86659e086e9c366f76a4382688de4f02cc299a1c9d5f8abd24b47dc710647 Oct 11 00:50:32.344 INFO running `"docker" "start" "-a" "fbb86659e086e9c366f76a4382688de4f02cc299a1c9d5f8abd24b47dc710647"` Oct 11 00:50:32.996 INFO kablam! usermod: no changes Oct 11 00:50:33.197 INFO kablam! Compiling rand v0.5.3 Oct 11 00:50:33.197 INFO kablam! Compiling approx v0.2.0 Oct 11 00:50:33.198 INFO kablam! Compiling ordermap v0.2.13 Oct 11 00:50:33.198 INFO kablam! Compiling chrono v0.4.4 Oct 11 00:50:34.631 INFO kablam! Compiling alga v0.6.0 Oct 11 00:50:37.597 INFO kablam! Compiling juniper v0.9.2 Oct 11 00:50:40.888 INFO kablam! Compiling nalgebra v0.15.3 Oct 11 00:51:22.091 INFO kablam! Compiling reimagined-octo-fortnight v0.1.0 (/source) Oct 11 00:51:22.571 INFO kablam! warning: unused import: `parsing_error::ParsingError` Oct 11 00:51:22.571 INFO kablam! --> src/parser/lexicon.rs:1:5 Oct 11 00:51:22.571 INFO kablam! | Oct 11 00:51:22.571 INFO kablam! 1 | use parsing_error::ParsingError; Oct 11 00:51:22.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:51:22.571 INFO kablam! | Oct 11 00:51:22.571 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 00:51:22.571 INFO kablam! Oct 11 00:51:22.571 INFO kablam! warning: unused import: `parser::lexicon` Oct 11 00:51:22.571 INFO kablam! --> src/main.rs:5:5 Oct 11 00:51:22.571 INFO kablam! | Oct 11 00:51:22.571 INFO kablam! 5 | use parser::lexicon; Oct 11 00:51:22.571 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 00:51:22.571 INFO kablam! Oct 11 00:51:22.611 INFO kablam! warning: unused variable: `err` Oct 11 00:51:22.611 INFO kablam! --> src/parser/mod.rs:14:13 Oct 11 00:51:22.611 INFO kablam! | Oct 11 00:51:22.611 INFO kablam! 14 | Err(err) => { Oct 11 00:51:22.611 INFO kablam! | ^^^ help: consider using `_err` instead Oct 11 00:51:22.611 INFO kablam! | Oct 11 00:51:22.611 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 00:51:22.611 INFO kablam! Oct 11 00:51:22.611 INFO kablam! warning: unused variable: `line` Oct 11 00:51:22.611 INFO kablam! --> src/parser/mod.rs:30:15 Oct 11 00:51:22.611 INFO kablam! | Oct 11 00:51:22.611 INFO kablam! 30 | fn parse_line(line: &str) { Oct 11 00:51:22.611 INFO kablam! | ^^^^ help: consider using `_line` instead Oct 11 00:51:22.611 INFO kablam! Oct 11 00:51:22.611 INFO kablam! warning: unused variable: `res` Oct 11 00:51:22.612 INFO kablam! --> src/main.rs:10:9 Oct 11 00:51:22.612 INFO kablam! | Oct 11 00:51:22.612 INFO kablam! 10 | let res = parse_file("tort.ngc"); Oct 11 00:51:22.612 INFO kablam! | ^^^ help: consider using `_res` instead Oct 11 00:51:22.612 INFO kablam! Oct 11 00:51:22.612 INFO kablam! warning: variable does not need to be mutable Oct 11 00:51:22.612 INFO kablam! --> src/parser/mod.rs:21:9 Oct 11 00:51:22.612 INFO kablam! | Oct 11 00:51:22.612 INFO kablam! 21 | let mut time = 0u32; Oct 11 00:51:22.612 INFO kablam! | ----^^^^ Oct 11 00:51:22.612 INFO kablam! | | Oct 11 00:51:22.612 INFO kablam! | help: remove this `mut` Oct 11 00:51:22.612 INFO kablam! | Oct 11 00:51:22.612 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 00:51:22.612 INFO kablam! Oct 11 00:51:22.615 INFO kablam! warning: struct is never constructed: `Linear` Oct 11 00:51:22.615 INFO kablam! --> src/parser/lexicon.rs:2:1 Oct 11 00:51:22.615 INFO kablam! | Oct 11 00:51:22.615 INFO kablam! 2 | pub struct Linear { Oct 11 00:51:22.615 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 00:51:22.615 INFO kablam! | Oct 11 00:51:22.615 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:51:22.615 INFO kablam! Oct 11 00:51:22.615 INFO kablam! warning: function is never used: `distance_from` Oct 11 00:51:22.615 INFO kablam! --> src/parser/lexicon.rs:9:1 Oct 11 00:51:22.615 INFO kablam! | Oct 11 00:51:22.615 INFO kablam! 9 | pub fn distance_from(first: (f32, f32, f32), second: (f32, f32, f32)) -> f32 { Oct 11 00:51:22.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:51:22.616 INFO kablam! Oct 11 00:51:22.616 INFO kablam! warning: method is never used: `calc_time` Oct 11 00:51:22.616 INFO kablam! --> src/parser/lexicon.rs:15:5 Oct 11 00:51:22.616 INFO kablam! | Oct 11 00:51:22.616 INFO kablam! 15 | pub fn calc_time(self) -> u32 { Oct 11 00:51:22.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:51:22.616 INFO kablam! Oct 11 00:51:22.616 INFO kablam! warning: function is never used: `parse_line` Oct 11 00:51:22.616 INFO kablam! --> src/parser/mod.rs:30:1 Oct 11 00:51:22.616 INFO kablam! | Oct 11 00:51:22.616 INFO kablam! 30 | fn parse_line(line: &str) { Oct 11 00:51:22.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:51:22.616 INFO kablam! Oct 11 00:51:23.012 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 50.00s Oct 11 00:51:23.024 INFO kablam! su: No module specific data is present Oct 11 00:51:23.335 INFO running `"docker" "rm" "-f" "fbb86659e086e9c366f76a4382688de4f02cc299a1c9d5f8abd24b47dc710647"` Oct 11 00:51:23.443 INFO blam! fbb86659e086e9c366f76a4382688de4f02cc299a1c9d5f8abd24b47dc710647 Oct 11 00:51:23.445 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 00:51:23.445 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 11 00:51:23.636 INFO blam! 6a92fd9d156a94800949b37c9f164f0fcc7ef9ada364e0f476b6370180975cbb Oct 11 00:51:23.638 INFO running `"docker" "start" "-a" "6a92fd9d156a94800949b37c9f164f0fcc7ef9ada364e0f476b6370180975cbb"` Oct 11 00:51:24.203 INFO kablam! usermod: no changes Oct 11 00:51:24.307 INFO kablam! Compiling reimagined-octo-fortnight v0.1.0 (/source) Oct 11 00:51:24.976 INFO kablam! warning: unused import: `parsing_error::ParsingError` Oct 11 00:51:24.976 INFO kablam! --> src/parser/lexicon.rs:1:5 Oct 11 00:51:24.976 INFO kablam! | Oct 11 00:51:24.976 INFO kablam! 1 | use parsing_error::ParsingError; Oct 11 00:51:24.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:51:24.976 INFO kablam! | Oct 11 00:51:24.976 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 00:51:24.976 INFO kablam! Oct 11 00:51:24.976 INFO kablam! warning: unused import: `parser::lexicon` Oct 11 00:51:24.976 INFO kablam! --> src/main.rs:5:5 Oct 11 00:51:24.976 INFO kablam! | Oct 11 00:51:24.976 INFO kablam! 5 | use parser::lexicon; Oct 11 00:51:24.976 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 00:51:24.976 INFO kablam! Oct 11 00:51:25.024 INFO kablam! warning: unused variable: `err` Oct 11 00:51:25.025 INFO kablam! --> src/parser/mod.rs:14:13 Oct 11 00:51:25.025 INFO kablam! | Oct 11 00:51:25.025 INFO kablam! 14 | Err(err) => { Oct 11 00:51:25.025 INFO kablam! | ^^^ help: consider using `_err` instead Oct 11 00:51:25.025 INFO kablam! | Oct 11 00:51:25.025 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 00:51:25.026 INFO kablam! Oct 11 00:51:25.026 INFO kablam! warning: unused variable: `line` Oct 11 00:51:25.026 INFO kablam! --> src/parser/mod.rs:30:15 Oct 11 00:51:25.026 INFO kablam! | Oct 11 00:51:25.026 INFO kablam! 30 | fn parse_line(line: &str) { Oct 11 00:51:25.026 INFO kablam! | ^^^^ help: consider using `_line` instead Oct 11 00:51:25.026 INFO kablam! Oct 11 00:51:25.026 INFO kablam! warning: unused variable: `res` Oct 11 00:51:25.026 INFO kablam! --> src/main.rs:10:9 Oct 11 00:51:25.026 INFO kablam! | Oct 11 00:51:25.026 INFO kablam! 10 | let res = parse_file("tort.ngc"); Oct 11 00:51:25.026 INFO kablam! | ^^^ help: consider using `_res` instead Oct 11 00:51:25.026 INFO kablam! Oct 11 00:51:25.036 INFO kablam! warning: variable does not need to be mutable Oct 11 00:51:25.036 INFO kablam! --> src/parser/mod.rs:21:9 Oct 11 00:51:25.036 INFO kablam! | Oct 11 00:51:25.036 INFO kablam! 21 | let mut time = 0u32; Oct 11 00:51:25.036 INFO kablam! | ----^^^^ Oct 11 00:51:25.036 INFO kablam! | | Oct 11 00:51:25.036 INFO kablam! | help: remove this `mut` Oct 11 00:51:25.036 INFO kablam! | Oct 11 00:51:25.036 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 00:51:25.036 INFO kablam! Oct 11 00:51:25.036 INFO kablam! warning: struct is never constructed: `Linear` Oct 11 00:51:25.036 INFO kablam! --> src/parser/lexicon.rs:2:1 Oct 11 00:51:25.036 INFO kablam! | Oct 11 00:51:25.036 INFO kablam! 2 | pub struct Linear { Oct 11 00:51:25.036 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 00:51:25.036 INFO kablam! | Oct 11 00:51:25.036 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:51:25.036 INFO kablam! Oct 11 00:51:25.036 INFO kablam! warning: function is never used: `distance_from` Oct 11 00:51:25.036 INFO kablam! --> src/parser/lexicon.rs:9:1 Oct 11 00:51:25.036 INFO kablam! | Oct 11 00:51:25.036 INFO kablam! 9 | pub fn distance_from(first: (f32, f32, f32), second: (f32, f32, f32)) -> f32 { Oct 11 00:51:25.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:51:25.036 INFO kablam! Oct 11 00:51:25.036 INFO kablam! warning: method is never used: `calc_time` Oct 11 00:51:25.036 INFO kablam! --> src/parser/lexicon.rs:15:5 Oct 11 00:51:25.036 INFO kablam! | Oct 11 00:51:25.036 INFO kablam! 15 | pub fn calc_time(self) -> u32 { Oct 11 00:51:25.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:51:25.036 INFO kablam! Oct 11 00:51:25.036 INFO kablam! warning: function is never used: `parse_line` Oct 11 00:51:25.036 INFO kablam! --> src/parser/mod.rs:30:1 Oct 11 00:51:25.036 INFO kablam! | Oct 11 00:51:25.036 INFO kablam! 30 | fn parse_line(line: &str) { Oct 11 00:51:25.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:51:25.036 INFO kablam! Oct 11 00:51:25.461 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.23s Oct 11 00:51:25.467 INFO kablam! su: No module specific data is present Oct 11 00:51:26.050 INFO running `"docker" "rm" "-f" "6a92fd9d156a94800949b37c9f164f0fcc7ef9ada364e0f476b6370180975cbb"` Oct 11 00:51:26.260 INFO blam! 6a92fd9d156a94800949b37c9f164f0fcc7ef9ada364e0f476b6370180975cbb Oct 11 00:51:26.262 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 00:51:26.262 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 11 00:51:26.636 INFO blam! 7b818eace0835e2e25281ad5e5f5e5ea5a9e08815102c9f16e0a0679f28eb38c Oct 11 00:51:26.636 INFO running `"docker" "start" "-a" "7b818eace0835e2e25281ad5e5f5e5ea5a9e08815102c9f16e0a0679f28eb38c"` Oct 11 00:51:27.607 INFO kablam! usermod: no changes Oct 11 00:51:27.732 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 11 00:51:27.749 INFO kablam! Running /target/debug/deps/reimagined_octo_fortnight-dc47b5845cce2c68 Oct 11 00:51:27.756 INFO kablam! su: No module specific data is present Oct 11 00:51:27.756 INFO blam! Oct 11 00:51:27.756 INFO blam! running 0 tests Oct 11 00:51:27.757 INFO blam! Oct 11 00:51:27.757 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:51:27.757 INFO blam! Oct 11 00:51:28.556 INFO running `"docker" "rm" "-f" "7b818eace0835e2e25281ad5e5f5e5ea5a9e08815102c9f16e0a0679f28eb38c"` Oct 11 00:51:28.828 INFO blam! 7b818eace0835e2e25281ad5e5f5e5ea5a9e08815102c9f16e0a0679f28eb38c