Oct 10 16:25:26.697 INFO testing rademonster/S4 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 16:25:26.697 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 16:25:26.697 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 16:25:27.234 INFO blam! 6c1f554dbdf15f1841a5a7a66106b23cf77b75470adc50a815bc2ad39c5482f8 Oct 10 16:25:27.236 INFO running `"docker" "start" "-a" "6c1f554dbdf15f1841a5a7a66106b23cf77b75470adc50a815bc2ad39c5482f8"` Oct 10 16:25:28.712 INFO kablam! usermod: no changes Oct 10 16:25:28.756 INFO kablam! warning: `panic` setting is ignored for `test` profile Oct 10 16:25:28.756 INFO kablam! warning: profile `doc` is deprecated and has no effect Oct 10 16:25:28.756 INFO kablam! warning: `panic` setting is ignored for `bench` profile Oct 10 16:25:28.877 INFO kablam! Compiling matches v0.1.6 Oct 10 16:25:28.878 INFO kablam! Compiling either v1.4.0 Oct 10 16:25:28.886 INFO kablam! Compiling libc v0.2.33 Oct 10 16:25:28.887 INFO kablam! Compiling rayon-core v1.3.0 Oct 10 16:25:28.887 INFO kablam! Compiling scopeguard v0.3.3 Oct 10 16:25:28.887 INFO kablam! Compiling cfg-if v0.1.2 Oct 10 16:25:28.887 INFO kablam! Compiling unicode-normalization v0.1.5 Oct 10 16:25:28.888 INFO kablam! Compiling lazy_static v0.2.10 Oct 10 16:25:29.513 INFO kablam! Compiling byteorder v1.1.0 Oct 10 16:25:31.724 INFO kablam! Compiling lazycell v0.5.1 Oct 10 16:25:32.038 INFO kablam! Compiling log v0.3.8 Oct 10 16:25:32.456 INFO kablam! Compiling percent-encoding v1.0.0 Oct 10 16:25:32.578 INFO kablam! Compiling slab v0.3.0 Oct 10 16:25:32.592 INFO kablam! Compiling sha1 v0.2.0 Oct 10 16:25:34.937 INFO kablam! Compiling httparse v1.2.3 Oct 10 16:25:35.769 INFO kablam! Compiling coco v0.1.1 Oct 10 16:25:36.602 INFO kablam! Compiling unicode-bidi v0.3.4 Oct 10 16:25:37.637 INFO kablam! Compiling rand v0.3.17 Oct 10 16:25:37.637 INFO kablam! Compiling iovec v0.1.1 Oct 10 16:25:37.637 INFO kablam! Compiling num_cpus v1.7.0 Oct 10 16:25:37.637 INFO kablam! Compiling net2 v0.2.31 Oct 10 16:25:40.608 INFO kablam! Compiling bytes v0.4.5 Oct 10 16:25:42.953 INFO kablam! Compiling mio v0.6.11 Oct 10 16:25:46.195 INFO kablam! Compiling idna v0.1.4 Oct 10 16:25:50.087 INFO kablam! Compiling rayon v0.9.0 Oct 10 16:25:52.385 INFO kablam! Compiling url v1.6.0 Oct 10 16:25:57.000 INFO kablam! Compiling ws v0.7.3 Oct 10 16:26:01.144 INFO kablam! Compiling S4 v0.1.0 (/source) Oct 10 16:26:03.037 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 10 16:26:03.037 INFO kablam! --> src/main.rs:2:5 Oct 10 16:26:03.037 INFO kablam! | Oct 10 16:26:03.037 INFO kablam! 2 | use std::collections::HashMap; Oct 10 16:26:03.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:26:03.037 INFO kablam! | Oct 10 16:26:03.037 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 16:26:03.037 INFO kablam! Oct 10 16:26:03.037 INFO kablam! warning: unused import: `TryRecvError` Oct 10 16:26:03.037 INFO kablam! --> src/physics/fundamentals.rs:6:41 Oct 10 16:26:03.037 INFO kablam! | Oct 10 16:26:03.037 INFO kablam! 6 | use std::sync::mpsc::{Sender, Receiver, TryRecvError}; Oct 10 16:26:03.037 INFO kablam! | ^^^^^^^^^^^^ Oct 10 16:26:03.037 INFO kablam! Oct 10 16:26:03.037 INFO kablam! warning: unused import: `std::fmt` Oct 10 16:26:03.037 INFO kablam! --> src/physics/MachineComponents.rs:3:5 Oct 10 16:26:03.037 INFO kablam! | Oct 10 16:26:03.037 INFO kablam! 3 | use std::fmt; Oct 10 16:26:03.037 INFO kablam! | ^^^^^^^^ Oct 10 16:26:03.037 INFO kablam! Oct 10 16:26:03.273 INFO kablam! warning: unused import: `self::rayon::prelude` Oct 10 16:26:03.273 INFO kablam! --> src/physics/mod.rs:11:5 Oct 10 16:26:03.273 INFO kablam! | Oct 10 16:26:03.273 INFO kablam! 11 | use self::rayon::prelude::*; Oct 10 16:26:03.274 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 16:26:03.274 INFO kablam! Oct 10 16:26:03.292 INFO kablam! warning: unreachable pattern Oct 10 16:26:03.292 INFO kablam! --> src/main.rs:22:13 Oct 10 16:26:03.292 INFO kablam! | Oct 10 16:26:03.292 INFO kablam! 22 | _ => {println!("{:?}", "ShipMessage Not tet implemented"); String::new()} Oct 10 16:26:03.292 INFO kablam! | ^ Oct 10 16:26:03.292 INFO kablam! | Oct 10 16:26:03.292 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 10 16:26:03.292 INFO kablam! Oct 10 16:26:03.292 INFO kablam! warning: unused variable: `dist` Oct 10 16:26:03.292 INFO kablam! --> src/physics/fundamentals.rs:65:24 Oct 10 16:26:03.292 INFO kablam! | Oct 10 16:26:03.292 INFO kablam! 65 | fn doBlock(&mut self, dist: real, rad: real){ Oct 10 16:26:03.292 INFO kablam! | ^^^^ help: consider using `_dist` instead Oct 10 16:26:03.292 INFO kablam! | Oct 10 16:26:03.292 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 16:26:03.293 INFO kablam! Oct 10 16:26:03.293 INFO kablam! warning: unused variable: `rad` Oct 10 16:26:03.293 INFO kablam! --> src/physics/fundamentals.rs:65:36 Oct 10 16:26:03.293 INFO kablam! | Oct 10 16:26:03.293 INFO kablam! 65 | fn doBlock(&mut self, dist: real, rad: real){ Oct 10 16:26:03.293 INFO kablam! | ^^^ help: consider using `_rad` instead Oct 10 16:26:03.293 INFO kablam! Oct 10 16:26:03.293 INFO kablam! warning: unused variable: `dir` Oct 10 16:26:03.293 INFO kablam! --> src/physics/fundamentals.rs:170:30 Oct 10 16:26:03.293 INFO kablam! | Oct 10 16:26:03.293 INFO kablam! 170 | pub fn incident(&mut self, (dir, power, packet): (vec2d, real, Data)){ Oct 10 16:26:03.293 INFO kablam! | ^^^ help: consider using `_dir` instead Oct 10 16:26:03.293 INFO kablam! Oct 10 16:26:03.293 INFO kablam! warning: unused variable: `power` Oct 10 16:26:03.293 INFO kablam! --> src/physics/fundamentals.rs:170:35 Oct 10 16:26:03.293 INFO kablam! | Oct 10 16:26:03.293 INFO kablam! 170 | pub fn incident(&mut self, (dir, power, packet): (vec2d, real, Data)){ Oct 10 16:26:03.293 INFO kablam! | ^^^^^ help: consider using `_power` instead Oct 10 16:26:03.293 INFO kablam! Oct 10 16:26:03.360 INFO kablam! warning: variant is never constructed: `Text` Oct 10 16:26:03.360 INFO kablam! --> src/physics/fundamentals.rs:19:5 Oct 10 16:26:03.360 INFO kablam! | Oct 10 16:26:03.360 INFO kablam! 19 | Text(String), Oct 10 16:26:03.360 INFO kablam! | ^^^^^^^^^^^^ Oct 10 16:26:03.360 INFO kablam! | Oct 10 16:26:03.360 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 16:26:03.360 INFO kablam! Oct 10 16:26:03.360 INFO kablam! warning: variant is never constructed: `Energy` Oct 10 16:26:03.360 INFO kablam! --> src/physics/fundamentals.rs:20:5 Oct 10 16:26:03.360 INFO kablam! | Oct 10 16:26:03.360 INFO kablam! 20 | Energy(real) //frequency Oct 10 16:26:03.360 INFO kablam! | ^^^^^^^^^^^^ Oct 10 16:26:03.360 INFO kablam! Oct 10 16:26:03.360 INFO kablam! warning: struct is never constructed: `Reactor` Oct 10 16:26:03.360 INFO kablam! --> src/physics/MachineComponents.rs:23:1 Oct 10 16:26:03.360 INFO kablam! | Oct 10 16:26:03.360 INFO kablam! 23 | struct Reactor { Oct 10 16:26:03.360 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 16:26:03.361 INFO kablam! Oct 10 16:26:03.361 INFO kablam! warning: struct is never constructed: `System` Oct 10 16:26:03.361 INFO kablam! --> src/system/mod.rs:4:1 Oct 10 16:26:03.361 INFO kablam! | Oct 10 16:26:03.361 INFO kablam! 4 | struct System { Oct 10 16:26:03.361 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 16:26:03.361 INFO kablam! Oct 10 16:26:03.361 INFO kablam! warning: crate `S4` should have a snake case name such as `s4` Oct 10 16:26:03.361 INFO kablam! | Oct 10 16:26:03.361 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 16:26:03.361 INFO kablam! Oct 10 16:26:03.366 INFO kablam! warning: unused attribute Oct 10 16:26:03.366 INFO kablam! --> src/physics/fundamentals.rs:1:1 Oct 10 16:26:03.366 INFO kablam! | Oct 10 16:26:03.366 INFO kablam! 1 | #![feature(associated_consts)] Oct 10 16:26:03.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:26:03.366 INFO kablam! | Oct 10 16:26:03.366 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 10 16:26:03.366 INFO kablam! Oct 10 16:26:03.366 INFO kablam! warning: crate-level attribute should be in the root module Oct 10 16:26:03.366 INFO kablam! --> src/physics/fundamentals.rs:1:1 Oct 10 16:26:03.366 INFO kablam! | Oct 10 16:26:03.366 INFO kablam! 1 | #![feature(associated_consts)] Oct 10 16:26:03.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:26:03.366 INFO kablam! Oct 10 16:26:03.366 INFO kablam! warning: path statement with no effect Oct 10 16:26:03.366 INFO kablam! --> src/physics/mod.rs:27:19 Oct 10 16:26:03.366 INFO kablam! | Oct 10 16:26:03.366 INFO kablam! 27 | ($x:expr) => ($x) Oct 10 16:26:03.366 INFO kablam! | ^^ Oct 10 16:26:03.366 INFO kablam! ... Oct 10 16:26:03.366 INFO kablam! 76 | findNan!(d); Oct 10 16:26:03.366 INFO kablam! | ------------ in this macro invocation Oct 10 16:26:03.366 INFO kablam! | Oct 10 16:26:03.366 INFO kablam! = note: #[warn(path_statements)] on by default Oct 10 16:26:03.366 INFO kablam! Oct 10 16:26:03.366 INFO kablam! warning: path statement with no effect Oct 10 16:26:03.366 INFO kablam! --> src/physics/mod.rs:27:19 Oct 10 16:26:03.366 INFO kablam! | Oct 10 16:26:03.366 INFO kablam! 27 | ($x:expr) => ($x) Oct 10 16:26:03.366 INFO kablam! | ^^ Oct 10 16:26:03.366 INFO kablam! ... Oct 10 16:26:03.366 INFO kablam! 81 | findNan!(timeStep); Oct 10 16:26:03.366 INFO kablam! | ------------------- in this macro invocation Oct 10 16:26:03.366 INFO kablam! Oct 10 16:26:03.372 INFO kablam! warning: structure field `shipRx` should have a snake case name such as `ship_rx` Oct 10 16:26:03.372 INFO kablam! --> src/main.rs:33:5 Oct 10 16:26:03.372 INFO kablam! | Oct 10 16:26:03.372 INFO kablam! 33 | shipRx: Option>, Oct 10 16:26:03.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:26:03.372 INFO kablam! Oct 10 16:26:03.372 INFO kablam! warning: structure field `shipTx` should have a snake case name such as `ship_tx` Oct 10 16:26:03.372 INFO kablam! --> src/main.rs:34:5 Oct 10 16:26:03.372 INFO kablam! | Oct 10 16:26:03.372 INFO kablam! 34 | shipTx: Option> Oct 10 16:26:03.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:26:03.372 INFO kablam! Oct 10 16:26:08.785 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 40.05s Oct 10 16:26:08.790 INFO kablam! su: No module specific data is present Oct 10 16:26:09.733 INFO running `"docker" "rm" "-f" "6c1f554dbdf15f1841a5a7a66106b23cf77b75470adc50a815bc2ad39c5482f8"` Oct 10 16:26:10.002 INFO blam! 6c1f554dbdf15f1841a5a7a66106b23cf77b75470adc50a815bc2ad39c5482f8 Oct 10 16:26:10.008 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 16:26:10.008 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 16:26:10.464 INFO blam! 3bec24acbdbaf0486e7c69a0cb9986a889548b4c07a8dc411af005d111cffa14 Oct 10 16:26:10.464 INFO running `"docker" "start" "-a" "3bec24acbdbaf0486e7c69a0cb9986a889548b4c07a8dc411af005d111cffa14"` Oct 10 16:26:11.668 INFO kablam! usermod: no changes Oct 10 16:26:11.713 INFO kablam! warning: `panic` setting is ignored for `test` profile Oct 10 16:26:11.713 INFO kablam! warning: profile `doc` is deprecated and has no effect Oct 10 16:26:11.713 INFO kablam! warning: `panic` setting is ignored for `bench` profile Oct 10 16:26:11.772 INFO kablam! Compiling matches v0.1.6 Oct 10 16:26:11.772 INFO kablam! Compiling cfg-if v0.1.2 Oct 10 16:26:11.772 INFO kablam! Compiling unicode-normalization v0.1.5 Oct 10 16:26:11.780 INFO kablam! Compiling scopeguard v0.3.3 Oct 10 16:26:11.780 INFO kablam! Compiling either v1.4.0 Oct 10 16:26:11.780 INFO kablam! Compiling libc v0.2.33 Oct 10 16:26:11.780 INFO kablam! Compiling lazy_static v0.2.10 Oct 10 16:26:11.780 INFO kablam! Compiling lazycell v0.5.1 Oct 10 16:26:12.080 INFO kablam! Compiling percent-encoding v1.0.0 Oct 10 16:26:13.892 INFO kablam! Compiling log v0.3.8 Oct 10 16:26:14.516 INFO kablam! Compiling slab v0.3.0 Oct 10 16:26:15.064 INFO kablam! Compiling byteorder v1.1.0 Oct 10 16:26:15.088 INFO kablam! Compiling httparse v1.2.3 Oct 10 16:26:15.136 INFO kablam! Compiling sha1 v0.2.0 Oct 10 16:26:16.276 INFO kablam! Compiling unicode-bidi v0.3.4 Oct 10 16:26:16.984 INFO kablam! Compiling coco v0.1.1 Oct 10 16:26:17.680 INFO kablam! Compiling net2 v0.2.31 Oct 10 16:26:18.968 INFO kablam! Compiling num_cpus v1.7.0 Oct 10 16:26:19.537 INFO kablam! Compiling rand v0.3.17 Oct 10 16:26:20.316 INFO kablam! Compiling iovec v0.1.1 Oct 10 16:26:23.404 INFO kablam! Compiling bytes v0.4.5 Oct 10 16:26:24.514 INFO kablam! Compiling mio v0.6.11 Oct 10 16:26:26.468 INFO kablam! Compiling idna v0.1.4 Oct 10 16:26:31.089 INFO kablam! Compiling rayon-core v1.3.0 Oct 10 16:26:33.248 INFO kablam! Compiling url v1.6.0 Oct 10 16:26:35.040 INFO kablam! Compiling rayon v0.9.0 Oct 10 16:26:39.168 INFO kablam! Compiling ws v0.7.3 Oct 10 16:26:44.168 INFO kablam! Compiling S4 v0.1.0 (/source) Oct 10 16:26:46.072 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 10 16:26:46.073 INFO kablam! --> src/main.rs:2:5 Oct 10 16:26:46.073 INFO kablam! | Oct 10 16:26:46.073 INFO kablam! 2 | use std::collections::HashMap; Oct 10 16:26:46.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:26:46.073 INFO kablam! | Oct 10 16:26:46.073 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 16:26:46.073 INFO kablam! Oct 10 16:26:46.073 INFO kablam! warning: unused import: `TryRecvError` Oct 10 16:26:46.073 INFO kablam! --> src/physics/fundamentals.rs:6:41 Oct 10 16:26:46.073 INFO kablam! | Oct 10 16:26:46.073 INFO kablam! 6 | use std::sync::mpsc::{Sender, Receiver, TryRecvError}; Oct 10 16:26:46.073 INFO kablam! | ^^^^^^^^^^^^ Oct 10 16:26:46.073 INFO kablam! Oct 10 16:26:46.092 INFO kablam! warning: unused import: `std::fmt` Oct 10 16:26:46.092 INFO kablam! --> src/physics/MachineComponents.rs:3:5 Oct 10 16:26:46.092 INFO kablam! | Oct 10 16:26:46.092 INFO kablam! 3 | use std::fmt; Oct 10 16:26:46.092 INFO kablam! | ^^^^^^^^ Oct 10 16:26:46.092 INFO kablam! Oct 10 16:26:46.298 INFO kablam! warning: unused import: `self::rayon::prelude` Oct 10 16:26:46.298 INFO kablam! --> src/physics/mod.rs:11:5 Oct 10 16:26:46.298 INFO kablam! | Oct 10 16:26:46.298 INFO kablam! 11 | use self::rayon::prelude::*; Oct 10 16:26:46.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 16:26:46.298 INFO kablam! Oct 10 16:26:46.317 INFO kablam! warning: unreachable pattern Oct 10 16:26:46.317 INFO kablam! --> src/main.rs:22:13 Oct 10 16:26:46.317 INFO kablam! | Oct 10 16:26:46.317 INFO kablam! 22 | _ => {println!("{:?}", "ShipMessage Not tet implemented"); String::new()} Oct 10 16:26:46.317 INFO kablam! | ^ Oct 10 16:26:46.317 INFO kablam! | Oct 10 16:26:46.317 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 10 16:26:46.317 INFO kablam! Oct 10 16:26:46.319 INFO kablam! warning: unused variable: `dist` Oct 10 16:26:46.319 INFO kablam! --> src/physics/fundamentals.rs:65:24 Oct 10 16:26:46.319 INFO kablam! | Oct 10 16:26:46.319 INFO kablam! 65 | fn doBlock(&mut self, dist: real, rad: real){ Oct 10 16:26:46.319 INFO kablam! | ^^^^ help: consider using `_dist` instead Oct 10 16:26:46.319 INFO kablam! | Oct 10 16:26:46.319 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 16:26:46.319 INFO kablam! Oct 10 16:26:46.319 INFO kablam! warning: unused variable: `rad` Oct 10 16:26:46.319 INFO kablam! --> src/physics/fundamentals.rs:65:36 Oct 10 16:26:46.319 INFO kablam! | Oct 10 16:26:46.319 INFO kablam! 65 | fn doBlock(&mut self, dist: real, rad: real){ Oct 10 16:26:46.319 INFO kablam! | ^^^ help: consider using `_rad` instead Oct 10 16:26:46.319 INFO kablam! Oct 10 16:26:46.319 INFO kablam! warning: unused variable: `dir` Oct 10 16:26:46.319 INFO kablam! --> src/physics/fundamentals.rs:170:30 Oct 10 16:26:46.319 INFO kablam! | Oct 10 16:26:46.319 INFO kablam! 170 | pub fn incident(&mut self, (dir, power, packet): (vec2d, real, Data)){ Oct 10 16:26:46.319 INFO kablam! | ^^^ help: consider using `_dir` instead Oct 10 16:26:46.319 INFO kablam! Oct 10 16:26:46.319 INFO kablam! warning: unused variable: `power` Oct 10 16:26:46.319 INFO kablam! --> src/physics/fundamentals.rs:170:35 Oct 10 16:26:46.319 INFO kablam! | Oct 10 16:26:46.319 INFO kablam! 170 | pub fn incident(&mut self, (dir, power, packet): (vec2d, real, Data)){ Oct 10 16:26:46.319 INFO kablam! | ^^^^^ help: consider using `_power` instead Oct 10 16:26:46.319 INFO kablam! Oct 10 16:26:46.394 INFO kablam! warning: variant is never constructed: `Text` Oct 10 16:26:46.394 INFO kablam! --> src/physics/fundamentals.rs:19:5 Oct 10 16:26:46.394 INFO kablam! | Oct 10 16:26:46.394 INFO kablam! 19 | Text(String), Oct 10 16:26:46.394 INFO kablam! | ^^^^^^^^^^^^ Oct 10 16:26:46.394 INFO kablam! | Oct 10 16:26:46.394 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 16:26:46.394 INFO kablam! Oct 10 16:26:46.395 INFO kablam! warning: variant is never constructed: `Energy` Oct 10 16:26:46.396 INFO kablam! --> src/physics/fundamentals.rs:20:5 Oct 10 16:26:46.396 INFO kablam! | Oct 10 16:26:46.396 INFO kablam! 20 | Energy(real) //frequency Oct 10 16:26:46.396 INFO kablam! | ^^^^^^^^^^^^ Oct 10 16:26:46.396 INFO kablam! Oct 10 16:26:46.396 INFO kablam! warning: struct is never constructed: `Reactor` Oct 10 16:26:46.396 INFO kablam! --> src/physics/MachineComponents.rs:23:1 Oct 10 16:26:46.396 INFO kablam! | Oct 10 16:26:46.396 INFO kablam! 23 | struct Reactor { Oct 10 16:26:46.396 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 16:26:46.396 INFO kablam! Oct 10 16:26:46.396 INFO kablam! warning: struct is never constructed: `System` Oct 10 16:26:46.396 INFO kablam! --> src/system/mod.rs:4:1 Oct 10 16:26:46.396 INFO kablam! | Oct 10 16:26:46.396 INFO kablam! 4 | struct System { Oct 10 16:26:46.396 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 16:26:46.396 INFO kablam! Oct 10 16:26:46.396 INFO kablam! warning: crate `S4` should have a snake case name such as `s4` Oct 10 16:26:46.396 INFO kablam! | Oct 10 16:26:46.396 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 16:26:46.396 INFO kablam! Oct 10 16:26:46.399 INFO kablam! warning: unused attribute Oct 10 16:26:46.399 INFO kablam! --> src/physics/fundamentals.rs:1:1 Oct 10 16:26:46.399 INFO kablam! | Oct 10 16:26:46.399 INFO kablam! 1 | #![feature(associated_consts)] Oct 10 16:26:46.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:26:46.399 INFO kablam! | Oct 10 16:26:46.399 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 10 16:26:46.399 INFO kablam! Oct 10 16:26:46.399 INFO kablam! warning: crate-level attribute should be in the root module Oct 10 16:26:46.399 INFO kablam! --> src/physics/fundamentals.rs:1:1 Oct 10 16:26:46.399 INFO kablam! | Oct 10 16:26:46.399 INFO kablam! 1 | #![feature(associated_consts)] Oct 10 16:26:46.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:26:46.399 INFO kablam! Oct 10 16:26:46.402 INFO kablam! warning: path statement with no effect Oct 10 16:26:46.402 INFO kablam! --> src/physics/mod.rs:27:19 Oct 10 16:26:46.402 INFO kablam! | Oct 10 16:26:46.402 INFO kablam! 27 | ($x:expr) => ($x) Oct 10 16:26:46.402 INFO kablam! | ^^ Oct 10 16:26:46.402 INFO kablam! ... Oct 10 16:26:46.402 INFO kablam! 76 | findNan!(d); Oct 10 16:26:46.402 INFO kablam! | ------------ in this macro invocation Oct 10 16:26:46.402 INFO kablam! | Oct 10 16:26:46.402 INFO kablam! = note: #[warn(path_statements)] on by default Oct 10 16:26:46.402 INFO kablam! Oct 10 16:26:46.404 INFO kablam! warning: path statement with no effect Oct 10 16:26:46.404 INFO kablam! --> src/physics/mod.rs:27:19 Oct 10 16:26:46.405 INFO kablam! | Oct 10 16:26:46.405 INFO kablam! 27 | ($x:expr) => ($x) Oct 10 16:26:46.405 INFO kablam! | ^^ Oct 10 16:26:46.405 INFO kablam! ... Oct 10 16:26:46.405 INFO kablam! 81 | findNan!(timeStep); Oct 10 16:26:46.405 INFO kablam! | ------------------- in this macro invocation Oct 10 16:26:46.405 INFO kablam! Oct 10 16:26:46.407 INFO kablam! warning: structure field `shipRx` should have a snake case name such as `ship_rx` Oct 10 16:26:46.407 INFO kablam! --> src/main.rs:33:5 Oct 10 16:26:46.407 INFO kablam! | Oct 10 16:26:46.407 INFO kablam! 33 | shipRx: Option>, Oct 10 16:26:46.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:26:46.407 INFO kablam! Oct 10 16:26:46.407 INFO kablam! warning: structure field `shipTx` should have a snake case name such as `ship_tx` Oct 10 16:26:46.407 INFO kablam! --> src/main.rs:34:5 Oct 10 16:26:46.407 INFO kablam! | Oct 10 16:26:46.407 INFO kablam! 34 | shipTx: Option> Oct 10 16:26:46.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:26:46.407 INFO kablam! Oct 10 16:26:47.197 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.51s Oct 10 16:26:47.203 INFO kablam! su: No module specific data is present Oct 10 16:26:48.362 INFO running `"docker" "rm" "-f" "3bec24acbdbaf0486e7c69a0cb9986a889548b4c07a8dc411af005d111cffa14"` Oct 10 16:26:48.692 INFO blam! 3bec24acbdbaf0486e7c69a0cb9986a889548b4c07a8dc411af005d111cffa14 Oct 10 16:26:48.701 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 16:26:48.702 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 16:26:49.121 INFO blam! 1e86e5f3156e7e6cae4e4fc6a2513cdc1d500ab497807b731e83b8cfec1315c4 Oct 10 16:26:49.128 INFO running `"docker" "start" "-a" "1e86e5f3156e7e6cae4e4fc6a2513cdc1d500ab497807b731e83b8cfec1315c4"` Oct 10 16:26:50.732 INFO kablam! usermod: no changes Oct 10 16:26:50.785 INFO kablam! warning: `panic` setting is ignored for `test` profile Oct 10 16:26:50.785 INFO kablam! warning: profile `doc` is deprecated and has no effect Oct 10 16:26:50.785 INFO kablam! warning: `panic` setting is ignored for `bench` profile Oct 10 16:26:50.832 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 10 16:26:50.832 INFO kablam! Running /target/debug/deps/S4-00fecc1dff107258 Oct 10 16:26:50.837 INFO blam! Oct 10 16:26:50.837 INFO blam! running 3 tests Oct 10 16:26:50.840 INFO blam! test physics::Vec2d::tests::mults ... ok Oct 10 16:26:50.844 INFO blam! test physics::Vec2d::tests::subtraction ... ok Oct 10 16:26:50.848 INFO blam! test physics::Vec2d::tests::equality ... ok Oct 10 16:26:50.848 INFO blam! Oct 10 16:26:50.848 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:26:50.848 INFO blam! Oct 10 16:26:50.860 INFO kablam! su: No module specific data is present Oct 10 16:26:52.341 INFO running `"docker" "rm" "-f" "1e86e5f3156e7e6cae4e4fc6a2513cdc1d500ab497807b731e83b8cfec1315c4"` Oct 10 16:26:52.689 INFO blam! 1e86e5f3156e7e6cae4e4fc6a2513cdc1d500ab497807b731e83b8cfec1315c4