Oct 16 17:46:51.078 INFO testing array3d-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 17:46:51.078 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 16 17:46:51.503 INFO blam! 383d547cadaa0a0061de22491c6af34973bd27ef3654712e61f509ae46b99d10 Oct 16 17:46:51.504 INFO running `"docker" "start" "-a" "383d547cadaa0a0061de22491c6af34973bd27ef3654712e61f509ae46b99d10"` Oct 16 17:46:53.264 INFO kablam! usermod: no changes Oct 16 17:46:53.307 INFO kablam! Compiling lininterp v0.1.3 Oct 16 17:46:53.981 INFO kablam! Compiling array3d v0.1.0 (/source) Oct 16 17:46:54.603 INFO kablam! warning: unused imports: `BitAnd`, `BitOr`, `BitXor` Oct 16 17:46:54.603 INFO kablam! --> src/lib.rs:12:36 Oct 16 17:46:54.603 INFO kablam! | Oct 16 17:46:54.603 INFO kablam! 12 | use std::ops::{Add,Sub,Mul,Div,Rem,BitOr,BitAnd,BitXor,Index,IndexMut}; Oct 16 17:46:54.603 INFO kablam! | ^^^^^ ^^^^^^ ^^^^^^ Oct 16 17:46:54.603 INFO kablam! | Oct 16 17:46:54.603 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 17:46:54.603 INFO kablam! Oct 16 17:46:54.759 INFO kablam! warning: unused variable: `pos` Oct 16 17:46:54.759 INFO kablam! --> src/lib.rs:472:19 Oct 16 17:46:54.759 INFO kablam! | Oct 16 17:46:54.759 INFO kablam! 472 | self.fold_half(|pos:V3i,cell:[[[&T;2];2];2]|->T{ Oct 16 17:46:54.759 INFO kablam! | ^^^ help: consider using `_pos` instead Oct 16 17:46:54.759 INFO kablam! | Oct 16 17:46:54.759 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 17:46:54.759 INFO kablam! Oct 16 17:46:54.810 INFO kablam! warning: type alias is never used: `Neighbours2d` Oct 16 17:46:54.811 INFO kablam! --> src/lib.rs:44:1 Oct 16 17:46:54.811 INFO kablam! | Oct 16 17:46:54.811 INFO kablam! 44 | type Neighbours2d=Vec2>; Oct 16 17:46:54.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:46:54.811 INFO kablam! | Oct 16 17:46:54.811 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 17:46:54.811 INFO kablam! Oct 16 17:46:54.811 INFO kablam! warning: type alias is never used: `Neighbours3d` Oct 16 17:46:54.811 INFO kablam! --> src/lib.rs:45:1 Oct 16 17:46:54.811 INFO kablam! | Oct 16 17:46:54.811 INFO kablam! 45 | type Neighbours3d=Vec3>; Oct 16 17:46:54.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:46:54.811 INFO kablam! Oct 16 17:46:54.811 INFO kablam! warning: type alias is never used: `Neighbours4d` Oct 16 17:46:54.811 INFO kablam! --> src/lib.rs:46:1 Oct 16 17:46:54.811 INFO kablam! | Oct 16 17:46:54.811 INFO kablam! 46 | type Neighbours4d=Vec4>; Oct 16 17:46:54.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:46:54.811 INFO kablam! Oct 16 17:46:54.811 INFO kablam! warning: method is never used: `downsample_half` Oct 16 17:46:54.811 INFO kablam! --> src/lib.rs:471:2 Oct 16 17:46:54.811 INFO kablam! | Oct 16 17:46:54.811 INFO kablam! 471 | fn downsample_half(&self)->Array3d{ Oct 16 17:46:54.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:46:54.811 INFO kablam! Oct 16 17:46:54.811 INFO kablam! warning: method is never used: `upsample_double_axis` Oct 16 17:46:54.811 INFO kablam! --> src/lib.rs:488:2 Oct 16 17:46:54.811 INFO kablam! | Oct 16 17:46:54.811 INFO kablam! 488 | fn upsample_double_axis(&self,axis:i32)->Array3d{ Oct 16 17:46:54.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:46:54.811 INFO kablam! Oct 16 17:46:54.811 INFO kablam! warning: method is never used: `upsample_double_xyz` Oct 16 17:46:54.811 INFO kablam! --> src/lib.rs:496:2 Oct 16 17:46:54.811 INFO kablam! | Oct 16 17:46:54.811 INFO kablam! 496 | fn upsample_double_xyz(&self)->Array3d{ Oct 16 17:46:54.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:46:54.811 INFO kablam! Oct 16 17:46:54.812 INFO kablam! warning: type `Axis_t` should have a camel case name such as `AxisT` Oct 16 17:46:54.812 INFO kablam! --> src/lib.rs:27:1 Oct 16 17:46:54.812 INFO kablam! | Oct 16 17:46:54.812 INFO kablam! 27 | type Axis_t=i32; Oct 16 17:46:54.812 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 17:46:54.812 INFO kablam! | Oct 16 17:46:54.812 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 16 17:46:54.812 INFO kablam! Oct 16 17:46:54.812 INFO kablam! warning: constant `XAxis` should have an upper case name such as `XAXIS` Oct 16 17:46:54.812 INFO kablam! --> src/lib.rs:28:1 Oct 16 17:46:54.812 INFO kablam! | Oct 16 17:46:54.812 INFO kablam! 28 | const XAxis:Axis_t=0; const YAxis:Axis_t=1; const ZAxis:Axis_t=2; Oct 16 17:46:54.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:46:54.812 INFO kablam! | Oct 16 17:46:54.812 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 16 17:46:54.812 INFO kablam! Oct 16 17:46:54.812 INFO kablam! warning: constant `YAxis` should have an upper case name such as `YAXIS` Oct 16 17:46:54.812 INFO kablam! --> src/lib.rs:28:23 Oct 16 17:46:54.812 INFO kablam! | Oct 16 17:46:54.812 INFO kablam! 28 | const XAxis:Axis_t=0; const YAxis:Axis_t=1; const ZAxis:Axis_t=2; Oct 16 17:46:54.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:46:54.812 INFO kablam! Oct 16 17:46:54.812 INFO kablam! warning: constant `ZAxis` should have an upper case name such as `ZAXIS` Oct 16 17:46:54.812 INFO kablam! --> src/lib.rs:28:45 Oct 16 17:46:54.812 INFO kablam! | Oct 16 17:46:54.812 INFO kablam! 28 | const XAxis:Axis_t=0; const YAxis:Axis_t=1; const ZAxis:Axis_t=2; Oct 16 17:46:54.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:46:54.812 INFO kablam! Oct 16 17:46:54.812 INFO kablam! warning: constant in pattern `XAxis` should have an upper case name such as `XAXIS` Oct 16 17:46:54.812 INFO kablam! --> src/lib.rs:32:40 Oct 16 17:46:54.812 INFO kablam! | Oct 16 17:46:54.812 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 16 17:46:54.812 INFO kablam! | ^^^^^ Oct 16 17:46:54.812 INFO kablam! Oct 16 17:46:54.813 INFO kablam! warning: constant in pattern `YAxis` should have an upper case name such as `YAXIS` Oct 16 17:46:54.813 INFO kablam! --> src/lib.rs:32:55 Oct 16 17:46:54.813 INFO kablam! | Oct 16 17:46:54.813 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 16 17:46:54.813 INFO kablam! | ^^^^^ Oct 16 17:46:54.813 INFO kablam! Oct 16 17:46:54.813 INFO kablam! warning: constant in pattern `ZAxis` should have an upper case name such as `ZAXIS` Oct 16 17:46:54.813 INFO kablam! --> src/lib.rs:32:70 Oct 16 17:46:54.813 INFO kablam! | Oct 16 17:46:54.813 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 16 17:46:54.813 INFO kablam! | ^^^^^ Oct 16 17:46:54.813 INFO kablam! Oct 16 17:46:54.813 INFO kablam! warning: constant in pattern `XAxis` should have an upper case name such as `XAXIS` Oct 16 17:46:54.813 INFO kablam! --> src/lib.rs:35:52 Oct 16 17:46:54.813 INFO kablam! | Oct 16 17:46:54.813 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 16 17:46:54.813 INFO kablam! | ^^^^^ Oct 16 17:46:54.813 INFO kablam! Oct 16 17:46:54.813 INFO kablam! warning: constant in pattern `YAxis` should have an upper case name such as `YAXIS` Oct 16 17:46:54.813 INFO kablam! --> src/lib.rs:35:71 Oct 16 17:46:54.813 INFO kablam! | Oct 16 17:46:54.813 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 16 17:46:54.813 INFO kablam! | ^^^^^ Oct 16 17:46:54.813 INFO kablam! Oct 16 17:46:54.813 INFO kablam! warning: constant in pattern `ZAxis` should have an upper case name such as `ZAXIS` Oct 16 17:46:54.813 INFO kablam! --> src/lib.rs:35:90 Oct 16 17:46:54.813 INFO kablam! | Oct 16 17:46:54.813 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 16 17:46:54.813 INFO kablam! | ^^^^^ Oct 16 17:46:54.813 INFO kablam! Oct 16 17:46:55.007 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.71s Oct 16 17:46:55.007 INFO kablam! su: No module specific data is present Oct 16 17:46:55.874 INFO running `"docker" "rm" "-f" "383d547cadaa0a0061de22491c6af34973bd27ef3654712e61f509ae46b99d10"` Oct 16 17:46:56.205 INFO blam! 383d547cadaa0a0061de22491c6af34973bd27ef3654712e61f509ae46b99d10 Oct 16 17:46:56.212 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 16 17:46:56.605 INFO blam! c3d5efeef55160c2c713b2bc4c5b3a1bb36cce1b6cb7755b51330a4a5c37f992 Oct 16 17:46:56.607 INFO running `"docker" "start" "-a" "c3d5efeef55160c2c713b2bc4c5b3a1bb36cce1b6cb7755b51330a4a5c37f992"` Oct 16 17:46:57.822 INFO kablam! usermod: no changes Oct 16 17:46:57.907 INFO kablam! Compiling array3d v0.1.0 (/source) Oct 16 17:46:58.635 INFO kablam! warning: unused imports: `BitAnd`, `BitOr`, `BitXor` Oct 16 17:46:58.635 INFO kablam! --> src/lib.rs:12:36 Oct 16 17:46:58.635 INFO kablam! | Oct 16 17:46:58.635 INFO kablam! 12 | use std::ops::{Add,Sub,Mul,Div,Rem,BitOr,BitAnd,BitXor,Index,IndexMut}; Oct 16 17:46:58.635 INFO kablam! | ^^^^^ ^^^^^^ ^^^^^^ Oct 16 17:46:58.635 INFO kablam! | Oct 16 17:46:58.635 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 17:46:58.635 INFO kablam! Oct 16 17:46:58.827 INFO kablam! warning: unused variable: `pos` Oct 16 17:46:58.827 INFO kablam! --> src/lib.rs:472:19 Oct 16 17:46:58.827 INFO kablam! | Oct 16 17:46:58.827 INFO kablam! 472 | self.fold_half(|pos:V3i,cell:[[[&T;2];2];2]|->T{ Oct 16 17:46:58.827 INFO kablam! | ^^^ help: consider using `_pos` instead Oct 16 17:46:58.827 INFO kablam! | Oct 16 17:46:58.827 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 17:46:58.827 INFO kablam! Oct 16 17:46:58.887 INFO kablam! warning: type alias is never used: `Neighbours2d` Oct 16 17:46:58.887 INFO kablam! --> src/lib.rs:44:1 Oct 16 17:46:58.887 INFO kablam! | Oct 16 17:46:58.887 INFO kablam! 44 | type Neighbours2d=Vec2>; Oct 16 17:46:58.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:46:58.887 INFO kablam! | Oct 16 17:46:58.887 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 17:46:58.887 INFO kablam! Oct 16 17:46:58.887 INFO kablam! warning: type alias is never used: `Neighbours3d` Oct 16 17:46:58.887 INFO kablam! --> src/lib.rs:45:1 Oct 16 17:46:58.887 INFO kablam! | Oct 16 17:46:58.887 INFO kablam! 45 | type Neighbours3d=Vec3>; Oct 16 17:46:58.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:46:58.887 INFO kablam! Oct 16 17:46:58.887 INFO kablam! warning: type alias is never used: `Neighbours4d` Oct 16 17:46:58.887 INFO kablam! --> src/lib.rs:46:1 Oct 16 17:46:58.887 INFO kablam! | Oct 16 17:46:58.887 INFO kablam! 46 | type Neighbours4d=Vec4>; Oct 16 17:46:58.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:46:58.887 INFO kablam! Oct 16 17:46:58.887 INFO kablam! warning: method is never used: `downsample_half` Oct 16 17:46:58.887 INFO kablam! --> src/lib.rs:471:2 Oct 16 17:46:58.887 INFO kablam! | Oct 16 17:46:58.887 INFO kablam! 471 | fn downsample_half(&self)->Array3d{ Oct 16 17:46:58.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:46:58.887 INFO kablam! Oct 16 17:46:58.887 INFO kablam! warning: method is never used: `upsample_double_axis` Oct 16 17:46:58.887 INFO kablam! --> src/lib.rs:488:2 Oct 16 17:46:58.887 INFO kablam! | Oct 16 17:46:58.887 INFO kablam! 488 | fn upsample_double_axis(&self,axis:i32)->Array3d{ Oct 16 17:46:58.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:46:58.887 INFO kablam! Oct 16 17:46:58.887 INFO kablam! warning: method is never used: `upsample_double_xyz` Oct 16 17:46:58.887 INFO kablam! --> src/lib.rs:496:2 Oct 16 17:46:58.887 INFO kablam! | Oct 16 17:46:58.887 INFO kablam! 496 | fn upsample_double_xyz(&self)->Array3d{ Oct 16 17:46:58.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:46:58.888 INFO kablam! Oct 16 17:46:58.888 INFO kablam! warning: type `Axis_t` should have a camel case name such as `AxisT` Oct 16 17:46:58.888 INFO kablam! --> src/lib.rs:27:1 Oct 16 17:46:58.888 INFO kablam! | Oct 16 17:46:58.888 INFO kablam! 27 | type Axis_t=i32; Oct 16 17:46:58.888 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 17:46:58.888 INFO kablam! | Oct 16 17:46:58.888 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 16 17:46:58.888 INFO kablam! Oct 16 17:46:58.888 INFO kablam! warning: constant `XAxis` should have an upper case name such as `XAXIS` Oct 16 17:46:58.888 INFO kablam! --> src/lib.rs:28:1 Oct 16 17:46:58.888 INFO kablam! | Oct 16 17:46:58.888 INFO kablam! 28 | const XAxis:Axis_t=0; const YAxis:Axis_t=1; const ZAxis:Axis_t=2; Oct 16 17:46:58.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:46:58.888 INFO kablam! Oct 16 17:46:58.888 INFO kablam! warning: constant `YAxis` should have an upper case name such as `YAXIS` Oct 16 17:46:58.888 INFO kablam! --> src/lib.rs:28:23 Oct 16 17:46:58.888 INFO kablam! | Oct 16 17:46:58.888 INFO kablam! 28 | const XAxis:Axis_t=0; const YAxis:Axis_t=1; const ZAxis:Axis_t=2; Oct 16 17:46:58.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:46:58.888 INFO kablam! Oct 16 17:46:58.888 INFO kablam! warning: constant `ZAxis` should have an upper case name such as `ZAXIS` Oct 16 17:46:58.888 INFO kablam! --> src/lib.rs:28:45 Oct 16 17:46:58.888 INFO kablam! | Oct 16 17:46:58.888 INFO kablam! 28 | const XAxis:Axis_t=0; const YAxis:Axis_t=1; const ZAxis:Axis_t=2; Oct 16 17:46:58.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:46:58.888 INFO kablam! Oct 16 17:46:58.888 INFO kablam! warning: constant in pattern `XAxis` should have an upper case name such as `XAXIS` Oct 16 17:46:58.888 INFO kablam! --> src/lib.rs:32:40 Oct 16 17:46:58.888 INFO kablam! | Oct 16 17:46:58.888 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 16 17:46:58.888 INFO kablam! | ^^^^^ Oct 16 17:46:58.888 INFO kablam! Oct 16 17:46:58.888 INFO kablam! warning: constant in pattern `YAxis` should have an upper case name such as `YAXIS` Oct 16 17:46:58.888 INFO kablam! --> src/lib.rs:32:55 Oct 16 17:46:58.888 INFO kablam! | Oct 16 17:46:58.888 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 16 17:46:58.888 INFO kablam! | ^^^^^ Oct 16 17:46:58.888 INFO kablam! Oct 16 17:46:58.888 INFO kablam! warning: constant in pattern `ZAxis` should have an upper case name such as `ZAXIS` Oct 16 17:46:58.888 INFO kablam! --> src/lib.rs:32:70 Oct 16 17:46:58.888 INFO kablam! | Oct 16 17:46:58.888 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 16 17:46:58.888 INFO kablam! | ^^^^^ Oct 16 17:46:58.888 INFO kablam! Oct 16 17:46:58.888 INFO kablam! warning: constant in pattern `XAxis` should have an upper case name such as `XAXIS` Oct 16 17:46:58.888 INFO kablam! --> src/lib.rs:35:52 Oct 16 17:46:58.888 INFO kablam! | Oct 16 17:46:58.888 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 16 17:46:58.888 INFO kablam! | ^^^^^ Oct 16 17:46:58.888 INFO kablam! Oct 16 17:46:58.888 INFO kablam! warning: constant in pattern `YAxis` should have an upper case name such as `YAXIS` Oct 16 17:46:58.888 INFO kablam! --> src/lib.rs:35:71 Oct 16 17:46:58.888 INFO kablam! | Oct 16 17:46:58.888 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 16 17:46:58.888 INFO kablam! | ^^^^^ Oct 16 17:46:58.888 INFO kablam! Oct 16 17:46:58.888 INFO kablam! warning: constant in pattern `ZAxis` should have an upper case name such as `ZAXIS` Oct 16 17:46:58.888 INFO kablam! --> src/lib.rs:35:90 Oct 16 17:46:58.888 INFO kablam! | Oct 16 17:46:58.888 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 16 17:46:58.888 INFO kablam! | ^^^^^ Oct 16 17:46:58.888 INFO kablam! Oct 16 17:46:59.531 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.68s Oct 16 17:46:59.533 INFO kablam! su: No module specific data is present Oct 16 17:47:00.329 INFO running `"docker" "rm" "-f" "c3d5efeef55160c2c713b2bc4c5b3a1bb36cce1b6cb7755b51330a4a5c37f992"` Oct 16 17:47:00.643 INFO blam! c3d5efeef55160c2c713b2bc4c5b3a1bb36cce1b6cb7755b51330a4a5c37f992 Oct 16 17:47:00.646 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 16 17:47:01.176 INFO blam! 6aae312197abfe936a4d9c01b50ce7ae99c186323214cf6b08b0ae5a5b4753ac Oct 16 17:47:01.179 INFO running `"docker" "start" "-a" "6aae312197abfe936a4d9c01b50ce7ae99c186323214cf6b08b0ae5a5b4753ac"` Oct 16 17:47:02.319 INFO kablam! usermod: no changes Oct 16 17:47:02.407 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 16 17:47:02.415 INFO kablam! Running /target/debug/deps/array3d-01a3d3a275728993 Oct 16 17:47:02.457 INFO blam! Oct 16 17:47:02.457 INFO blam! running 1 test Oct 16 17:47:02.471 INFO blam! test tests::it_works ... ok Oct 16 17:47:02.471 INFO kablam! Doc-tests array3d Oct 16 17:47:02.472 INFO blam! Oct 16 17:47:02.472 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:47:02.472 INFO blam! Oct 16 17:47:03.562 INFO blam! Oct 16 17:47:03.562 INFO blam! running 0 tests Oct 16 17:47:03.562 INFO blam! Oct 16 17:47:03.562 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:47:03.562 INFO blam! Oct 16 17:47:03.564 INFO kablam! su: No module specific data is present Oct 16 17:47:04.380 INFO running `"docker" "rm" "-f" "6aae312197abfe936a4d9c01b50ce7ae99c186323214cf6b08b0ae5a5b4753ac"` Oct 16 17:47:04.639 INFO blam! 6aae312197abfe936a4d9c01b50ce7ae99c186323214cf6b08b0ae5a5b4753ac