Oct 16 17:46:53.045 INFO testing array3d-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 17:46:53.047 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 16 17:46:53.403 INFO blam! 8c32ed209f98a3c6bbf51e669a86d16510e884c863877ef73cf57f2bbd8ce22e Oct 16 17:46:53.411 INFO running `"docker" "start" "-a" "8c32ed209f98a3c6bbf51e669a86d16510e884c863877ef73cf57f2bbd8ce22e"` Oct 16 17:46:54.655 INFO kablam! usermod: no changes Oct 16 17:46:54.703 INFO kablam! Compiling lininterp v0.1.3 Oct 16 17:46:55.495 INFO kablam! Compiling array3d v0.1.0 (/source) Oct 16 17:46:56.183 INFO kablam! warning: unused imports: `BitAnd`, `BitOr`, `BitXor` Oct 16 17:46:56.183 INFO kablam! --> src/lib.rs:12:36 Oct 16 17:46:56.183 INFO kablam! | Oct 16 17:46:56.183 INFO kablam! 12 | use std::ops::{Add,Sub,Mul,Div,Rem,BitOr,BitAnd,BitXor,Index,IndexMut}; Oct 16 17:46:56.183 INFO kablam! | ^^^^^ ^^^^^^ ^^^^^^ Oct 16 17:46:56.183 INFO kablam! | Oct 16 17:46:56.183 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 17:46:56.183 INFO kablam! Oct 16 17:46:56.335 INFO kablam! warning: unused variable: `pos` Oct 16 17:46:56.335 INFO kablam! --> src/lib.rs:472:19 Oct 16 17:46:56.335 INFO kablam! | Oct 16 17:46:56.335 INFO kablam! 472 | self.fold_half(|pos:V3i,cell:[[[&T;2];2];2]|->T{ Oct 16 17:46:56.335 INFO kablam! | ^^^ help: consider using `_pos` instead Oct 16 17:46:56.335 INFO kablam! | Oct 16 17:46:56.335 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 17:46:56.335 INFO kablam! Oct 16 17:46:56.394 INFO kablam! warning: type alias is never used: `Neighbours2d` Oct 16 17:46:56.394 INFO kablam! --> src/lib.rs:44:1 Oct 16 17:46:56.394 INFO kablam! | Oct 16 17:46:56.394 INFO kablam! 44 | type Neighbours2d=Vec2>; Oct 16 17:46:56.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:46:56.394 INFO kablam! | Oct 16 17:46:56.394 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 17:46:56.394 INFO kablam! Oct 16 17:46:56.394 INFO kablam! warning: type alias is never used: `Neighbours3d` Oct 16 17:46:56.394 INFO kablam! --> src/lib.rs:45:1 Oct 16 17:46:56.394 INFO kablam! | Oct 16 17:46:56.394 INFO kablam! 45 | type Neighbours3d=Vec3>; Oct 16 17:46:56.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:46:56.394 INFO kablam! Oct 16 17:46:56.394 INFO kablam! warning: type alias is never used: `Neighbours4d` Oct 16 17:46:56.394 INFO kablam! --> src/lib.rs:46:1 Oct 16 17:46:56.394 INFO kablam! | Oct 16 17:46:56.394 INFO kablam! 46 | type Neighbours4d=Vec4>; Oct 16 17:46:56.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:46:56.394 INFO kablam! Oct 16 17:46:56.394 INFO kablam! warning: method is never used: `downsample_half` Oct 16 17:46:56.394 INFO kablam! --> src/lib.rs:471:2 Oct 16 17:46:56.394 INFO kablam! | Oct 16 17:46:56.394 INFO kablam! 471 | fn downsample_half(&self)->Array3d{ Oct 16 17:46:56.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:46:56.394 INFO kablam! Oct 16 17:46:56.394 INFO kablam! warning: method is never used: `upsample_double_axis` Oct 16 17:46:56.394 INFO kablam! --> src/lib.rs:488:2 Oct 16 17:46:56.394 INFO kablam! | Oct 16 17:46:56.394 INFO kablam! 488 | fn upsample_double_axis(&self,axis:i32)->Array3d{ Oct 16 17:46:56.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:46:56.394 INFO kablam! Oct 16 17:46:56.394 INFO kablam! warning: method is never used: `upsample_double_xyz` Oct 16 17:46:56.394 INFO kablam! --> src/lib.rs:496:2 Oct 16 17:46:56.394 INFO kablam! | Oct 16 17:46:56.394 INFO kablam! 496 | fn upsample_double_xyz(&self)->Array3d{ Oct 16 17:46:56.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:46:56.394 INFO kablam! Oct 16 17:46:56.400 INFO kablam! warning: type `Axis_t` should have a camel case name such as `AxisT` Oct 16 17:46:56.400 INFO kablam! --> src/lib.rs:27:1 Oct 16 17:46:56.400 INFO kablam! | Oct 16 17:46:56.400 INFO kablam! 27 | type Axis_t=i32; Oct 16 17:46:56.400 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 17:46:56.400 INFO kablam! | Oct 16 17:46:56.400 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 16 17:46:56.400 INFO kablam! Oct 16 17:46:56.400 INFO kablam! warning: constant `XAxis` should have an upper case name such as `XAXIS` Oct 16 17:46:56.400 INFO kablam! --> src/lib.rs:28:1 Oct 16 17:46:56.400 INFO kablam! | Oct 16 17:46:56.400 INFO kablam! 28 | const XAxis:Axis_t=0; const YAxis:Axis_t=1; const ZAxis:Axis_t=2; Oct 16 17:46:56.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:46:56.400 INFO kablam! | Oct 16 17:46:56.400 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 16 17:46:56.400 INFO kablam! Oct 16 17:46:56.400 INFO kablam! warning: constant `YAxis` should have an upper case name such as `YAXIS` Oct 16 17:46:56.400 INFO kablam! --> src/lib.rs:28:23 Oct 16 17:46:56.400 INFO kablam! | Oct 16 17:46:56.400 INFO kablam! 28 | const XAxis:Axis_t=0; const YAxis:Axis_t=1; const ZAxis:Axis_t=2; Oct 16 17:46:56.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:46:56.400 INFO kablam! Oct 16 17:46:56.400 INFO kablam! warning: constant `ZAxis` should have an upper case name such as `ZAXIS` Oct 16 17:46:56.400 INFO kablam! --> src/lib.rs:28:45 Oct 16 17:46:56.400 INFO kablam! | Oct 16 17:46:56.400 INFO kablam! 28 | const XAxis:Axis_t=0; const YAxis:Axis_t=1; const ZAxis:Axis_t=2; Oct 16 17:46:56.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:46:56.400 INFO kablam! Oct 16 17:46:56.400 INFO kablam! warning: constant in pattern `XAxis` should have an upper case name such as `XAXIS` Oct 16 17:46:56.400 INFO kablam! --> src/lib.rs:32:40 Oct 16 17:46:56.400 INFO kablam! | Oct 16 17:46:56.400 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:56.400 INFO kablam! | ^^^^^ Oct 16 17:46:56.400 INFO kablam! Oct 16 17:46:56.400 INFO kablam! warning: constant in pattern `YAxis` should have an upper case name such as `YAXIS` Oct 16 17:46:56.400 INFO kablam! --> src/lib.rs:32:55 Oct 16 17:46:56.400 INFO kablam! | Oct 16 17:46:56.400 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:56.400 INFO kablam! | ^^^^^ Oct 16 17:46:56.400 INFO kablam! Oct 16 17:46:56.400 INFO kablam! warning: constant in pattern `ZAxis` should have an upper case name such as `ZAXIS` Oct 16 17:46:56.400 INFO kablam! --> src/lib.rs:32:70 Oct 16 17:46:56.400 INFO kablam! | Oct 16 17:46:56.400 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:56.400 INFO kablam! | ^^^^^ Oct 16 17:46:56.400 INFO kablam! Oct 16 17:46:56.401 INFO kablam! warning: constant in pattern `XAxis` should have an upper case name such as `XAXIS` Oct 16 17:46:56.401 INFO kablam! --> src/lib.rs:35:52 Oct 16 17:46:56.401 INFO kablam! | Oct 16 17:46:56.401 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:56.401 INFO kablam! | ^^^^^ Oct 16 17:46:56.401 INFO kablam! Oct 16 17:46:56.401 INFO kablam! warning: constant in pattern `YAxis` should have an upper case name such as `YAXIS` Oct 16 17:46:56.401 INFO kablam! --> src/lib.rs:35:71 Oct 16 17:46:56.401 INFO kablam! | Oct 16 17:46:56.401 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:56.401 INFO kablam! | ^^^^^ Oct 16 17:46:56.401 INFO kablam! Oct 16 17:46:56.401 INFO kablam! warning: constant in pattern `ZAxis` should have an upper case name such as `ZAXIS` Oct 16 17:46:56.401 INFO kablam! --> src/lib.rs:35:90 Oct 16 17:46:56.401 INFO kablam! | Oct 16 17:46:56.401 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:56.401 INFO kablam! | ^^^^^ Oct 16 17:46:56.401 INFO kablam! Oct 16 17:46:56.551 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.87s Oct 16 17:46:56.551 INFO kablam! su: No module specific data is present Oct 16 17:46:57.167 INFO running `"docker" "rm" "-f" "8c32ed209f98a3c6bbf51e669a86d16510e884c863877ef73cf57f2bbd8ce22e"` Oct 16 17:46:57.415 INFO blam! 8c32ed209f98a3c6bbf51e669a86d16510e884c863877ef73cf57f2bbd8ce22e Oct 16 17:46:57.419 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 16 17:46:57.984 INFO blam! 89929cbfd96aaab7376eb70461bbaa1994fd58b8345d4bfc213cabe2e126837f Oct 16 17:46:57.985 INFO running `"docker" "start" "-a" "89929cbfd96aaab7376eb70461bbaa1994fd58b8345d4bfc213cabe2e126837f"` Oct 16 17:46:59.383 INFO kablam! usermod: no changes Oct 16 17:46:59.442 INFO kablam! Compiling array3d v0.1.0 (/source) Oct 16 17:47:00.171 INFO kablam! warning: unused imports: `BitAnd`, `BitOr`, `BitXor` Oct 16 17:47:00.171 INFO kablam! --> src/lib.rs:12:36 Oct 16 17:47:00.171 INFO kablam! | Oct 16 17:47:00.171 INFO kablam! 12 | use std::ops::{Add,Sub,Mul,Div,Rem,BitOr,BitAnd,BitXor,Index,IndexMut}; Oct 16 17:47:00.171 INFO kablam! | ^^^^^ ^^^^^^ ^^^^^^ Oct 16 17:47:00.171 INFO kablam! | Oct 16 17:47:00.191 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 17:47:00.191 INFO kablam! Oct 16 17:47:00.399 INFO kablam! warning: unused variable: `pos` Oct 16 17:47:00.400 INFO kablam! --> src/lib.rs:472:19 Oct 16 17:47:00.400 INFO kablam! | Oct 16 17:47:00.400 INFO kablam! 472 | self.fold_half(|pos:V3i,cell:[[[&T;2];2];2]|->T{ Oct 16 17:47:00.401 INFO kablam! | ^^^ help: consider using `_pos` instead Oct 16 17:47:00.401 INFO kablam! | Oct 16 17:47:00.401 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 17:47:00.401 INFO kablam! Oct 16 17:47:00.463 INFO kablam! warning: type alias is never used: `Neighbours2d` Oct 16 17:47:00.464 INFO kablam! --> src/lib.rs:44:1 Oct 16 17:47:00.464 INFO kablam! | Oct 16 17:47:00.464 INFO kablam! 44 | type Neighbours2d=Vec2>; Oct 16 17:47:00.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:47:00.465 INFO kablam! | Oct 16 17:47:00.465 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 17:47:00.466 INFO kablam! Oct 16 17:47:00.466 INFO kablam! warning: type alias is never used: `Neighbours3d` Oct 16 17:47:00.466 INFO kablam! --> src/lib.rs:45:1 Oct 16 17:47:00.466 INFO kablam! | Oct 16 17:47:00.467 INFO kablam! 45 | type Neighbours3d=Vec3>; Oct 16 17:47:00.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:47:00.468 INFO kablam! Oct 16 17:47:00.468 INFO kablam! warning: type alias is never used: `Neighbours4d` Oct 16 17:47:00.468 INFO kablam! --> src/lib.rs:46:1 Oct 16 17:47:00.468 INFO kablam! | Oct 16 17:47:00.468 INFO kablam! 46 | type Neighbours4d=Vec4>; Oct 16 17:47:00.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:47:00.468 INFO kablam! Oct 16 17:47:00.468 INFO kablam! warning: method is never used: `downsample_half` Oct 16 17:47:00.468 INFO kablam! --> src/lib.rs:471:2 Oct 16 17:47:00.468 INFO kablam! | Oct 16 17:47:00.468 INFO kablam! 471 | fn downsample_half(&self)->Array3d{ Oct 16 17:47:00.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:47:00.468 INFO kablam! Oct 16 17:47:00.468 INFO kablam! warning: method is never used: `upsample_double_axis` Oct 16 17:47:00.468 INFO kablam! --> src/lib.rs:488:2 Oct 16 17:47:00.468 INFO kablam! | Oct 16 17:47:00.468 INFO kablam! 488 | fn upsample_double_axis(&self,axis:i32)->Array3d{ Oct 16 17:47:00.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:47:00.468 INFO kablam! Oct 16 17:47:00.468 INFO kablam! warning: method is never used: `upsample_double_xyz` Oct 16 17:47:00.468 INFO kablam! --> src/lib.rs:496:2 Oct 16 17:47:00.468 INFO kablam! | Oct 16 17:47:00.468 INFO kablam! 496 | fn upsample_double_xyz(&self)->Array3d{ Oct 16 17:47:00.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:47:00.468 INFO kablam! Oct 16 17:47:00.486 INFO kablam! warning: type `Axis_t` should have a camel case name such as `AxisT` Oct 16 17:47:00.486 INFO kablam! --> src/lib.rs:27:1 Oct 16 17:47:00.487 INFO kablam! | Oct 16 17:47:00.487 INFO kablam! 27 | type Axis_t=i32; Oct 16 17:47:00.487 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 17:47:00.487 INFO kablam! | Oct 16 17:47:00.487 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 16 17:47:00.487 INFO kablam! Oct 16 17:47:00.487 INFO kablam! warning: constant `XAxis` should have an upper case name such as `XAXIS` Oct 16 17:47:00.487 INFO kablam! --> src/lib.rs:28:1 Oct 16 17:47:00.487 INFO kablam! | Oct 16 17:47:00.487 INFO kablam! 28 | const XAxis:Axis_t=0; const YAxis:Axis_t=1; const ZAxis:Axis_t=2; Oct 16 17:47:00.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:47:00.487 INFO kablam! Oct 16 17:47:00.487 INFO kablam! warning: constant `YAxis` should have an upper case name such as `YAXIS` Oct 16 17:47:00.487 INFO kablam! --> src/lib.rs:28:23 Oct 16 17:47:00.487 INFO kablam! | Oct 16 17:47:00.487 INFO kablam! 28 | const XAxis:Axis_t=0; const YAxis:Axis_t=1; const ZAxis:Axis_t=2; Oct 16 17:47:00.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:47:00.487 INFO kablam! Oct 16 17:47:00.487 INFO kablam! warning: constant `ZAxis` should have an upper case name such as `ZAXIS` Oct 16 17:47:00.487 INFO kablam! --> src/lib.rs:28:45 Oct 16 17:47:00.487 INFO kablam! | Oct 16 17:47:00.487 INFO kablam! 28 | const XAxis:Axis_t=0; const YAxis:Axis_t=1; const ZAxis:Axis_t=2; Oct 16 17:47:00.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:47:00.487 INFO kablam! Oct 16 17:47:00.487 INFO kablam! warning: constant in pattern `XAxis` should have an upper case name such as `XAXIS` Oct 16 17:47:00.487 INFO kablam! --> src/lib.rs:32:40 Oct 16 17:47:00.487 INFO kablam! | Oct 16 17:47:00.487 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:47:00.487 INFO kablam! | ^^^^^ Oct 16 17:47:00.487 INFO kablam! Oct 16 17:47:00.487 INFO kablam! warning: constant in pattern `YAxis` should have an upper case name such as `YAXIS` Oct 16 17:47:00.487 INFO kablam! --> src/lib.rs:32:55 Oct 16 17:47:00.487 INFO kablam! | Oct 16 17:47:00.487 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:47:00.487 INFO kablam! | ^^^^^ Oct 16 17:47:00.487 INFO kablam! Oct 16 17:47:00.487 INFO kablam! warning: constant in pattern `ZAxis` should have an upper case name such as `ZAXIS` Oct 16 17:47:00.487 INFO kablam! --> src/lib.rs:32:70 Oct 16 17:47:00.487 INFO kablam! | Oct 16 17:47:00.487 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:47:00.487 INFO kablam! | ^^^^^ Oct 16 17:47:00.487 INFO kablam! Oct 16 17:47:00.487 INFO kablam! warning: constant in pattern `XAxis` should have an upper case name such as `XAXIS` Oct 16 17:47:00.487 INFO kablam! --> src/lib.rs:35:52 Oct 16 17:47:00.487 INFO kablam! | Oct 16 17:47:00.487 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:47:00.487 INFO kablam! | ^^^^^ Oct 16 17:47:00.487 INFO kablam! Oct 16 17:47:00.487 INFO kablam! warning: constant in pattern `YAxis` should have an upper case name such as `YAXIS` Oct 16 17:47:00.487 INFO kablam! --> src/lib.rs:35:71 Oct 16 17:47:00.487 INFO kablam! | Oct 16 17:47:00.487 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:47:00.487 INFO kablam! | ^^^^^ Oct 16 17:47:00.487 INFO kablam! Oct 16 17:47:00.487 INFO kablam! warning: constant in pattern `ZAxis` should have an upper case name such as `ZAXIS` Oct 16 17:47:00.487 INFO kablam! --> src/lib.rs:35:90 Oct 16 17:47:00.487 INFO kablam! | Oct 16 17:47:00.487 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:47:00.487 INFO kablam! | ^^^^^ Oct 16 17:47:00.487 INFO kablam! Oct 16 17:47:01.027 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.61s Oct 16 17:47:01.030 INFO kablam! su: No module specific data is present Oct 16 17:47:01.601 INFO running `"docker" "rm" "-f" "89929cbfd96aaab7376eb70461bbaa1994fd58b8345d4bfc213cabe2e126837f"` Oct 16 17:47:01.815 INFO blam! 89929cbfd96aaab7376eb70461bbaa1994fd58b8345d4bfc213cabe2e126837f Oct 16 17:47:01.827 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 16 17:47:02.264 INFO blam! c52dfcd6cfabbc3e09f2f6f3ab263f21231213b61a0632545ca9ee07e5390d74 Oct 16 17:47:02.267 INFO running `"docker" "start" "-a" "c52dfcd6cfabbc3e09f2f6f3ab263f21231213b61a0632545ca9ee07e5390d74"` Oct 16 17:47:03.442 INFO kablam! usermod: no changes Oct 16 17:47:03.535 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 16 17:47:03.535 INFO kablam! Running /target/debug/deps/array3d-e534e229c9af7737 Oct 16 17:47:03.543 INFO blam! Oct 16 17:47:03.543 INFO blam! running 1 test Oct 16 17:47:03.547 INFO blam! test tests::it_works ... ok Oct 16 17:47:03.547 INFO kablam! Doc-tests array3d Oct 16 17:47:03.548 INFO blam! Oct 16 17:47:03.548 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:47:03.548 INFO blam! Oct 16 17:47:04.643 INFO blam! Oct 16 17:47:04.644 INFO blam! running 0 tests Oct 16 17:47:04.644 INFO blam! Oct 16 17:47:04.644 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:47:04.644 INFO blam! Oct 16 17:47:04.651 INFO kablam! su: No module specific data is present Oct 16 17:47:05.279 INFO running `"docker" "rm" "-f" "c52dfcd6cfabbc3e09f2f6f3ab263f21231213b61a0632545ca9ee07e5390d74"` Oct 16 17:47:05.691 INFO blam! c52dfcd6cfabbc3e09f2f6f3ab263f21231213b61a0632545ca9ee07e5390d74