Oct 15 07:37:26.676 INFO testing Ploppz/test-specs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 07:37:26.676 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 07:37:27.115 INFO blam! ce40c30e7216430d082605e340b52d49645c4380dab48bca98018896a5f30456 Oct 15 07:37:27.135 INFO running `"docker" "start" "-a" "ce40c30e7216430d082605e340b52d49645c4380dab48bca98018896a5f30456"` Oct 15 07:37:28.307 INFO kablam! usermod: no changes Oct 15 07:37:28.351 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 07:37:28.351 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 07:37:28.351 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 07:37:28.351 INFO kablam! files will be included as a binary target: Oct 15 07:37:28.351 INFO kablam! Oct 15 07:37:28.351 INFO kablam! * /source/src/main.rs Oct 15 07:37:28.351 INFO kablam! Oct 15 07:37:28.351 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 07:37:28.351 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 07:37:28.351 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 07:37:28.351 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 07:37:28.351 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 07:37:28.351 INFO kablam! Oct 15 07:37:28.351 INFO kablam! For more information on this warning you can consult Oct 15 07:37:28.351 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 07:37:28.351 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `spinning-square`, Oct 15 07:37:28.351 INFO kablam! please set bin.path in Cargo.toml Oct 15 07:37:28.635 INFO kablam! Compiling ticketed_lock v0.1.0 Oct 15 07:37:28.635 INFO kablam! Compiling deflate v0.7.9 Oct 15 07:37:28.635 INFO kablam! Compiling pulse v0.5.3 Oct 15 07:37:30.960 INFO kablam! Compiling specs v0.8.1 Oct 15 07:37:33.190 INFO kablam! Compiling png v0.7.0 Oct 15 07:37:35.948 INFO kablam! Compiling image v0.13.0 Oct 15 07:37:49.157 INFO kablam! Compiling piston2d-opengl_graphics v0.43.0 Oct 15 07:37:53.064 INFO kablam! Compiling test-specs v0.1.0 (/source) Oct 15 07:37:56.488 INFO kablam! warning: unused variable: `ren` Oct 15 07:37:56.491 INFO kablam! --> src/main.rs:148:23 Oct 15 07:37:56.491 INFO kablam! | Oct 15 07:37:56.491 INFO kablam! 148 | for (pos, ren) in (&pos.pass(), &ren.pass()).join() { Oct 15 07:37:56.491 INFO kablam! | ^^^ help: consider using `_ren` instead Oct 15 07:37:56.491 INFO kablam! | Oct 15 07:37:56.491 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:37:56.491 INFO kablam! Oct 15 07:37:56.491 INFO kablam! warning: unused variable: `x` Oct 15 07:37:56.491 INFO kablam! --> src/main.rs:141:14 Oct 15 07:37:56.491 INFO kablam! | Oct 15 07:37:56.491 INFO kablam! 141 | let (x, y) = ((args.width / 2) as f64, Oct 15 07:37:56.491 INFO kablam! | ^ help: consider using `_x` instead Oct 15 07:37:56.491 INFO kablam! Oct 15 07:37:56.491 INFO kablam! warning: unused variable: `y` Oct 15 07:37:56.491 INFO kablam! --> src/main.rs:141:17 Oct 15 07:37:56.491 INFO kablam! | Oct 15 07:37:56.491 INFO kablam! 141 | let (x, y) = ((args.width / 2) as f64, Oct 15 07:37:56.491 INFO kablam! | ^ help: consider using `_y` instead Oct 15 07:37:56.491 INFO kablam! Oct 15 07:37:56.491 INFO kablam! warning: unused variable: `args` Oct 15 07:37:56.491 INFO kablam! --> src/main.rs:157:26 Oct 15 07:37:56.491 INFO kablam! | Oct 15 07:37:56.491 INFO kablam! 157 | fn update(&mut self, args: &UpdateArgs) { Oct 15 07:37:56.491 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 15 07:37:56.491 INFO kablam! Oct 15 07:37:56.501 INFO kablam! warning: variable does not need to be mutable Oct 15 07:37:56.507 INFO kablam! --> src/main.rs:66:14 Oct 15 07:37:56.507 INFO kablam! | Oct 15 07:37:56.507 INFO kablam! 66 | let (mut force, attraction, pos) = arg.fetch(|w| (w.write::(), w.read::(), w.read::()) ); Oct 15 07:37:56.507 INFO kablam! | ----^^^^^ Oct 15 07:37:56.507 INFO kablam! | | Oct 15 07:37:56.507 INFO kablam! | help: remove this `mut` Oct 15 07:37:56.507 INFO kablam! | Oct 15 07:37:56.507 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 07:37:56.507 INFO kablam! Oct 15 07:37:56.509 INFO kablam! warning: variable does not need to be mutable Oct 15 07:37:56.509 INFO kablam! --> src/main.rs:75:14 Oct 15 07:37:56.509 INFO kablam! | Oct 15 07:37:56.509 INFO kablam! 75 | let (mut vel, force) = arg.fetch(|w| (w.write::(), w.read::()) ); Oct 15 07:37:56.509 INFO kablam! | ----^^^ Oct 15 07:37:56.509 INFO kablam! | | Oct 15 07:37:56.509 INFO kablam! | help: remove this `mut` Oct 15 07:37:56.509 INFO kablam! Oct 15 07:37:56.514 INFO kablam! warning: variable does not need to be mutable Oct 15 07:37:56.515 INFO kablam! --> src/main.rs:84:14 Oct 15 07:37:56.515 INFO kablam! | Oct 15 07:37:56.515 INFO kablam! 84 | let (mut pos, vel) = arg.fetch(|w| (w.write::(), w.read::()) ); Oct 15 07:37:56.515 INFO kablam! | ----^^^ Oct 15 07:37:56.515 INFO kablam! | | Oct 15 07:37:56.515 INFO kablam! | help: remove this `mut` Oct 15 07:37:56.516 INFO kablam! Oct 15 07:37:56.535 INFO kablam! warning: method is never used: `null_vec` Oct 15 07:37:56.535 INFO kablam! --> src/vec.rs:11:5 Oct 15 07:37:56.535 INFO kablam! | Oct 15 07:37:56.535 INFO kablam! 11 | pub fn null_vec() -> Vec2 { Oct 15 07:37:56.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:37:56.535 INFO kablam! | Oct 15 07:37:56.535 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:37:56.535 INFO kablam! Oct 15 07:37:56.535 INFO kablam! warning: method is never used: `new` Oct 15 07:37:56.535 INFO kablam! --> src/vec.rs:14:5 Oct 15 07:37:56.535 INFO kablam! | Oct 15 07:37:56.535 INFO kablam! 14 | pub fn new(x: f32, y: f32) -> Vec2 { Oct 15 07:37:56.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:37:56.535 INFO kablam! Oct 15 07:37:56.535 INFO kablam! warning: method is never used: `length` Oct 15 07:37:56.535 INFO kablam! --> src/vec.rs:17:5 Oct 15 07:37:56.535 INFO kablam! | Oct 15 07:37:56.535 INFO kablam! 17 | pub fn length(&self) -> f32 { Oct 15 07:37:56.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:37:56.535 INFO kablam! Oct 15 07:37:56.535 INFO kablam! warning: method is never used: `length_squared` Oct 15 07:37:56.535 INFO kablam! --> src/vec.rs:20:5 Oct 15 07:37:56.535 INFO kablam! | Oct 15 07:37:56.535 INFO kablam! 20 | pub fn length_squared(&self) -> f32 { Oct 15 07:37:56.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:37:56.535 INFO kablam! Oct 15 07:37:56.535 INFO kablam! warning: method is never used: `normalize` Oct 15 07:37:56.535 INFO kablam! --> src/vec.rs:23:5 Oct 15 07:37:56.535 INFO kablam! | Oct 15 07:37:56.535 INFO kablam! 23 | pub fn normalize(&self) -> Vec2 { Oct 15 07:37:56.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:37:56.535 INFO kablam! Oct 15 07:37:56.535 INFO kablam! warning: method is never used: `scale` Oct 15 07:37:56.535 INFO kablam! --> src/vec.rs:28:5 Oct 15 07:37:56.535 INFO kablam! | Oct 15 07:37:56.535 INFO kablam! 28 | pub fn scale(&self, x: f32, y: f32) -> Vec2 { Oct 15 07:37:56.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:37:56.535 INFO kablam! Oct 15 07:37:56.535 INFO kablam! warning: method is never used: `scale_uni` Oct 15 07:37:56.535 INFO kablam! --> src/vec.rs:31:5 Oct 15 07:37:56.535 INFO kablam! | Oct 15 07:37:56.535 INFO kablam! 31 | pub fn scale_uni(&self, s: f32) -> Vec2 { Oct 15 07:37:56.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:37:56.535 INFO kablam! Oct 15 07:37:56.535 INFO kablam! warning: method is never used: `dot` Oct 15 07:37:56.535 INFO kablam! --> src/vec.rs:36:5 Oct 15 07:37:56.536 INFO kablam! | Oct 15 07:37:56.536 INFO kablam! 36 | pub fn dot(a: Vec2, b: Vec2) -> f32 { Oct 15 07:37:56.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:37:56.536 INFO kablam! Oct 15 07:37:56.536 INFO kablam! warning: method is never used: `cross` Oct 15 07:37:56.536 INFO kablam! --> src/vec.rs:39:5 Oct 15 07:37:56.536 INFO kablam! | Oct 15 07:37:56.536 INFO kablam! 39 | pub fn cross(a: Vec2, b: Vec2) -> f32 { Oct 15 07:37:56.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:37:56.536 INFO kablam! Oct 15 07:38:01.847 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 33.51s Oct 15 07:38:01.859 INFO kablam! su: No module specific data is present Oct 15 07:38:03.083 INFO running `"docker" "rm" "-f" "ce40c30e7216430d082605e340b52d49645c4380dab48bca98018896a5f30456"` Oct 15 07:38:03.355 INFO blam! ce40c30e7216430d082605e340b52d49645c4380dab48bca98018896a5f30456 Oct 15 07:38:03.367 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 07:38:03.903 INFO blam! c3c65250b9bcd6b3802e887253ea75c79927fd450693454774830584a5f9f76c Oct 15 07:38:03.905 INFO running `"docker" "start" "-a" "c3c65250b9bcd6b3802e887253ea75c79927fd450693454774830584a5f9f76c"` Oct 15 07:38:05.100 INFO kablam! usermod: no changes Oct 15 07:38:05.143 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 07:38:05.143 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 07:38:05.143 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 07:38:05.143 INFO kablam! files will be included as a binary target: Oct 15 07:38:05.143 INFO kablam! Oct 15 07:38:05.143 INFO kablam! * /source/src/main.rs Oct 15 07:38:05.143 INFO kablam! Oct 15 07:38:05.143 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 07:38:05.143 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 07:38:05.143 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 07:38:05.143 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 07:38:05.143 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 07:38:05.143 INFO kablam! Oct 15 07:38:05.143 INFO kablam! For more information on this warning you can consult Oct 15 07:38:05.143 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 07:38:05.143 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `spinning-square`, Oct 15 07:38:05.143 INFO kablam! please set bin.path in Cargo.toml Oct 15 07:38:05.291 INFO kablam! Compiling test-specs v0.1.0 (/source) Oct 15 07:38:08.200 INFO kablam! warning: unused variable: `ren` Oct 15 07:38:08.201 INFO kablam! --> src/main.rs:148:23 Oct 15 07:38:08.201 INFO kablam! | Oct 15 07:38:08.201 INFO kablam! 148 | for (pos, ren) in (&pos.pass(), &ren.pass()).join() { Oct 15 07:38:08.202 INFO kablam! | ^^^ help: consider using `_ren` instead Oct 15 07:38:08.202 INFO kablam! | Oct 15 07:38:08.202 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:38:08.203 INFO kablam! Oct 15 07:38:08.203 INFO kablam! warning: unused variable: `x` Oct 15 07:38:08.203 INFO kablam! --> src/main.rs:141:14 Oct 15 07:38:08.204 INFO kablam! | Oct 15 07:38:08.204 INFO kablam! 141 | let (x, y) = ((args.width / 2) as f64, Oct 15 07:38:08.204 INFO kablam! | ^ help: consider using `_x` instead Oct 15 07:38:08.204 INFO kablam! Oct 15 07:38:08.205 INFO kablam! warning: unused variable: `y` Oct 15 07:38:08.205 INFO kablam! --> src/main.rs:141:17 Oct 15 07:38:08.205 INFO kablam! | Oct 15 07:38:08.206 INFO kablam! 141 | let (x, y) = ((args.width / 2) as f64, Oct 15 07:38:08.206 INFO kablam! | ^ help: consider using `_y` instead Oct 15 07:38:08.206 INFO kablam! Oct 15 07:38:08.207 INFO kablam! warning: unused variable: `args` Oct 15 07:38:08.207 INFO kablam! --> src/main.rs:157:26 Oct 15 07:38:08.207 INFO kablam! | Oct 15 07:38:08.207 INFO kablam! 157 | fn update(&mut self, args: &UpdateArgs) { Oct 15 07:38:08.208 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 15 07:38:08.208 INFO kablam! Oct 15 07:38:08.213 INFO kablam! warning: variable does not need to be mutable Oct 15 07:38:08.214 INFO kablam! --> src/main.rs:66:14 Oct 15 07:38:08.214 INFO kablam! | Oct 15 07:38:08.214 INFO kablam! 66 | let (mut force, attraction, pos) = arg.fetch(|w| (w.write::(), w.read::(), w.read::()) ); Oct 15 07:38:08.215 INFO kablam! | ----^^^^^ Oct 15 07:38:08.215 INFO kablam! | | Oct 15 07:38:08.215 INFO kablam! | help: remove this `mut` Oct 15 07:38:08.215 INFO kablam! | Oct 15 07:38:08.216 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 07:38:08.216 INFO kablam! Oct 15 07:38:08.227 INFO kablam! warning: variable does not need to be mutable Oct 15 07:38:08.227 INFO kablam! --> src/main.rs:75:14 Oct 15 07:38:08.227 INFO kablam! | Oct 15 07:38:08.228 INFO kablam! 75 | let (mut vel, force) = arg.fetch(|w| (w.write::(), w.read::()) ); Oct 15 07:38:08.228 INFO kablam! | ----^^^ Oct 15 07:38:08.228 INFO kablam! | | Oct 15 07:38:08.228 INFO kablam! | help: remove this `mut` Oct 15 07:38:08.228 INFO kablam! Oct 15 07:38:08.229 INFO kablam! warning: variable does not need to be mutable Oct 15 07:38:08.229 INFO kablam! --> src/main.rs:84:14 Oct 15 07:38:08.229 INFO kablam! | Oct 15 07:38:08.229 INFO kablam! 84 | let (mut pos, vel) = arg.fetch(|w| (w.write::(), w.read::()) ); Oct 15 07:38:08.230 INFO kablam! | ----^^^ Oct 15 07:38:08.230 INFO kablam! | | Oct 15 07:38:08.230 INFO kablam! | help: remove this `mut` Oct 15 07:38:08.231 INFO kablam! Oct 15 07:38:08.244 INFO kablam! warning: method is never used: `null_vec` Oct 15 07:38:08.244 INFO kablam! --> src/vec.rs:11:5 Oct 15 07:38:08.244 INFO kablam! | Oct 15 07:38:08.244 INFO kablam! 11 | pub fn null_vec() -> Vec2 { Oct 15 07:38:08.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:38:08.244 INFO kablam! | Oct 15 07:38:08.244 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:38:08.244 INFO kablam! Oct 15 07:38:08.244 INFO kablam! warning: method is never used: `new` Oct 15 07:38:08.244 INFO kablam! --> src/vec.rs:14:5 Oct 15 07:38:08.244 INFO kablam! | Oct 15 07:38:08.244 INFO kablam! 14 | pub fn new(x: f32, y: f32) -> Vec2 { Oct 15 07:38:08.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:38:08.244 INFO kablam! Oct 15 07:38:08.244 INFO kablam! warning: method is never used: `length` Oct 15 07:38:08.244 INFO kablam! --> src/vec.rs:17:5 Oct 15 07:38:08.244 INFO kablam! | Oct 15 07:38:08.244 INFO kablam! 17 | pub fn length(&self) -> f32 { Oct 15 07:38:08.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:38:08.244 INFO kablam! Oct 15 07:38:08.244 INFO kablam! warning: method is never used: `length_squared` Oct 15 07:38:08.244 INFO kablam! --> src/vec.rs:20:5 Oct 15 07:38:08.244 INFO kablam! | Oct 15 07:38:08.244 INFO kablam! 20 | pub fn length_squared(&self) -> f32 { Oct 15 07:38:08.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:38:08.244 INFO kablam! Oct 15 07:38:08.244 INFO kablam! warning: method is never used: `normalize` Oct 15 07:38:08.244 INFO kablam! --> src/vec.rs:23:5 Oct 15 07:38:08.244 INFO kablam! | Oct 15 07:38:08.244 INFO kablam! 23 | pub fn normalize(&self) -> Vec2 { Oct 15 07:38:08.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:38:08.244 INFO kablam! Oct 15 07:38:08.244 INFO kablam! warning: method is never used: `scale` Oct 15 07:38:08.244 INFO kablam! --> src/vec.rs:28:5 Oct 15 07:38:08.244 INFO kablam! | Oct 15 07:38:08.244 INFO kablam! 28 | pub fn scale(&self, x: f32, y: f32) -> Vec2 { Oct 15 07:38:08.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:38:08.244 INFO kablam! Oct 15 07:38:08.244 INFO kablam! warning: method is never used: `scale_uni` Oct 15 07:38:08.244 INFO kablam! --> src/vec.rs:31:5 Oct 15 07:38:08.244 INFO kablam! | Oct 15 07:38:08.244 INFO kablam! 31 | pub fn scale_uni(&self, s: f32) -> Vec2 { Oct 15 07:38:08.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:38:08.244 INFO kablam! Oct 15 07:38:08.244 INFO kablam! warning: method is never used: `dot` Oct 15 07:38:08.244 INFO kablam! --> src/vec.rs:36:5 Oct 15 07:38:08.244 INFO kablam! | Oct 15 07:38:08.244 INFO kablam! 36 | pub fn dot(a: Vec2, b: Vec2) -> f32 { Oct 15 07:38:08.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:38:08.244 INFO kablam! Oct 15 07:38:08.245 INFO kablam! warning: method is never used: `cross` Oct 15 07:38:08.245 INFO kablam! --> src/vec.rs:39:5 Oct 15 07:38:08.245 INFO kablam! | Oct 15 07:38:08.245 INFO kablam! 39 | pub fn cross(a: Vec2, b: Vec2) -> f32 { Oct 15 07:38:08.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:38:08.245 INFO kablam! Oct 15 07:38:08.781 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.66s Oct 15 07:38:08.794 INFO kablam! su: No module specific data is present Oct 15 07:38:09.711 INFO running `"docker" "rm" "-f" "c3c65250b9bcd6b3802e887253ea75c79927fd450693454774830584a5f9f76c"` Oct 15 07:38:09.939 INFO blam! c3c65250b9bcd6b3802e887253ea75c79927fd450693454774830584a5f9f76c Oct 15 07:38:09.941 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 07:38:10.420 INFO blam! 0b98040997e59a88735fb732a6d06d9029f17472d68cb6440b9d1dee68cd35c5 Oct 15 07:38:10.422 INFO running `"docker" "start" "-a" "0b98040997e59a88735fb732a6d06d9029f17472d68cb6440b9d1dee68cd35c5"` Oct 15 07:38:11.722 INFO kablam! usermod: no changes Oct 15 07:38:11.775 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 07:38:11.775 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 07:38:11.775 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 07:38:11.775 INFO kablam! files will be included as a binary target: Oct 15 07:38:11.775 INFO kablam! Oct 15 07:38:11.775 INFO kablam! * /source/src/main.rs Oct 15 07:38:11.775 INFO kablam! Oct 15 07:38:11.775 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 07:38:11.775 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 07:38:11.775 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 07:38:11.775 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 07:38:11.775 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 07:38:11.775 INFO kablam! Oct 15 07:38:11.775 INFO kablam! For more information on this warning you can consult Oct 15 07:38:11.775 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 07:38:11.775 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `spinning-square`, Oct 15 07:38:11.775 INFO kablam! please set bin.path in Cargo.toml Oct 15 07:38:11.923 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 15 07:38:11.939 INFO kablam! Running /target/debug/deps/spinning_square-27869cb8b13f78a9 Oct 15 07:38:11.940 INFO blam! Oct 15 07:38:11.940 INFO blam! running 0 tests Oct 15 07:38:11.940 INFO blam! Oct 15 07:38:11.940 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 07:38:11.941 INFO blam! Oct 15 07:38:11.944 INFO kablam! su: No module specific data is present Oct 15 07:38:12.623 INFO running `"docker" "rm" "-f" "0b98040997e59a88735fb732a6d06d9029f17472d68cb6440b9d1dee68cd35c5"` Oct 15 07:38:12.831 INFO blam! 0b98040997e59a88735fb732a6d06d9029f17472d68cb6440b9d1dee68cd35c5