Oct 15 18:06:53.178 INFO testing spatial-0.2.0-rc2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1
Oct 15 18:06:53.180 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 15 18:06:53.655 INFO blam! b1f3f2c0de412ac7ab47b0a190465ea31cbc7c12c4429b841906d161fbe5faaf
Oct 15 18:06:53.674 INFO running `"docker" "start" "-a" "b1f3f2c0de412ac7ab47b0a190465ea31cbc7c12c4429b841906d161fbe5faaf"`
Oct 15 18:06:55.179 INFO kablam! usermod: no changes
Oct 15 18:06:55.311 INFO kablam! Compiling generic-array v0.3.2
Oct 15 18:06:55.311 INFO kablam! Compiling ordered-float v0.2.3
Oct 15 18:06:56.731 INFO kablam! Compiling spatial v0.2.0-rc2 (/source)
Oct 15 18:06:58.123 INFO kablam! warning: unused `#[macro_use]` import
Oct 15 18:06:58.124 INFO kablam! --> src/lib.rs:12:1
Oct 15 18:06:58.124 INFO kablam! |
Oct 15 18:06:58.124 INFO kablam! 12 | #[macro_use]
Oct 15 18:06:58.125 INFO kablam! | ^^^^^^^^^^^^
Oct 15 18:06:58.125 INFO kablam! |
Oct 15 18:06:58.125 INFO kablam! = note: #[warn(unused_imports)] on by default
Oct 15 18:06:58.125 INFO kablam!
Oct 15 18:06:58.126 INFO kablam! warning: patterns aren't allowed in methods without bodies
Oct 15 18:06:58.126 INFO kablam! --> src/tree/mbr/index/mod.rs:27:32
Oct 15 18:06:58.126 INFO kablam! |
Oct 15 18:06:58.126 INFO kablam! 27 | fn insert_into_root(&self, mut root: NODE, leaf: MbrLeaf
) -> NODE;
Oct 15 18:06:58.127 INFO kablam! | ^^^^^^^^
Oct 15 18:06:58.127 INFO kablam! |
Oct 15 18:06:58.127 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default
Oct 15 18:06:58.127 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
Oct 15 18:06:58.128 INFO kablam! = note: for more information, see issue #35203
Oct 15 18:06:58.128 INFO kablam!
Oct 15 18:06:58.131 INFO kablam! warning: patterns aren't allowed in methods without bodies
Oct 15 18:06:58.132 INFO kablam! --> src/tree/mbr/index/mod.rs:46:10
Oct 15 18:06:58.132 INFO kablam! |
Oct 15 18:06:58.132 INFO kablam! 46 | mut root: NODE,
Oct 15 18:06:58.132 INFO kablam! | ^^^^^^^^
Oct 15 18:06:58.133 INFO kablam! |
Oct 15 18:06:58.133 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
Oct 15 18:06:58.133 INFO kablam! = note: for more information, see issue #35203
Oct 15 18:06:58.133 INFO kablam!
Oct 15 18:06:58.134 INFO kablam! warning: patterns aren't allowed in methods without bodies
Oct 15 18:06:58.134 INFO kablam! --> src/tree/mbr/index/mod.rs:49:10
Oct 15 18:06:58.134 INFO kablam! |
Oct 15 18:06:58.134 INFO kablam! 49 | mut f: F)
Oct 15 18:06:58.135 INFO kablam! | ^^^^^
Oct 15 18:06:58.135 INFO kablam! |
Oct 15 18:06:58.135 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
Oct 15 18:06:58.136 INFO kablam! = note: for more information, see issue #35203
Oct 15 18:06:58.136 INFO kablam!
Oct 15 18:06:58.136 INFO kablam! warning: unnecessary parentheses around function argument
Oct 15 18:06:58.136 INFO kablam! --> src/tree/mbr/leafgeometry.rs:82:58
Oct 15 18:06:58.137 INFO kablam! |
Oct 15 18:06:58.137 INFO kablam! 82 | |distance, (&(x, y), &z)| distance + pow((((x + y)/two) - z), 2));
Oct 15 18:06:58.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
Oct 15 18:06:58.138 INFO kablam! |
Oct 15 18:06:58.138 INFO kablam! = note: #[warn(unused_parens)] on by default
Oct 15 18:06:58.138 INFO kablam!
Oct 15 18:06:58.138 INFO kablam! warning: unnecessary parentheses around function argument
Oct 15 18:06:58.139 INFO kablam! --> src/tree/mbr/leafgeometry.rs:134:66
Oct 15 18:06:58.139 INFO kablam! |
Oct 15 18:06:58.139 INFO kablam! 134 | |distance, (&(x1, y1), &x2, &y2)| distance + pow(((x1 + y1)/two - (x2 + y2)/two), 2));
Oct 15 18:06:58.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
Oct 15 18:06:58.140 INFO kablam!
Oct 15 18:06:58.140 INFO kablam! warning: unnecessary parentheses around function argument
Oct 15 18:06:58.140 INFO kablam! --> src/tree/mbr/leafgeometry.rs:186:32
Oct 15 18:06:58.141 INFO kablam! |
Oct 15 18:06:58.141 INFO kablam! 186 | distance + pow(((x1 + y1) / two - (x2 + y2) / two), 2)
Oct 15 18:06:58.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
Oct 15 18:06:58.142 INFO kablam!
Oct 15 18:06:58.142 INFO kablam! warning: patterns aren't allowed in methods without bodies
Oct 15 18:06:58.142 INFO kablam! --> src/vecext.rs:13:31
Oct 15 18:06:58.142 INFO kablam! |
Oct 15 18:06:58.143 INFO kablam! 13 | fn retain_part(&mut self, mut f: F) -> usize;
Oct 15 18:06:58.143 INFO kablam! | ^^^^^
Oct 15 18:06:58.143 INFO kablam! |
Oct 15 18:06:58.144 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
Oct 15 18:06:58.144 INFO kablam! = note: for more information, see issue #35203
Oct 15 18:06:58.144 INFO kablam!
Oct 15 18:06:58.144 INFO kablam! warning: patterns aren't allowed in methods without bodies
Oct 15 18:06:58.145 INFO kablam! --> src/vecext.rs:19:35
Oct 15 18:06:58.145 INFO kablam! |
Oct 15 18:06:58.145 INFO kablam! 19 | fn retain_mut_part(&mut self, mut f: F) -> usize;
Oct 15 18:06:58.146 INFO kablam! | ^^^^^
Oct 15 18:06:58.146 INFO kablam! |
Oct 15 18:06:58.146 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
Oct 15 18:06:58.150 INFO kablam! = note: for more information, see issue #35203
Oct 15 18:06:58.151 INFO kablam!
Oct 15 18:06:58.151 INFO kablam! warning: patterns aren't allowed in methods without bodies
Oct 15 18:06:58.151 INFO kablam! --> src/vecext.rs:25:40
Oct 15 18:06:58.152 INFO kablam! |
Oct 15 18:06:58.152 INFO kablam! 25 | fn retain_and_split_off(&mut self, mut f: F) -> Option>;
Oct 15 18:06:58.152 INFO kablam! | ^^^^^
Oct 15 18:06:58.152 INFO kablam! |
Oct 15 18:06:58.153 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
Oct 15 18:06:58.153 INFO kablam! = note: for more information, see issue #35203
Oct 15 18:06:58.153 INFO kablam!
Oct 15 18:06:58.154 INFO kablam! warning: patterns aren't allowed in methods without bodies
Oct 15 18:06:58.154 INFO kablam! --> src/vecext.rs:31:53
Oct 15 18:06:58.154 INFO kablam! |
Oct 15 18:06:58.154 INFO kablam! 31 | fn retain_and_append(&mut self, m: &mut Vec, mut f: F);
Oct 15 18:06:58.155 INFO kablam! | ^^^^^
Oct 15 18:06:58.155 INFO kablam! |
Oct 15 18:06:58.155 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
Oct 15 18:06:58.156 INFO kablam! = note: for more information, see issue #35203
Oct 15 18:06:58.156 INFO kablam!
Oct 15 18:06:58.156 INFO kablam! warning: patterns aren't allowed in methods without bodies
Oct 15 18:06:58.156 INFO kablam! --> src/vecext.rs:37:30
Oct 15 18:06:58.157 INFO kablam! |
Oct 15 18:06:58.157 INFO kablam! 37 | fn retain_mut(&mut self, mut f: F);
Oct 15 18:06:58.157 INFO kablam! | ^^^^^
Oct 15 18:06:58.158 INFO kablam! |
Oct 15 18:06:58.158 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
Oct 15 18:06:58.158 INFO kablam! = note: for more information, see issue #35203
Oct 15 18:06:58.158 INFO kablam!
Oct 15 18:06:58.847 INFO kablam! warning: unused variable: `mbr`
Oct 15 18:06:58.847 INFO kablam! --> src/tree/mbr/index/r.rs:48:53
Oct 15 18:06:58.847 INFO kablam! |
Oct 15 18:06:58.847 INFO kablam! 48 | fn pick_seed>(&self, mbr: &Rect, children: &Vec) -> (usize, usize) {
Oct 15 18:06:58.847 INFO kablam! | ^^^ help: consider using `_mbr` instead
Oct 15 18:06:58.847 INFO kablam! |
Oct 15 18:06:58.851 INFO kablam! = note: #[warn(unused_variables)] on by default
Oct 15 18:06:58.852 INFO kablam!
Oct 15 18:06:59.216 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.01s
Oct 15 18:06:59.226 INFO kablam! su: No module specific data is present
Oct 15 18:06:59.839 INFO running `"docker" "rm" "-f" "b1f3f2c0de412ac7ab47b0a190465ea31cbc7c12c4429b841906d161fbe5faaf"`
Oct 15 18:07:00.235 INFO blam! b1f3f2c0de412ac7ab47b0a190465ea31cbc7c12c4429b841906d161fbe5faaf
Oct 15 18:07:00.239 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 15 18:07:00.711 INFO blam! 829b7bbad7bdc15674d50a8ad25d8d69c2c4f901e1efc6da42cf9d66889353dc
Oct 15 18:07:00.719 INFO running `"docker" "start" "-a" "829b7bbad7bdc15674d50a8ad25d8d69c2c4f901e1efc6da42cf9d66889353dc"`
Oct 15 18:07:01.979 INFO kablam! usermod: no changes
Oct 15 18:07:02.135 INFO kablam! Compiling spatial v0.2.0-rc2 (/source)
Oct 15 18:07:04.539 INFO kablam! warning: patterns aren't allowed in methods without bodies
Oct 15 18:07:04.539 INFO kablam! --> src/tree/mbr/index/mod.rs:27:32
Oct 15 18:07:04.539 INFO kablam! |
Oct 15 18:07:04.539 INFO kablam! 27 | fn insert_into_root(&self, mut root: NODE, leaf: MbrLeaf) -> NODE;
Oct 15 18:07:04.539 INFO kablam! | ^^^^^^^^
Oct 15 18:07:04.539 INFO kablam! |
Oct 15 18:07:04.539 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default
Oct 15 18:07:04.539 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
Oct 15 18:07:04.539 INFO kablam! = note: for more information, see issue #35203
Oct 15 18:07:04.539 INFO kablam!
Oct 15 18:07:04.539 INFO kablam! warning: patterns aren't allowed in methods without bodies
Oct 15 18:07:04.539 INFO kablam! --> src/tree/mbr/index/mod.rs:46:10
Oct 15 18:07:04.539 INFO kablam! |
Oct 15 18:07:04.539 INFO kablam! 46 | mut root: NODE,
Oct 15 18:07:04.539 INFO kablam! | ^^^^^^^^
Oct 15 18:07:04.539 INFO kablam! |
Oct 15 18:07:04.539 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
Oct 15 18:07:04.539 INFO kablam! = note: for more information, see issue #35203
Oct 15 18:07:04.539 INFO kablam!
Oct 15 18:07:04.539 INFO kablam! warning: patterns aren't allowed in methods without bodies
Oct 15 18:07:04.539 INFO kablam! --> src/tree/mbr/index/mod.rs:49:10
Oct 15 18:07:04.539 INFO kablam! |
Oct 15 18:07:04.539 INFO kablam! 49 | mut f: F)
Oct 15 18:07:04.539 INFO kablam! | ^^^^^
Oct 15 18:07:04.539 INFO kablam! |
Oct 15 18:07:04.539 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
Oct 15 18:07:04.539 INFO kablam! = note: for more information, see issue #35203
Oct 15 18:07:04.539 INFO kablam!
Oct 15 18:07:04.539 INFO kablam! warning: unnecessary parentheses around function argument
Oct 15 18:07:04.539 INFO kablam! --> src/tree/mbr/leafgeometry.rs:82:58
Oct 15 18:07:04.539 INFO kablam! |
Oct 15 18:07:04.539 INFO kablam! 82 | |distance, (&(x, y), &z)| distance + pow((((x + y)/two) - z), 2));
Oct 15 18:07:04.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
Oct 15 18:07:04.540 INFO kablam! |
Oct 15 18:07:04.540 INFO kablam! = note: #[warn(unused_parens)] on by default
Oct 15 18:07:04.540 INFO kablam!
Oct 15 18:07:04.540 INFO kablam! warning: unnecessary parentheses around function argument
Oct 15 18:07:04.540 INFO kablam! --> src/tree/mbr/leafgeometry.rs:134:66
Oct 15 18:07:04.540 INFO kablam! |
Oct 15 18:07:04.540 INFO kablam! 134 | |distance, (&(x1, y1), &x2, &y2)| distance + pow(((x1 + y1)/two - (x2 + y2)/two), 2));
Oct 15 18:07:04.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
Oct 15 18:07:04.540 INFO kablam!
Oct 15 18:07:04.540 INFO kablam! warning: unnecessary parentheses around function argument
Oct 15 18:07:04.540 INFO kablam! --> src/tree/mbr/leafgeometry.rs:186:32
Oct 15 18:07:04.540 INFO kablam! |
Oct 15 18:07:04.540 INFO kablam! 186 | distance + pow(((x1 + y1) / two - (x2 + y2) / two), 2)
Oct 15 18:07:04.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
Oct 15 18:07:04.540 INFO kablam!
Oct 15 18:07:04.540 INFO kablam! warning: patterns aren't allowed in methods without bodies
Oct 15 18:07:04.540 INFO kablam! --> src/vecext.rs:13:31
Oct 15 18:07:04.540 INFO kablam! |
Oct 15 18:07:04.540 INFO kablam! 13 | fn retain_part(&mut self, mut f: F) -> usize;
Oct 15 18:07:04.540 INFO kablam! | ^^^^^
Oct 15 18:07:04.540 INFO kablam! |
Oct 15 18:07:04.540 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
Oct 15 18:07:04.540 INFO kablam! = note: for more information, see issue #35203
Oct 15 18:07:04.540 INFO kablam!
Oct 15 18:07:04.540 INFO kablam! warning: patterns aren't allowed in methods without bodies
Oct 15 18:07:04.540 INFO kablam! --> src/vecext.rs:19:35
Oct 15 18:07:04.540 INFO kablam! |
Oct 15 18:07:04.540 INFO kablam! 19 | fn retain_mut_part(&mut self, mut f: F) -> usize;
Oct 15 18:07:04.540 INFO kablam! | ^^^^^
Oct 15 18:07:04.540 INFO kablam! |
Oct 15 18:07:04.540 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
Oct 15 18:07:04.540 INFO kablam! = note: for more information, see issue #35203
Oct 15 18:07:04.540 INFO kablam!
Oct 15 18:07:04.540 INFO kablam! warning: patterns aren't allowed in methods without bodies
Oct 15 18:07:04.540 INFO kablam! --> src/vecext.rs:25:40
Oct 15 18:07:04.540 INFO kablam! |
Oct 15 18:07:04.540 INFO kablam! 25 | fn retain_and_split_off(&mut self, mut f: F) -> Option>;
Oct 15 18:07:04.540 INFO kablam! | ^^^^^
Oct 15 18:07:04.540 INFO kablam! |
Oct 15 18:07:04.540 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
Oct 15 18:07:04.540 INFO kablam! = note: for more information, see issue #35203
Oct 15 18:07:04.540 INFO kablam!
Oct 15 18:07:04.553 INFO kablam! warning: patterns aren't allowed in methods without bodies
Oct 15 18:07:04.553 INFO kablam! --> src/vecext.rs:31:53
Oct 15 18:07:04.553 INFO kablam! |
Oct 15 18:07:04.553 INFO kablam! 31 | fn retain_and_append(&mut self, m: &mut Vec, mut f: F);
Oct 15 18:07:04.553 INFO kablam! | ^^^^^
Oct 15 18:07:04.553 INFO kablam! |
Oct 15 18:07:04.553 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
Oct 15 18:07:04.553 INFO kablam! = note: for more information, see issue #35203
Oct 15 18:07:04.553 INFO kablam!
Oct 15 18:07:04.553 INFO kablam! warning: patterns aren't allowed in methods without bodies
Oct 15 18:07:04.553 INFO kablam! --> src/vecext.rs:37:30
Oct 15 18:07:04.553 INFO kablam! |
Oct 15 18:07:04.553 INFO kablam! 37 | fn retain_mut(&mut self, mut f: F);
Oct 15 18:07:04.553 INFO kablam! | ^^^^^
Oct 15 18:07:04.553 INFO kablam! |
Oct 15 18:07:04.553 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
Oct 15 18:07:04.553 INFO kablam! = note: for more information, see issue #35203
Oct 15 18:07:04.553 INFO kablam!
Oct 15 18:07:08.215 INFO kablam! warning: unused variable: `mbr`
Oct 15 18:07:08.215 INFO kablam! --> src/tree/mbr/index/r.rs:48:53
Oct 15 18:07:08.215 INFO kablam! |
Oct 15 18:07:08.215 INFO kablam! 48 | fn pick_seed>(&self, mbr: &Rect, children: &Vec) -> (usize, usize) {
Oct 15 18:07:08.215 INFO kablam! | ^^^ help: consider using `_mbr` instead
Oct 15 18:07:08.227 INFO kablam! |
Oct 15 18:07:08.227 INFO kablam! = note: #[warn(unused_variables)] on by default
Oct 15 18:07:08.227 INFO kablam!
Oct 15 18:07:11.849 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.83s
Oct 15 18:07:11.867 INFO kablam! su: No module specific data is present
Oct 15 18:07:13.200 INFO running `"docker" "rm" "-f" "829b7bbad7bdc15674d50a8ad25d8d69c2c4f901e1efc6da42cf9d66889353dc"`
Oct 15 18:07:13.531 INFO blam! 829b7bbad7bdc15674d50a8ad25d8d69c2c4f901e1efc6da42cf9d66889353dc
Oct 15 18:07:13.555 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 15 18:07:14.042 INFO blam! 36efc55f5cde56505e5fdf5db20f3616c36e13f58525e763915ce98a517eeb11
Oct 15 18:07:14.057 INFO running `"docker" "start" "-a" "36efc55f5cde56505e5fdf5db20f3616c36e13f58525e763915ce98a517eeb11"`
Oct 15 18:07:15.638 INFO kablam! usermod: no changes
Oct 15 18:07:15.839 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s
Oct 15 18:07:15.841 INFO kablam! Running /target/debug/deps/spatial-b1264465930a6903
Oct 15 18:07:15.852 INFO blam!
Oct 15 18:07:15.852 INFO blam! running 7 tests
Oct 15 18:07:15.883 INFO blam! test tree::mbr::index::rstar::tests::margin ... ok
Oct 15 18:07:15.883 INFO blam! test tree::mbr::leafgeometry::tests::point ... ok
Oct 15 18:07:15.883 INFO blam! test tree::mbr::leafgeometry::tests::line_segment ... ok
Oct 15 18:07:15.883 INFO blam! test vecext::tests::retain_and_append ... ok
Oct 15 18:07:15.883 INFO blam! test tree::mbr::leafgeometry::tests::rect ... ok
Oct 15 18:07:15.887 INFO blam! test vecext::tests::retain_mut ... ok
Oct 15 18:07:15.891 INFO blam! test vecext::tests::retain_and_split_off ... ok
Oct 15 18:07:15.891 INFO blam!
Oct 15 18:07:15.891 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
Oct 15 18:07:15.891 INFO blam!
Oct 15 18:07:15.903 INFO kablam! Running /target/debug/deps/rstar-6ac8290238b3bd66
Oct 15 18:07:15.908 INFO blam!
Oct 15 18:07:15.908 INFO blam! running 1 test
Oct 15 18:07:15.910 INFO blam! test rstar_integration ... ok
Oct 15 18:07:15.910 INFO blam!
Oct 15 18:07:15.910 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
Oct 15 18:07:15.910 INFO blam!
Oct 15 18:07:15.910 INFO kablam! Running /target/debug/deps/rtree-28a6c91271704d21
Oct 15 18:07:15.912 INFO blam!
Oct 15 18:07:15.912 INFO blam! running 2 tests
Oct 15 18:07:15.915 INFO blam! test rquadratic_integration ... ok
Oct 15 18:07:15.916 INFO blam! test rlinear_integration ... ok
Oct 15 18:07:15.916 INFO blam!
Oct 15 18:07:15.916 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
Oct 15 18:07:15.916 INFO blam!
Oct 15 18:07:15.916 INFO kablam! Doc-tests spatial
Oct 15 18:07:18.146 INFO blam!
Oct 15 18:07:18.146 INFO blam! running 0 tests
Oct 15 18:07:18.146 INFO blam!
Oct 15 18:07:18.146 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
Oct 15 18:07:18.146 INFO blam!
Oct 15 18:07:18.156 INFO kablam! su: No module specific data is present
Oct 15 18:07:18.979 INFO running `"docker" "rm" "-f" "36efc55f5cde56505e5fdf5db20f3616c36e13f58525e763915ce98a517eeb11"`
Oct 15 18:07:19.319 INFO blam! 36efc55f5cde56505e5fdf5db20f3616c36e13f58525e763915ce98a517eeb11