Oct 13 01:26:29.303 INFO testing saterus/gilded-rose-rust against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 01:26:29.304 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 01:26:29.791 INFO blam! 2c87d7d57f1ea22fbc322c44c1b8cd3570a3f77738f49d30a564bf4b87d3c9b5 Oct 13 01:26:29.799 INFO running `"docker" "start" "-a" "2c87d7d57f1ea22fbc322c44c1b8cd3570a3f77738f49d30a564bf4b87d3c9b5"` Oct 13 01:26:31.295 INFO kablam! usermod: no changes Oct 13 01:26:31.319 INFO kablam! Compiling gilded_rose v0.1.0 (/source) Oct 13 01:26:31.891 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 01:26:31.891 INFO kablam! --> src/main.rs:32:12 Oct 13 01:26:31.891 INFO kablam! | Oct 13 01:26:31.891 INFO kablam! 32 | if (items[i].name != "Aged Brie" && items[i].name != "Backstage passes to a TAFKAL80ETC concert") Oct 13 01:26:31.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:26:31.891 INFO kablam! | Oct 13 01:26:31.891 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 01:26:31.891 INFO kablam! help: remove these parentheses Oct 13 01:26:31.891 INFO kablam! | Oct 13 01:26:31.891 INFO kablam! 32 | if items[i].name != "Aged Brie" && Oct 13 01:26:31.891 INFO kablam! 33 | items[i].name != "Backstage passes to a TAFKAL80ETC concert" Oct 13 01:26:31.891 INFO kablam! | Oct 13 01:26:31.891 INFO kablam! Oct 13 01:26:31.891 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 01:26:31.891 INFO kablam! --> src/main.rs:34:16 Oct 13 01:26:31.891 INFO kablam! | Oct 13 01:26:31.891 INFO kablam! 34 | if (items[i].quality > 0) Oct 13 01:26:31.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 01:26:31.891 INFO kablam! Oct 13 01:26:31.891 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 01:26:31.891 INFO kablam! --> src/main.rs:36:20 Oct 13 01:26:31.891 INFO kablam! | Oct 13 01:26:31.891 INFO kablam! 36 | if (items[i].name != "Sulfuras, Hand of Ragnaros") Oct 13 01:26:31.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 01:26:31.891 INFO kablam! Oct 13 01:26:31.891 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 01:26:31.891 INFO kablam! --> src/main.rs:44:16 Oct 13 01:26:31.892 INFO kablam! | Oct 13 01:26:31.892 INFO kablam! 44 | if (items[i].quality < 50) Oct 13 01:26:31.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 01:26:31.892 INFO kablam! Oct 13 01:26:31.892 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 01:26:31.892 INFO kablam! --> src/main.rs:48:20 Oct 13 01:26:31.892 INFO kablam! | Oct 13 01:26:31.892 INFO kablam! 48 | if (items[i].name == "Backstage passes to a TAFKAL80ETC concert") Oct 13 01:26:31.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 01:26:31.892 INFO kablam! Oct 13 01:26:31.892 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 01:26:31.892 INFO kablam! --> src/main.rs:50:24 Oct 13 01:26:31.892 INFO kablam! | Oct 13 01:26:31.892 INFO kablam! 50 | if (items[i].sell_in < 11) Oct 13 01:26:31.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 01:26:31.892 INFO kablam! Oct 13 01:26:31.892 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 01:26:31.892 INFO kablam! --> src/main.rs:52:28 Oct 13 01:26:31.892 INFO kablam! | Oct 13 01:26:31.892 INFO kablam! 52 | if (items[i].quality < 50) Oct 13 01:26:31.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 01:26:31.892 INFO kablam! Oct 13 01:26:31.892 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 01:26:31.892 INFO kablam! --> src/main.rs:58:24 Oct 13 01:26:31.892 INFO kablam! | Oct 13 01:26:31.892 INFO kablam! 58 | if (items[i].sell_in < 6) Oct 13 01:26:31.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 01:26:31.892 INFO kablam! Oct 13 01:26:31.892 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 01:26:31.892 INFO kablam! --> src/main.rs:60:28 Oct 13 01:26:31.892 INFO kablam! | Oct 13 01:26:31.892 INFO kablam! 60 | if (items[i].quality < 50) Oct 13 01:26:31.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 01:26:31.892 INFO kablam! Oct 13 01:26:31.892 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 01:26:31.892 INFO kablam! --> src/main.rs:69:12 Oct 13 01:26:31.892 INFO kablam! | Oct 13 01:26:31.892 INFO kablam! 69 | if (items[i].name != "Sulfuras, Hand of Ragnaros") Oct 13 01:26:31.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 01:26:31.892 INFO kablam! Oct 13 01:26:31.892 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 01:26:31.892 INFO kablam! --> src/main.rs:74:12 Oct 13 01:26:31.892 INFO kablam! | Oct 13 01:26:31.892 INFO kablam! 74 | if (items[i].sell_in < 0) Oct 13 01:26:31.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 01:26:31.892 INFO kablam! Oct 13 01:26:31.892 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 01:26:31.892 INFO kablam! --> src/main.rs:76:16 Oct 13 01:26:31.892 INFO kablam! | Oct 13 01:26:31.892 INFO kablam! 76 | if (items[i].name != "Aged Brie") Oct 13 01:26:31.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 01:26:31.892 INFO kablam! Oct 13 01:26:31.892 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 01:26:31.892 INFO kablam! --> src/main.rs:78:20 Oct 13 01:26:31.892 INFO kablam! | Oct 13 01:26:31.892 INFO kablam! 78 | if (items[i].name != "Backstage passes to a TAFKAL80ETC concert") Oct 13 01:26:31.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 01:26:31.892 INFO kablam! Oct 13 01:26:31.892 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 01:26:31.892 INFO kablam! --> src/main.rs:80:24 Oct 13 01:26:31.892 INFO kablam! | Oct 13 01:26:31.892 INFO kablam! 80 | if (items[i].quality > 0) Oct 13 01:26:31.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 01:26:31.892 INFO kablam! Oct 13 01:26:31.892 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 01:26:31.892 INFO kablam! --> src/main.rs:82:28 Oct 13 01:26:31.892 INFO kablam! | Oct 13 01:26:31.892 INFO kablam! 82 | if (items[i].name != "Sulfuras, Hand of Ragnaros") Oct 13 01:26:31.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 01:26:31.892 INFO kablam! Oct 13 01:26:31.892 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 01:26:31.892 INFO kablam! --> src/main.rs:95:20 Oct 13 01:26:31.892 INFO kablam! | Oct 13 01:26:31.892 INFO kablam! 95 | if (items[i].quality < 50) Oct 13 01:26:31.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 01:26:31.892 INFO kablam! Oct 13 01:26:31.938 INFO kablam! warning: function `UpdateQuality` should have a snake case name such as `update_quality` Oct 13 01:26:31.938 INFO kablam! --> src/main.rs:28:1 Oct 13 01:26:31.938 INFO kablam! | Oct 13 01:26:31.938 INFO kablam! 28 | / fn UpdateQuality(items: &mut [Item]) Oct 13 01:26:31.938 INFO kablam! 29 | | { Oct 13 01:26:31.938 INFO kablam! 30 | | for i in 0..items.len() Oct 13 01:26:31.938 INFO kablam! 31 | | { Oct 13 01:26:31.938 INFO kablam! ... | Oct 13 01:26:31.938 INFO kablam! 101 | | } Oct 13 01:26:31.938 INFO kablam! 102 | | } Oct 13 01:26:31.938 INFO kablam! | |_^ Oct 13 01:26:31.938 INFO kablam! | Oct 13 01:26:31.938 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 01:26:31.938 INFO kablam! Oct 13 01:26:32.435 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.12s Oct 13 01:26:32.439 INFO kablam! su: No module specific data is present Oct 13 01:26:33.011 INFO running `"docker" "rm" "-f" "2c87d7d57f1ea22fbc322c44c1b8cd3570a3f77738f49d30a564bf4b87d3c9b5"` Oct 13 01:26:33.333 INFO blam! 2c87d7d57f1ea22fbc322c44c1b8cd3570a3f77738f49d30a564bf4b87d3c9b5 Oct 13 01:26:33.343 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 01:26:33.797 INFO blam! f9a8a1d85739e5c972c31ed0102b22301c9a7c5b2ab912ea12759d5a0c91966b Oct 13 01:26:33.803 INFO running `"docker" "start" "-a" "f9a8a1d85739e5c972c31ed0102b22301c9a7c5b2ab912ea12759d5a0c91966b"` Oct 13 01:26:34.695 INFO kablam! usermod: no changes Oct 13 01:26:34.751 INFO kablam! Compiling gilded_rose v0.1.0 (/source) Oct 13 01:26:35.137 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 01:26:35.137 INFO kablam! --> src/main.rs:32:12 Oct 13 01:26:35.137 INFO kablam! | Oct 13 01:26:35.137 INFO kablam! 32 | if (items[i].name != "Aged Brie" && items[i].name != "Backstage passes to a TAFKAL80ETC concert") Oct 13 01:26:35.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:26:35.137 INFO kablam! | Oct 13 01:26:35.137 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 01:26:35.137 INFO kablam! help: remove these parentheses Oct 13 01:26:35.137 INFO kablam! | Oct 13 01:26:35.137 INFO kablam! 32 | if items[i].name != "Aged Brie" && Oct 13 01:26:35.137 INFO kablam! 33 | items[i].name != "Backstage passes to a TAFKAL80ETC concert" Oct 13 01:26:35.137 INFO kablam! | Oct 13 01:26:35.137 INFO kablam! Oct 13 01:26:35.137 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 01:26:35.137 INFO kablam! --> src/main.rs:34:16 Oct 13 01:26:35.137 INFO kablam! | Oct 13 01:26:35.137 INFO kablam! 34 | if (items[i].quality > 0) Oct 13 01:26:35.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 01:26:35.137 INFO kablam! Oct 13 01:26:35.137 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 01:26:35.137 INFO kablam! --> src/main.rs:36:20 Oct 13 01:26:35.137 INFO kablam! | Oct 13 01:26:35.137 INFO kablam! 36 | if (items[i].name != "Sulfuras, Hand of Ragnaros") Oct 13 01:26:35.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 01:26:35.137 INFO kablam! Oct 13 01:26:35.137 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 01:26:35.137 INFO kablam! --> src/main.rs:44:16 Oct 13 01:26:35.137 INFO kablam! | Oct 13 01:26:35.137 INFO kablam! 44 | if (items[i].quality < 50) Oct 13 01:26:35.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 01:26:35.137 INFO kablam! Oct 13 01:26:35.138 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 01:26:35.138 INFO kablam! --> src/main.rs:48:20 Oct 13 01:26:35.138 INFO kablam! | Oct 13 01:26:35.138 INFO kablam! 48 | if (items[i].name == "Backstage passes to a TAFKAL80ETC concert") Oct 13 01:26:35.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 01:26:35.138 INFO kablam! Oct 13 01:26:35.138 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 01:26:35.138 INFO kablam! --> src/main.rs:50:24 Oct 13 01:26:35.138 INFO kablam! | Oct 13 01:26:35.138 INFO kablam! 50 | if (items[i].sell_in < 11) Oct 13 01:26:35.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 01:26:35.138 INFO kablam! Oct 13 01:26:35.138 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 01:26:35.138 INFO kablam! --> src/main.rs:52:28 Oct 13 01:26:35.138 INFO kablam! | Oct 13 01:26:35.138 INFO kablam! 52 | if (items[i].quality < 50) Oct 13 01:26:35.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 01:26:35.138 INFO kablam! Oct 13 01:26:35.138 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 01:26:35.138 INFO kablam! --> src/main.rs:58:24 Oct 13 01:26:35.138 INFO kablam! | Oct 13 01:26:35.138 INFO kablam! 58 | if (items[i].sell_in < 6) Oct 13 01:26:35.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 01:26:35.138 INFO kablam! Oct 13 01:26:35.138 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 01:26:35.138 INFO kablam! --> src/main.rs:60:28 Oct 13 01:26:35.138 INFO kablam! | Oct 13 01:26:35.138 INFO kablam! 60 | if (items[i].quality < 50) Oct 13 01:26:35.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 01:26:35.138 INFO kablam! Oct 13 01:26:35.138 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 01:26:35.138 INFO kablam! --> src/main.rs:69:12 Oct 13 01:26:35.138 INFO kablam! | Oct 13 01:26:35.138 INFO kablam! 69 | if (items[i].name != "Sulfuras, Hand of Ragnaros") Oct 13 01:26:35.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 01:26:35.138 INFO kablam! Oct 13 01:26:35.138 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 01:26:35.138 INFO kablam! --> src/main.rs:74:12 Oct 13 01:26:35.138 INFO kablam! | Oct 13 01:26:35.138 INFO kablam! 74 | if (items[i].sell_in < 0) Oct 13 01:26:35.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 01:26:35.138 INFO kablam! Oct 13 01:26:35.138 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 01:26:35.138 INFO kablam! --> src/main.rs:76:16 Oct 13 01:26:35.138 INFO kablam! | Oct 13 01:26:35.138 INFO kablam! 76 | if (items[i].name != "Aged Brie") Oct 13 01:26:35.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 01:26:35.138 INFO kablam! Oct 13 01:26:35.138 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 01:26:35.138 INFO kablam! --> src/main.rs:78:20 Oct 13 01:26:35.138 INFO kablam! | Oct 13 01:26:35.138 INFO kablam! 78 | if (items[i].name != "Backstage passes to a TAFKAL80ETC concert") Oct 13 01:26:35.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 01:26:35.138 INFO kablam! Oct 13 01:26:35.138 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 01:26:35.138 INFO kablam! --> src/main.rs:80:24 Oct 13 01:26:35.138 INFO kablam! | Oct 13 01:26:35.138 INFO kablam! 80 | if (items[i].quality > 0) Oct 13 01:26:35.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 01:26:35.138 INFO kablam! Oct 13 01:26:35.138 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 01:26:35.138 INFO kablam! --> src/main.rs:82:28 Oct 13 01:26:35.138 INFO kablam! | Oct 13 01:26:35.138 INFO kablam! 82 | if (items[i].name != "Sulfuras, Hand of Ragnaros") Oct 13 01:26:35.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 01:26:35.138 INFO kablam! Oct 13 01:26:35.138 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 01:26:35.138 INFO kablam! --> src/main.rs:95:20 Oct 13 01:26:35.138 INFO kablam! | Oct 13 01:26:35.138 INFO kablam! 95 | if (items[i].quality < 50) Oct 13 01:26:35.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 01:26:35.138 INFO kablam! Oct 13 01:26:35.351 INFO kablam! warning: function `UpdateQuality` should have a snake case name such as `update_quality` Oct 13 01:26:35.351 INFO kablam! --> src/main.rs:28:1 Oct 13 01:26:35.351 INFO kablam! | Oct 13 01:26:35.351 INFO kablam! 28 | / fn UpdateQuality(items: &mut [Item]) Oct 13 01:26:35.351 INFO kablam! 29 | | { Oct 13 01:26:35.351 INFO kablam! 30 | | for i in 0..items.len() Oct 13 01:26:35.351 INFO kablam! 31 | | { Oct 13 01:26:35.351 INFO kablam! ... | Oct 13 01:26:35.351 INFO kablam! 101 | | } Oct 13 01:26:35.351 INFO kablam! 102 | | } Oct 13 01:26:35.351 INFO kablam! | |_^ Oct 13 01:26:35.351 INFO kablam! | Oct 13 01:26:35.351 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 01:26:35.351 INFO kablam! Oct 13 01:26:36.192 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.47s Oct 13 01:26:36.192 INFO kablam! su: No module specific data is present Oct 13 01:26:36.871 INFO running `"docker" "rm" "-f" "f9a8a1d85739e5c972c31ed0102b22301c9a7c5b2ab912ea12759d5a0c91966b"` Oct 13 01:26:37.143 INFO blam! f9a8a1d85739e5c972c31ed0102b22301c9a7c5b2ab912ea12759d5a0c91966b Oct 13 01:26:37.155 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 01:26:37.661 INFO blam! 0d452aa74c0158037c1bd1f7811780650fa5a2a63570fec8db09e4f84e77a951 Oct 13 01:26:37.679 INFO running `"docker" "start" "-a" "0d452aa74c0158037c1bd1f7811780650fa5a2a63570fec8db09e4f84e77a951"` Oct 13 01:26:38.998 INFO kablam! usermod: no changes Oct 13 01:26:39.055 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 13 01:26:39.060 INFO kablam! Running /target/debug/deps/gilded_rose-20291c3d44b8e97b Oct 13 01:26:39.064 INFO blam! Oct 13 01:26:39.064 INFO blam! running 0 tests Oct 13 01:26:39.064 INFO blam! Oct 13 01:26:39.064 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:26:39.064 INFO blam! Oct 13 01:26:39.073 INFO blam! Oct 13 01:26:39.073 INFO kablam! Running /target/debug/deps/gilded_rose-76d707ec62c33b1a Oct 13 01:26:39.073 INFO blam! running 1 test Oct 13 01:26:39.073 INFO kablam! Doc-tests gilded_rose Oct 13 01:26:39.073 INFO blam! test normal_items_decrease_quality ... ok Oct 13 01:26:39.073 INFO blam! Oct 13 01:26:39.073 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:26:39.073 INFO blam! Oct 13 01:26:39.445 INFO blam! Oct 13 01:26:39.445 INFO blam! running 0 tests Oct 13 01:26:39.445 INFO blam! Oct 13 01:26:39.445 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:26:39.445 INFO blam! Oct 13 01:26:39.454 INFO kablam! su: No module specific data is present Oct 13 01:26:40.231 INFO running `"docker" "rm" "-f" "0d452aa74c0158037c1bd1f7811780650fa5a2a63570fec8db09e4f84e77a951"` Oct 13 01:26:40.527 INFO blam! 0d452aa74c0158037c1bd1f7811780650fa5a2a63570fec8db09e4f84e77a951