Oct 11 16:45:12.103 INFO testing minutiae-0.10.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 16:45:12.103 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 16:45:12.103 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 16:45:12.482 INFO blam! 9965aba3cbf5dedd17d334e94057c7babdf351f9d8ce678b6b20cc20870a1c61 Oct 11 16:45:12.492 INFO running `"docker" "start" "-a" "9965aba3cbf5dedd17d334e94057c7babdf351f9d8ce678b6b20cc20870a1c61"` Oct 11 16:45:13.428 INFO kablam! usermod: no changes Oct 11 16:45:13.572 INFO kablam! Compiling uuid v0.6.5 Oct 11 16:45:14.779 INFO kablam! Compiling minutiae v0.10.0 (/source) Oct 11 16:45:15.772 INFO kablam! warning: unused import: `std::iter::Step` Oct 11 16:45:15.772 INFO kablam! --> src/universe.rs:7:5 Oct 11 16:45:15.772 INFO kablam! | Oct 11 16:45:15.772 INFO kablam! 7 | use std::iter::Step; Oct 11 16:45:15.772 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 16:45:15.772 INFO kablam! | Oct 11 16:45:15.772 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 16:45:15.772 INFO kablam! Oct 11 16:45:15.772 INFO kablam! warning: unused import: `std::collections::btree_map::Entry` Oct 11 16:45:15.772 INFO kablam! --> src/container.rs:4:5 Oct 11 16:45:15.772 INFO kablam! | Oct 11 16:45:15.773 INFO kablam! 4 | use std::collections::btree_map::Entry; Oct 11 16:45:15.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:45:15.773 INFO kablam! Oct 11 16:45:16.112 INFO kablam! warning: unused variable: `universe_size` Oct 11 16:45:16.113 INFO kablam! --> src/universe.rs:94:13 Oct 11 16:45:16.113 INFO kablam! | Oct 11 16:45:16.113 INFO kablam! 94 | let universe_size = conf.size; Oct 11 16:45:16.113 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_universe_size` instead Oct 11 16:45:16.113 INFO kablam! | Oct 11 16:45:16.113 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 16:45:16.114 INFO kablam! Oct 11 16:45:16.230 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 11 16:45:16.230 INFO kablam! --> src/lib.rs:5:12 Oct 11 16:45:16.230 INFO kablam! | Oct 11 16:45:16.231 INFO kablam! 5 | #![feature(conservative_impl_trait, integer_atomics, step_trait, test)] Oct 11 16:45:16.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:45:16.231 INFO kablam! | Oct 11 16:45:16.231 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 16:45:16.231 INFO kablam! Oct 11 16:45:16.235 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 16:45:16.235 INFO kablam! --> src/engine/parallel.rs:20:8 Oct 11 16:45:16.235 INFO kablam! | Oct 11 16:45:16.235 INFO kablam! 20 | C: CellState + 'static, Oct 11 16:45:16.235 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Oct 11 16:45:16.235 INFO kablam! | Oct 11 16:45:16.235 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 11 16:45:16.235 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 16:45:16.235 INFO kablam! Oct 11 16:45:16.235 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 16:45:16.235 INFO kablam! --> src/engine/parallel.rs:21:8 Oct 11 16:45:16.235 INFO kablam! | Oct 11 16:45:16.235 INFO kablam! 21 | E: EntityState + 'static, Oct 11 16:45:16.235 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Oct 11 16:45:16.235 INFO kablam! | Oct 11 16:45:16.235 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 16:45:16.235 INFO kablam! Oct 11 16:45:16.235 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 16:45:16.235 INFO kablam! --> src/engine/parallel.rs:22:9 Oct 11 16:45:16.235 INFO kablam! | Oct 11 16:45:16.235 INFO kablam! 22 | CA: CellAction + 'static, Oct 11 16:45:16.235 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Oct 11 16:45:16.235 INFO kablam! | Oct 11 16:45:16.235 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 16:45:16.235 INFO kablam! Oct 11 16:45:16.235 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 16:45:16.235 INFO kablam! --> src/engine/parallel.rs:23:9 Oct 11 16:45:16.235 INFO kablam! | Oct 11 16:45:16.235 INFO kablam! 23 | EA: EntityAction + 'static, Oct 11 16:45:16.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Oct 11 16:45:16.235 INFO kablam! | Oct 11 16:45:16.235 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 16:45:16.235 INFO kablam! Oct 11 16:45:16.235 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 16:45:16.235 INFO kablam! --> src/engine/parallel.rs:24:8 Oct 11 16:45:16.235 INFO kablam! | Oct 11 16:45:16.235 INFO kablam! 24 | I: 'static, Oct 11 16:45:16.235 INFO kablam! | ^^^^^^^ Oct 11 16:45:16.235 INFO kablam! | Oct 11 16:45:16.235 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 16:45:16.235 INFO kablam! Oct 11 16:45:16.236 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 16:45:16.236 INFO kablam! --> src/engine/parallel.rs:35:8 Oct 11 16:45:16.236 INFO kablam! | Oct 11 16:45:16.236 INFO kablam! 35 | C: CellState + 'static, Oct 11 16:45:16.236 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Oct 11 16:45:16.236 INFO kablam! | Oct 11 16:45:16.236 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 16:45:16.236 INFO kablam! Oct 11 16:45:16.236 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 16:45:16.236 INFO kablam! --> src/engine/parallel.rs:36:8 Oct 11 16:45:16.236 INFO kablam! | Oct 11 16:45:16.236 INFO kablam! 36 | E: EntityState + 'static, Oct 11 16:45:16.236 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Oct 11 16:45:16.236 INFO kablam! | Oct 11 16:45:16.236 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 16:45:16.236 INFO kablam! Oct 11 16:45:16.236 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 16:45:16.236 INFO kablam! --> src/engine/parallel.rs:37:9 Oct 11 16:45:16.236 INFO kablam! | Oct 11 16:45:16.236 INFO kablam! 37 | CA: CellAction + 'static, Oct 11 16:45:16.236 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Oct 11 16:45:16.236 INFO kablam! | Oct 11 16:45:16.236 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 16:45:16.236 INFO kablam! Oct 11 16:45:16.236 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 16:45:16.236 INFO kablam! --> src/engine/parallel.rs:38:9 Oct 11 16:45:16.236 INFO kablam! | Oct 11 16:45:16.236 INFO kablam! 38 | EA: EntityAction + 'static, Oct 11 16:45:16.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Oct 11 16:45:16.236 INFO kablam! | Oct 11 16:45:16.236 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 16:45:16.236 INFO kablam! Oct 11 16:45:16.236 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 16:45:16.236 INFO kablam! --> src/engine/parallel.rs:39:8 Oct 11 16:45:16.236 INFO kablam! | Oct 11 16:45:16.236 INFO kablam! 39 | I: Ord + 'static, Oct 11 16:45:16.236 INFO kablam! | ^^^ ^^^^^^^ Oct 11 16:45:16.236 INFO kablam! | Oct 11 16:45:16.236 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 16:45:16.236 INFO kablam! Oct 11 16:45:16.236 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 16:45:16.236 INFO kablam! --> src/engine/parallel.rs:40:8 Oct 11 16:45:16.236 INFO kablam! | Oct 11 16:45:16.236 INFO kablam! 40 | U: Universe, Oct 11 16:45:16.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:45:16.236 INFO kablam! | Oct 11 16:45:16.236 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 16:45:16.236 INFO kablam! Oct 11 16:45:16.433 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.96s Oct 11 16:45:16.444 INFO kablam! su: No module specific data is present Oct 11 16:45:17.046 INFO running `"docker" "rm" "-f" "9965aba3cbf5dedd17d334e94057c7babdf351f9d8ce678b6b20cc20870a1c61"` Oct 11 16:45:17.234 INFO blam! 9965aba3cbf5dedd17d334e94057c7babdf351f9d8ce678b6b20cc20870a1c61 Oct 11 16:45:17.274 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 16:45:17.275 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 16:45:17.596 INFO blam! c1ae578d1cfbf84ee52a5f2bae0bab7b9e317666b6fc787df4cd3c7739526aaf Oct 11 16:45:17.600 INFO running `"docker" "start" "-a" "c1ae578d1cfbf84ee52a5f2bae0bab7b9e317666b6fc787df4cd3c7739526aaf"` Oct 11 16:45:18.498 INFO kablam! usermod: no changes Oct 11 16:45:18.580 INFO kablam! Compiling minutiae v0.10.0 (/source) Oct 11 16:45:19.411 INFO kablam! warning: unused import: `std::iter::Step` Oct 11 16:45:19.412 INFO kablam! --> src/universe.rs:7:5 Oct 11 16:45:19.412 INFO kablam! | Oct 11 16:45:19.412 INFO kablam! 7 | use std::iter::Step; Oct 11 16:45:19.412 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 16:45:19.412 INFO kablam! | Oct 11 16:45:19.412 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 16:45:19.412 INFO kablam! Oct 11 16:45:19.412 INFO kablam! warning: unused import: `std::collections::btree_map::Entry` Oct 11 16:45:19.412 INFO kablam! --> src/container.rs:4:5 Oct 11 16:45:19.412 INFO kablam! | Oct 11 16:45:19.412 INFO kablam! 4 | use std::collections::btree_map::Entry; Oct 11 16:45:19.412 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:45:19.412 INFO kablam! Oct 11 16:45:19.741 INFO kablam! warning: unused variable: `universe_size` Oct 11 16:45:19.741 INFO kablam! --> src/universe.rs:94:13 Oct 11 16:45:19.742 INFO kablam! | Oct 11 16:45:19.742 INFO kablam! 94 | let universe_size = conf.size; Oct 11 16:45:19.742 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_universe_size` instead Oct 11 16:45:19.742 INFO kablam! | Oct 11 16:45:19.742 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 16:45:19.742 INFO kablam! Oct 11 16:45:19.856 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 11 16:45:19.856 INFO kablam! --> src/lib.rs:5:12 Oct 11 16:45:19.856 INFO kablam! | Oct 11 16:45:19.857 INFO kablam! 5 | #![feature(conservative_impl_trait, integer_atomics, step_trait, test)] Oct 11 16:45:19.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:45:19.857 INFO kablam! | Oct 11 16:45:19.857 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 16:45:19.858 INFO kablam! Oct 11 16:45:19.865 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 16:45:19.865 INFO kablam! --> src/engine/parallel.rs:20:8 Oct 11 16:45:19.865 INFO kablam! | Oct 11 16:45:19.865 INFO kablam! 20 | C: CellState + 'static, Oct 11 16:45:19.865 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Oct 11 16:45:19.865 INFO kablam! | Oct 11 16:45:19.865 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 11 16:45:19.865 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 16:45:19.865 INFO kablam! Oct 11 16:45:19.865 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 16:45:19.865 INFO kablam! --> src/engine/parallel.rs:21:8 Oct 11 16:45:19.865 INFO kablam! | Oct 11 16:45:19.865 INFO kablam! 21 | E: EntityState + 'static, Oct 11 16:45:19.865 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Oct 11 16:45:19.865 INFO kablam! | Oct 11 16:45:19.865 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 16:45:19.865 INFO kablam! Oct 11 16:45:19.865 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 16:45:19.865 INFO kablam! --> src/engine/parallel.rs:22:9 Oct 11 16:45:19.865 INFO kablam! | Oct 11 16:45:19.866 INFO kablam! 22 | CA: CellAction + 'static, Oct 11 16:45:19.866 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Oct 11 16:45:19.866 INFO kablam! | Oct 11 16:45:19.866 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 16:45:19.866 INFO kablam! Oct 11 16:45:19.866 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 16:45:19.866 INFO kablam! --> src/engine/parallel.rs:23:9 Oct 11 16:45:19.866 INFO kablam! | Oct 11 16:45:19.866 INFO kablam! 23 | EA: EntityAction + 'static, Oct 11 16:45:19.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Oct 11 16:45:19.866 INFO kablam! | Oct 11 16:45:19.866 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 16:45:19.866 INFO kablam! Oct 11 16:45:19.866 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 16:45:19.866 INFO kablam! --> src/engine/parallel.rs:24:8 Oct 11 16:45:19.866 INFO kablam! | Oct 11 16:45:19.866 INFO kablam! 24 | I: 'static, Oct 11 16:45:19.866 INFO kablam! | ^^^^^^^ Oct 11 16:45:19.866 INFO kablam! | Oct 11 16:45:19.866 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 16:45:19.866 INFO kablam! Oct 11 16:45:19.866 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 16:45:19.866 INFO kablam! --> src/engine/parallel.rs:35:8 Oct 11 16:45:19.866 INFO kablam! | Oct 11 16:45:19.866 INFO kablam! 35 | C: CellState + 'static, Oct 11 16:45:19.866 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Oct 11 16:45:19.866 INFO kablam! | Oct 11 16:45:19.866 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 16:45:19.866 INFO kablam! Oct 11 16:45:19.866 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 16:45:19.866 INFO kablam! --> src/engine/parallel.rs:36:8 Oct 11 16:45:19.866 INFO kablam! | Oct 11 16:45:19.866 INFO kablam! 36 | E: EntityState + 'static, Oct 11 16:45:19.866 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Oct 11 16:45:19.866 INFO kablam! | Oct 11 16:45:19.866 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 16:45:19.866 INFO kablam! Oct 11 16:45:19.866 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 16:45:19.866 INFO kablam! --> src/engine/parallel.rs:37:9 Oct 11 16:45:19.866 INFO kablam! | Oct 11 16:45:19.866 INFO kablam! 37 | CA: CellAction + 'static, Oct 11 16:45:19.866 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Oct 11 16:45:19.866 INFO kablam! | Oct 11 16:45:19.866 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 16:45:19.866 INFO kablam! Oct 11 16:45:19.866 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 16:45:19.866 INFO kablam! --> src/engine/parallel.rs:38:9 Oct 11 16:45:19.866 INFO kablam! | Oct 11 16:45:19.866 INFO kablam! 38 | EA: EntityAction + 'static, Oct 11 16:45:19.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Oct 11 16:45:19.866 INFO kablam! | Oct 11 16:45:19.866 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 16:45:19.866 INFO kablam! Oct 11 16:45:19.866 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 16:45:19.866 INFO kablam! --> src/engine/parallel.rs:39:8 Oct 11 16:45:19.866 INFO kablam! | Oct 11 16:45:19.866 INFO kablam! 39 | I: Ord + 'static, Oct 11 16:45:19.866 INFO kablam! | ^^^ ^^^^^^^ Oct 11 16:45:19.866 INFO kablam! | Oct 11 16:45:19.866 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 16:45:19.866 INFO kablam! Oct 11 16:45:19.866 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 16:45:19.866 INFO kablam! --> src/engine/parallel.rs:40:8 Oct 11 16:45:19.866 INFO kablam! | Oct 11 16:45:19.866 INFO kablam! 40 | U: Universe, Oct 11 16:45:19.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:45:19.866 INFO kablam! | Oct 11 16:45:19.866 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 16:45:19.866 INFO kablam! Oct 11 16:45:20.528 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.00s Oct 11 16:45:20.534 INFO kablam! su: No module specific data is present Oct 11 16:45:21.154 INFO running `"docker" "rm" "-f" "c1ae578d1cfbf84ee52a5f2bae0bab7b9e317666b6fc787df4cd3c7739526aaf"` Oct 11 16:45:21.264 INFO blam! c1ae578d1cfbf84ee52a5f2bae0bab7b9e317666b6fc787df4cd3c7739526aaf Oct 11 16:45:21.265 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 16:45:21.266 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 16:45:21.550 INFO blam! a277e49d073934bb9976122beb3bbd4471d7d8d081eac9cdc7c6dc779e54b5a5 Oct 11 16:45:21.554 INFO running `"docker" "start" "-a" "a277e49d073934bb9976122beb3bbd4471d7d8d081eac9cdc7c6dc779e54b5a5"` Oct 11 16:45:21.933 INFO kablam! usermod: no changes Oct 11 16:45:22.006 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 11 16:45:22.020 INFO kablam! Running /target/debug/deps/minutiae-3a744a1613468c8d Oct 11 16:45:22.022 INFO blam! Oct 11 16:45:22.022 INFO blam! running 2 tests Oct 11 16:45:22.022 INFO blam! test util::manhattan_distance_accuracy ... ok Oct 11 16:45:22.024 INFO blam! test util::iter_visible_functionality ... ok Oct 11 16:45:22.024 INFO blam! Oct 11 16:45:22.024 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 16:45:22.024 INFO blam! Oct 11 16:45:22.025 INFO kablam! Doc-tests minutiae Oct 11 16:45:23.509 INFO blam! Oct 11 16:45:23.509 INFO blam! running 0 tests Oct 11 16:45:23.509 INFO blam! Oct 11 16:45:23.509 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 16:45:23.509 INFO blam! Oct 11 16:45:23.518 INFO kablam! su: No module specific data is present Oct 11 16:45:24.004 INFO running `"docker" "rm" "-f" "a277e49d073934bb9976122beb3bbd4471d7d8d081eac9cdc7c6dc779e54b5a5"` Oct 11 16:45:24.148 INFO blam! a277e49d073934bb9976122beb3bbd4471d7d8d081eac9cdc7c6dc779e54b5a5