Oct 16 02:43:07.263 INFO testing minutiae-0.10.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 02:43:07.265 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 02:43:07.665 INFO blam! 889af7b55ab5217501b693146f5574ee1ef9df4954f1028675fd15ff52318dbc Oct 16 02:43:07.670 INFO running `"docker" "start" "-a" "889af7b55ab5217501b693146f5574ee1ef9df4954f1028675fd15ff52318dbc"` Oct 16 02:43:08.529 INFO kablam! usermod: no changes Oct 16 02:43:08.636 INFO kablam! Compiling uuid v0.6.5 Oct 16 02:43:09.818 INFO kablam! Compiling minutiae v0.10.0 (/source) Oct 16 02:43:10.703 INFO kablam! warning: unused import: `std::iter::Step` Oct 16 02:43:10.703 INFO kablam! --> src/universe.rs:7:5 Oct 16 02:43:10.703 INFO kablam! | Oct 16 02:43:10.703 INFO kablam! 7 | use std::iter::Step; Oct 16 02:43:10.704 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 02:43:10.704 INFO kablam! | Oct 16 02:43:10.704 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 02:43:10.704 INFO kablam! Oct 16 02:43:10.704 INFO kablam! warning: unused import: `std::collections::btree_map::Entry` Oct 16 02:43:10.704 INFO kablam! --> src/container.rs:4:5 Oct 16 02:43:10.704 INFO kablam! | Oct 16 02:43:10.704 INFO kablam! 4 | use std::collections::btree_map::Entry; Oct 16 02:43:10.704 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:43:10.704 INFO kablam! Oct 16 02:43:11.063 INFO kablam! warning: unused variable: `universe_size` Oct 16 02:43:11.063 INFO kablam! --> src/universe.rs:94:13 Oct 16 02:43:11.063 INFO kablam! | Oct 16 02:43:11.063 INFO kablam! 94 | let universe_size = conf.size; Oct 16 02:43:11.063 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_universe_size` instead Oct 16 02:43:11.063 INFO kablam! | Oct 16 02:43:11.063 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 02:43:11.063 INFO kablam! Oct 16 02:43:11.183 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:11.183 INFO kablam! --> src/lib.rs:5:12 Oct 16 02:43:11.183 INFO kablam! | Oct 16 02:43:11.183 INFO kablam! 5 | #![feature(conservative_impl_trait, integer_atomics, step_trait, test)] Oct 16 02:43:11.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:43:11.183 INFO kablam! | Oct 16 02:43:11.183 INFO kablam! = note: #[warn(stable_features)] on by default Oct 16 02:43:11.183 INFO kablam! Oct 16 02:43:11.190 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:11.190 INFO kablam! --> src/engine/parallel.rs:20:8 Oct 16 02:43:11.190 INFO kablam! | Oct 16 02:43:11.190 INFO kablam! 20 | C: CellState + 'static, Oct 16 02:43:11.190 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Oct 16 02:43:11.190 INFO kablam! | Oct 16 02:43:11.190 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 16 02:43:11.190 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:11.190 INFO kablam! Oct 16 02:43:11.190 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:11.190 INFO kablam! --> src/engine/parallel.rs:21:8 Oct 16 02:43:11.190 INFO kablam! | Oct 16 02:43:11.190 INFO kablam! 21 | E: EntityState + 'static, Oct 16 02:43:11.190 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Oct 16 02:43:11.190 INFO kablam! | Oct 16 02:43:11.190 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:11.190 INFO kablam! Oct 16 02:43:11.190 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:11.190 INFO kablam! --> src/engine/parallel.rs:22:9 Oct 16 02:43:11.190 INFO kablam! | Oct 16 02:43:11.190 INFO kablam! 22 | CA: CellAction + 'static, Oct 16 02:43:11.190 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Oct 16 02:43:11.190 INFO kablam! | Oct 16 02:43:11.190 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:11.190 INFO kablam! Oct 16 02:43:11.190 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:11.190 INFO kablam! --> src/engine/parallel.rs:23:9 Oct 16 02:43:11.190 INFO kablam! | Oct 16 02:43:11.190 INFO kablam! 23 | EA: EntityAction + 'static, Oct 16 02:43:11.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Oct 16 02:43:11.190 INFO kablam! | Oct 16 02:43:11.190 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:11.190 INFO kablam! Oct 16 02:43:11.190 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:11.190 INFO kablam! --> src/engine/parallel.rs:24:8 Oct 16 02:43:11.190 INFO kablam! | Oct 16 02:43:11.190 INFO kablam! 24 | I: 'static, Oct 16 02:43:11.190 INFO kablam! | ^^^^^^^ Oct 16 02:43:11.190 INFO kablam! | Oct 16 02:43:11.190 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:11.190 INFO kablam! Oct 16 02:43:11.190 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:11.190 INFO kablam! --> src/engine/parallel.rs:35:8 Oct 16 02:43:11.190 INFO kablam! | Oct 16 02:43:11.190 INFO kablam! 35 | C: CellState + 'static, Oct 16 02:43:11.190 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Oct 16 02:43:11.190 INFO kablam! | Oct 16 02:43:11.190 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:11.190 INFO kablam! Oct 16 02:43:11.190 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:11.190 INFO kablam! --> src/engine/parallel.rs:36:8 Oct 16 02:43:11.190 INFO kablam! | Oct 16 02:43:11.190 INFO kablam! 36 | E: EntityState + 'static, Oct 16 02:43:11.190 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Oct 16 02:43:11.190 INFO kablam! | Oct 16 02:43:11.190 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:11.190 INFO kablam! Oct 16 02:43:11.190 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:11.190 INFO kablam! --> src/engine/parallel.rs:37:9 Oct 16 02:43:11.190 INFO kablam! | Oct 16 02:43:11.190 INFO kablam! 37 | CA: CellAction + 'static, Oct 16 02:43:11.190 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Oct 16 02:43:11.190 INFO kablam! | Oct 16 02:43:11.190 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:11.190 INFO kablam! Oct 16 02:43:11.190 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:11.190 INFO kablam! --> src/engine/parallel.rs:38:9 Oct 16 02:43:11.190 INFO kablam! | Oct 16 02:43:11.190 INFO kablam! 38 | EA: EntityAction + 'static, Oct 16 02:43:11.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Oct 16 02:43:11.190 INFO kablam! | Oct 16 02:43:11.190 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:11.190 INFO kablam! Oct 16 02:43:11.190 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:11.190 INFO kablam! --> src/engine/parallel.rs:39:8 Oct 16 02:43:11.190 INFO kablam! | Oct 16 02:43:11.190 INFO kablam! 39 | I: Ord + 'static, Oct 16 02:43:11.190 INFO kablam! | ^^^ ^^^^^^^ Oct 16 02:43:11.190 INFO kablam! | Oct 16 02:43:11.190 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:11.190 INFO kablam! Oct 16 02:43:11.190 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:11.190 INFO kablam! --> src/engine/parallel.rs:40:8 Oct 16 02:43:11.190 INFO kablam! | Oct 16 02:43:11.190 INFO kablam! 40 | U: Universe, Oct 16 02:43:11.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:43:11.190 INFO kablam! | Oct 16 02:43:11.190 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:11.190 INFO kablam! Oct 16 02:43:11.312 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.75s Oct 16 02:43:11.317 INFO kablam! su: No module specific data is present Oct 16 02:43:11.587 INFO running `"docker" "rm" "-f" "889af7b55ab5217501b693146f5574ee1ef9df4954f1028675fd15ff52318dbc"` Oct 16 02:43:11.707 INFO blam! 889af7b55ab5217501b693146f5574ee1ef9df4954f1028675fd15ff52318dbc Oct 16 02:43:11.709 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 02:43:11.881 INFO blam! 827d2b634a3afa0dddc548fe04d493fc471a8a898f13f06aa4d6593b663fc9e3 Oct 16 02:43:11.882 INFO running `"docker" "start" "-a" "827d2b634a3afa0dddc548fe04d493fc471a8a898f13f06aa4d6593b663fc9e3"` Oct 16 02:43:12.410 INFO kablam! usermod: no changes Oct 16 02:43:12.495 INFO kablam! Compiling minutiae v0.10.0 (/source) Oct 16 02:43:13.376 INFO kablam! warning: unused import: `std::iter::Step` Oct 16 02:43:13.377 INFO kablam! --> src/universe.rs:7:5 Oct 16 02:43:13.377 INFO kablam! | Oct 16 02:43:13.377 INFO kablam! 7 | use std::iter::Step; Oct 16 02:43:13.377 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 02:43:13.377 INFO kablam! | Oct 16 02:43:13.377 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 02:43:13.377 INFO kablam! Oct 16 02:43:13.383 INFO kablam! warning: unused import: `std::collections::btree_map::Entry` Oct 16 02:43:13.383 INFO kablam! --> src/container.rs:4:5 Oct 16 02:43:13.383 INFO kablam! | Oct 16 02:43:13.383 INFO kablam! 4 | use std::collections::btree_map::Entry; Oct 16 02:43:13.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:43:13.383 INFO kablam! Oct 16 02:43:13.739 INFO kablam! warning: unused variable: `universe_size` Oct 16 02:43:13.739 INFO kablam! --> src/universe.rs:94:13 Oct 16 02:43:13.739 INFO kablam! | Oct 16 02:43:13.739 INFO kablam! 94 | let universe_size = conf.size; Oct 16 02:43:13.739 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_universe_size` instead Oct 16 02:43:13.739 INFO kablam! | Oct 16 02:43:13.739 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 02:43:13.739 INFO kablam! Oct 16 02:43:13.859 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:13.859 INFO kablam! --> src/lib.rs:5:12 Oct 16 02:43:13.859 INFO kablam! | Oct 16 02:43:13.859 INFO kablam! 5 | #![feature(conservative_impl_trait, integer_atomics, step_trait, test)] Oct 16 02:43:13.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:43:13.859 INFO kablam! | Oct 16 02:43:13.859 INFO kablam! = note: #[warn(stable_features)] on by default Oct 16 02:43:13.859 INFO kablam! Oct 16 02:43:13.859 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:13.859 INFO kablam! --> src/engine/parallel.rs:20:8 Oct 16 02:43:13.859 INFO kablam! | Oct 16 02:43:13.859 INFO kablam! 20 | C: CellState + 'static, Oct 16 02:43:13.859 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Oct 16 02:43:13.859 INFO kablam! | Oct 16 02:43:13.859 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 16 02:43:13.859 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:13.859 INFO kablam! Oct 16 02:43:13.859 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:13.859 INFO kablam! --> src/engine/parallel.rs:21:8 Oct 16 02:43:13.859 INFO kablam! | Oct 16 02:43:13.859 INFO kablam! 21 | E: EntityState + 'static, Oct 16 02:43:13.859 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Oct 16 02:43:13.859 INFO kablam! | Oct 16 02:43:13.859 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:13.859 INFO kablam! Oct 16 02:43:13.859 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:13.859 INFO kablam! --> src/engine/parallel.rs:22:9 Oct 16 02:43:13.859 INFO kablam! | Oct 16 02:43:13.859 INFO kablam! 22 | CA: CellAction + 'static, Oct 16 02:43:13.859 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Oct 16 02:43:13.859 INFO kablam! | Oct 16 02:43:13.859 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:13.859 INFO kablam! Oct 16 02:43:13.859 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:13.859 INFO kablam! --> src/engine/parallel.rs:23:9 Oct 16 02:43:13.859 INFO kablam! | Oct 16 02:43:13.859 INFO kablam! 23 | EA: EntityAction + 'static, Oct 16 02:43:13.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Oct 16 02:43:13.859 INFO kablam! | Oct 16 02:43:13.859 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:13.859 INFO kablam! Oct 16 02:43:13.859 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:13.860 INFO kablam! --> src/engine/parallel.rs:24:8 Oct 16 02:43:13.860 INFO kablam! | Oct 16 02:43:13.860 INFO kablam! 24 | I: 'static, Oct 16 02:43:13.860 INFO kablam! | ^^^^^^^ Oct 16 02:43:13.860 INFO kablam! | Oct 16 02:43:13.860 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:13.860 INFO kablam! Oct 16 02:43:13.860 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:13.860 INFO kablam! --> src/engine/parallel.rs:35:8 Oct 16 02:43:13.860 INFO kablam! | Oct 16 02:43:13.860 INFO kablam! 35 | C: CellState + 'static, Oct 16 02:43:13.860 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Oct 16 02:43:13.860 INFO kablam! | Oct 16 02:43:13.860 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:13.860 INFO kablam! Oct 16 02:43:13.860 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:13.860 INFO kablam! --> src/engine/parallel.rs:36:8 Oct 16 02:43:13.860 INFO kablam! | Oct 16 02:43:13.860 INFO kablam! 36 | E: EntityState + 'static, Oct 16 02:43:13.860 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Oct 16 02:43:13.860 INFO kablam! | Oct 16 02:43:13.860 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:13.860 INFO kablam! Oct 16 02:43:13.860 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:13.860 INFO kablam! --> src/engine/parallel.rs:37:9 Oct 16 02:43:13.860 INFO kablam! | Oct 16 02:43:13.860 INFO kablam! 37 | CA: CellAction + 'static, Oct 16 02:43:13.860 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Oct 16 02:43:13.860 INFO kablam! | Oct 16 02:43:13.860 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:13.860 INFO kablam! Oct 16 02:43:13.860 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:13.860 INFO kablam! --> src/engine/parallel.rs:38:9 Oct 16 02:43:13.860 INFO kablam! | Oct 16 02:43:13.860 INFO kablam! 38 | EA: EntityAction + 'static, Oct 16 02:43:13.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Oct 16 02:43:13.860 INFO kablam! | Oct 16 02:43:13.860 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:13.870 INFO kablam! Oct 16 02:43:13.870 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:13.870 INFO kablam! --> src/engine/parallel.rs:39:8 Oct 16 02:43:13.870 INFO kablam! | Oct 16 02:43:13.870 INFO kablam! 39 | I: Ord + 'static, Oct 16 02:43:13.870 INFO kablam! | ^^^ ^^^^^^^ Oct 16 02:43:13.870 INFO kablam! | Oct 16 02:43:13.870 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:13.870 INFO kablam! Oct 16 02:43:13.870 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 16 02:43:13.870 INFO kablam! --> src/engine/parallel.rs:40:8 Oct 16 02:43:13.870 INFO kablam! | Oct 16 02:43:13.870 INFO kablam! 40 | U: Universe, Oct 16 02:43:13.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:43:13.870 INFO kablam! | Oct 16 02:43:13.870 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 16 02:43:13.870 INFO kablam! Oct 16 02:43:14.554 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.12s Oct 16 02:43:14.564 INFO kablam! su: No module specific data is present Oct 16 02:43:15.019 INFO running `"docker" "rm" "-f" "827d2b634a3afa0dddc548fe04d493fc471a8a898f13f06aa4d6593b663fc9e3"` Oct 16 02:43:15.111 INFO blam! 827d2b634a3afa0dddc548fe04d493fc471a8a898f13f06aa4d6593b663fc9e3 Oct 16 02:43:15.117 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 02:43:15.311 INFO blam! 85d7a015a56961798edd4163431a41f4524b232ff7c5cd2ffc774ec913406340 Oct 16 02:43:15.323 INFO running `"docker" "start" "-a" "85d7a015a56961798edd4163431a41f4524b232ff7c5cd2ffc774ec913406340"` Oct 16 02:43:15.802 INFO kablam! usermod: no changes Oct 16 02:43:15.874 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 16 02:43:15.887 INFO kablam! Running /target/debug/deps/minutiae-171c522087d4b3be Oct 16 02:43:15.888 INFO blam! Oct 16 02:43:15.888 INFO blam! running 2 tests Oct 16 02:43:15.888 INFO blam! test util::iter_visible_functionality ... ok Oct 16 02:43:15.889 INFO blam! test util::manhattan_distance_accuracy ... ok Oct 16 02:43:15.889 INFO blam! Oct 16 02:43:15.889 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 02:43:15.889 INFO blam! Oct 16 02:43:15.889 INFO kablam! Doc-tests minutiae Oct 16 02:43:17.471 INFO blam! Oct 16 02:43:17.472 INFO blam! running 0 tests Oct 16 02:43:17.472 INFO blam! Oct 16 02:43:17.472 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 02:43:17.472 INFO blam! Oct 16 02:43:17.479 INFO kablam! su: No module specific data is present Oct 16 02:43:18.961 INFO running `"docker" "rm" "-f" "85d7a015a56961798edd4163431a41f4524b232ff7c5cd2ffc774ec913406340"` Oct 16 02:43:19.224 INFO blam! 85d7a015a56961798edd4163431a41f4524b232ff7c5cd2ffc774ec913406340