Oct 15 07:37:38.910 INFO testing Ploppz/test-specs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 07:37:38.910 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 07:37:39.395 INFO blam! 283a6c473b8ec7612ffcfd51749226a7637e2b728bb463bf758df9f43dbc9f2c Oct 15 07:37:39.398 INFO running `"docker" "start" "-a" "283a6c473b8ec7612ffcfd51749226a7637e2b728bb463bf758df9f43dbc9f2c"` Oct 15 07:37:40.771 INFO kablam! usermod: no changes Oct 15 07:37:40.831 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 07:37:40.831 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 07:37:40.831 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 07:37:40.831 INFO kablam! files will be included as a binary target: Oct 15 07:37:40.831 INFO kablam! Oct 15 07:37:40.831 INFO kablam! * /source/src/main.rs Oct 15 07:37:40.831 INFO kablam! Oct 15 07:37:40.831 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 07:37:40.831 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 07:37:40.831 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 07:37:40.831 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 07:37:40.831 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 07:37:40.831 INFO kablam! Oct 15 07:37:40.831 INFO kablam! For more information on this warning you can consult Oct 15 07:37:40.831 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 07:37:40.831 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `spinning-square`, Oct 15 07:37:40.831 INFO kablam! please set bin.path in Cargo.toml Oct 15 07:37:41.074 INFO kablam! Compiling deflate v0.7.9 Oct 15 07:37:41.078 INFO kablam! Compiling pistoncore-glutin_window v0.36.0 Oct 15 07:37:44.120 INFO kablam! Compiling png v0.7.0 Oct 15 07:37:48.056 INFO kablam! Compiling image v0.13.0 Oct 15 07:38:01.026 INFO kablam! Compiling piston2d-opengl_graphics v0.43.0 Oct 15 07:38:04.330 INFO kablam! Compiling test-specs v0.1.0 (/source) Oct 15 07:38:07.223 INFO kablam! warning: unused variable: `ren` Oct 15 07:38:07.223 INFO kablam! --> src/main.rs:148:23 Oct 15 07:38:07.223 INFO kablam! | Oct 15 07:38:07.223 INFO kablam! 148 | for (pos, ren) in (&pos.pass(), &ren.pass()).join() { Oct 15 07:38:07.223 INFO kablam! | ^^^ help: consider using `_ren` instead Oct 15 07:38:07.223 INFO kablam! | Oct 15 07:38:07.223 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:38:07.223 INFO kablam! Oct 15 07:38:07.223 INFO kablam! warning: unused variable: `x` Oct 15 07:38:07.223 INFO kablam! --> src/main.rs:141:14 Oct 15 07:38:07.223 INFO kablam! | Oct 15 07:38:07.223 INFO kablam! 141 | let (x, y) = ((args.width / 2) as f64, Oct 15 07:38:07.223 INFO kablam! | ^ help: consider using `_x` instead Oct 15 07:38:07.223 INFO kablam! Oct 15 07:38:07.223 INFO kablam! warning: unused variable: `y` Oct 15 07:38:07.223 INFO kablam! --> src/main.rs:141:17 Oct 15 07:38:07.223 INFO kablam! | Oct 15 07:38:07.223 INFO kablam! 141 | let (x, y) = ((args.width / 2) as f64, Oct 15 07:38:07.223 INFO kablam! | ^ help: consider using `_y` instead Oct 15 07:38:07.223 INFO kablam! Oct 15 07:38:07.223 INFO kablam! warning: unused variable: `args` Oct 15 07:38:07.223 INFO kablam! --> src/main.rs:157:26 Oct 15 07:38:07.223 INFO kablam! | Oct 15 07:38:07.223 INFO kablam! 157 | fn update(&mut self, args: &UpdateArgs) { Oct 15 07:38:07.223 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 15 07:38:07.223 INFO kablam! Oct 15 07:38:07.228 INFO kablam! warning: variable does not need to be mutable Oct 15 07:38:07.228 INFO kablam! --> src/main.rs:66:14 Oct 15 07:38:07.228 INFO kablam! | Oct 15 07:38:07.228 INFO kablam! 66 | let (mut force, attraction, pos) = arg.fetch(|w| (w.write::(), w.read::(), w.read::()) ); Oct 15 07:38:07.228 INFO kablam! | ----^^^^^ Oct 15 07:38:07.228 INFO kablam! | | Oct 15 07:38:07.228 INFO kablam! | help: remove this `mut` Oct 15 07:38:07.228 INFO kablam! | Oct 15 07:38:07.228 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 07:38:07.228 INFO kablam! Oct 15 07:38:07.230 INFO kablam! warning: variable does not need to be mutable Oct 15 07:38:07.230 INFO kablam! --> src/main.rs:75:14 Oct 15 07:38:07.230 INFO kablam! | Oct 15 07:38:07.230 INFO kablam! 75 | let (mut vel, force) = arg.fetch(|w| (w.write::(), w.read::()) ); Oct 15 07:38:07.230 INFO kablam! | ----^^^ Oct 15 07:38:07.230 INFO kablam! | | Oct 15 07:38:07.230 INFO kablam! | help: remove this `mut` Oct 15 07:38:07.230 INFO kablam! Oct 15 07:38:07.239 INFO kablam! warning: variable does not need to be mutable Oct 15 07:38:07.239 INFO kablam! --> src/main.rs:84:14 Oct 15 07:38:07.239 INFO kablam! | Oct 15 07:38:07.239 INFO kablam! 84 | let (mut pos, vel) = arg.fetch(|w| (w.write::(), w.read::()) ); Oct 15 07:38:07.239 INFO kablam! | ----^^^ Oct 15 07:38:07.239 INFO kablam! | | Oct 15 07:38:07.239 INFO kablam! | help: remove this `mut` Oct 15 07:38:07.239 INFO kablam! Oct 15 07:38:07.259 INFO kablam! warning: method is never used: `null_vec` Oct 15 07:38:07.259 INFO kablam! --> src/vec.rs:11:5 Oct 15 07:38:07.259 INFO kablam! | Oct 15 07:38:07.259 INFO kablam! 11 | pub fn null_vec() -> Vec2 { Oct 15 07:38:07.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:38:07.259 INFO kablam! | Oct 15 07:38:07.259 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:38:07.259 INFO kablam! Oct 15 07:38:07.259 INFO kablam! warning: method is never used: `new` Oct 15 07:38:07.259 INFO kablam! --> src/vec.rs:14:5 Oct 15 07:38:07.259 INFO kablam! | Oct 15 07:38:07.259 INFO kablam! 14 | pub fn new(x: f32, y: f32) -> Vec2 { Oct 15 07:38:07.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:38:07.259 INFO kablam! Oct 15 07:38:07.259 INFO kablam! warning: method is never used: `length` Oct 15 07:38:07.259 INFO kablam! --> src/vec.rs:17:5 Oct 15 07:38:07.259 INFO kablam! | Oct 15 07:38:07.259 INFO kablam! 17 | pub fn length(&self) -> f32 { Oct 15 07:38:07.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:38:07.259 INFO kablam! Oct 15 07:38:07.259 INFO kablam! warning: method is never used: `length_squared` Oct 15 07:38:07.259 INFO kablam! --> src/vec.rs:20:5 Oct 15 07:38:07.259 INFO kablam! | Oct 15 07:38:07.259 INFO kablam! 20 | pub fn length_squared(&self) -> f32 { Oct 15 07:38:07.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:38:07.259 INFO kablam! Oct 15 07:38:07.259 INFO kablam! warning: method is never used: `normalize` Oct 15 07:38:07.259 INFO kablam! --> src/vec.rs:23:5 Oct 15 07:38:07.259 INFO kablam! | Oct 15 07:38:07.259 INFO kablam! 23 | pub fn normalize(&self) -> Vec2 { Oct 15 07:38:07.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:38:07.259 INFO kablam! Oct 15 07:38:07.259 INFO kablam! warning: method is never used: `scale` Oct 15 07:38:07.259 INFO kablam! --> src/vec.rs:28:5 Oct 15 07:38:07.259 INFO kablam! | Oct 15 07:38:07.259 INFO kablam! 28 | pub fn scale(&self, x: f32, y: f32) -> Vec2 { Oct 15 07:38:07.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:38:07.259 INFO kablam! Oct 15 07:38:07.259 INFO kablam! warning: method is never used: `scale_uni` Oct 15 07:38:07.259 INFO kablam! --> src/vec.rs:31:5 Oct 15 07:38:07.259 INFO kablam! | Oct 15 07:38:07.259 INFO kablam! 31 | pub fn scale_uni(&self, s: f32) -> Vec2 { Oct 15 07:38:07.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:38:07.259 INFO kablam! Oct 15 07:38:07.259 INFO kablam! warning: method is never used: `dot` Oct 15 07:38:07.259 INFO kablam! --> src/vec.rs:36:5 Oct 15 07:38:07.259 INFO kablam! | Oct 15 07:38:07.260 INFO kablam! 36 | pub fn dot(a: Vec2, b: Vec2) -> f32 { Oct 15 07:38:07.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:38:07.260 INFO kablam! Oct 15 07:38:07.260 INFO kablam! warning: method is never used: `cross` Oct 15 07:38:07.260 INFO kablam! --> src/vec.rs:39:5 Oct 15 07:38:07.260 INFO kablam! | Oct 15 07:38:07.260 INFO kablam! 39 | pub fn cross(a: Vec2, b: Vec2) -> f32 { Oct 15 07:38:07.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:38:07.260 INFO kablam! Oct 15 07:38:11.612 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.81s Oct 15 07:38:11.624 INFO kablam! su: No module specific data is present Oct 15 07:38:12.553 INFO running `"docker" "rm" "-f" "283a6c473b8ec7612ffcfd51749226a7637e2b728bb463bf758df9f43dbc9f2c"` Oct 15 07:38:12.859 INFO blam! 283a6c473b8ec7612ffcfd51749226a7637e2b728bb463bf758df9f43dbc9f2c Oct 15 07:38:12.872 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 07:38:13.243 INFO blam! 825fdbb61d5841aac09082f48af1b1ba04197731f09fc9a6be9d8e730c75a6eb Oct 15 07:38:13.247 INFO running `"docker" "start" "-a" "825fdbb61d5841aac09082f48af1b1ba04197731f09fc9a6be9d8e730c75a6eb"` Oct 15 07:38:14.276 INFO kablam! usermod: no changes Oct 15 07:38:14.319 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 07:38:14.319 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 07:38:14.319 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 07:38:14.319 INFO kablam! files will be included as a binary target: Oct 15 07:38:14.319 INFO kablam! Oct 15 07:38:14.319 INFO kablam! * /source/src/main.rs Oct 15 07:38:14.319 INFO kablam! Oct 15 07:38:14.319 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 07:38:14.319 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 07:38:14.319 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 07:38:14.319 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 07:38:14.319 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 07:38:14.319 INFO kablam! Oct 15 07:38:14.319 INFO kablam! For more information on this warning you can consult Oct 15 07:38:14.319 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 07:38:14.319 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `spinning-square`, Oct 15 07:38:14.319 INFO kablam! please set bin.path in Cargo.toml Oct 15 07:38:14.472 INFO kablam! Compiling test-specs v0.1.0 (/source) Oct 15 07:38:17.074 INFO kablam! warning: unused variable: `ren` Oct 15 07:38:17.075 INFO kablam! --> src/main.rs:148:23 Oct 15 07:38:17.075 INFO kablam! | Oct 15 07:38:17.075 INFO kablam! 148 | for (pos, ren) in (&pos.pass(), &ren.pass()).join() { Oct 15 07:38:17.075 INFO kablam! | ^^^ help: consider using `_ren` instead Oct 15 07:38:17.075 INFO kablam! | Oct 15 07:38:17.075 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:38:17.075 INFO kablam! Oct 15 07:38:17.077 INFO kablam! warning: unused variable: `x` Oct 15 07:38:17.077 INFO kablam! --> src/main.rs:141:14 Oct 15 07:38:17.077 INFO kablam! | Oct 15 07:38:17.077 INFO kablam! 141 | let (x, y) = ((args.width / 2) as f64, Oct 15 07:38:17.077 INFO kablam! | ^ help: consider using `_x` instead Oct 15 07:38:17.077 INFO kablam! Oct 15 07:38:17.077 INFO kablam! warning: unused variable: `y` Oct 15 07:38:17.077 INFO kablam! --> src/main.rs:141:17 Oct 15 07:38:17.077 INFO kablam! | Oct 15 07:38:17.077 INFO kablam! 141 | let (x, y) = ((args.width / 2) as f64, Oct 15 07:38:17.077 INFO kablam! | ^ help: consider using `_y` instead Oct 15 07:38:17.077 INFO kablam! Oct 15 07:38:17.077 INFO kablam! warning: unused variable: `args` Oct 15 07:38:17.077 INFO kablam! --> src/main.rs:157:26 Oct 15 07:38:17.077 INFO kablam! | Oct 15 07:38:17.077 INFO kablam! 157 | fn update(&mut self, args: &UpdateArgs) { Oct 15 07:38:17.077 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 15 07:38:17.077 INFO kablam! Oct 15 07:38:17.119 INFO kablam! warning: variable does not need to be mutable Oct 15 07:38:17.119 INFO kablam! --> src/main.rs:66:14 Oct 15 07:38:17.120 INFO kablam! | Oct 15 07:38:17.120 INFO kablam! 66 | let (mut force, attraction, pos) = arg.fetch(|w| (w.write::(), w.read::(), w.read::()) ); Oct 15 07:38:17.120 INFO kablam! | ----^^^^^ Oct 15 07:38:17.120 INFO kablam! | | Oct 15 07:38:17.120 INFO kablam! | help: remove this `mut` Oct 15 07:38:17.120 INFO kablam! | Oct 15 07:38:17.120 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 07:38:17.120 INFO kablam! Oct 15 07:38:17.120 INFO kablam! warning: variable does not need to be mutable Oct 15 07:38:17.120 INFO kablam! --> src/main.rs:75:14 Oct 15 07:38:17.122 INFO kablam! | Oct 15 07:38:17.122 INFO kablam! 75 | let (mut vel, force) = arg.fetch(|w| (w.write::(), w.read::()) ); Oct 15 07:38:17.122 INFO kablam! | ----^^^ Oct 15 07:38:17.122 INFO kablam! | | Oct 15 07:38:17.122 INFO kablam! | help: remove this `mut` Oct 15 07:38:17.122 INFO kablam! Oct 15 07:38:17.122 INFO kablam! warning: variable does not need to be mutable Oct 15 07:38:17.122 INFO kablam! --> src/main.rs:84:14 Oct 15 07:38:17.122 INFO kablam! | Oct 15 07:38:17.122 INFO kablam! 84 | let (mut pos, vel) = arg.fetch(|w| (w.write::(), w.read::()) ); Oct 15 07:38:17.122 INFO kablam! | ----^^^ Oct 15 07:38:17.122 INFO kablam! | | Oct 15 07:38:17.122 INFO kablam! | help: remove this `mut` Oct 15 07:38:17.122 INFO kablam! Oct 15 07:38:17.143 INFO kablam! warning: method is never used: `null_vec` Oct 15 07:38:17.143 INFO kablam! --> src/vec.rs:11:5 Oct 15 07:38:17.143 INFO kablam! | Oct 15 07:38:17.143 INFO kablam! 11 | pub fn null_vec() -> Vec2 { Oct 15 07:38:17.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:38:17.143 INFO kablam! | Oct 15 07:38:17.143 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:38:17.143 INFO kablam! Oct 15 07:38:17.143 INFO kablam! warning: method is never used: `new` Oct 15 07:38:17.143 INFO kablam! --> src/vec.rs:14:5 Oct 15 07:38:17.143 INFO kablam! | Oct 15 07:38:17.143 INFO kablam! 14 | pub fn new(x: f32, y: f32) -> Vec2 { Oct 15 07:38:17.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:38:17.143 INFO kablam! Oct 15 07:38:17.143 INFO kablam! warning: method is never used: `length` Oct 15 07:38:17.143 INFO kablam! --> src/vec.rs:17:5 Oct 15 07:38:17.143 INFO kablam! | Oct 15 07:38:17.143 INFO kablam! 17 | pub fn length(&self) -> f32 { Oct 15 07:38:17.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:38:17.143 INFO kablam! Oct 15 07:38:17.143 INFO kablam! warning: method is never used: `length_squared` Oct 15 07:38:17.143 INFO kablam! --> src/vec.rs:20:5 Oct 15 07:38:17.143 INFO kablam! | Oct 15 07:38:17.143 INFO kablam! 20 | pub fn length_squared(&self) -> f32 { Oct 15 07:38:17.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:38:17.143 INFO kablam! Oct 15 07:38:17.143 INFO kablam! warning: method is never used: `normalize` Oct 15 07:38:17.143 INFO kablam! --> src/vec.rs:23:5 Oct 15 07:38:17.143 INFO kablam! | Oct 15 07:38:17.143 INFO kablam! 23 | pub fn normalize(&self) -> Vec2 { Oct 15 07:38:17.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:38:17.143 INFO kablam! Oct 15 07:38:17.143 INFO kablam! warning: method is never used: `scale` Oct 15 07:38:17.143 INFO kablam! --> src/vec.rs:28:5 Oct 15 07:38:17.143 INFO kablam! | Oct 15 07:38:17.143 INFO kablam! 28 | pub fn scale(&self, x: f32, y: f32) -> Vec2 { Oct 15 07:38:17.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:38:17.143 INFO kablam! Oct 15 07:38:17.143 INFO kablam! warning: method is never used: `scale_uni` Oct 15 07:38:17.143 INFO kablam! --> src/vec.rs:31:5 Oct 15 07:38:17.143 INFO kablam! | Oct 15 07:38:17.143 INFO kablam! 31 | pub fn scale_uni(&self, s: f32) -> Vec2 { Oct 15 07:38:17.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:38:17.143 INFO kablam! Oct 15 07:38:17.143 INFO kablam! warning: method is never used: `dot` Oct 15 07:38:17.143 INFO kablam! --> src/vec.rs:36:5 Oct 15 07:38:17.143 INFO kablam! | Oct 15 07:38:17.143 INFO kablam! 36 | pub fn dot(a: Vec2, b: Vec2) -> f32 { Oct 15 07:38:17.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:38:17.143 INFO kablam! Oct 15 07:38:17.143 INFO kablam! warning: method is never used: `cross` Oct 15 07:38:17.143 INFO kablam! --> src/vec.rs:39:5 Oct 15 07:38:17.143 INFO kablam! | Oct 15 07:38:17.143 INFO kablam! 39 | pub fn cross(a: Vec2, b: Vec2) -> f32 { Oct 15 07:38:17.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:38:17.143 INFO kablam! Oct 15 07:38:17.776 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.47s Oct 15 07:38:17.788 INFO kablam! su: No module specific data is present Oct 15 07:38:19.142 INFO running `"docker" "rm" "-f" "825fdbb61d5841aac09082f48af1b1ba04197731f09fc9a6be9d8e730c75a6eb"` Oct 15 07:38:19.554 INFO blam! 825fdbb61d5841aac09082f48af1b1ba04197731f09fc9a6be9d8e730c75a6eb Oct 15 07:38:19.561 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 07:38:19.980 INFO blam! ccd2afeaa7e9c918d81c3251185e8346bcdf36fa01fca6986308d060bb1c4f13 Oct 15 07:38:19.991 INFO running `"docker" "start" "-a" "ccd2afeaa7e9c918d81c3251185e8346bcdf36fa01fca6986308d060bb1c4f13"` Oct 15 07:38:21.081 INFO kablam! usermod: no changes Oct 15 07:38:21.135 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 07:38:21.135 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 07:38:21.135 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 07:38:21.135 INFO kablam! files will be included as a binary target: Oct 15 07:38:21.135 INFO kablam! Oct 15 07:38:21.135 INFO kablam! * /source/src/main.rs Oct 15 07:38:21.135 INFO kablam! Oct 15 07:38:21.135 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 07:38:21.135 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 07:38:21.135 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 07:38:21.135 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 07:38:21.135 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 07:38:21.135 INFO kablam! Oct 15 07:38:21.135 INFO kablam! For more information on this warning you can consult Oct 15 07:38:21.135 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 07:38:21.135 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `spinning-square`, Oct 15 07:38:21.135 INFO kablam! please set bin.path in Cargo.toml Oct 15 07:38:21.350 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.24s Oct 15 07:38:21.368 INFO kablam! Running /target/debug/deps/spinning_square-b70cd1a65e3bbbba Oct 15 07:38:21.370 INFO blam! Oct 15 07:38:21.370 INFO blam! running 0 tests Oct 15 07:38:21.371 INFO blam! Oct 15 07:38:21.371 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 07:38:21.371 INFO blam! Oct 15 07:38:21.376 INFO kablam! su: No module specific data is present Oct 15 07:38:22.296 INFO running `"docker" "rm" "-f" "ccd2afeaa7e9c918d81c3251185e8346bcdf36fa01fca6986308d060bb1c4f13"` Oct 15 07:38:22.579 INFO blam! ccd2afeaa7e9c918d81c3251185e8346bcdf36fa01fca6986308d060bb1c4f13