Oct 13 03:20:35.211 INFO testing rademonster/S4 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 03:20:35.212 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 13 03:20:35.750 INFO blam! 27bc5cfee184eb7f263c204d7f28876536afdec7607371285b92cda4f28f701f Oct 13 03:20:35.752 INFO running `"docker" "start" "-a" "27bc5cfee184eb7f263c204d7f28876536afdec7607371285b92cda4f28f701f"` Oct 13 03:20:38.390 INFO kablam! usermod: no changes Oct 13 03:20:38.487 INFO kablam! warning: `panic` setting is ignored for `test` profile Oct 13 03:20:38.487 INFO kablam! warning: profile `doc` is deprecated and has no effect Oct 13 03:20:38.487 INFO kablam! warning: `panic` setting is ignored for `bench` profile Oct 13 03:20:38.603 INFO kablam! Compiling matches v0.1.6 Oct 13 03:20:38.607 INFO kablam! Compiling rayon-core v1.3.0 Oct 13 03:20:38.614 INFO kablam! Compiling either v1.4.0 Oct 13 03:20:38.622 INFO kablam! Compiling scopeguard v0.3.3 Oct 13 03:20:38.622 INFO kablam! Compiling unicode-normalization v0.1.5 Oct 13 03:20:38.622 INFO kablam! Compiling libc v0.2.33 Oct 13 03:20:38.622 INFO kablam! Compiling cfg-if v0.1.2 Oct 13 03:20:38.622 INFO kablam! Compiling percent-encoding v1.0.0 Oct 13 03:20:39.356 INFO kablam! Compiling log v0.3.8 Oct 13 03:20:40.500 INFO kablam! Compiling slab v0.3.0 Oct 13 03:20:40.796 INFO kablam! Compiling lazycell v0.5.1 Oct 13 03:20:42.144 INFO kablam! Compiling byteorder v1.1.0 Oct 13 03:20:42.551 INFO kablam! Compiling lazy_static v0.2.10 Oct 13 03:20:43.175 INFO kablam! Compiling sha1 v0.2.0 Oct 13 03:20:43.631 INFO kablam! Compiling httparse v1.2.3 Oct 13 03:20:44.119 INFO kablam! Compiling unicode-bidi v0.3.4 Oct 13 03:20:44.369 INFO kablam! Compiling coco v0.1.1 Oct 13 03:20:47.099 INFO kablam! Compiling net2 v0.2.31 Oct 13 03:20:47.100 INFO kablam! Compiling rand v0.3.17 Oct 13 03:20:47.100 INFO kablam! Compiling num_cpus v1.7.0 Oct 13 03:20:48.268 INFO kablam! Compiling iovec v0.1.1 Oct 13 03:20:50.568 INFO kablam! Compiling bytes v0.4.5 Oct 13 03:20:53.576 INFO kablam! Compiling mio v0.6.11 Oct 13 03:20:56.419 INFO kablam! Compiling idna v0.1.4 Oct 13 03:21:03.511 INFO kablam! Compiling rayon v0.9.0 Oct 13 03:21:03.902 INFO kablam! Compiling url v1.6.0 Oct 13 03:21:08.852 INFO kablam! Compiling ws v0.7.3 Oct 13 03:21:12.423 INFO kablam! Compiling S4 v0.1.0 (/source) Oct 13 03:21:13.183 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 13 03:21:13.183 INFO kablam! --> src/main.rs:2:5 Oct 13 03:21:13.183 INFO kablam! | Oct 13 03:21:13.183 INFO kablam! 2 | use std::collections::HashMap; Oct 13 03:21:13.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:21:13.183 INFO kablam! | Oct 13 03:21:13.183 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:21:13.183 INFO kablam! Oct 13 03:21:13.183 INFO kablam! warning: unused import: `TryRecvError` Oct 13 03:21:13.183 INFO kablam! --> src/physics/fundamentals.rs:6:41 Oct 13 03:21:13.191 INFO kablam! | Oct 13 03:21:13.191 INFO kablam! 6 | use std::sync::mpsc::{Sender, Receiver, TryRecvError}; Oct 13 03:21:13.191 INFO kablam! | ^^^^^^^^^^^^ Oct 13 03:21:13.191 INFO kablam! Oct 13 03:21:13.191 INFO kablam! warning: unused import: `std::fmt` Oct 13 03:21:13.191 INFO kablam! --> src/physics/MachineComponents.rs:3:5 Oct 13 03:21:13.191 INFO kablam! | Oct 13 03:21:13.191 INFO kablam! 3 | use std::fmt; Oct 13 03:21:13.191 INFO kablam! | ^^^^^^^^ Oct 13 03:21:13.191 INFO kablam! Oct 13 03:21:13.414 INFO kablam! warning: unused import: `self::rayon::prelude` Oct 13 03:21:13.415 INFO kablam! --> src/physics/mod.rs:11:5 Oct 13 03:21:13.416 INFO kablam! | Oct 13 03:21:13.417 INFO kablam! 11 | use self::rayon::prelude::*; Oct 13 03:21:13.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 03:21:13.418 INFO kablam! Oct 13 03:21:13.435 INFO kablam! warning: unreachable pattern Oct 13 03:21:13.436 INFO kablam! --> src/main.rs:22:13 Oct 13 03:21:13.437 INFO kablam! | Oct 13 03:21:13.437 INFO kablam! 22 | _ => {println!("{:?}", "ShipMessage Not tet implemented"); String::new()} Oct 13 03:21:13.438 INFO kablam! | ^ Oct 13 03:21:13.438 INFO kablam! | Oct 13 03:21:13.439 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 13 03:21:13.440 INFO kablam! Oct 13 03:21:13.441 INFO kablam! warning: unused variable: `dist` Oct 13 03:21:13.442 INFO kablam! --> src/physics/fundamentals.rs:65:24 Oct 13 03:21:13.443 INFO kablam! | Oct 13 03:21:13.443 INFO kablam! 65 | fn doBlock(&mut self, dist: real, rad: real){ Oct 13 03:21:13.444 INFO kablam! | ^^^^ help: consider using `_dist` instead Oct 13 03:21:13.444 INFO kablam! | Oct 13 03:21:13.445 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:21:13.446 INFO kablam! Oct 13 03:21:13.446 INFO kablam! warning: unused variable: `rad` Oct 13 03:21:13.447 INFO kablam! --> src/physics/fundamentals.rs:65:36 Oct 13 03:21:13.447 INFO kablam! | Oct 13 03:21:13.448 INFO kablam! 65 | fn doBlock(&mut self, dist: real, rad: real){ Oct 13 03:21:13.448 INFO kablam! | ^^^ help: consider using `_rad` instead Oct 13 03:21:13.448 INFO kablam! Oct 13 03:21:13.449 INFO kablam! warning: unused variable: `dir` Oct 13 03:21:13.449 INFO kablam! --> src/physics/fundamentals.rs:170:30 Oct 13 03:21:13.449 INFO kablam! | Oct 13 03:21:13.449 INFO kablam! 170 | pub fn incident(&mut self, (dir, power, packet): (vec2d, real, Data)){ Oct 13 03:21:13.449 INFO kablam! | ^^^ help: consider using `_dir` instead Oct 13 03:21:13.449 INFO kablam! Oct 13 03:21:13.449 INFO kablam! warning: unused variable: `power` Oct 13 03:21:13.450 INFO kablam! --> src/physics/fundamentals.rs:170:35 Oct 13 03:21:13.450 INFO kablam! | Oct 13 03:21:13.450 INFO kablam! 170 | pub fn incident(&mut self, (dir, power, packet): (vec2d, real, Data)){ Oct 13 03:21:13.450 INFO kablam! | ^^^^^ help: consider using `_power` instead Oct 13 03:21:13.450 INFO kablam! Oct 13 03:21:13.518 INFO kablam! warning: variant is never constructed: `Text` Oct 13 03:21:13.518 INFO kablam! --> src/physics/fundamentals.rs:19:5 Oct 13 03:21:13.518 INFO kablam! | Oct 13 03:21:13.518 INFO kablam! 19 | Text(String), Oct 13 03:21:13.518 INFO kablam! | ^^^^^^^^^^^^ Oct 13 03:21:13.518 INFO kablam! | Oct 13 03:21:13.519 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:21:13.519 INFO kablam! Oct 13 03:21:13.519 INFO kablam! warning: variant is never constructed: `Energy` Oct 13 03:21:13.519 INFO kablam! --> src/physics/fundamentals.rs:20:5 Oct 13 03:21:13.519 INFO kablam! | Oct 13 03:21:13.519 INFO kablam! 20 | Energy(real) //frequency Oct 13 03:21:13.519 INFO kablam! | ^^^^^^^^^^^^ Oct 13 03:21:13.519 INFO kablam! Oct 13 03:21:13.519 INFO kablam! warning: struct is never constructed: `Reactor` Oct 13 03:21:13.519 INFO kablam! --> src/physics/MachineComponents.rs:23:1 Oct 13 03:21:13.519 INFO kablam! | Oct 13 03:21:13.519 INFO kablam! 23 | struct Reactor { Oct 13 03:21:13.519 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 03:21:13.521 INFO kablam! Oct 13 03:21:13.521 INFO kablam! warning: struct is never constructed: `System` Oct 13 03:21:13.521 INFO kablam! --> src/system/mod.rs:4:1 Oct 13 03:21:13.521 INFO kablam! | Oct 13 03:21:13.521 INFO kablam! 4 | struct System { Oct 13 03:21:13.521 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 03:21:13.522 INFO kablam! Oct 13 03:21:13.523 INFO kablam! warning: crate `S4` should have a snake case name such as `s4` Oct 13 03:21:13.523 INFO kablam! | Oct 13 03:21:13.523 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 03:21:13.523 INFO kablam! Oct 13 03:21:13.527 INFO kablam! warning: unused attribute Oct 13 03:21:13.527 INFO kablam! --> src/physics/fundamentals.rs:1:1 Oct 13 03:21:13.527 INFO kablam! | Oct 13 03:21:13.527 INFO kablam! 1 | #![feature(associated_consts)] Oct 13 03:21:13.527 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:21:13.527 INFO kablam! | Oct 13 03:21:13.527 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 13 03:21:13.527 INFO kablam! Oct 13 03:21:13.527 INFO kablam! warning: crate-level attribute should be in the root module Oct 13 03:21:13.527 INFO kablam! --> src/physics/fundamentals.rs:1:1 Oct 13 03:21:13.527 INFO kablam! | Oct 13 03:21:13.527 INFO kablam! 1 | #![feature(associated_consts)] Oct 13 03:21:13.527 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:21:13.527 INFO kablam! Oct 13 03:21:13.530 INFO kablam! warning: path statement with no effect Oct 13 03:21:13.530 INFO kablam! --> src/physics/mod.rs:27:19 Oct 13 03:21:13.530 INFO kablam! | Oct 13 03:21:13.530 INFO kablam! 27 | ($x:expr) => ($x) Oct 13 03:21:13.530 INFO kablam! | ^^ Oct 13 03:21:13.530 INFO kablam! ... Oct 13 03:21:13.530 INFO kablam! 76 | findNan!(d); Oct 13 03:21:13.530 INFO kablam! | ------------ in this macro invocation Oct 13 03:21:13.530 INFO kablam! | Oct 13 03:21:13.530 INFO kablam! = note: #[warn(path_statements)] on by default Oct 13 03:21:13.530 INFO kablam! Oct 13 03:21:13.532 INFO kablam! warning: path statement with no effect Oct 13 03:21:13.532 INFO kablam! --> src/physics/mod.rs:27:19 Oct 13 03:21:13.532 INFO kablam! | Oct 13 03:21:13.532 INFO kablam! 27 | ($x:expr) => ($x) Oct 13 03:21:13.532 INFO kablam! | ^^ Oct 13 03:21:13.532 INFO kablam! ... Oct 13 03:21:13.532 INFO kablam! 81 | findNan!(timeStep); Oct 13 03:21:13.532 INFO kablam! | ------------------- in this macro invocation Oct 13 03:21:13.533 INFO kablam! Oct 13 03:21:13.536 INFO kablam! warning: structure field `shipRx` should have a snake case name such as `ship_rx` Oct 13 03:21:13.536 INFO kablam! --> src/main.rs:33:5 Oct 13 03:21:13.536 INFO kablam! | Oct 13 03:21:13.536 INFO kablam! 33 | shipRx: Option>, Oct 13 03:21:13.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:21:13.536 INFO kablam! Oct 13 03:21:13.536 INFO kablam! warning: structure field `shipTx` should have a snake case name such as `ship_tx` Oct 13 03:21:13.536 INFO kablam! --> src/main.rs:34:5 Oct 13 03:21:13.536 INFO kablam! | Oct 13 03:21:13.536 INFO kablam! 34 | shipTx: Option> Oct 13 03:21:13.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:21:13.536 INFO kablam! Oct 13 03:21:18.637 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 40.21s Oct 13 03:21:18.641 INFO kablam! su: No module specific data is present Oct 13 03:21:19.381 INFO running `"docker" "rm" "-f" "27bc5cfee184eb7f263c204d7f28876536afdec7607371285b92cda4f28f701f"` Oct 13 03:21:19.759 INFO blam! 27bc5cfee184eb7f263c204d7f28876536afdec7607371285b92cda4f28f701f Oct 13 03:21:19.767 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 13 03:21:20.257 INFO blam! a9eca0fb93de55bec77ab4ceef093056935f6a9db3883bb6b933f1762f1b2a7b Oct 13 03:21:20.258 INFO running `"docker" "start" "-a" "a9eca0fb93de55bec77ab4ceef093056935f6a9db3883bb6b933f1762f1b2a7b"` Oct 13 03:21:21.464 INFO kablam! usermod: no changes Oct 13 03:21:21.519 INFO kablam! warning: `panic` setting is ignored for `test` profile Oct 13 03:21:21.519 INFO kablam! warning: profile `doc` is deprecated and has no effect Oct 13 03:21:21.519 INFO kablam! warning: `panic` setting is ignored for `bench` profile Oct 13 03:21:21.607 INFO kablam! Compiling matches v0.1.6 Oct 13 03:21:21.607 INFO kablam! Compiling libc v0.2.33 Oct 13 03:21:21.607 INFO kablam! Compiling cfg-if v0.1.2 Oct 13 03:21:21.607 INFO kablam! Compiling unicode-normalization v0.1.5 Oct 13 03:21:21.607 INFO kablam! Compiling scopeguard v0.3.3 Oct 13 03:21:21.607 INFO kablam! Compiling either v1.4.0 Oct 13 03:21:21.607 INFO kablam! Compiling lazycell v0.5.1 Oct 13 03:21:21.614 INFO kablam! Compiling log v0.3.8 Oct 13 03:21:22.458 INFO kablam! Compiling percent-encoding v1.0.0 Oct 13 03:21:23.179 INFO kablam! Compiling slab v0.3.0 Oct 13 03:21:23.179 INFO kablam! Compiling lazy_static v0.2.10 Oct 13 03:21:23.839 INFO kablam! Compiling byteorder v1.1.0 Oct 13 03:21:24.587 INFO kablam! Compiling httparse v1.2.3 Oct 13 03:21:24.599 INFO kablam! Compiling sha1 v0.2.0 Oct 13 03:21:24.643 INFO kablam! Compiling unicode-bidi v0.3.4 Oct 13 03:21:25.199 INFO kablam! Compiling coco v0.1.1 Oct 13 03:21:26.569 INFO kablam! Compiling rand v0.3.17 Oct 13 03:21:26.569 INFO kablam! Compiling iovec v0.1.1 Oct 13 03:21:26.569 INFO kablam! Compiling num_cpus v1.7.0 Oct 13 03:21:27.356 INFO kablam! Compiling net2 v0.2.31 Oct 13 03:21:28.769 INFO kablam! Compiling bytes v0.4.5 Oct 13 03:21:31.149 INFO kablam! Compiling idna v0.1.4 Oct 13 03:21:31.261 INFO kablam! Compiling mio v0.6.11 Oct 13 03:21:33.515 INFO kablam! Compiling rayon-core v1.3.0 Oct 13 03:21:35.972 INFO kablam! Compiling url v1.6.0 Oct 13 03:21:36.637 INFO kablam! Compiling rayon v0.9.0 Oct 13 03:21:40.859 INFO kablam! Compiling ws v0.7.3 Oct 13 03:21:44.641 INFO kablam! Compiling S4 v0.1.0 (/source) Oct 13 03:21:45.379 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 13 03:21:45.379 INFO kablam! --> src/main.rs:2:5 Oct 13 03:21:45.379 INFO kablam! | Oct 13 03:21:45.379 INFO kablam! 2 | use std::collections::HashMap; Oct 13 03:21:45.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:21:45.379 INFO kablam! | Oct 13 03:21:45.379 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:21:45.379 INFO kablam! Oct 13 03:21:45.379 INFO kablam! warning: unused import: `TryRecvError` Oct 13 03:21:45.380 INFO kablam! --> src/physics/fundamentals.rs:6:41 Oct 13 03:21:45.380 INFO kablam! | Oct 13 03:21:45.380 INFO kablam! 6 | use std::sync::mpsc::{Sender, Receiver, TryRecvError}; Oct 13 03:21:45.382 INFO kablam! | ^^^^^^^^^^^^ Oct 13 03:21:45.383 INFO kablam! Oct 13 03:21:45.383 INFO kablam! warning: unused import: `std::fmt` Oct 13 03:21:45.383 INFO kablam! --> src/physics/MachineComponents.rs:3:5 Oct 13 03:21:45.383 INFO kablam! | Oct 13 03:21:45.383 INFO kablam! 3 | use std::fmt; Oct 13 03:21:45.383 INFO kablam! | ^^^^^^^^ Oct 13 03:21:45.383 INFO kablam! Oct 13 03:21:45.608 INFO kablam! warning: unused import: `self::rayon::prelude` Oct 13 03:21:45.609 INFO kablam! --> src/physics/mod.rs:11:5 Oct 13 03:21:45.609 INFO kablam! | Oct 13 03:21:45.609 INFO kablam! 11 | use self::rayon::prelude::*; Oct 13 03:21:45.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 03:21:45.610 INFO kablam! Oct 13 03:21:45.627 INFO kablam! warning: unreachable pattern Oct 13 03:21:45.627 INFO kablam! --> src/main.rs:22:13 Oct 13 03:21:45.627 INFO kablam! | Oct 13 03:21:45.631 INFO kablam! 22 | _ => {println!("{:?}", "ShipMessage Not tet implemented"); String::new()} Oct 13 03:21:45.631 INFO kablam! | ^ Oct 13 03:21:45.631 INFO kablam! | Oct 13 03:21:45.631 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 13 03:21:45.631 INFO kablam! Oct 13 03:21:45.631 INFO kablam! warning: unused variable: `dist` Oct 13 03:21:45.631 INFO kablam! --> src/physics/fundamentals.rs:65:24 Oct 13 03:21:45.631 INFO kablam! | Oct 13 03:21:45.631 INFO kablam! 65 | fn doBlock(&mut self, dist: real, rad: real){ Oct 13 03:21:45.631 INFO kablam! | ^^^^ help: consider using `_dist` instead Oct 13 03:21:45.631 INFO kablam! | Oct 13 03:21:45.631 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:21:45.631 INFO kablam! Oct 13 03:21:45.631 INFO kablam! warning: unused variable: `rad` Oct 13 03:21:45.631 INFO kablam! --> src/physics/fundamentals.rs:65:36 Oct 13 03:21:45.631 INFO kablam! | Oct 13 03:21:45.631 INFO kablam! 65 | fn doBlock(&mut self, dist: real, rad: real){ Oct 13 03:21:45.631 INFO kablam! | ^^^ help: consider using `_rad` instead Oct 13 03:21:45.631 INFO kablam! Oct 13 03:21:45.631 INFO kablam! warning: unused variable: `dir` Oct 13 03:21:45.631 INFO kablam! --> src/physics/fundamentals.rs:170:30 Oct 13 03:21:45.631 INFO kablam! | Oct 13 03:21:45.631 INFO kablam! 170 | pub fn incident(&mut self, (dir, power, packet): (vec2d, real, Data)){ Oct 13 03:21:45.631 INFO kablam! | ^^^ help: consider using `_dir` instead Oct 13 03:21:45.631 INFO kablam! Oct 13 03:21:45.631 INFO kablam! warning: unused variable: `power` Oct 13 03:21:45.631 INFO kablam! --> src/physics/fundamentals.rs:170:35 Oct 13 03:21:45.631 INFO kablam! | Oct 13 03:21:45.631 INFO kablam! 170 | pub fn incident(&mut self, (dir, power, packet): (vec2d, real, Data)){ Oct 13 03:21:45.631 INFO kablam! | ^^^^^ help: consider using `_power` instead Oct 13 03:21:45.631 INFO kablam! Oct 13 03:21:45.719 INFO kablam! warning: variant is never constructed: `Text` Oct 13 03:21:45.719 INFO kablam! --> src/physics/fundamentals.rs:19:5 Oct 13 03:21:45.719 INFO kablam! | Oct 13 03:21:45.719 INFO kablam! 19 | Text(String), Oct 13 03:21:45.719 INFO kablam! | ^^^^^^^^^^^^ Oct 13 03:21:45.719 INFO kablam! | Oct 13 03:21:45.719 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:21:45.719 INFO kablam! Oct 13 03:21:45.719 INFO kablam! warning: variant is never constructed: `Energy` Oct 13 03:21:45.719 INFO kablam! --> src/physics/fundamentals.rs:20:5 Oct 13 03:21:45.719 INFO kablam! | Oct 13 03:21:45.719 INFO kablam! 20 | Energy(real) //frequency Oct 13 03:21:45.719 INFO kablam! | ^^^^^^^^^^^^ Oct 13 03:21:45.719 INFO kablam! Oct 13 03:21:45.719 INFO kablam! warning: struct is never constructed: `Reactor` Oct 13 03:21:45.719 INFO kablam! --> src/physics/MachineComponents.rs:23:1 Oct 13 03:21:45.719 INFO kablam! | Oct 13 03:21:45.719 INFO kablam! 23 | struct Reactor { Oct 13 03:21:45.719 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 03:21:45.719 INFO kablam! Oct 13 03:21:45.719 INFO kablam! warning: struct is never constructed: `System` Oct 13 03:21:45.719 INFO kablam! --> src/system/mod.rs:4:1 Oct 13 03:21:45.719 INFO kablam! | Oct 13 03:21:45.719 INFO kablam! 4 | struct System { Oct 13 03:21:45.719 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 03:21:45.719 INFO kablam! Oct 13 03:21:45.719 INFO kablam! warning: crate `S4` should have a snake case name such as `s4` Oct 13 03:21:45.719 INFO kablam! | Oct 13 03:21:45.719 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 03:21:45.719 INFO kablam! Oct 13 03:21:45.719 INFO kablam! warning: unused attribute Oct 13 03:21:45.719 INFO kablam! --> src/physics/fundamentals.rs:1:1 Oct 13 03:21:45.719 INFO kablam! | Oct 13 03:21:45.719 INFO kablam! 1 | #![feature(associated_consts)] Oct 13 03:21:45.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:21:45.719 INFO kablam! | Oct 13 03:21:45.719 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 13 03:21:45.719 INFO kablam! Oct 13 03:21:45.719 INFO kablam! warning: crate-level attribute should be in the root module Oct 13 03:21:45.719 INFO kablam! --> src/physics/fundamentals.rs:1:1 Oct 13 03:21:45.719 INFO kablam! | Oct 13 03:21:45.719 INFO kablam! 1 | #![feature(associated_consts)] Oct 13 03:21:45.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:21:45.719 INFO kablam! Oct 13 03:21:45.719 INFO kablam! warning: path statement with no effect Oct 13 03:21:45.719 INFO kablam! --> src/physics/mod.rs:27:19 Oct 13 03:21:45.719 INFO kablam! | Oct 13 03:21:45.719 INFO kablam! 27 | ($x:expr) => ($x) Oct 13 03:21:45.719 INFO kablam! | ^^ Oct 13 03:21:45.719 INFO kablam! ... Oct 13 03:21:45.719 INFO kablam! 76 | findNan!(d); Oct 13 03:21:45.719 INFO kablam! | ------------ in this macro invocation Oct 13 03:21:45.719 INFO kablam! | Oct 13 03:21:45.719 INFO kablam! = note: #[warn(path_statements)] on by default Oct 13 03:21:45.719 INFO kablam! Oct 13 03:21:45.719 INFO kablam! warning: path statement with no effect Oct 13 03:21:45.719 INFO kablam! --> src/physics/mod.rs:27:19 Oct 13 03:21:45.719 INFO kablam! | Oct 13 03:21:45.719 INFO kablam! 27 | ($x:expr) => ($x) Oct 13 03:21:45.719 INFO kablam! | ^^ Oct 13 03:21:45.719 INFO kablam! ... Oct 13 03:21:45.719 INFO kablam! 81 | findNan!(timeStep); Oct 13 03:21:45.719 INFO kablam! | ------------------- in this macro invocation Oct 13 03:21:45.723 INFO kablam! Oct 13 03:21:45.723 INFO kablam! warning: structure field `shipRx` should have a snake case name such as `ship_rx` Oct 13 03:21:45.723 INFO kablam! --> src/main.rs:33:5 Oct 13 03:21:45.723 INFO kablam! | Oct 13 03:21:45.723 INFO kablam! 33 | shipRx: Option>, Oct 13 03:21:45.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:21:45.723 INFO kablam! Oct 13 03:21:45.723 INFO kablam! warning: structure field `shipTx` should have a snake case name such as `ship_tx` Oct 13 03:21:45.723 INFO kablam! --> src/main.rs:34:5 Oct 13 03:21:45.723 INFO kablam! | Oct 13 03:21:45.723 INFO kablam! 34 | shipTx: Option> Oct 13 03:21:45.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:21:45.735 INFO kablam! Oct 13 03:21:46.315 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.81s Oct 13 03:21:46.316 INFO kablam! su: No module specific data is present Oct 13 03:21:47.313 INFO running `"docker" "rm" "-f" "a9eca0fb93de55bec77ab4ceef093056935f6a9db3883bb6b933f1762f1b2a7b"` Oct 13 03:21:47.619 INFO blam! a9eca0fb93de55bec77ab4ceef093056935f6a9db3883bb6b933f1762f1b2a7b Oct 13 03:21:47.623 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 13 03:21:48.030 INFO blam! 182d7ac1ab3c5e02864d123101e3f64d92ee226f344340f567e22b03a3432cbc Oct 13 03:21:48.031 INFO running `"docker" "start" "-a" "182d7ac1ab3c5e02864d123101e3f64d92ee226f344340f567e22b03a3432cbc"` Oct 13 03:21:49.305 INFO kablam! usermod: no changes Oct 13 03:21:49.343 INFO kablam! warning: `panic` setting is ignored for `test` profile Oct 13 03:21:49.343 INFO kablam! warning: profile `doc` is deprecated and has no effect Oct 13 03:21:49.343 INFO kablam! warning: `panic` setting is ignored for `bench` profile Oct 13 03:21:49.391 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 13 03:21:49.407 INFO kablam! Running /target/debug/deps/S4-00fecc1dff107258 Oct 13 03:21:49.407 INFO blam! Oct 13 03:21:49.407 INFO blam! running 3 tests Oct 13 03:21:49.407 INFO blam! test physics::Vec2d::tests::subtraction ... ok Oct 13 03:21:49.407 INFO blam! test physics::Vec2d::tests::mults ... ok Oct 13 03:21:49.408 INFO blam! test physics::Vec2d::tests::equality ... ok Oct 13 03:21:49.408 INFO blam! Oct 13 03:21:49.408 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 03:21:49.408 INFO blam! Oct 13 03:21:49.423 INFO kablam! su: No module specific data is present Oct 13 03:21:50.131 INFO running `"docker" "rm" "-f" "182d7ac1ab3c5e02864d123101e3f64d92ee226f344340f567e22b03a3432cbc"` Oct 13 03:21:50.455 INFO blam! 182d7ac1ab3c5e02864d123101e3f64d92ee226f344340f567e22b03a3432cbc