Oct 16 02:43:06.929 INFO testing minutiae-0.10.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 02:43:06.929 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 02:43:07.270 INFO blam! 50dc03fe520e9cfad64e4cd2b434c68886bbb757b9003aa38cf036988dba5ace Oct 16 02:43:07.272 INFO running `"docker" "start" "-a" "50dc03fe520e9cfad64e4cd2b434c68886bbb757b9003aa38cf036988dba5ace"` Oct 16 02:43:08.109 INFO kablam! usermod: no changes Oct 16 02:43:08.194 INFO kablam! Compiling serde v1.0.80 Oct 16 02:43:18.299 INFO kablam! Compiling uuid v0.6.5 Oct 16 02:43:19.539 INFO kablam! Compiling minutiae v0.10.0 (/source) Oct 16 02:43:20.647 INFO kablam! warning: unused import: `std::iter::Step` Oct 16 02:43:20.647 INFO kablam! --> src/universe.rs:7:5 Oct 16 02:43:20.647 INFO kablam! | Oct 16 02:43:20.647 INFO kablam! 7 | use std::iter::Step; Oct 16 02:43:20.647 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 02:43:20.647 INFO kablam! | Oct 16 02:43:20.647 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 02:43:20.647 INFO kablam! Oct 16 02:43:20.647 INFO kablam! warning: unused import: `std::collections::btree_map::Entry` Oct 16 02:43:20.647 INFO kablam! --> src/container.rs:4:5 Oct 16 02:43:20.647 INFO kablam! | Oct 16 02:43:20.647 INFO kablam! 4 | use std::collections::btree_map::Entry; Oct 16 02:43:20.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:43:20.647 INFO kablam! Oct 16 02:43:20.999 INFO kablam! warning: unused variable: `universe_size` Oct 16 02:43:20.999 INFO kablam! --> src/universe.rs:94:13 Oct 16 02:43:20.999 INFO kablam! | Oct 16 02:43:20.999 INFO kablam! 94 | let universe_size = conf.size; Oct 16 02:43:20.999 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_universe_size` instead Oct 16 02:43:20.999 INFO kablam! | Oct 16 02:43:20.999 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 02:43:20.999 INFO kablam! Oct 16 02:43:21.114 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 16 02:43:21.114 INFO kablam! --> src/lib.rs:5:12 Oct 16 02:43:21.114 INFO kablam! | Oct 16 02:43:21.114 INFO kablam! 5 | #![feature(conservative_impl_trait, integer_atomics, step_trait, test)] Oct 16 02:43:21.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:43:21.114 INFO kablam! | Oct 16 02:43:21.114 INFO kablam! = note: #[warn(stable_features)] on by default Oct 16 02:43:21.114 INFO kablam! Oct 16 02:43:21.123 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:21.123 INFO kablam! --> src/engine/parallel.rs:20:8 Oct 16 02:43:21.123 INFO kablam! | Oct 16 02:43:21.123 INFO kablam! 20 | C: CellState + 'static, Oct 16 02:43:21.123 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Oct 16 02:43:21.123 INFO kablam! | Oct 16 02:43:21.123 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 16 02:43:21.123 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:21.123 INFO kablam! Oct 16 02:43:21.123 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:21.124 INFO kablam! --> src/engine/parallel.rs:21:8 Oct 16 02:43:21.124 INFO kablam! | Oct 16 02:43:21.124 INFO kablam! 21 | E: EntityState + 'static, Oct 16 02:43:21.124 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Oct 16 02:43:21.124 INFO kablam! | Oct 16 02:43:21.124 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:21.124 INFO kablam! Oct 16 02:43:21.124 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:21.124 INFO kablam! --> src/engine/parallel.rs:22:9 Oct 16 02:43:21.124 INFO kablam! | Oct 16 02:43:21.124 INFO kablam! 22 | CA: CellAction + 'static, Oct 16 02:43:21.124 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Oct 16 02:43:21.124 INFO kablam! | Oct 16 02:43:21.124 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:21.124 INFO kablam! Oct 16 02:43:21.124 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:21.124 INFO kablam! --> src/engine/parallel.rs:23:9 Oct 16 02:43:21.124 INFO kablam! | Oct 16 02:43:21.124 INFO kablam! 23 | EA: EntityAction + 'static, Oct 16 02:43:21.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Oct 16 02:43:21.124 INFO kablam! | Oct 16 02:43:21.124 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:21.124 INFO kablam! Oct 16 02:43:21.124 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:21.124 INFO kablam! --> src/engine/parallel.rs:24:8 Oct 16 02:43:21.124 INFO kablam! | Oct 16 02:43:21.124 INFO kablam! 24 | I: 'static, Oct 16 02:43:21.124 INFO kablam! | ^^^^^^^ Oct 16 02:43:21.124 INFO kablam! | Oct 16 02:43:21.124 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:21.124 INFO kablam! Oct 16 02:43:21.124 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:21.124 INFO kablam! --> src/engine/parallel.rs:35:8 Oct 16 02:43:21.124 INFO kablam! | Oct 16 02:43:21.124 INFO kablam! 35 | C: CellState + 'static, Oct 16 02:43:21.124 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Oct 16 02:43:21.124 INFO kablam! | Oct 16 02:43:21.124 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:21.124 INFO kablam! Oct 16 02:43:21.124 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:21.124 INFO kablam! --> src/engine/parallel.rs:36:8 Oct 16 02:43:21.124 INFO kablam! | Oct 16 02:43:21.124 INFO kablam! 36 | E: EntityState + 'static, Oct 16 02:43:21.124 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Oct 16 02:43:21.124 INFO kablam! | Oct 16 02:43:21.124 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:21.124 INFO kablam! Oct 16 02:43:21.124 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:21.124 INFO kablam! --> src/engine/parallel.rs:37:9 Oct 16 02:43:21.124 INFO kablam! | Oct 16 02:43:21.124 INFO kablam! 37 | CA: CellAction + 'static, Oct 16 02:43:21.124 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Oct 16 02:43:21.124 INFO kablam! | Oct 16 02:43:21.124 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:21.124 INFO kablam! Oct 16 02:43:21.124 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:21.124 INFO kablam! --> src/engine/parallel.rs:38:9 Oct 16 02:43:21.124 INFO kablam! | Oct 16 02:43:21.124 INFO kablam! 38 | EA: EntityAction + 'static, Oct 16 02:43:21.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Oct 16 02:43:21.124 INFO kablam! | Oct 16 02:43:21.124 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:21.124 INFO kablam! Oct 16 02:43:21.124 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:21.124 INFO kablam! --> src/engine/parallel.rs:39:8 Oct 16 02:43:21.124 INFO kablam! | Oct 16 02:43:21.124 INFO kablam! 39 | I: Ord + 'static, Oct 16 02:43:21.124 INFO kablam! | ^^^ ^^^^^^^ Oct 16 02:43:21.124 INFO kablam! | Oct 16 02:43:21.124 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:21.124 INFO kablam! Oct 16 02:43:21.124 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:21.124 INFO kablam! --> src/engine/parallel.rs:40:8 Oct 16 02:43:21.124 INFO kablam! | Oct 16 02:43:21.124 INFO kablam! 40 | U: Universe, Oct 16 02:43:21.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:43:21.124 INFO kablam! | Oct 16 02:43:21.124 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:21.124 INFO kablam! Oct 16 02:43:21.415 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.28s Oct 16 02:43:21.427 INFO kablam! su: No module specific data is present Oct 16 02:43:22.076 INFO running `"docker" "rm" "-f" "50dc03fe520e9cfad64e4cd2b434c68886bbb757b9003aa38cf036988dba5ace"` Oct 16 02:43:22.375 INFO blam! 50dc03fe520e9cfad64e4cd2b434c68886bbb757b9003aa38cf036988dba5ace Oct 16 02:43:22.393 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 02:43:22.743 INFO blam! f35d803aabe53c07db83d55f84bb835dac8c589648646cbbd6e9a304a1a2c60b Oct 16 02:43:22.757 INFO running `"docker" "start" "-a" "f35d803aabe53c07db83d55f84bb835dac8c589648646cbbd6e9a304a1a2c60b"` Oct 16 02:43:23.839 INFO kablam! usermod: no changes Oct 16 02:43:23.955 INFO kablam! Compiling minutiae v0.10.0 (/source) Oct 16 02:43:25.007 INFO kablam! warning: unused import: `std::iter::Step` Oct 16 02:43:25.008 INFO kablam! --> src/universe.rs:7:5 Oct 16 02:43:25.008 INFO kablam! | Oct 16 02:43:25.008 INFO kablam! 7 | use std::iter::Step; Oct 16 02:43:25.009 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 02:43:25.009 INFO kablam! | Oct 16 02:43:25.009 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 02:43:25.009 INFO kablam! Oct 16 02:43:25.010 INFO kablam! warning: unused import: `std::collections::btree_map::Entry` Oct 16 02:43:25.010 INFO kablam! --> src/container.rs:4:5 Oct 16 02:43:25.010 INFO kablam! | Oct 16 02:43:25.010 INFO kablam! 4 | use std::collections::btree_map::Entry; Oct 16 02:43:25.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:43:25.011 INFO kablam! Oct 16 02:43:25.355 INFO kablam! warning: unused variable: `universe_size` Oct 16 02:43:25.355 INFO kablam! --> src/universe.rs:94:13 Oct 16 02:43:25.355 INFO kablam! | Oct 16 02:43:25.355 INFO kablam! 94 | let universe_size = conf.size; Oct 16 02:43:25.355 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_universe_size` instead Oct 16 02:43:25.355 INFO kablam! | Oct 16 02:43:25.355 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 02:43:25.355 INFO kablam! Oct 16 02:43:25.499 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 16 02:43:25.499 INFO kablam! --> src/lib.rs:5:12 Oct 16 02:43:25.499 INFO kablam! | Oct 16 02:43:25.499 INFO kablam! 5 | #![feature(conservative_impl_trait, integer_atomics, step_trait, test)] Oct 16 02:43:25.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:43:25.499 INFO kablam! | Oct 16 02:43:25.499 INFO kablam! = note: #[warn(stable_features)] on by default Oct 16 02:43:25.499 INFO kablam! Oct 16 02:43:25.503 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:25.503 INFO kablam! --> src/engine/parallel.rs:20:8 Oct 16 02:43:25.503 INFO kablam! | Oct 16 02:43:25.503 INFO kablam! 20 | C: CellState + 'static, Oct 16 02:43:25.503 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Oct 16 02:43:25.503 INFO kablam! | Oct 16 02:43:25.503 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 16 02:43:25.503 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:25.503 INFO kablam! Oct 16 02:43:25.503 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:25.503 INFO kablam! --> src/engine/parallel.rs:21:8 Oct 16 02:43:25.503 INFO kablam! | Oct 16 02:43:25.503 INFO kablam! 21 | E: EntityState + 'static, Oct 16 02:43:25.503 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Oct 16 02:43:25.503 INFO kablam! | Oct 16 02:43:25.503 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:25.503 INFO kablam! Oct 16 02:43:25.503 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:25.503 INFO kablam! --> src/engine/parallel.rs:22:9 Oct 16 02:43:25.503 INFO kablam! | Oct 16 02:43:25.503 INFO kablam! 22 | CA: CellAction + 'static, Oct 16 02:43:25.503 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Oct 16 02:43:25.503 INFO kablam! | Oct 16 02:43:25.503 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:25.503 INFO kablam! Oct 16 02:43:25.503 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:25.503 INFO kablam! --> src/engine/parallel.rs:23:9 Oct 16 02:43:25.503 INFO kablam! | Oct 16 02:43:25.503 INFO kablam! 23 | EA: EntityAction + 'static, Oct 16 02:43:25.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Oct 16 02:43:25.503 INFO kablam! | Oct 16 02:43:25.503 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:25.503 INFO kablam! Oct 16 02:43:25.503 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:25.503 INFO kablam! --> src/engine/parallel.rs:24:8 Oct 16 02:43:25.503 INFO kablam! | Oct 16 02:43:25.503 INFO kablam! 24 | I: 'static, Oct 16 02:43:25.503 INFO kablam! | ^^^^^^^ Oct 16 02:43:25.503 INFO kablam! | Oct 16 02:43:25.503 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:25.503 INFO kablam! Oct 16 02:43:25.504 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:25.504 INFO kablam! --> src/engine/parallel.rs:35:8 Oct 16 02:43:25.504 INFO kablam! | Oct 16 02:43:25.504 INFO kablam! 35 | C: CellState + 'static, Oct 16 02:43:25.504 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Oct 16 02:43:25.504 INFO kablam! | Oct 16 02:43:25.504 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:25.504 INFO kablam! Oct 16 02:43:25.504 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:25.504 INFO kablam! --> src/engine/parallel.rs:36:8 Oct 16 02:43:25.504 INFO kablam! | Oct 16 02:43:25.504 INFO kablam! 36 | E: EntityState + 'static, Oct 16 02:43:25.504 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Oct 16 02:43:25.504 INFO kablam! | Oct 16 02:43:25.504 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:25.504 INFO kablam! Oct 16 02:43:25.504 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:25.504 INFO kablam! --> src/engine/parallel.rs:37:9 Oct 16 02:43:25.504 INFO kablam! | Oct 16 02:43:25.504 INFO kablam! 37 | CA: CellAction + 'static, Oct 16 02:43:25.504 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Oct 16 02:43:25.504 INFO kablam! | Oct 16 02:43:25.504 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:25.504 INFO kablam! Oct 16 02:43:25.504 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:25.504 INFO kablam! --> src/engine/parallel.rs:38:9 Oct 16 02:43:25.504 INFO kablam! | Oct 16 02:43:25.504 INFO kablam! 38 | EA: EntityAction + 'static, Oct 16 02:43:25.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Oct 16 02:43:25.504 INFO kablam! | Oct 16 02:43:25.504 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:25.504 INFO kablam! Oct 16 02:43:25.504 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:25.504 INFO kablam! --> src/engine/parallel.rs:39:8 Oct 16 02:43:25.504 INFO kablam! | Oct 16 02:43:25.504 INFO kablam! 39 | I: Ord + 'static, Oct 16 02:43:25.504 INFO kablam! | ^^^ ^^^^^^^ Oct 16 02:43:25.504 INFO kablam! | Oct 16 02:43:25.504 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:25.504 INFO kablam! Oct 16 02:43:25.504 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:25.504 INFO kablam! --> src/engine/parallel.rs:40:8 Oct 16 02:43:25.504 INFO kablam! | Oct 16 02:43:25.504 INFO kablam! 40 | U: Universe, Oct 16 02:43:25.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:43:25.504 INFO kablam! | Oct 16 02:43:25.504 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:25.504 INFO kablam! Oct 16 02:43:26.259 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.39s Oct 16 02:43:26.260 INFO kablam! su: No module specific data is present Oct 16 02:43:27.083 INFO running `"docker" "rm" "-f" "f35d803aabe53c07db83d55f84bb835dac8c589648646cbbd6e9a304a1a2c60b"` Oct 16 02:43:27.415 INFO blam! f35d803aabe53c07db83d55f84bb835dac8c589648646cbbd6e9a304a1a2c60b Oct 16 02:43:27.417 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 02:43:27.850 INFO blam! f44f68625dd2dc5167acb6af2c18fa4370e12bba1eda36891a55387a737c0018 Oct 16 02:43:27.858 INFO running `"docker" "start" "-a" "f44f68625dd2dc5167acb6af2c18fa4370e12bba1eda36891a55387a737c0018"` Oct 16 02:43:29.434 INFO kablam! usermod: no changes Oct 16 02:43:29.567 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 16 02:43:29.583 INFO kablam! Running /target/debug/deps/minutiae-4ec7f5a3e889969e Oct 16 02:43:29.583 INFO blam! Oct 16 02:43:29.583 INFO blam! running 2 tests Oct 16 02:43:29.583 INFO blam! test util::iter_visible_functionality ... ok Oct 16 02:43:29.584 INFO blam! test util::manhattan_distance_accuracy ... ok Oct 16 02:43:29.584 INFO blam! Oct 16 02:43:29.584 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 02:43:29.584 INFO blam! Oct 16 02:43:29.584 INFO kablam! Doc-tests minutiae Oct 16 02:43:31.548 INFO blam! Oct 16 02:43:31.548 INFO blam! running 0 tests Oct 16 02:43:31.548 INFO blam! Oct 16 02:43:31.548 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 02:43:31.548 INFO blam! Oct 16 02:43:31.555 INFO kablam! su: No module specific data is present Oct 16 02:43:32.091 INFO running `"docker" "rm" "-f" "f44f68625dd2dc5167acb6af2c18fa4370e12bba1eda36891a55387a737c0018"` Oct 16 02:43:32.355 INFO blam! f44f68625dd2dc5167acb6af2c18fa4370e12bba1eda36891a55387a737c0018