Oct 12 05:50:29.037 INFO testing array3d-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 05:50:29.037 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/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 12 05:50:29.460 INFO blam! e34a1a6895a3635cf293b62d3759ef9c648ff4ffa91d29f32a8184b238796db2 Oct 12 05:50:29.476 INFO running `"docker" "start" "-a" "e34a1a6895a3635cf293b62d3759ef9c648ff4ffa91d29f32a8184b238796db2"` Oct 12 05:50:30.816 INFO kablam! usermod: no changes Oct 12 05:50:30.856 INFO kablam! Compiling lininterp v0.1.3 Oct 12 05:50:31.106 INFO kablam! Compiling array3d v0.1.0 (/source) Oct 12 05:50:31.256 INFO kablam! warning: unused imports: `BitAnd`, `BitOr`, `BitXor` Oct 12 05:50:31.256 INFO kablam! --> src/lib.rs:12:36 Oct 12 05:50:31.256 INFO kablam! | Oct 12 05:50:31.256 INFO kablam! 12 | use std::ops::{Add,Sub,Mul,Div,Rem,BitOr,BitAnd,BitXor,Index,IndexMut}; Oct 12 05:50:31.256 INFO kablam! | ^^^^^ ^^^^^^ ^^^^^^ Oct 12 05:50:31.256 INFO kablam! | Oct 12 05:50:31.256 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 05:50:31.256 INFO kablam! Oct 12 05:50:31.408 INFO kablam! warning: unused variable: `pos` Oct 12 05:50:31.408 INFO kablam! --> src/lib.rs:472:19 Oct 12 05:50:31.408 INFO kablam! | Oct 12 05:50:31.408 INFO kablam! 472 | self.fold_half(|pos:V3i,cell:[[[&T;2];2];2]|->T{ Oct 12 05:50:31.408 INFO kablam! | ^^^ help: consider using `_pos` instead Oct 12 05:50:31.408 INFO kablam! | Oct 12 05:50:31.409 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 05:50:31.409 INFO kablam! Oct 12 05:50:31.466 INFO kablam! warning: type alias is never used: `Neighbours2d` Oct 12 05:50:31.466 INFO kablam! --> src/lib.rs:44:1 Oct 12 05:50:31.466 INFO kablam! | Oct 12 05:50:31.466 INFO kablam! 44 | type Neighbours2d=Vec2>; Oct 12 05:50:31.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:50:31.466 INFO kablam! | Oct 12 05:50:31.466 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 05:50:31.466 INFO kablam! Oct 12 05:50:31.466 INFO kablam! warning: type alias is never used: `Neighbours3d` Oct 12 05:50:31.466 INFO kablam! --> src/lib.rs:45:1 Oct 12 05:50:31.466 INFO kablam! | Oct 12 05:50:31.466 INFO kablam! 45 | type Neighbours3d=Vec3>; Oct 12 05:50:31.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:50:31.466 INFO kablam! Oct 12 05:50:31.467 INFO kablam! warning: type alias is never used: `Neighbours4d` Oct 12 05:50:31.467 INFO kablam! --> src/lib.rs:46:1 Oct 12 05:50:31.467 INFO kablam! | Oct 12 05:50:31.467 INFO kablam! 46 | type Neighbours4d=Vec4>; Oct 12 05:50:31.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:50:31.467 INFO kablam! Oct 12 05:50:31.467 INFO kablam! warning: method is never used: `downsample_half` Oct 12 05:50:31.467 INFO kablam! --> src/lib.rs:471:2 Oct 12 05:50:31.467 INFO kablam! | Oct 12 05:50:31.467 INFO kablam! 471 | fn downsample_half(&self)->Array3d{ Oct 12 05:50:31.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:50:31.467 INFO kablam! Oct 12 05:50:31.467 INFO kablam! warning: method is never used: `upsample_double_axis` Oct 12 05:50:31.467 INFO kablam! --> src/lib.rs:488:2 Oct 12 05:50:31.467 INFO kablam! | Oct 12 05:50:31.467 INFO kablam! 488 | fn upsample_double_axis(&self,axis:i32)->Array3d{ Oct 12 05:50:31.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:50:31.467 INFO kablam! Oct 12 05:50:31.467 INFO kablam! warning: method is never used: `upsample_double_xyz` Oct 12 05:50:31.467 INFO kablam! --> src/lib.rs:496:2 Oct 12 05:50:31.467 INFO kablam! | Oct 12 05:50:31.467 INFO kablam! 496 | fn upsample_double_xyz(&self)->Array3d{ Oct 12 05:50:31.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:50:31.467 INFO kablam! Oct 12 05:50:31.468 INFO kablam! warning: type `Axis_t` should have a camel case name such as `AxisT` Oct 12 05:50:31.468 INFO kablam! --> src/lib.rs:27:1 Oct 12 05:50:31.468 INFO kablam! | Oct 12 05:50:31.468 INFO kablam! 27 | type Axis_t=i32; Oct 12 05:50:31.468 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 05:50:31.468 INFO kablam! | Oct 12 05:50:31.468 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 12 05:50:31.468 INFO kablam! Oct 12 05:50:31.468 INFO kablam! warning: constant `XAxis` should have an upper case name such as `XAXIS` Oct 12 05:50:31.468 INFO kablam! --> src/lib.rs:28:1 Oct 12 05:50:31.468 INFO kablam! | Oct 12 05:50:31.468 INFO kablam! 28 | const XAxis:Axis_t=0; const YAxis:Axis_t=1; const ZAxis:Axis_t=2; Oct 12 05:50:31.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:50:31.468 INFO kablam! | Oct 12 05:50:31.468 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 12 05:50:31.468 INFO kablam! Oct 12 05:50:31.468 INFO kablam! warning: constant `YAxis` should have an upper case name such as `YAXIS` Oct 12 05:50:31.468 INFO kablam! --> src/lib.rs:28:23 Oct 12 05:50:31.468 INFO kablam! | Oct 12 05:50:31.468 INFO kablam! 28 | const XAxis:Axis_t=0; const YAxis:Axis_t=1; const ZAxis:Axis_t=2; Oct 12 05:50:31.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:50:31.468 INFO kablam! Oct 12 05:50:31.468 INFO kablam! warning: constant `ZAxis` should have an upper case name such as `ZAXIS` Oct 12 05:50:31.468 INFO kablam! --> src/lib.rs:28:45 Oct 12 05:50:31.468 INFO kablam! | Oct 12 05:50:31.468 INFO kablam! 28 | const XAxis:Axis_t=0; const YAxis:Axis_t=1; const ZAxis:Axis_t=2; Oct 12 05:50:31.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:50:31.468 INFO kablam! Oct 12 05:50:31.469 INFO kablam! warning: constant in pattern `XAxis` should have an upper case name such as `XAXIS` Oct 12 05:50:31.469 INFO kablam! --> src/lib.rs:32:40 Oct 12 05:50:31.469 INFO kablam! | Oct 12 05:50:31.484 INFO kablam! 32 | fn index(&self,i:Axis_t)->&T{match i{ XAxis=>&self.x,YAxis=>&self.y,ZAxis=>&self.z,_=>panic!("Vec3 index out of range")}} Oct 12 05:50:31.492 INFO kablam! | ^^^^^ Oct 12 05:50:31.492 INFO kablam! Oct 12 05:50:31.492 INFO kablam! warning: constant in pattern `YAxis` should have an upper case name such as `YAXIS` Oct 12 05:50:31.492 INFO kablam! --> src/lib.rs:32:55 Oct 12 05:50:31.492 INFO kablam! | Oct 12 05:50:31.492 INFO kablam! 32 | fn index(&self,i:Axis_t)->&T{match i{ XAxis=>&self.x,YAxis=>&self.y,ZAxis=>&self.z,_=>panic!("Vec3 index out of range")}} Oct 12 05:50:31.492 INFO kablam! | ^^^^^ Oct 12 05:50:31.492 INFO kablam! Oct 12 05:50:31.492 INFO kablam! warning: constant in pattern `ZAxis` should have an upper case name such as `ZAXIS` Oct 12 05:50:31.492 INFO kablam! --> src/lib.rs:32:70 Oct 12 05:50:31.492 INFO kablam! | Oct 12 05:50:31.492 INFO kablam! 32 | fn index(&self,i:Axis_t)->&T{match i{ XAxis=>&self.x,YAxis=>&self.y,ZAxis=>&self.z,_=>panic!("Vec3 index out of range")}} Oct 12 05:50:31.492 INFO kablam! | ^^^^^ Oct 12 05:50:31.492 INFO kablam! Oct 12 05:50:31.492 INFO kablam! warning: constant in pattern `XAxis` should have an upper case name such as `XAXIS` Oct 12 05:50:31.492 INFO kablam! --> src/lib.rs:35:52 Oct 12 05:50:31.492 INFO kablam! | Oct 12 05:50:31.492 INFO kablam! 35 | fn index_mut(&mut self,i:Axis_t)->&mut T{match i{ XAxis=>&mut self.x,YAxis=>&mut self.y,ZAxis=>&mut self.z,_=>panic!("Vec3 index out of range")}} Oct 12 05:50:31.492 INFO kablam! | ^^^^^ Oct 12 05:50:31.492 INFO kablam! Oct 12 05:50:31.492 INFO kablam! warning: constant in pattern `YAxis` should have an upper case name such as `YAXIS` Oct 12 05:50:31.492 INFO kablam! --> src/lib.rs:35:71 Oct 12 05:50:31.492 INFO kablam! | Oct 12 05:50:31.492 INFO kablam! 35 | fn index_mut(&mut self,i:Axis_t)->&mut T{match i{ XAxis=>&mut self.x,YAxis=>&mut self.y,ZAxis=>&mut self.z,_=>panic!("Vec3 index out of range")}} Oct 12 05:50:31.492 INFO kablam! | ^^^^^ Oct 12 05:50:31.492 INFO kablam! Oct 12 05:50:31.492 INFO kablam! warning: constant in pattern `ZAxis` should have an upper case name such as `ZAXIS` Oct 12 05:50:31.492 INFO kablam! --> src/lib.rs:35:90 Oct 12 05:50:31.492 INFO kablam! | Oct 12 05:50:31.492 INFO kablam! 35 | fn index_mut(&mut self,i:Axis_t)->&mut T{match i{ XAxis=>&mut self.x,YAxis=>&mut self.y,ZAxis=>&mut self.z,_=>panic!("Vec3 index out of range")}} Oct 12 05:50:31.492 INFO kablam! | ^^^^^ Oct 12 05:50:31.492 INFO kablam! Oct 12 05:50:31.632 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.79s Oct 12 05:50:31.637 INFO kablam! su: No module specific data is present Oct 12 05:50:32.267 INFO running `"docker" "rm" "-f" "e34a1a6895a3635cf293b62d3759ef9c648ff4ffa91d29f32a8184b238796db2"` Oct 12 05:50:32.616 INFO blam! e34a1a6895a3635cf293b62d3759ef9c648ff4ffa91d29f32a8184b238796db2 Oct 12 05:50:32.618 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/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 12 05:50:33.254 INFO blam! 111427d7cb742b8f67e84fd56426b4b95dfc9be947ab46d1b5be84327ad2ad41 Oct 12 05:50:33.264 INFO running `"docker" "start" "-a" "111427d7cb742b8f67e84fd56426b4b95dfc9be947ab46d1b5be84327ad2ad41"` Oct 12 05:50:34.372 INFO kablam! usermod: no changes Oct 12 05:50:34.432 INFO kablam! Compiling array3d v0.1.0 (/source) Oct 12 05:50:34.755 INFO kablam! warning: unused imports: `BitAnd`, `BitOr`, `BitXor` Oct 12 05:50:34.755 INFO kablam! --> src/lib.rs:12:36 Oct 12 05:50:34.755 INFO kablam! | Oct 12 05:50:34.755 INFO kablam! 12 | use std::ops::{Add,Sub,Mul,Div,Rem,BitOr,BitAnd,BitXor,Index,IndexMut}; Oct 12 05:50:34.755 INFO kablam! | ^^^^^ ^^^^^^ ^^^^^^ Oct 12 05:50:34.755 INFO kablam! | Oct 12 05:50:34.755 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 05:50:34.755 INFO kablam! Oct 12 05:50:34.980 INFO kablam! warning: unused variable: `pos` Oct 12 05:50:34.980 INFO kablam! --> src/lib.rs:472:19 Oct 12 05:50:34.980 INFO kablam! | Oct 12 05:50:34.981 INFO kablam! 472 | self.fold_half(|pos:V3i,cell:[[[&T;2];2];2]|->T{ Oct 12 05:50:34.981 INFO kablam! | ^^^ help: consider using `_pos` instead Oct 12 05:50:34.981 INFO kablam! | Oct 12 05:50:34.981 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 05:50:34.981 INFO kablam! Oct 12 05:50:35.100 INFO kablam! warning: type alias is never used: `Neighbours2d` Oct 12 05:50:35.100 INFO kablam! --> src/lib.rs:44:1 Oct 12 05:50:35.100 INFO kablam! | Oct 12 05:50:35.100 INFO kablam! 44 | type Neighbours2d=Vec2>; Oct 12 05:50:35.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:50:35.100 INFO kablam! | Oct 12 05:50:35.100 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 05:50:35.100 INFO kablam! Oct 12 05:50:35.100 INFO kablam! warning: type alias is never used: `Neighbours3d` Oct 12 05:50:35.100 INFO kablam! --> src/lib.rs:45:1 Oct 12 05:50:35.101 INFO kablam! | Oct 12 05:50:35.101 INFO kablam! 45 | type Neighbours3d=Vec3>; Oct 12 05:50:35.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:50:35.101 INFO kablam! Oct 12 05:50:35.101 INFO kablam! warning: type alias is never used: `Neighbours4d` Oct 12 05:50:35.101 INFO kablam! --> src/lib.rs:46:1 Oct 12 05:50:35.101 INFO kablam! | Oct 12 05:50:35.101 INFO kablam! 46 | type Neighbours4d=Vec4>; Oct 12 05:50:35.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:50:35.101 INFO kablam! Oct 12 05:50:35.101 INFO kablam! warning: method is never used: `downsample_half` Oct 12 05:50:35.101 INFO kablam! --> src/lib.rs:471:2 Oct 12 05:50:35.101 INFO kablam! | Oct 12 05:50:35.101 INFO kablam! 471 | fn downsample_half(&self)->Array3d{ Oct 12 05:50:35.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:50:35.101 INFO kablam! Oct 12 05:50:35.101 INFO kablam! warning: method is never used: `upsample_double_axis` Oct 12 05:50:35.101 INFO kablam! --> src/lib.rs:488:2 Oct 12 05:50:35.101 INFO kablam! | Oct 12 05:50:35.101 INFO kablam! 488 | fn upsample_double_axis(&self,axis:i32)->Array3d{ Oct 12 05:50:35.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:50:35.101 INFO kablam! Oct 12 05:50:35.101 INFO kablam! warning: method is never used: `upsample_double_xyz` Oct 12 05:50:35.101 INFO kablam! --> src/lib.rs:496:2 Oct 12 05:50:35.102 INFO kablam! | Oct 12 05:50:35.102 INFO kablam! 496 | fn upsample_double_xyz(&self)->Array3d{ Oct 12 05:50:35.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:50:35.102 INFO kablam! Oct 12 05:50:35.102 INFO kablam! warning: type `Axis_t` should have a camel case name such as `AxisT` Oct 12 05:50:35.102 INFO kablam! --> src/lib.rs:27:1 Oct 12 05:50:35.102 INFO kablam! | Oct 12 05:50:35.102 INFO kablam! 27 | type Axis_t=i32; Oct 12 05:50:35.102 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 05:50:35.102 INFO kablam! | Oct 12 05:50:35.102 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 12 05:50:35.102 INFO kablam! Oct 12 05:50:35.102 INFO kablam! warning: constant `XAxis` should have an upper case name such as `XAXIS` Oct 12 05:50:35.102 INFO kablam! --> src/lib.rs:28:1 Oct 12 05:50:35.102 INFO kablam! | Oct 12 05:50:35.102 INFO kablam! 28 | const XAxis:Axis_t=0; const YAxis:Axis_t=1; const ZAxis:Axis_t=2; Oct 12 05:50:35.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:50:35.102 INFO kablam! Oct 12 05:50:35.102 INFO kablam! warning: constant `YAxis` should have an upper case name such as `YAXIS` Oct 12 05:50:35.102 INFO kablam! --> src/lib.rs:28:23 Oct 12 05:50:35.102 INFO kablam! | Oct 12 05:50:35.102 INFO kablam! 28 | const XAxis:Axis_t=0; const YAxis:Axis_t=1; const ZAxis:Axis_t=2; Oct 12 05:50:35.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:50:35.102 INFO kablam! Oct 12 05:50:35.102 INFO kablam! warning: constant `ZAxis` should have an upper case name such as `ZAXIS` Oct 12 05:50:35.102 INFO kablam! --> src/lib.rs:28:45 Oct 12 05:50:35.103 INFO kablam! | Oct 12 05:50:35.103 INFO kablam! 28 | const XAxis:Axis_t=0; const YAxis:Axis_t=1; const ZAxis:Axis_t=2; Oct 12 05:50:35.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:50:35.103 INFO kablam! Oct 12 05:50:35.103 INFO kablam! warning: constant in pattern `XAxis` should have an upper case name such as `XAXIS` Oct 12 05:50:35.103 INFO kablam! --> src/lib.rs:32:40 Oct 12 05:50:35.103 INFO kablam! | Oct 12 05:50:35.103 INFO kablam! 32 | fn index(&self,i:Axis_t)->&T{match i{ XAxis=>&self.x,YAxis=>&self.y,ZAxis=>&self.z,_=>panic!("Vec3 index out of range")}} Oct 12 05:50:35.103 INFO kablam! | ^^^^^ Oct 12 05:50:35.103 INFO kablam! Oct 12 05:50:35.103 INFO kablam! warning: constant in pattern `YAxis` should have an upper case name such as `YAXIS` Oct 12 05:50:35.103 INFO kablam! --> src/lib.rs:32:55 Oct 12 05:50:35.103 INFO kablam! | Oct 12 05:50:35.103 INFO kablam! 32 | fn index(&self,i:Axis_t)->&T{match i{ XAxis=>&self.x,YAxis=>&self.y,ZAxis=>&self.z,_=>panic!("Vec3 index out of range")}} Oct 12 05:50:35.103 INFO kablam! | ^^^^^ Oct 12 05:50:35.103 INFO kablam! Oct 12 05:50:35.103 INFO kablam! warning: constant in pattern `ZAxis` should have an upper case name such as `ZAXIS` Oct 12 05:50:35.103 INFO kablam! --> src/lib.rs:32:70 Oct 12 05:50:35.103 INFO kablam! | Oct 12 05:50:35.103 INFO kablam! 32 | fn index(&self,i:Axis_t)->&T{match i{ XAxis=>&self.x,YAxis=>&self.y,ZAxis=>&self.z,_=>panic!("Vec3 index out of range")}} Oct 12 05:50:35.103 INFO kablam! | ^^^^^ Oct 12 05:50:35.103 INFO kablam! Oct 12 05:50:35.103 INFO kablam! warning: constant in pattern `XAxis` should have an upper case name such as `XAXIS` Oct 12 05:50:35.103 INFO kablam! --> src/lib.rs:35:52 Oct 12 05:50:35.103 INFO kablam! | Oct 12 05:50:35.104 INFO kablam! 35 | fn index_mut(&mut self,i:Axis_t)->&mut T{match i{ XAxis=>&mut self.x,YAxis=>&mut self.y,ZAxis=>&mut self.z,_=>panic!("Vec3 index out of range")}} Oct 12 05:50:35.104 INFO kablam! | ^^^^^ Oct 12 05:50:35.104 INFO kablam! Oct 12 05:50:35.104 INFO kablam! warning: constant in pattern `YAxis` should have an upper case name such as `YAXIS` Oct 12 05:50:35.104 INFO kablam! --> src/lib.rs:35:71 Oct 12 05:50:35.104 INFO kablam! | Oct 12 05:50:35.104 INFO kablam! 35 | fn index_mut(&mut self,i:Axis_t)->&mut T{match i{ XAxis=>&mut self.x,YAxis=>&mut self.y,ZAxis=>&mut self.z,_=>panic!("Vec3 index out of range")}} Oct 12 05:50:35.104 INFO kablam! | ^^^^^ Oct 12 05:50:35.104 INFO kablam! Oct 12 05:50:35.104 INFO kablam! warning: constant in pattern `ZAxis` should have an upper case name such as `ZAXIS` Oct 12 05:50:35.104 INFO kablam! --> src/lib.rs:35:90 Oct 12 05:50:35.104 INFO kablam! | Oct 12 05:50:35.104 INFO kablam! 35 | fn index_mut(&mut self,i:Axis_t)->&mut T{match i{ XAxis=>&mut self.x,YAxis=>&mut self.y,ZAxis=>&mut self.z,_=>panic!("Vec3 index out of range")}} Oct 12 05:50:35.104 INFO kablam! | ^^^^^ Oct 12 05:50:35.104 INFO kablam! Oct 12 05:50:35.587 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.18s Oct 12 05:50:35.598 INFO kablam! su: No module specific data is present Oct 12 05:50:36.351 INFO running `"docker" "rm" "-f" "111427d7cb742b8f67e84fd56426b4b95dfc9be947ab46d1b5be84327ad2ad41"` Oct 12 05:50:36.620 INFO blam! 111427d7cb742b8f67e84fd56426b4b95dfc9be947ab46d1b5be84327ad2ad41 Oct 12 05:50:36.625 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/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 12 05:50:36.974 INFO blam! ba2920c4f5cf2dd7ad624e7d8aadbb5cb57a1eb868ba5c7566553f662a9eade6 Oct 12 05:50:36.977 INFO running `"docker" "start" "-a" "ba2920c4f5cf2dd7ad624e7d8aadbb5cb57a1eb868ba5c7566553f662a9eade6"` Oct 12 05:50:38.502 INFO kablam! usermod: no changes Oct 12 05:50:38.588 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 12 05:50:38.592 INFO kablam! Running /target/debug/deps/array3d-01a3d3a275728993 Oct 12 05:50:38.592 INFO blam! Oct 12 05:50:38.593 INFO blam! running 1 test Oct 12 05:50:38.600 INFO blam! test tests::it_works ... ok Oct 12 05:50:38.600 INFO blam! Oct 12 05:50:38.600 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 05:50:38.600 INFO blam! Oct 12 05:50:38.600 INFO kablam! Doc-tests array3d Oct 12 05:50:38.901 INFO blam! Oct 12 05:50:38.901 INFO blam! running 0 tests Oct 12 05:50:38.901 INFO blam! Oct 12 05:50:38.901 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 05:50:38.901 INFO blam! Oct 12 05:50:38.908 INFO kablam! su: No module specific data is present Oct 12 05:50:39.609 INFO running `"docker" "rm" "-f" "ba2920c4f5cf2dd7ad624e7d8aadbb5cb57a1eb868ba5c7566553f662a9eade6"` Oct 12 05:50:39.912 INFO blam! ba2920c4f5cf2dd7ad624e7d8aadbb5cb57a1eb868ba5c7566553f662a9eade6