Oct 11 04:57:08.744 INFO testing Ploppz/test-specs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:57:08.744 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:57:08.744 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 04:57:09.190 INFO blam! 5ac6497ef1dc044cfe8f44935a28857b91302064c198d1cfd91a8c328cbae257 Oct 11 04:57:09.192 INFO running `"docker" "start" "-a" "5ac6497ef1dc044cfe8f44935a28857b91302064c198d1cfd91a8c328cbae257"` Oct 11 04:57:10.300 INFO kablam! usermod: no changes Oct 11 04:57:10.331 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 04:57:10.331 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 04:57:10.331 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 04:57:10.332 INFO kablam! files will be included as a binary target: Oct 11 04:57:10.332 INFO kablam! Oct 11 04:57:10.332 INFO kablam! * /source/src/main.rs Oct 11 04:57:10.333 INFO kablam! Oct 11 04:57:10.333 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 04:57:10.333 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 04:57:10.333 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 04:57:10.334 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 04:57:10.334 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 04:57:10.334 INFO kablam! Oct 11 04:57:10.334 INFO kablam! For more information on this warning you can consult Oct 11 04:57:10.335 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 04:57:10.335 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `spinning-square`, Oct 11 04:57:10.335 INFO kablam! please set bin.path in Cargo.toml Oct 11 04:57:10.532 INFO kablam! Compiling threadpool v1.3.2 Oct 11 04:57:10.532 INFO kablam! Compiling ticketed_lock v0.1.0 Oct 11 04:57:10.545 INFO kablam! Compiling deflate v0.7.9 Oct 11 04:57:10.545 INFO kablam! Compiling pulse v0.5.3 Oct 11 04:57:10.545 INFO kablam! Compiling target_build_utils v0.3.0 Oct 11 04:57:13.141 INFO kablam! Compiling specs v0.8.1 Oct 11 04:57:14.188 INFO kablam! Compiling png v0.7.0 Oct 11 04:57:16.923 INFO kablam! Compiling image v0.13.0 Oct 11 04:57:23.430 INFO kablam! Compiling libloading v0.3.4 Oct 11 04:57:28.254 INFO kablam! Compiling dlib v0.3.1 Oct 11 04:57:28.701 INFO kablam! Compiling wayland-sys v0.7.8 Oct 11 04:57:29.589 INFO kablam! Compiling piston2d-opengl_graphics v0.43.0 Oct 11 04:57:30.604 INFO kablam! Compiling wayland-client v0.7.8 Oct 11 04:57:34.252 INFO kablam! Compiling wayland-window v0.4.4 Oct 11 04:57:34.277 INFO kablam! Compiling wayland-kbd v0.6.3 Oct 11 04:57:36.352 INFO kablam! Compiling winit v0.5.11 Oct 11 04:57:39.776 INFO kablam! Compiling glutin v0.7.4 Oct 11 04:57:42.446 INFO kablam! Compiling pistoncore-glutin_window v0.36.0 Oct 11 04:57:46.611 INFO kablam! Compiling test-specs v0.1.0 (/source) Oct 11 04:57:48.347 INFO kablam! warning: unused variable: `ren` Oct 11 04:57:48.347 INFO kablam! --> src/main.rs:148:23 Oct 11 04:57:48.347 INFO kablam! | Oct 11 04:57:48.347 INFO kablam! 148 | for (pos, ren) in (&pos.pass(), &ren.pass()).join() { Oct 11 04:57:48.347 INFO kablam! | ^^^ help: consider using `_ren` instead Oct 11 04:57:48.347 INFO kablam! | Oct 11 04:57:48.347 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:57:48.347 INFO kablam! Oct 11 04:57:48.347 INFO kablam! warning: unused variable: `x` Oct 11 04:57:48.347 INFO kablam! --> src/main.rs:141:14 Oct 11 04:57:48.347 INFO kablam! | Oct 11 04:57:48.348 INFO kablam! 141 | let (x, y) = ((args.width / 2) as f64, Oct 11 04:57:48.348 INFO kablam! | ^ help: consider using `_x` instead Oct 11 04:57:48.348 INFO kablam! Oct 11 04:57:48.348 INFO kablam! warning: unused variable: `y` Oct 11 04:57:48.348 INFO kablam! --> src/main.rs:141:17 Oct 11 04:57:48.348 INFO kablam! | Oct 11 04:57:48.348 INFO kablam! 141 | let (x, y) = ((args.width / 2) as f64, Oct 11 04:57:48.348 INFO kablam! | ^ help: consider using `_y` instead Oct 11 04:57:48.348 INFO kablam! Oct 11 04:57:48.348 INFO kablam! warning: unused variable: `args` Oct 11 04:57:48.348 INFO kablam! --> src/main.rs:157:26 Oct 11 04:57:48.348 INFO kablam! | Oct 11 04:57:48.348 INFO kablam! 157 | fn update(&mut self, args: &UpdateArgs) { Oct 11 04:57:48.348 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 11 04:57:48.348 INFO kablam! Oct 11 04:57:48.358 INFO kablam! warning: variable does not need to be mutable Oct 11 04:57:48.358 INFO kablam! --> src/main.rs:66:14 Oct 11 04:57:48.358 INFO kablam! | Oct 11 04:57:48.358 INFO kablam! 66 | let (mut force, attraction, pos) = arg.fetch(|w| (w.write::(), w.read::(), w.read::()) ); Oct 11 04:57:48.358 INFO kablam! | ----^^^^^ Oct 11 04:57:48.358 INFO kablam! | | Oct 11 04:57:48.358 INFO kablam! | help: remove this `mut` Oct 11 04:57:48.358 INFO kablam! | Oct 11 04:57:48.358 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 04:57:48.358 INFO kablam! Oct 11 04:57:48.364 INFO kablam! warning: variable does not need to be mutable Oct 11 04:57:48.364 INFO kablam! --> src/main.rs:75:14 Oct 11 04:57:48.364 INFO kablam! | Oct 11 04:57:48.364 INFO kablam! 75 | let (mut vel, force) = arg.fetch(|w| (w.write::(), w.read::()) ); Oct 11 04:57:48.364 INFO kablam! | ----^^^ Oct 11 04:57:48.364 INFO kablam! | | Oct 11 04:57:48.364 INFO kablam! | help: remove this `mut` Oct 11 04:57:48.364 INFO kablam! Oct 11 04:57:48.368 INFO kablam! warning: variable does not need to be mutable Oct 11 04:57:48.368 INFO kablam! --> src/main.rs:84:14 Oct 11 04:57:48.368 INFO kablam! | Oct 11 04:57:48.368 INFO kablam! 84 | let (mut pos, vel) = arg.fetch(|w| (w.write::(), w.read::()) ); Oct 11 04:57:48.368 INFO kablam! | ----^^^ Oct 11 04:57:48.368 INFO kablam! | | Oct 11 04:57:48.368 INFO kablam! | help: remove this `mut` Oct 11 04:57:48.368 INFO kablam! Oct 11 04:57:48.383 INFO kablam! warning: method is never used: `null_vec` Oct 11 04:57:48.384 INFO kablam! --> src/vec.rs:11:5 Oct 11 04:57:48.384 INFO kablam! | Oct 11 04:57:48.384 INFO kablam! 11 | pub fn null_vec() -> Vec2 { Oct 11 04:57:48.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:57:48.384 INFO kablam! | Oct 11 04:57:48.385 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:57:48.385 INFO kablam! Oct 11 04:57:48.385 INFO kablam! warning: method is never used: `new` Oct 11 04:57:48.385 INFO kablam! --> src/vec.rs:14:5 Oct 11 04:57:48.385 INFO kablam! | Oct 11 04:57:48.385 INFO kablam! 14 | pub fn new(x: f32, y: f32) -> Vec2 { Oct 11 04:57:48.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:57:48.385 INFO kablam! Oct 11 04:57:48.385 INFO kablam! warning: method is never used: `length` Oct 11 04:57:48.385 INFO kablam! --> src/vec.rs:17:5 Oct 11 04:57:48.385 INFO kablam! | Oct 11 04:57:48.385 INFO kablam! 17 | pub fn length(&self) -> f32 { Oct 11 04:57:48.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:57:48.385 INFO kablam! Oct 11 04:57:48.385 INFO kablam! warning: method is never used: `length_squared` Oct 11 04:57:48.385 INFO kablam! --> src/vec.rs:20:5 Oct 11 04:57:48.385 INFO kablam! | Oct 11 04:57:48.385 INFO kablam! 20 | pub fn length_squared(&self) -> f32 { Oct 11 04:57:48.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:57:48.385 INFO kablam! Oct 11 04:57:48.385 INFO kablam! warning: method is never used: `normalize` Oct 11 04:57:48.386 INFO kablam! --> src/vec.rs:23:5 Oct 11 04:57:48.386 INFO kablam! | Oct 11 04:57:48.386 INFO kablam! 23 | pub fn normalize(&self) -> Vec2 { Oct 11 04:57:48.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:57:48.386 INFO kablam! Oct 11 04:57:48.386 INFO kablam! warning: method is never used: `scale` Oct 11 04:57:48.386 INFO kablam! --> src/vec.rs:28:5 Oct 11 04:57:48.386 INFO kablam! | Oct 11 04:57:48.386 INFO kablam! 28 | pub fn scale(&self, x: f32, y: f32) -> Vec2 { Oct 11 04:57:48.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:57:48.386 INFO kablam! Oct 11 04:57:48.386 INFO kablam! warning: method is never used: `scale_uni` Oct 11 04:57:48.386 INFO kablam! --> src/vec.rs:31:5 Oct 11 04:57:48.386 INFO kablam! | Oct 11 04:57:48.386 INFO kablam! 31 | pub fn scale_uni(&self, s: f32) -> Vec2 { Oct 11 04:57:48.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:57:48.386 INFO kablam! Oct 11 04:57:48.386 INFO kablam! warning: method is never used: `dot` Oct 11 04:57:48.386 INFO kablam! --> src/vec.rs:36:5 Oct 11 04:57:48.386 INFO kablam! | Oct 11 04:57:48.386 INFO kablam! 36 | pub fn dot(a: Vec2, b: Vec2) -> f32 { Oct 11 04:57:48.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:57:48.386 INFO kablam! Oct 11 04:57:48.386 INFO kablam! warning: method is never used: `cross` Oct 11 04:57:48.386 INFO kablam! --> src/vec.rs:39:5 Oct 11 04:57:48.386 INFO kablam! | Oct 11 04:57:48.386 INFO kablam! 39 | pub fn cross(a: Vec2, b: Vec2) -> f32 { Oct 11 04:57:48.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:57:48.386 INFO kablam! Oct 11 04:57:51.903 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 41.58s Oct 11 04:57:51.915 INFO kablam! su: No module specific data is present Oct 11 04:57:52.292 INFO running `"docker" "rm" "-f" "5ac6497ef1dc044cfe8f44935a28857b91302064c198d1cfd91a8c328cbae257"` Oct 11 04:57:52.492 INFO blam! 5ac6497ef1dc044cfe8f44935a28857b91302064c198d1cfd91a8c328cbae257 Oct 11 04:57:52.494 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 04:57:52.494 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 04:57:52.762 INFO blam! 1f9f1b07237b2a7f25d9467900f7a85b563d5e9838864a012b156ad3fa951032 Oct 11 04:57:52.764 INFO running `"docker" "start" "-a" "1f9f1b07237b2a7f25d9467900f7a85b563d5e9838864a012b156ad3fa951032"` Oct 11 04:57:53.323 INFO kablam! usermod: no changes Oct 11 04:57:53.352 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 04:57:53.353 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 04:57:53.353 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 04:57:53.353 INFO kablam! files will be included as a binary target: Oct 11 04:57:53.353 INFO kablam! Oct 11 04:57:53.353 INFO kablam! * /source/src/main.rs Oct 11 04:57:53.353 INFO kablam! Oct 11 04:57:53.353 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 04:57:53.353 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 04:57:53.353 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 04:57:53.353 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 04:57:53.353 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 04:57:53.353 INFO kablam! Oct 11 04:57:53.353 INFO kablam! For more information on this warning you can consult Oct 11 04:57:53.353 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 04:57:53.353 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `spinning-square`, Oct 11 04:57:53.353 INFO kablam! please set bin.path in Cargo.toml Oct 11 04:57:53.563 INFO kablam! Compiling test-specs v0.1.0 (/source) Oct 11 04:57:55.296 INFO kablam! warning: unused variable: `ren` Oct 11 04:57:55.297 INFO kablam! --> src/main.rs:148:23 Oct 11 04:57:55.297 INFO kablam! | Oct 11 04:57:55.297 INFO kablam! 148 | for (pos, ren) in (&pos.pass(), &ren.pass()).join() { Oct 11 04:57:55.297 INFO kablam! | ^^^ help: consider using `_ren` instead Oct 11 04:57:55.297 INFO kablam! | Oct 11 04:57:55.297 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:57:55.297 INFO kablam! Oct 11 04:57:55.297 INFO kablam! warning: unused variable: `x` Oct 11 04:57:55.297 INFO kablam! --> src/main.rs:141:14 Oct 11 04:57:55.297 INFO kablam! | Oct 11 04:57:55.297 INFO kablam! 141 | let (x, y) = ((args.width / 2) as f64, Oct 11 04:57:55.297 INFO kablam! | ^ help: consider using `_x` instead Oct 11 04:57:55.297 INFO kablam! Oct 11 04:57:55.297 INFO kablam! warning: unused variable: `y` Oct 11 04:57:55.297 INFO kablam! --> src/main.rs:141:17 Oct 11 04:57:55.297 INFO kablam! | Oct 11 04:57:55.297 INFO kablam! 141 | let (x, y) = ((args.width / 2) as f64, Oct 11 04:57:55.297 INFO kablam! | ^ help: consider using `_y` instead Oct 11 04:57:55.297 INFO kablam! Oct 11 04:57:55.297 INFO kablam! warning: unused variable: `args` Oct 11 04:57:55.297 INFO kablam! --> src/main.rs:157:26 Oct 11 04:57:55.297 INFO kablam! | Oct 11 04:57:55.297 INFO kablam! 157 | fn update(&mut self, args: &UpdateArgs) { Oct 11 04:57:55.297 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 11 04:57:55.297 INFO kablam! Oct 11 04:57:55.307 INFO kablam! warning: variable does not need to be mutable Oct 11 04:57:55.307 INFO kablam! --> src/main.rs:66:14 Oct 11 04:57:55.307 INFO kablam! | Oct 11 04:57:55.307 INFO kablam! 66 | let (mut force, attraction, pos) = arg.fetch(|w| (w.write::(), w.read::(), w.read::()) ); Oct 11 04:57:55.307 INFO kablam! | ----^^^^^ Oct 11 04:57:55.307 INFO kablam! | | Oct 11 04:57:55.307 INFO kablam! | help: remove this `mut` Oct 11 04:57:55.307 INFO kablam! | Oct 11 04:57:55.309 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 04:57:55.309 INFO kablam! Oct 11 04:57:55.314 INFO kablam! warning: variable does not need to be mutable Oct 11 04:57:55.314 INFO kablam! --> src/main.rs:75:14 Oct 11 04:57:55.314 INFO kablam! | Oct 11 04:57:55.314 INFO kablam! 75 | let (mut vel, force) = arg.fetch(|w| (w.write::(), w.read::()) ); Oct 11 04:57:55.314 INFO kablam! | ----^^^ Oct 11 04:57:55.314 INFO kablam! | | Oct 11 04:57:55.314 INFO kablam! | help: remove this `mut` Oct 11 04:57:55.314 INFO kablam! Oct 11 04:57:55.321 INFO kablam! warning: variable does not need to be mutable Oct 11 04:57:55.321 INFO kablam! --> src/main.rs:84:14 Oct 11 04:57:55.321 INFO kablam! | Oct 11 04:57:55.321 INFO kablam! 84 | let (mut pos, vel) = arg.fetch(|w| (w.write::(), w.read::()) ); Oct 11 04:57:55.322 INFO kablam! | ----^^^ Oct 11 04:57:55.322 INFO kablam! | | Oct 11 04:57:55.322 INFO kablam! | help: remove this `mut` Oct 11 04:57:55.322 INFO kablam! Oct 11 04:57:55.338 INFO kablam! warning: method is never used: `null_vec` Oct 11 04:57:55.338 INFO kablam! --> src/vec.rs:11:5 Oct 11 04:57:55.338 INFO kablam! | Oct 11 04:57:55.338 INFO kablam! 11 | pub fn null_vec() -> Vec2 { Oct 11 04:57:55.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:57:55.338 INFO kablam! | Oct 11 04:57:55.338 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:57:55.338 INFO kablam! Oct 11 04:57:55.338 INFO kablam! warning: method is never used: `new` Oct 11 04:57:55.338 INFO kablam! --> src/vec.rs:14:5 Oct 11 04:57:55.338 INFO kablam! | Oct 11 04:57:55.338 INFO kablam! 14 | pub fn new(x: f32, y: f32) -> Vec2 { Oct 11 04:57:55.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:57:55.338 INFO kablam! Oct 11 04:57:55.338 INFO kablam! warning: method is never used: `length` Oct 11 04:57:55.338 INFO kablam! --> src/vec.rs:17:5 Oct 11 04:57:55.338 INFO kablam! | Oct 11 04:57:55.338 INFO kablam! 17 | pub fn length(&self) -> f32 { Oct 11 04:57:55.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:57:55.338 INFO kablam! Oct 11 04:57:55.338 INFO kablam! warning: method is never used: `length_squared` Oct 11 04:57:55.338 INFO kablam! --> src/vec.rs:20:5 Oct 11 04:57:55.338 INFO kablam! | Oct 11 04:57:55.338 INFO kablam! 20 | pub fn length_squared(&self) -> f32 { Oct 11 04:57:55.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:57:55.338 INFO kablam! Oct 11 04:57:55.338 INFO kablam! warning: method is never used: `normalize` Oct 11 04:57:55.338 INFO kablam! --> src/vec.rs:23:5 Oct 11 04:57:55.339 INFO kablam! | Oct 11 04:57:55.339 INFO kablam! 23 | pub fn normalize(&self) -> Vec2 { Oct 11 04:57:55.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:57:55.339 INFO kablam! Oct 11 04:57:55.339 INFO kablam! warning: method is never used: `scale` Oct 11 04:57:55.339 INFO kablam! --> src/vec.rs:28:5 Oct 11 04:57:55.339 INFO kablam! | Oct 11 04:57:55.339 INFO kablam! 28 | pub fn scale(&self, x: f32, y: f32) -> Vec2 { Oct 11 04:57:55.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:57:55.339 INFO kablam! Oct 11 04:57:55.339 INFO kablam! warning: method is never used: `scale_uni` Oct 11 04:57:55.339 INFO kablam! --> src/vec.rs:31:5 Oct 11 04:57:55.339 INFO kablam! | Oct 11 04:57:55.339 INFO kablam! 31 | pub fn scale_uni(&self, s: f32) -> Vec2 { Oct 11 04:57:55.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:57:55.339 INFO kablam! Oct 11 04:57:55.339 INFO kablam! warning: method is never used: `dot` Oct 11 04:57:55.339 INFO kablam! --> src/vec.rs:36:5 Oct 11 04:57:55.339 INFO kablam! | Oct 11 04:57:55.339 INFO kablam! 36 | pub fn dot(a: Vec2, b: Vec2) -> f32 { Oct 11 04:57:55.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:57:55.339 INFO kablam! Oct 11 04:57:55.339 INFO kablam! warning: method is never used: `cross` Oct 11 04:57:55.339 INFO kablam! --> src/vec.rs:39:5 Oct 11 04:57:55.339 INFO kablam! | Oct 11 04:57:55.339 INFO kablam! 39 | pub fn cross(a: Vec2, b: Vec2) -> f32 { Oct 11 04:57:55.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:57:55.339 INFO kablam! Oct 11 04:57:55.877 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.53s Oct 11 04:57:55.896 INFO kablam! su: No module specific data is present Oct 11 04:57:56.568 INFO running `"docker" "rm" "-f" "1f9f1b07237b2a7f25d9467900f7a85b563d5e9838864a012b156ad3fa951032"` Oct 11 04:57:56.752 INFO blam! 1f9f1b07237b2a7f25d9467900f7a85b563d5e9838864a012b156ad3fa951032 Oct 11 04:57:56.754 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 04:57:56.754 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 04:57:57.077 INFO blam! 429e36b63acdedfad23bcca0128381fb55d36f6904798a306eeb5a818d8d1438 Oct 11 04:57:57.079 INFO running `"docker" "start" "-a" "429e36b63acdedfad23bcca0128381fb55d36f6904798a306eeb5a818d8d1438"` Oct 11 04:57:57.740 INFO kablam! usermod: no changes Oct 11 04:57:57.784 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 04:57:57.784 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 04:57:57.784 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 04:57:57.784 INFO kablam! files will be included as a binary target: Oct 11 04:57:57.784 INFO kablam! Oct 11 04:57:57.784 INFO kablam! * /source/src/main.rs Oct 11 04:57:57.784 INFO kablam! Oct 11 04:57:57.784 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 04:57:57.784 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 04:57:57.784 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 04:57:57.784 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 04:57:57.784 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 04:57:57.784 INFO kablam! Oct 11 04:57:57.784 INFO kablam! For more information on this warning you can consult Oct 11 04:57:57.784 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 04:57:57.784 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `spinning-square`, Oct 11 04:57:57.784 INFO kablam! please set bin.path in Cargo.toml Oct 11 04:57:57.952 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 11 04:57:57.970 INFO kablam! Running /target/debug/deps/spinning_square-b70cd1a65e3bbbba Oct 11 04:57:57.985 INFO blam! Oct 11 04:57:57.985 INFO blam! running 0 tests Oct 11 04:57:57.985 INFO blam! Oct 11 04:57:57.985 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:57:57.985 INFO blam! Oct 11 04:57:57.988 INFO kablam! su: No module specific data is present Oct 11 04:57:58.400 INFO running `"docker" "rm" "-f" "429e36b63acdedfad23bcca0128381fb55d36f6904798a306eeb5a818d8d1438"` Oct 11 04:57:58.638 INFO blam! 429e36b63acdedfad23bcca0128381fb55d36f6904798a306eeb5a818d8d1438