Oct 10 16:28:08.514 INFO testing quodlibetor/lasagna-demo against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 16:28:08.514 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 16:28:08.514 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 10 16:28:08.864 INFO blam! 61e2ef342845e6065f3a3e5196d359f38af9ea243b37f963d33daace447ab236 Oct 10 16:28:08.872 INFO running `"docker" "start" "-a" "61e2ef342845e6065f3a3e5196d359f38af9ea243b37f963d33daace447ab236"` Oct 10 16:28:09.981 INFO kablam! usermod: no changes Oct 10 16:28:10.044 INFO kablam! warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest Oct 10 16:28:10.044 INFO kablam! warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest Oct 10 16:28:10.060 INFO kablam! Compiling 60-dyn-traits v0.1.0 (/source/60-dyn-traits) Oct 10 16:28:10.060 INFO kablam! Compiling 10-module-functions v0.1.0 (/source/10-module-functions) Oct 10 16:28:10.060 INFO kablam! Compiling 40-priv-layered v0.1.0 (/source/40-priv-layered) Oct 10 16:28:10.060 INFO kablam! Compiling 50-traits v0.1.0 (/source/50-traits) Oct 10 16:28:10.060 INFO kablam! Compiling 03-priv-fields v0.1.0 (/source/30-priv-fields) Oct 10 16:28:10.060 INFO kablam! Compiling 02-pub-fields-cache v0.1.0 (/source/20-pub-fields-cache) Oct 10 16:28:10.209 INFO kablam! warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Oct 10 16:28:10.209 INFO kablam! --> 20-pub-fields-cache/src/main.rs:1:12 Oct 10 16:28:10.209 INFO kablam! | Oct 10 16:28:10.209 INFO kablam! 1 | #![feature(rust_2018_preview, nll)] Oct 10 16:28:10.209 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 16:28:10.209 INFO kablam! Oct 10 16:28:10.228 INFO kablam! warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Oct 10 16:28:10.228 INFO kablam! --> 10-module-functions/src/main.rs:1:12 Oct 10 16:28:10.228 INFO kablam! | Oct 10 16:28:10.228 INFO kablam! 1 | #![feature(rust_2018_preview)] Oct 10 16:28:10.228 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 16:28:10.228 INFO kablam! Oct 10 16:28:11.088 INFO kablam! warning: unused variable: `val` Oct 10 16:28:11.088 INFO kablam! --> 10-module-functions/src/main.rs:36:9 Oct 10 16:28:11.088 INFO kablam! | Oct 10 16:28:11.088 INFO kablam! 36 | let val = cache::get_or_insert(cache, key, do_something_expensive); Oct 10 16:28:11.088 INFO kablam! | ^^^ help: consider using `_val` instead Oct 10 16:28:11.088 INFO kablam! | Oct 10 16:28:11.088 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 16:28:11.088 INFO kablam! Oct 10 16:28:11.765 INFO kablam! warning: method is never used: `get_or_insert` Oct 10 16:28:11.765 INFO kablam! --> 40-priv-layered/src/main.rs:23:9 Oct 10 16:28:11.765 INFO kablam! | Oct 10 16:28:11.765 INFO kablam! 23 | pub(crate) fn get_or_insert(&mut self, key: K, creator: impl FnOnce(&K) -> V) -> &V { Oct 10 16:28:11.765 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:28:11.773 INFO kablam! warning: method is never used: `and` Oct 10 16:28:11.773 INFO kablam! --> 60-dyn-traits/src/cascade_cache.rs:18:5 Oct 10 16:28:11.773 INFO kablam! | Oct 10 16:28:11.773 INFO kablam! 18 | pub(crate) fn and(mut self, cache: AnyCache) -> CascadeCache { Oct 10 16:28:11.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:28:11.773 INFO kablam! | Oct 10 16:28:11.773 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 16:28:11.773 INFO kablam! Oct 10 16:28:11.800 INFO kablam! | Oct 10 16:28:11.800 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 16:28:11.800 INFO kablam! Oct 10 16:28:13.672 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.64s Oct 10 16:28:13.672 INFO kablam! su: No module specific data is present Oct 10 16:28:14.276 INFO running `"docker" "rm" "-f" "61e2ef342845e6065f3a3e5196d359f38af9ea243b37f963d33daace447ab236"` Oct 10 16:28:14.554 INFO blam! 61e2ef342845e6065f3a3e5196d359f38af9ea243b37f963d33daace447ab236 Oct 10 16:28:14.560 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 16:28:14.561 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 10 16:28:15.021 INFO blam! 8abc84b054e376afcda00fc4a45a107709386db199bee55775fba04e633d50d8 Oct 10 16:28:15.026 INFO running `"docker" "start" "-a" "8abc84b054e376afcda00fc4a45a107709386db199bee55775fba04e633d50d8"` Oct 10 16:28:15.844 INFO kablam! usermod: no changes Oct 10 16:28:15.954 INFO kablam! warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest Oct 10 16:28:15.954 INFO kablam! warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest Oct 10 16:28:15.954 INFO kablam! Compiling 60-dyn-traits v0.1.0 (/source/60-dyn-traits) Oct 10 16:28:15.954 INFO kablam! Compiling 40-priv-layered v0.1.0 (/source/40-priv-layered) Oct 10 16:28:15.954 INFO kablam! Compiling 02-pub-fields-cache v0.1.0 (/source/20-pub-fields-cache) Oct 10 16:28:15.954 INFO kablam! Compiling 50-traits v0.1.0 (/source/50-traits) Oct 10 16:28:15.954 INFO kablam! Compiling 10-module-functions v0.1.0 (/source/10-module-functions) Oct 10 16:28:15.954 INFO kablam! Compiling 03-priv-fields v0.1.0 (/source/30-priv-fields) Oct 10 16:28:16.087 INFO kablam! warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Oct 10 16:28:16.087 INFO kablam! --> 10-module-functions/src/main.rs:1:12 Oct 10 16:28:16.087 INFO kablam! | Oct 10 16:28:16.087 INFO kablam! 1 | #![feature(rust_2018_preview)] Oct 10 16:28:16.087 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 16:28:16.087 INFO kablam! Oct 10 16:28:16.129 INFO kablam! warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Oct 10 16:28:16.129 INFO kablam! --> 20-pub-fields-cache/src/main.rs:1:12 Oct 10 16:28:16.129 INFO kablam! | Oct 10 16:28:16.129 INFO kablam! 1 | #![feature(rust_2018_preview, nll)] Oct 10 16:28:16.129 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 16:28:16.149 INFO kablam! Oct 10 16:28:17.164 INFO kablam! warning: unused variable: `val` Oct 10 16:28:17.164 INFO kablam! --> 10-module-functions/src/main.rs:36:9 Oct 10 16:28:17.164 INFO kablam! | Oct 10 16:28:17.164 INFO kablam! 36 | let val = cache::get_or_insert(cache, key, do_something_expensive); Oct 10 16:28:17.164 INFO kablam! | ^^^ help: consider using `_val` instead Oct 10 16:28:17.176 INFO kablam! | Oct 10 16:28:17.176 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 16:28:17.176 INFO kablam! Oct 10 16:28:17.704 INFO kablam! warning: method is never used: `get_or_insert` Oct 10 16:28:17.704 INFO kablam! --> 40-priv-layered/src/main.rs:23:9 Oct 10 16:28:17.704 INFO kablam! | Oct 10 16:28:17.704 INFO kablam! 23 | pub(crate) fn get_or_insert(&mut self, key: K, creator: impl FnOnce(&K) -> V) -> &V { Oct 10 16:28:17.704 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:28:17.704 INFO kablam! | Oct 10 16:28:17.704 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 16:28:17.704 INFO kablam! Oct 10 16:28:19.036 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.17s Oct 10 16:28:19.038 INFO kablam! su: No module specific data is present Oct 10 16:28:19.781 INFO running `"docker" "rm" "-f" "8abc84b054e376afcda00fc4a45a107709386db199bee55775fba04e633d50d8"` Oct 10 16:28:20.024 INFO blam! 8abc84b054e376afcda00fc4a45a107709386db199bee55775fba04e633d50d8 Oct 10 16:28:20.029 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 16:28:20.030 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 10 16:28:20.469 INFO blam! eb283bc674f8fc75652704573e4bb6c81ac819b3ab5ea2a0c059a2df6ad25fb8 Oct 10 16:28:20.470 INFO running `"docker" "start" "-a" "eb283bc674f8fc75652704573e4bb6c81ac819b3ab5ea2a0c059a2df6ad25fb8"` Oct 10 16:28:21.624 INFO kablam! usermod: no changes Oct 10 16:28:21.664 INFO kablam! warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest Oct 10 16:28:21.664 INFO kablam! warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest Oct 10 16:28:21.665 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 16:28:21.676 INFO kablam! Running /target/debug/deps/02_pub_fields_cache-8e800215e3c2f5f0 Oct 10 16:28:21.680 INFO kablam! Running /target/debug/deps/03_priv_fields-727638b8f669b184 Oct 10 16:28:21.680 INFO blam! Oct 10 16:28:21.680 INFO blam! running 0 tests Oct 10 16:28:21.680 INFO blam! Oct 10 16:28:21.680 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:28:21.680 INFO blam! Oct 10 16:28:21.685 INFO blam! Oct 10 16:28:21.685 INFO blam! running 0 tests Oct 10 16:28:21.685 INFO blam! Oct 10 16:28:21.685 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:28:21.685 INFO blam! Oct 10 16:28:21.692 INFO kablam! Running /target/debug/deps/10_module_functions-abaf77eec37474c4 Oct 10 16:28:21.698 INFO kablam! Running /target/debug/deps/40_priv_layered-c49138e953034354 Oct 10 16:28:21.698 INFO blam! Oct 10 16:28:21.698 INFO blam! running 0 tests Oct 10 16:28:21.698 INFO blam! Oct 10 16:28:21.698 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:28:21.698 INFO blam! Oct 10 16:28:21.700 INFO blam! Oct 10 16:28:21.700 INFO kablam! Running /target/debug/deps/50_traits-e197288c9997009c Oct 10 16:28:21.700 INFO blam! running 0 tests Oct 10 16:28:21.700 INFO blam! Oct 10 16:28:21.700 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:28:21.700 INFO blam! Oct 10 16:28:21.701 INFO blam! Oct 10 16:28:21.701 INFO blam! running 0 tests Oct 10 16:28:21.701 INFO blam! Oct 10 16:28:21.701 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:28:21.701 INFO blam! Oct 10 16:28:21.704 INFO blam! Oct 10 16:28:21.704 INFO kablam! Running /target/debug/deps/60_dyn_traits-4a03dd068c96b23d Oct 10 16:28:21.704 INFO blam! running 1 test Oct 10 16:28:21.704 INFO blam! test cascade_cache::tests::can_add ... ok Oct 10 16:28:21.704 INFO blam! Oct 10 16:28:21.704 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:28:21.704 INFO blam! Oct 10 16:28:21.706 INFO kablam! su: No module specific data is present Oct 10 16:28:22.408 INFO running `"docker" "rm" "-f" "eb283bc674f8fc75652704573e4bb6c81ac819b3ab5ea2a0c059a2df6ad25fb8"` Oct 10 16:28:22.672 INFO blam! eb283bc674f8fc75652704573e4bb6c81ac819b3ab5ea2a0c059a2df6ad25fb8