Oct 14 21:08:07.402 INFO testing evenfl0wz/burn against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 21:08:07.403 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 21:08:07.951 INFO blam! b649ef8325c80071fe8c7151f83578fb8f591a8cb0332afdd479e1c4b24e7d83 Oct 14 21:08:07.954 INFO running `"docker" "start" "-a" "b649ef8325c80071fe8c7151f83578fb8f591a8cb0332afdd479e1c4b24e7d83"` Oct 14 21:08:08.910 INFO kablam! usermod: no changes Oct 14 21:08:09.030 INFO kablam! Compiling term_size v0.3.0 Oct 14 21:08:09.030 INFO kablam! Compiling atty v0.2.2 Oct 14 21:08:09.551 INFO kablam! Compiling textwrap v0.8.0 Oct 14 21:08:10.575 INFO kablam! Compiling clap v2.26.2 Oct 14 21:08:33.731 INFO kablam! Compiling burn v0.1.0 (/source) Oct 14 21:08:34.243 INFO kablam! warning: unused imports: `Colour`, `Style` Oct 14 21:08:34.243 INFO kablam! --> src/main.rs:8:17 Oct 14 21:08:34.243 INFO kablam! | Oct 14 21:08:34.243 INFO kablam! 8 | use ansi_term::{Style, Colour}; Oct 14 21:08:34.243 INFO kablam! | ^^^^^ ^^^^^^ Oct 14 21:08:34.243 INFO kablam! | Oct 14 21:08:34.243 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 21:08:34.243 INFO kablam! Oct 14 21:08:34.265 INFO kablam! warning: unused variable: `extinguished` Oct 14 21:08:34.266 INFO kablam! --> src/main.rs:27:9 Oct 14 21:08:34.266 INFO kablam! | Oct 14 21:08:34.266 INFO kablam! 27 | let extinguished = cli_args.is_present("EXTINGUISHED"); //Check if this instance is extinguished. Oct 14 21:08:34.266 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_extinguished` instead Oct 14 21:08:34.266 INFO kablam! | Oct 14 21:08:34.266 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 21:08:34.266 INFO kablam! Oct 14 21:08:34.266 INFO kablam! warning: unused variable: `verbosity` Oct 14 21:08:34.266 INFO kablam! --> src/main.rs:28:9 Oct 14 21:08:34.266 INFO kablam! | Oct 14 21:08:34.266 INFO kablam! 28 | let verbosity = cli_args.value_of("VERBOSITY").unwrap_or("minimal"); //Check verbosity level, or default to minimal. Oct 14 21:08:34.266 INFO kablam! | ^^^^^^^^^ help: consider using `_verbosity` instead Oct 14 21:08:34.266 INFO kablam! Oct 14 21:08:34.266 INFO kablam! warning: unused variable: `kindling` Oct 14 21:08:34.266 INFO kablam! --> src/main.rs:29:9 Oct 14 21:08:34.266 INFO kablam! | Oct 14 21:08:34.266 INFO kablam! 29 | let kindling = cli_args.value_of("kindling").unwrap_or("./kindling"); //Check specified file, or default to ./kindling Oct 14 21:08:34.266 INFO kablam! | ^^^^^^^^ help: consider using `_kindling` instead Oct 14 21:08:34.266 INFO kablam! Oct 14 21:08:35.468 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.52s Oct 14 21:08:35.478 INFO kablam! su: No module specific data is present Oct 14 21:08:36.930 INFO running `"docker" "rm" "-f" "b649ef8325c80071fe8c7151f83578fb8f591a8cb0332afdd479e1c4b24e7d83"` Oct 14 21:08:37.235 INFO blam! b649ef8325c80071fe8c7151f83578fb8f591a8cb0332afdd479e1c4b24e7d83 Oct 14 21:08:37.249 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 21:08:37.591 INFO blam! 79f41ed754ba2a17ca0e465ff86e0ef30e3fdf49978d5f7fd93e7f47c1f3e166 Oct 14 21:08:37.611 INFO running `"docker" "start" "-a" "79f41ed754ba2a17ca0e465ff86e0ef30e3fdf49978d5f7fd93e7f47c1f3e166"` Oct 14 21:08:38.659 INFO kablam! usermod: no changes Oct 14 21:08:38.727 INFO kablam! Compiling burn v0.1.0 (/source) Oct 14 21:08:39.294 INFO kablam! warning: unused imports: `Colour`, `Style` Oct 14 21:08:39.295 INFO kablam! --> src/main.rs:8:17 Oct 14 21:08:39.295 INFO kablam! | Oct 14 21:08:39.295 INFO kablam! 8 | use ansi_term::{Style, Colour}; Oct 14 21:08:39.296 INFO kablam! | ^^^^^ ^^^^^^ Oct 14 21:08:39.296 INFO kablam! | Oct 14 21:08:39.296 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 21:08:39.297 INFO kablam! Oct 14 21:08:39.323 INFO kablam! warning: unused variable: `extinguished` Oct 14 21:08:39.323 INFO kablam! --> src/main.rs:27:9 Oct 14 21:08:39.323 INFO kablam! | Oct 14 21:08:39.323 INFO kablam! 27 | let extinguished = cli_args.is_present("EXTINGUISHED"); //Check if this instance is extinguished. Oct 14 21:08:39.323 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_extinguished` instead Oct 14 21:08:39.323 INFO kablam! | Oct 14 21:08:39.323 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 21:08:39.323 INFO kablam! Oct 14 21:08:39.323 INFO kablam! warning: unused variable: `verbosity` Oct 14 21:08:39.323 INFO kablam! --> src/main.rs:28:9 Oct 14 21:08:39.323 INFO kablam! | Oct 14 21:08:39.323 INFO kablam! 28 | let verbosity = cli_args.value_of("VERBOSITY").unwrap_or("minimal"); //Check verbosity level, or default to minimal. Oct 14 21:08:39.323 INFO kablam! | ^^^^^^^^^ help: consider using `_verbosity` instead Oct 14 21:08:39.323 INFO kablam! Oct 14 21:08:39.323 INFO kablam! warning: unused variable: `kindling` Oct 14 21:08:39.323 INFO kablam! --> src/main.rs:29:9 Oct 14 21:08:39.323 INFO kablam! | Oct 14 21:08:39.323 INFO kablam! 29 | let kindling = cli_args.value_of("kindling").unwrap_or("./kindling"); //Check specified file, or default to ./kindling Oct 14 21:08:39.323 INFO kablam! | ^^^^^^^^ help: consider using `_kindling` instead Oct 14 21:08:39.323 INFO kablam! Oct 14 21:08:39.772 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.08s Oct 14 21:08:39.775 INFO kablam! su: No module specific data is present Oct 14 21:08:40.399 INFO running `"docker" "rm" "-f" "79f41ed754ba2a17ca0e465ff86e0ef30e3fdf49978d5f7fd93e7f47c1f3e166"` Oct 14 21:08:40.542 INFO blam! 79f41ed754ba2a17ca0e465ff86e0ef30e3fdf49978d5f7fd93e7f47c1f3e166 Oct 14 21:08:40.554 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 21:08:40.871 INFO blam! 9ad97c4b2621b66270150af74c507e77ccb559eada77ae70dbafc30fb778db46 Oct 14 21:08:40.873 INFO running `"docker" "start" "-a" "9ad97c4b2621b66270150af74c507e77ccb559eada77ae70dbafc30fb778db46"` Oct 14 21:08:41.687 INFO kablam! usermod: no changes Oct 14 21:08:41.755 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 14 21:08:41.755 INFO blam! Oct 14 21:08:41.755 INFO kablam! Running /target/debug/deps/burn-6a4a7c28e0cdbd0b Oct 14 21:08:41.755 INFO blam! running 0 tests Oct 14 21:08:41.755 INFO blam! Oct 14 21:08:41.755 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 21:08:41.755 INFO blam! Oct 14 21:08:41.763 INFO kablam! su: No module specific data is present Oct 14 21:08:42.331 INFO running `"docker" "rm" "-f" "9ad97c4b2621b66270150af74c507e77ccb559eada77ae70dbafc30fb778db46"` Oct 14 21:08:42.584 INFO blam! 9ad97c4b2621b66270150af74c507e77ccb559eada77ae70dbafc30fb778db46