Oct 15 00:00:19.099 INFO testing cumason123/tmp against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 00:00:19.099 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 15 00:00:24.186 INFO blam! d0ad9ab7cb13e495e2601867758d22865af6044178aa7cd9a7c443b507c7388c Oct 15 00:00:24.189 INFO running `"docker" "start" "-a" "d0ad9ab7cb13e495e2601867758d22865af6044178aa7cd9a7c443b507c7388c"` Oct 15 00:00:27.571 INFO kablam! usermod: no changes Oct 15 00:00:27.707 INFO kablam! Compiling num-traits v0.2.5 Oct 15 00:00:27.708 INFO kablam! Compiling rand v0.5.3 Oct 15 00:00:27.709 INFO kablam! Compiling juniper_codegen v0.9.2 Oct 15 00:00:27.709 INFO kablam! Compiling ordermap v0.2.13 Oct 15 00:00:32.410 INFO kablam! Compiling num-integer v0.1.39 Oct 15 00:00:32.414 INFO kablam! Compiling num-complex v0.2.0 Oct 15 00:00:32.415 INFO kablam! Compiling approx v0.2.0 Oct 15 00:00:33.408 INFO kablam! Compiling num-bigint v0.2.0 Oct 15 00:00:33.408 INFO kablam! Compiling chrono v0.4.4 Oct 15 00:00:33.408 INFO kablam! Compiling num-iter v0.1.37 Oct 15 00:00:34.051 INFO kablam! Compiling alga v0.6.0 Oct 15 00:00:37.411 INFO kablam! Compiling juniper v0.9.2 Oct 15 00:00:39.179 INFO kablam! Compiling num-rational v0.2.1 Oct 15 00:00:42.143 INFO kablam! Compiling nalgebra v0.15.3 Oct 15 00:00:42.523 INFO kablam! Compiling num v0.2.0 Oct 15 00:01:20.932 INFO kablam! Compiling reimagined-octo-fortnight v0.1.0 (/source) Oct 15 00:01:21.172 INFO kablam! warning: unused import: `parsing_error::ParsingError` Oct 15 00:01:21.172 INFO kablam! --> src/parser/lexicon.rs:1:5 Oct 15 00:01:21.172 INFO kablam! | Oct 15 00:01:21.172 INFO kablam! 1 | use parsing_error::ParsingError; Oct 15 00:01:21.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:01:21.172 INFO kablam! | Oct 15 00:01:21.172 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:01:21.172 INFO kablam! Oct 15 00:01:21.174 INFO kablam! warning: unused import: `parser::lexicon` Oct 15 00:01:21.175 INFO kablam! --> src/main.rs:5:5 Oct 15 00:01:21.175 INFO kablam! | Oct 15 00:01:21.175 INFO kablam! 5 | use parser::lexicon; Oct 15 00:01:21.175 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 00:01:21.175 INFO kablam! Oct 15 00:01:21.217 INFO kablam! warning: unused variable: `err` Oct 15 00:01:21.217 INFO kablam! --> src/parser/mod.rs:14:13 Oct 15 00:01:21.217 INFO kablam! | Oct 15 00:01:21.217 INFO kablam! 14 | Err(err) => { Oct 15 00:01:21.217 INFO kablam! | ^^^ help: consider using `_err` instead Oct 15 00:01:21.218 INFO kablam! | Oct 15 00:01:21.218 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:01:21.218 INFO kablam! Oct 15 00:01:21.218 INFO kablam! warning: unused variable: `line` Oct 15 00:01:21.218 INFO kablam! --> src/parser/mod.rs:30:15 Oct 15 00:01:21.218 INFO kablam! | Oct 15 00:01:21.218 INFO kablam! 30 | fn parse_line(line: &str) { Oct 15 00:01:21.218 INFO kablam! | ^^^^ help: consider using `_line` instead Oct 15 00:01:21.218 INFO kablam! Oct 15 00:01:21.218 INFO kablam! warning: unused variable: `res` Oct 15 00:01:21.218 INFO kablam! --> src/main.rs:10:9 Oct 15 00:01:21.218 INFO kablam! | Oct 15 00:01:21.218 INFO kablam! 10 | let res = parse_file("tort.ngc"); Oct 15 00:01:21.218 INFO kablam! | ^^^ help: consider using `_res` instead Oct 15 00:01:21.218 INFO kablam! Oct 15 00:01:21.222 INFO kablam! warning: variable does not need to be mutable Oct 15 00:01:21.222 INFO kablam! --> src/parser/mod.rs:21:9 Oct 15 00:01:21.222 INFO kablam! | Oct 15 00:01:21.222 INFO kablam! 21 | let mut time = 0u32; Oct 15 00:01:21.222 INFO kablam! | ----^^^^ Oct 15 00:01:21.223 INFO kablam! | | Oct 15 00:01:21.223 INFO kablam! | help: remove this `mut` Oct 15 00:01:21.223 INFO kablam! | Oct 15 00:01:21.223 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 00:01:21.223 INFO kablam! Oct 15 00:01:21.231 INFO kablam! warning: struct is never constructed: `Linear` Oct 15 00:01:21.231 INFO kablam! --> src/parser/lexicon.rs:2:1 Oct 15 00:01:21.231 INFO kablam! | Oct 15 00:01:21.231 INFO kablam! 2 | pub struct Linear { Oct 15 00:01:21.231 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 00:01:21.232 INFO kablam! | Oct 15 00:01:21.232 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:01:21.232 INFO kablam! Oct 15 00:01:21.232 INFO kablam! warning: function is never used: `distance_from` Oct 15 00:01:21.232 INFO kablam! --> src/parser/lexicon.rs:9:1 Oct 15 00:01:21.232 INFO kablam! | Oct 15 00:01:21.233 INFO kablam! 9 | pub fn distance_from(first: (f32, f32, f32), second: (f32, f32, f32)) -> f32 { Oct 15 00:01:21.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:01:21.233 INFO kablam! Oct 15 00:01:21.233 INFO kablam! warning: method is never used: `calc_time` Oct 15 00:01:21.233 INFO kablam! --> src/parser/lexicon.rs:15:5 Oct 15 00:01:21.234 INFO kablam! | Oct 15 00:01:21.234 INFO kablam! 15 | pub fn calc_time(self) -> u32 { Oct 15 00:01:21.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:01:21.234 INFO kablam! Oct 15 00:01:21.234 INFO kablam! warning: function is never used: `parse_line` Oct 15 00:01:21.235 INFO kablam! --> src/parser/mod.rs:30:1 Oct 15 00:01:21.235 INFO kablam! | Oct 15 00:01:21.235 INFO kablam! 30 | fn parse_line(line: &str) { Oct 15 00:01:21.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:01:21.235 INFO kablam! Oct 15 00:01:21.831 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 54.24s Oct 15 00:01:21.838 INFO kablam! su: No module specific data is present Oct 15 00:01:22.555 INFO running `"docker" "rm" "-f" "d0ad9ab7cb13e495e2601867758d22865af6044178aa7cd9a7c443b507c7388c"` Oct 15 00:01:22.797 INFO blam! d0ad9ab7cb13e495e2601867758d22865af6044178aa7cd9a7c443b507c7388c Oct 15 00:01:22.801 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 15 00:01:23.315 INFO blam! 709eb5f6eb08050de7d71fcee916402ca150f6f616916066679876ea8dbe14fc Oct 15 00:01:23.317 INFO running `"docker" "start" "-a" "709eb5f6eb08050de7d71fcee916402ca150f6f616916066679876ea8dbe14fc"` Oct 15 00:01:24.543 INFO kablam! usermod: no changes Oct 15 00:01:24.699 INFO kablam! Compiling reimagined-octo-fortnight v0.1.0 (/source) Oct 15 00:01:24.999 INFO kablam! warning: unused import: `parsing_error::ParsingError` Oct 15 00:01:24.999 INFO kablam! --> src/parser/lexicon.rs:1:5 Oct 15 00:01:24.999 INFO kablam! | Oct 15 00:01:24.999 INFO kablam! 1 | use parsing_error::ParsingError; Oct 15 00:01:24.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:01:24.999 INFO kablam! | Oct 15 00:01:24.999 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:01:24.999 INFO kablam! Oct 15 00:01:24.999 INFO kablam! warning: unused import: `parser::lexicon` Oct 15 00:01:24.999 INFO kablam! --> src/main.rs:5:5 Oct 15 00:01:24.999 INFO kablam! | Oct 15 00:01:24.999 INFO kablam! 5 | use parser::lexicon; Oct 15 00:01:24.999 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 00:01:24.999 INFO kablam! Oct 15 00:01:25.039 INFO kablam! warning: unused variable: `err` Oct 15 00:01:25.039 INFO kablam! --> src/parser/mod.rs:14:13 Oct 15 00:01:25.039 INFO kablam! | Oct 15 00:01:25.039 INFO kablam! 14 | Err(err) => { Oct 15 00:01:25.039 INFO kablam! | ^^^ help: consider using `_err` instead Oct 15 00:01:25.039 INFO kablam! | Oct 15 00:01:25.039 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:01:25.039 INFO kablam! Oct 15 00:01:25.039 INFO kablam! warning: unused variable: `line` Oct 15 00:01:25.039 INFO kablam! --> src/parser/mod.rs:30:15 Oct 15 00:01:25.039 INFO kablam! | Oct 15 00:01:25.039 INFO kablam! 30 | fn parse_line(line: &str) { Oct 15 00:01:25.039 INFO kablam! | ^^^^ help: consider using `_line` instead Oct 15 00:01:25.039 INFO kablam! Oct 15 00:01:25.039 INFO kablam! warning: unused variable: `res` Oct 15 00:01:25.039 INFO kablam! --> src/main.rs:10:9 Oct 15 00:01:25.039 INFO kablam! | Oct 15 00:01:25.039 INFO kablam! 10 | let res = parse_file("tort.ngc"); Oct 15 00:01:25.039 INFO kablam! | ^^^ help: consider using `_res` instead Oct 15 00:01:25.039 INFO kablam! Oct 15 00:01:25.043 INFO kablam! warning: variable does not need to be mutable Oct 15 00:01:25.043 INFO kablam! --> src/parser/mod.rs:21:9 Oct 15 00:01:25.043 INFO kablam! | Oct 15 00:01:25.043 INFO kablam! 21 | let mut time = 0u32; Oct 15 00:01:25.043 INFO kablam! | ----^^^^ Oct 15 00:01:25.043 INFO kablam! | | Oct 15 00:01:25.043 INFO kablam! | help: remove this `mut` Oct 15 00:01:25.043 INFO kablam! | Oct 15 00:01:25.043 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 00:01:25.043 INFO kablam! Oct 15 00:01:25.055 INFO kablam! warning: struct is never constructed: `Linear` Oct 15 00:01:25.055 INFO kablam! --> src/parser/lexicon.rs:2:1 Oct 15 00:01:25.055 INFO kablam! | Oct 15 00:01:25.055 INFO kablam! 2 | pub struct Linear { Oct 15 00:01:25.055 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 00:01:25.055 INFO kablam! | Oct 15 00:01:25.055 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:01:25.055 INFO kablam! Oct 15 00:01:25.055 INFO kablam! warning: function is never used: `distance_from` Oct 15 00:01:25.055 INFO kablam! --> src/parser/lexicon.rs:9:1 Oct 15 00:01:25.055 INFO kablam! | Oct 15 00:01:25.055 INFO kablam! 9 | pub fn distance_from(first: (f32, f32, f32), second: (f32, f32, f32)) -> f32 { Oct 15 00:01:25.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:01:25.055 INFO kablam! Oct 15 00:01:25.055 INFO kablam! warning: method is never used: `calc_time` Oct 15 00:01:25.055 INFO kablam! --> src/parser/lexicon.rs:15:5 Oct 15 00:01:25.055 INFO kablam! | Oct 15 00:01:25.055 INFO kablam! 15 | pub fn calc_time(self) -> u32 { Oct 15 00:01:25.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:01:25.055 INFO kablam! Oct 15 00:01:25.055 INFO kablam! warning: function is never used: `parse_line` Oct 15 00:01:25.055 INFO kablam! --> src/parser/mod.rs:30:1 Oct 15 00:01:25.055 INFO kablam! | Oct 15 00:01:25.055 INFO kablam! 30 | fn parse_line(line: &str) { Oct 15 00:01:25.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:01:25.055 INFO kablam! Oct 15 00:01:25.452 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.87s Oct 15 00:01:25.458 INFO kablam! su: No module specific data is present Oct 15 00:01:25.745 INFO running `"docker" "rm" "-f" "709eb5f6eb08050de7d71fcee916402ca150f6f616916066679876ea8dbe14fc"` Oct 15 00:01:25.844 INFO blam! 709eb5f6eb08050de7d71fcee916402ca150f6f616916066679876ea8dbe14fc Oct 15 00:01:25.849 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 15 00:01:26.072 INFO blam! 991b1c3dcea03db5c85213994c576ac901a4868182a112a3f546abd342b1f01a Oct 15 00:01:26.074 INFO running `"docker" "start" "-a" "991b1c3dcea03db5c85213994c576ac901a4868182a112a3f546abd342b1f01a"` Oct 15 00:01:26.583 INFO kablam! usermod: no changes Oct 15 00:01:26.666 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 15 00:01:26.680 INFO kablam! Running /target/debug/deps/reimagined_octo_fortnight-690341ce965ae8f8 Oct 15 00:01:26.685 INFO blam! Oct 15 00:01:26.685 INFO blam! running 0 tests Oct 15 00:01:26.685 INFO blam! Oct 15 00:01:26.685 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:01:26.685 INFO blam! Oct 15 00:01:26.686 INFO kablam! su: No module specific data is present Oct 15 00:01:26.947 INFO running `"docker" "rm" "-f" "991b1c3dcea03db5c85213994c576ac901a4868182a112a3f546abd342b1f01a"` Oct 15 00:01:27.052 INFO blam! 991b1c3dcea03db5c85213994c576ac901a4868182a112a3f546abd342b1f01a