Oct 15 00:00:24.675 INFO testing cumason123/tmp against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 00:00:24.675 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 00:00:27.469 INFO blam! c41938f7bd6207ed928731f768d3a9df88ce625062157e6c6cac29c2873ffdc7 Oct 15 00:00:27.474 INFO running `"docker" "start" "-a" "c41938f7bd6207ed928731f768d3a9df88ce625062157e6c6cac29c2873ffdc7"` Oct 15 00:00:27.879 INFO kablam! usermod: no changes Oct 15 00:00:28.026 INFO kablam! Compiling num-traits v0.2.5 Oct 15 00:00:28.027 INFO kablam! Compiling num-bigint v0.2.0 Oct 15 00:00:28.027 INFO kablam! Compiling num-complex v0.2.0 Oct 15 00:00:28.027 INFO kablam! Compiling num-rational v0.2.1 Oct 15 00:00:28.027 INFO kablam! Compiling num-iter v0.1.37 Oct 15 00:00:28.027 INFO kablam! Compiling uuid v0.5.1 Oct 15 00:00:28.027 INFO kablam! Compiling rand v0.5.3 Oct 15 00:00:28.027 INFO kablam! Compiling juniper_codegen v0.9.2 Oct 15 00:00:30.042 INFO kablam! Compiling generic-array v0.11.1 Oct 15 00:00:30.047 INFO kablam! Compiling ordermap v0.2.13 Oct 15 00:00:33.447 INFO kablam! Compiling num-integer v0.1.39 Oct 15 00:00:33.447 INFO kablam! Compiling approx v0.2.0 Oct 15 00:00:34.915 INFO kablam! Compiling chrono v0.4.4 Oct 15 00:00:36.004 INFO kablam! Compiling alga v0.6.0 Oct 15 00:00:41.633 INFO kablam! Compiling juniper v0.9.2 Oct 15 00:00:44.637 INFO kablam! Compiling num v0.2.0 Oct 15 00:00:44.647 INFO kablam! Compiling nalgebra v0.15.3 Oct 15 00:01:22.095 INFO kablam! Compiling reimagined-octo-fortnight v0.1.0 (/source) Oct 15 00:01:22.320 INFO kablam! warning: unused import: `parsing_error::ParsingError` Oct 15 00:01:22.321 INFO kablam! --> src/parser/lexicon.rs:1:5 Oct 15 00:01:22.321 INFO kablam! | Oct 15 00:01:22.321 INFO kablam! 1 | use parsing_error::ParsingError; Oct 15 00:01:22.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:01:22.321 INFO kablam! | Oct 15 00:01:22.321 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:01:22.321 INFO kablam! Oct 15 00:01:22.321 INFO kablam! warning: unused import: `parser::lexicon` Oct 15 00:01:22.321 INFO kablam! --> src/main.rs:5:5 Oct 15 00:01:22.321 INFO kablam! | Oct 15 00:01:22.321 INFO kablam! 5 | use parser::lexicon; Oct 15 00:01:22.321 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 00:01:22.321 INFO kablam! Oct 15 00:01:22.367 INFO kablam! warning: unused variable: `err` Oct 15 00:01:22.367 INFO kablam! --> src/parser/mod.rs:14:13 Oct 15 00:01:22.367 INFO kablam! | Oct 15 00:01:22.367 INFO kablam! 14 | Err(err) => { Oct 15 00:01:22.367 INFO kablam! | ^^^ help: consider using `_err` instead Oct 15 00:01:22.367 INFO kablam! | Oct 15 00:01:22.367 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:01:22.367 INFO kablam! Oct 15 00:01:22.367 INFO kablam! warning: unused variable: `line` Oct 15 00:01:22.367 INFO kablam! --> src/parser/mod.rs:30:15 Oct 15 00:01:22.367 INFO kablam! | Oct 15 00:01:22.367 INFO kablam! 30 | fn parse_line(line: &str) { Oct 15 00:01:22.367 INFO kablam! | ^^^^ help: consider using `_line` instead Oct 15 00:01:22.367 INFO kablam! Oct 15 00:01:22.367 INFO kablam! warning: unused variable: `res` Oct 15 00:01:22.367 INFO kablam! --> src/main.rs:10:9 Oct 15 00:01:22.367 INFO kablam! | Oct 15 00:01:22.367 INFO kablam! 10 | let res = parse_file("tort.ngc"); Oct 15 00:01:22.367 INFO kablam! | ^^^ help: consider using `_res` instead Oct 15 00:01:22.367 INFO kablam! Oct 15 00:01:22.374 INFO kablam! warning: variable does not need to be mutable Oct 15 00:01:22.374 INFO kablam! --> src/parser/mod.rs:21:9 Oct 15 00:01:22.374 INFO kablam! | Oct 15 00:01:22.374 INFO kablam! 21 | let mut time = 0u32; Oct 15 00:01:22.374 INFO kablam! | ----^^^^ Oct 15 00:01:22.374 INFO kablam! | | Oct 15 00:01:22.374 INFO kablam! | help: remove this `mut` Oct 15 00:01:22.374 INFO kablam! | Oct 15 00:01:22.374 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 00:01:22.374 INFO kablam! Oct 15 00:01:22.374 INFO kablam! warning: struct is never constructed: `Linear` Oct 15 00:01:22.374 INFO kablam! --> src/parser/lexicon.rs:2:1 Oct 15 00:01:22.374 INFO kablam! | Oct 15 00:01:22.374 INFO kablam! 2 | pub struct Linear { Oct 15 00:01:22.374 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 00:01:22.374 INFO kablam! | Oct 15 00:01:22.374 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:01:22.374 INFO kablam! Oct 15 00:01:22.374 INFO kablam! warning: function is never used: `distance_from` Oct 15 00:01:22.374 INFO kablam! --> src/parser/lexicon.rs:9:1 Oct 15 00:01:22.374 INFO kablam! | Oct 15 00:01:22.374 INFO kablam! 9 | pub fn distance_from(first: (f32, f32, f32), second: (f32, f32, f32)) -> f32 { Oct 15 00:01:22.374 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:01:22.374 INFO kablam! Oct 15 00:01:22.374 INFO kablam! warning: method is never used: `calc_time` Oct 15 00:01:22.374 INFO kablam! --> src/parser/lexicon.rs:15:5 Oct 15 00:01:22.374 INFO kablam! | Oct 15 00:01:22.374 INFO kablam! 15 | pub fn calc_time(self) -> u32 { Oct 15 00:01:22.374 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:01:22.374 INFO kablam! Oct 15 00:01:22.374 INFO kablam! warning: function is never used: `parse_line` Oct 15 00:01:22.374 INFO kablam! --> src/parser/mod.rs:30:1 Oct 15 00:01:22.374 INFO kablam! | Oct 15 00:01:22.374 INFO kablam! 30 | fn parse_line(line: &str) { Oct 15 00:01:22.374 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:01:22.374 INFO kablam! Oct 15 00:01:23.033 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 55.13s Oct 15 00:01:23.039 INFO kablam! su: No module specific data is present Oct 15 00:01:23.515 INFO running `"docker" "rm" "-f" "c41938f7bd6207ed928731f768d3a9df88ce625062157e6c6cac29c2873ffdc7"` Oct 15 00:01:23.771 INFO blam! c41938f7bd6207ed928731f768d3a9df88ce625062157e6c6cac29c2873ffdc7 Oct 15 00:01:23.776 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 00:01:24.119 INFO blam! 6355676ba9b817bbe0d7aac8140a812462613ca4e69e3a1a698ad0cc9c4b70fb Oct 15 00:01:24.128 INFO running `"docker" "start" "-a" "6355676ba9b817bbe0d7aac8140a812462613ca4e69e3a1a698ad0cc9c4b70fb"` Oct 15 00:01:24.967 INFO kablam! usermod: no changes Oct 15 00:01:25.049 INFO kablam! Compiling reimagined-octo-fortnight v0.1.0 (/source) Oct 15 00:01:25.254 INFO kablam! warning: unused import: `parsing_error::ParsingError` Oct 15 00:01:25.254 INFO kablam! --> src/parser/lexicon.rs:1:5 Oct 15 00:01:25.254 INFO kablam! | Oct 15 00:01:25.254 INFO kablam! 1 | use parsing_error::ParsingError; Oct 15 00:01:25.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:01:25.254 INFO kablam! | Oct 15 00:01:25.254 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:01:25.254 INFO kablam! Oct 15 00:01:25.254 INFO kablam! warning: unused import: `parser::lexicon` Oct 15 00:01:25.254 INFO kablam! --> src/main.rs:5:5 Oct 15 00:01:25.254 INFO kablam! | Oct 15 00:01:25.254 INFO kablam! 5 | use parser::lexicon; Oct 15 00:01:25.254 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 00:01:25.254 INFO kablam! Oct 15 00:01:25.298 INFO kablam! warning: unused variable: `err` Oct 15 00:01:25.298 INFO kablam! --> src/parser/mod.rs:14:13 Oct 15 00:01:25.298 INFO kablam! | Oct 15 00:01:25.298 INFO kablam! 14 | Err(err) => { Oct 15 00:01:25.298 INFO kablam! | ^^^ help: consider using `_err` instead Oct 15 00:01:25.298 INFO kablam! | Oct 15 00:01:25.298 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:01:25.298 INFO kablam! Oct 15 00:01:25.298 INFO kablam! warning: unused variable: `line` Oct 15 00:01:25.298 INFO kablam! --> src/parser/mod.rs:30:15 Oct 15 00:01:25.298 INFO kablam! | Oct 15 00:01:25.298 INFO kablam! 30 | fn parse_line(line: &str) { Oct 15 00:01:25.298 INFO kablam! | ^^^^ help: consider using `_line` instead Oct 15 00:01:25.298 INFO kablam! Oct 15 00:01:25.298 INFO kablam! warning: unused variable: `res` Oct 15 00:01:25.298 INFO kablam! --> src/main.rs:10:9 Oct 15 00:01:25.298 INFO kablam! | Oct 15 00:01:25.298 INFO kablam! 10 | let res = parse_file("tort.ngc"); Oct 15 00:01:25.298 INFO kablam! | ^^^ help: consider using `_res` instead Oct 15 00:01:25.298 INFO kablam! Oct 15 00:01:25.298 INFO kablam! warning: variable does not need to be mutable Oct 15 00:01:25.298 INFO kablam! --> src/parser/mod.rs:21:9 Oct 15 00:01:25.298 INFO kablam! | Oct 15 00:01:25.298 INFO kablam! 21 | let mut time = 0u32; Oct 15 00:01:25.298 INFO kablam! | ----^^^^ Oct 15 00:01:25.298 INFO kablam! | | Oct 15 00:01:25.298 INFO kablam! | help: remove this `mut` Oct 15 00:01:25.298 INFO kablam! | Oct 15 00:01:25.298 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 00:01:25.298 INFO kablam! Oct 15 00:01:25.299 INFO kablam! warning: struct is never constructed: `Linear` Oct 15 00:01:25.299 INFO kablam! --> src/parser/lexicon.rs:2:1 Oct 15 00:01:25.299 INFO kablam! | Oct 15 00:01:25.299 INFO kablam! 2 | pub struct Linear { Oct 15 00:01:25.299 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 00:01:25.299 INFO kablam! | Oct 15 00:01:25.299 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:01:25.299 INFO kablam! Oct 15 00:01:25.299 INFO kablam! warning: function is never used: `distance_from` Oct 15 00:01:25.299 INFO kablam! --> src/parser/lexicon.rs:9:1 Oct 15 00:01:25.299 INFO kablam! | Oct 15 00:01:25.299 INFO kablam! 9 | pub fn distance_from(first: (f32, f32, f32), second: (f32, f32, f32)) -> f32 { Oct 15 00:01:25.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:01:25.299 INFO kablam! Oct 15 00:01:25.300 INFO kablam! warning: method is never used: `calc_time` Oct 15 00:01:25.300 INFO kablam! --> src/parser/lexicon.rs:15:5 Oct 15 00:01:25.300 INFO kablam! | Oct 15 00:01:25.300 INFO kablam! 15 | pub fn calc_time(self) -> u32 { Oct 15 00:01:25.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:01:25.301 INFO kablam! Oct 15 00:01:25.301 INFO kablam! warning: function is never used: `parse_line` Oct 15 00:01:25.301 INFO kablam! --> src/parser/mod.rs:30:1 Oct 15 00:01:25.301 INFO kablam! | Oct 15 00:01:25.301 INFO kablam! 30 | fn parse_line(line: &str) { Oct 15 00:01:25.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:01:25.302 INFO kablam! Oct 15 00:01:25.607 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.63s Oct 15 00:01:25.613 INFO kablam! su: No module specific data is present Oct 15 00:01:25.907 INFO running `"docker" "rm" "-f" "6355676ba9b817bbe0d7aac8140a812462613ca4e69e3a1a698ad0cc9c4b70fb"` Oct 15 00:01:26.018 INFO blam! 6355676ba9b817bbe0d7aac8140a812462613ca4e69e3a1a698ad0cc9c4b70fb Oct 15 00:01:26.020 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 00:01:26.394 INFO blam! 06e4abdd0b43a1a13e8e166e8a47b13c249f470320ac0018974ee2b00b23569e Oct 15 00:01:26.397 INFO running `"docker" "start" "-a" "06e4abdd0b43a1a13e8e166e8a47b13c249f470320ac0018974ee2b00b23569e"` Oct 15 00:01:26.859 INFO kablam! usermod: no changes Oct 15 00:01:26.943 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 00:01:26.963 INFO kablam! Running /target/debug/deps/reimagined_octo_fortnight-dc47b5845cce2c68 Oct 15 00:01:26.972 INFO kablam! su: No module specific data is present Oct 15 00:01:26.973 INFO blam! Oct 15 00:01:26.973 INFO blam! running 0 tests Oct 15 00:01:26.973 INFO blam! Oct 15 00:01:26.973 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:01:26.973 INFO blam! Oct 15 00:01:27.410 INFO running `"docker" "rm" "-f" "06e4abdd0b43a1a13e8e166e8a47b13c249f470320ac0018974ee2b00b23569e"` Oct 15 00:01:27.496 INFO blam! 06e4abdd0b43a1a13e8e166e8a47b13c249f470320ac0018974ee2b00b23569e