Oct 12 22:23:51.389 INFO testing synixebrett/HEMTT against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 22:23:51.391 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12 22:23:51.911 INFO blam! 1525df5d40d49d6a8ebabe98d1ab673790731bb7c3d0fcc993a4e9f9015ed051 Oct 12 22:23:51.913 INFO running `"docker" "start" "-a" "1525df5d40d49d6a8ebabe98d1ab673790731bb7c3d0fcc993a4e9f9015ed051"` Oct 12 22:23:53.243 INFO kablam! usermod: no changes Oct 12 22:23:53.615 INFO kablam! Compiling bzip2-sys v0.1.6 Oct 12 22:23:53.615 INFO kablam! Compiling miniz_oxide_c_api v0.1.3 Oct 12 22:23:53.625 INFO kablam! Compiling miniz_oxide v0.1.3 Oct 12 22:23:53.643 INFO kablam! Compiling msdos_time v0.1.6 Oct 12 22:23:53.647 INFO kablam! Compiling tokio-reactor v0.1.5 Oct 12 22:23:58.147 INFO kablam! Compiling bzip2 v0.3.3 Oct 12 22:24:00.009 INFO kablam! Compiling flate2 v1.0.2 Oct 12 22:24:00.302 INFO kablam! Compiling tokio-udp v0.1.2 Oct 12 22:24:00.302 INFO kablam! Compiling tokio-uds v0.2.1 Oct 12 22:24:00.302 INFO kablam! Compiling tokio-tcp v0.1.1 Oct 12 22:24:03.571 INFO kablam! Compiling tokio v0.1.8 Oct 12 22:24:04.758 INFO kablam! Compiling zip v0.4.2 Oct 12 22:24:08.315 INFO kablam! Compiling hyper v0.12.10 Oct 12 22:24:15.935 INFO kablam! Compiling hyper-tls v0.3.0 Oct 12 22:24:17.115 INFO kablam! Compiling reqwest v0.9.1 Oct 12 22:24:28.023 INFO kablam! Compiling hemtt v0.1.0 (/source) Oct 12 22:24:29.848 INFO kablam! warning: unused variable: `latest` Oct 12 22:24:29.848 INFO kablam! --> src/project.rs:38:7 Oct 12 22:24:29.848 INFO kablam! | Oct 12 22:24:29.848 INFO kablam! 38 | let latest = armake::get_latest(releases); Oct 12 22:24:29.849 INFO kablam! | ^^^^^^ help: consider using `_latest` instead Oct 12 22:24:29.849 INFO kablam! | Oct 12 22:24:29.849 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 22:24:29.850 INFO kablam! Oct 12 22:24:29.850 INFO kablam! warning: unused variable: `output` Oct 12 22:24:29.850 INFO kablam! --> src/armake.rs:197:9 Oct 12 22:24:29.851 INFO kablam! | Oct 12 22:24:29.851 INFO kablam! 197 | let output = Command::new("tools/armake") Oct 12 22:24:29.851 INFO kablam! | ^^^^^^ help: consider using `_output` instead Oct 12 22:24:29.851 INFO kablam! Oct 12 22:24:29.851 INFO kablam! warning: unused variable: `command` Oct 12 22:24:29.852 INFO kablam! --> src/main.rs:76:15 Oct 12 22:24:29.852 INFO kablam! | Oct 12 22:24:29.852 INFO kablam! 76 | if let Some(command) = matches.subcommand_name() { Oct 12 22:24:29.852 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 12 22:24:29.853 INFO kablam! Oct 12 22:24:30.012 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:30.013 INFO kablam! --> src/files.rs:198:3 Oct 12 22:24:30.013 INFO kablam! | Oct 12 22:24:30.013 INFO kablam! 198 | req.read_to_end(&mut buf); Oct 12 22:24:30.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:30.013 INFO kablam! | Oct 12 22:24:30.013 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 22:24:30.013 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:30.013 INFO kablam! Oct 12 22:24:30.015 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:30.015 INFO kablam! --> src/project.rs:23:5 Oct 12 22:24:30.015 INFO kablam! | Oct 12 22:24:30.015 INFO kablam! 23 | out.write_fmt(format_args!("{}", serde_json::to_string_pretty(&self)?)); Oct 12 22:24:30.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:30.015 INFO kablam! | Oct 12 22:24:30.015 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:30.015 INFO kablam! Oct 12 22:24:30.016 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:30.016 INFO kablam! --> src/project.rs:45:3 Oct 12 22:24:30.016 INFO kablam! | Oct 12 22:24:30.016 INFO kablam! 45 | p.save(); Oct 12 22:24:30.016 INFO kablam! | ^^^^^^^^^ Oct 12 22:24:30.016 INFO kablam! | Oct 12 22:24:30.016 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:30.016 INFO kablam! Oct 12 22:24:30.019 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:30.019 INFO kablam! --> src/armake.rs:64:3 Oct 12 22:24:30.019 INFO kablam! | Oct 12 22:24:30.019 INFO kablam! 64 | req.read_to_end(&mut buf); Oct 12 22:24:30.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:30.019 INFO kablam! | Oct 12 22:24:30.019 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:30.019 INFO kablam! Oct 12 22:24:30.019 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:30.019 INFO kablam! --> src/armake.rs:77:3 Oct 12 22:24:30.019 INFO kablam! | Oct 12 22:24:30.019 INFO kablam! 77 | fs::remove_file("armake.zip"); Oct 12 22:24:30.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:30.019 INFO kablam! | Oct 12 22:24:30.020 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:30.020 INFO kablam! Oct 12 22:24:30.020 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:30.020 INFO kablam! --> src/armake.rs:79:3 Oct 12 22:24:30.020 INFO kablam! | Oct 12 22:24:30.020 INFO kablam! 79 | out.write_fmt(format_args!("{}", release.tag_name)); Oct 12 22:24:30.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:30.020 INFO kablam! | Oct 12 22:24:30.020 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:30.020 INFO kablam! Oct 12 22:24:30.021 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:30.021 INFO kablam! --> src/armake.rs:174:3 Oct 12 22:24:30.021 INFO kablam! | Oct 12 22:24:30.022 INFO kablam! 174 | build(&p); Oct 12 22:24:30.022 INFO kablam! | ^^^^^^^^^^ Oct 12 22:24:30.022 INFO kablam! | Oct 12 22:24:30.022 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:30.022 INFO kablam! Oct 12 22:24:30.022 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:30.022 INFO kablam! --> src/armake.rs:191:5 Oct 12 22:24:30.022 INFO kablam! | Oct 12 22:24:30.022 INFO kablam! 191 | fs::copy(file, format!("releases/{}/@{}/{}", version, p.prefix, file)); Oct 12 22:24:30.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:30.023 INFO kablam! | Oct 12 22:24:30.023 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:30.023 INFO kablam! Oct 12 22:24:30.023 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:30.023 INFO kablam! --> src/armake.rs:201:5 Oct 12 22:24:30.023 INFO kablam! | Oct 12 22:24:30.023 INFO kablam! 201 | fs::rename(format!("{}.bikey", p.prefix), format!("keys/{}.bikey", p.prefix)); Oct 12 22:24:30.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:30.023 INFO kablam! | Oct 12 22:24:30.023 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:30.023 INFO kablam! Oct 12 22:24:30.024 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:30.024 INFO kablam! --> src/armake.rs:202:5 Oct 12 22:24:30.024 INFO kablam! | Oct 12 22:24:30.024 INFO kablam! 202 | fs::rename(format!("{}.biprivatekey", p.prefix), format!("keys/{}.biprivatekey", p.prefix)); Oct 12 22:24:30.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:30.024 INFO kablam! | Oct 12 22:24:30.024 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:30.024 INFO kablam! Oct 12 22:24:30.024 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:30.024 INFO kablam! --> src/armake.rs:204:3 Oct 12 22:24:30.024 INFO kablam! | Oct 12 22:24:30.024 INFO kablam! 204 | fs::copy(format!("keys/{}.bikey", p.prefix), format!("releases/{0}/@{1}/keys/{1}.bikey", version, p.prefix)); Oct 12 22:24:30.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:30.024 INFO kablam! | Oct 12 22:24:30.024 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:30.024 INFO kablam! Oct 12 22:24:30.025 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:30.025 INFO kablam! --> src/armake.rs:213:5 Oct 12 22:24:30.025 INFO kablam! | Oct 12 22:24:30.025 INFO kablam! 213 | fs::copy(&cpath, format!("releases/{}/@{}/{}", version, p.prefix, cpath)); Oct 12 22:24:30.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:30.025 INFO kablam! | Oct 12 22:24:30.025 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:30.025 INFO kablam! Oct 12 22:24:30.026 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:30.026 INFO kablam! --> src/main.rs:102:9 Oct 12 22:24:30.026 INFO kablam! | Oct 12 22:24:30.026 INFO kablam! 102 | files::modcpp(&p); Oct 12 22:24:30.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 22:24:30.026 INFO kablam! | Oct 12 22:24:30.026 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:30.026 INFO kablam! Oct 12 22:24:30.026 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:30.026 INFO kablam! --> src/main.rs:103:9 Oct 12 22:24:30.026 INFO kablam! | Oct 12 22:24:30.026 INFO kablam! 103 | files::create_addon(&main, &p); Oct 12 22:24:30.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:30.027 INFO kablam! | Oct 12 22:24:30.027 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:30.027 INFO kablam! Oct 12 22:24:30.027 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:30.027 INFO kablam! --> src/main.rs:104:9 Oct 12 22:24:30.027 INFO kablam! | Oct 12 22:24:30.027 INFO kablam! 104 | files::scriptmodhpp(&p); Oct 12 22:24:30.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:30.027 INFO kablam! | Oct 12 22:24:30.027 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:30.027 INFO kablam! Oct 12 22:24:30.027 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:30.027 INFO kablam! --> src/main.rs:105:9 Oct 12 22:24:30.027 INFO kablam! | Oct 12 22:24:30.027 INFO kablam! 105 | files::scriptversionhpp(&p); Oct 12 22:24:30.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:30.027 INFO kablam! | Oct 12 22:24:30.028 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:30.028 INFO kablam! Oct 12 22:24:30.028 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:30.028 INFO kablam! --> src/main.rs:106:9 Oct 12 22:24:30.028 INFO kablam! | Oct 12 22:24:30.028 INFO kablam! 106 | files::scriptmacroshpp(&p); Oct 12 22:24:30.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:30.028 INFO kablam! | Oct 12 22:24:30.028 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:30.028 INFO kablam! Oct 12 22:24:30.028 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:30.028 INFO kablam! --> src/main.rs:107:9 Oct 12 22:24:30.028 INFO kablam! | Oct 12 22:24:30.028 INFO kablam! 107 | files::script_component(&main, &p); Oct 12 22:24:30.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:30.029 INFO kablam! | Oct 12 22:24:30.029 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:30.029 INFO kablam! Oct 12 22:24:30.029 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:30.029 INFO kablam! --> src/main.rs:108:9 Oct 12 22:24:30.029 INFO kablam! | Oct 12 22:24:30.029 INFO kablam! 108 | files::pboprefix(&main, &p); Oct 12 22:24:30.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:30.029 INFO kablam! | Oct 12 22:24:30.029 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:30.029 INFO kablam! Oct 12 22:24:30.029 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:30.029 INFO kablam! --> src/main.rs:109:9 Oct 12 22:24:30.029 INFO kablam! | Oct 12 22:24:30.029 INFO kablam! 109 | files::configcpp(&main, &p, false); Oct 12 22:24:30.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:30.029 INFO kablam! | Oct 12 22:24:30.029 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:30.030 INFO kablam! Oct 12 22:24:30.030 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:30.030 INFO kablam! --> src/main.rs:111:11 Oct 12 22:24:30.030 INFO kablam! | Oct 12 22:24:30.030 INFO kablam! 111 | files::create_include(); Oct 12 22:24:30.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:30.035 INFO kablam! | Oct 12 22:24:30.035 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:30.035 INFO kablam! Oct 12 22:24:30.035 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:30.035 INFO kablam! --> src/main.rs:125:13 Oct 12 22:24:30.035 INFO kablam! | Oct 12 22:24:30.035 INFO kablam! 125 | files::pboprefix(&name, &p); Oct 12 22:24:30.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:30.035 INFO kablam! | Oct 12 22:24:30.035 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:30.035 INFO kablam! Oct 12 22:24:30.035 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:30.035 INFO kablam! --> src/main.rs:126:13 Oct 12 22:24:30.035 INFO kablam! | Oct 12 22:24:30.035 INFO kablam! 126 | files::script_component(&name, &p); Oct 12 22:24:30.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:30.035 INFO kablam! | Oct 12 22:24:30.035 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:30.035 INFO kablam! Oct 12 22:24:30.035 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:30.035 INFO kablam! --> src/main.rs:127:13 Oct 12 22:24:30.035 INFO kablam! | Oct 12 22:24:30.035 INFO kablam! 127 | files::configcpp(&name, &p, cba); Oct 12 22:24:30.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:30.035 INFO kablam! | Oct 12 22:24:30.035 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:30.035 INFO kablam! Oct 12 22:24:30.035 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:30.035 INFO kablam! --> src/main.rs:145:15 Oct 12 22:24:30.035 INFO kablam! | Oct 12 22:24:30.035 INFO kablam! 145 | armake::download(&latest); Oct 12 22:24:30.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:30.035 INFO kablam! | Oct 12 22:24:30.035 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:30.035 INFO kablam! Oct 12 22:24:30.035 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:30.035 INFO kablam! --> src/main.rs:150:15 Oct 12 22:24:30.035 INFO kablam! | Oct 12 22:24:30.035 INFO kablam! 150 | armake::release(&p); Oct 12 22:24:30.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:30.035 INFO kablam! | Oct 12 22:24:30.035 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:30.035 INFO kablam! Oct 12 22:24:30.035 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:30.035 INFO kablam! --> src/main.rs:152:15 Oct 12 22:24:30.035 INFO kablam! | Oct 12 22:24:30.035 INFO kablam! 152 | armake::build(&p); Oct 12 22:24:30.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 22:24:30.035 INFO kablam! | Oct 12 22:24:30.035 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:30.035 INFO kablam! Oct 12 22:24:30.035 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:30.035 INFO kablam! --> src/main.rs:160:9 Oct 12 22:24:30.035 INFO kablam! | Oct 12 22:24:30.035 INFO kablam! 160 | files::create_include(); Oct 12 22:24:30.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:30.035 INFO kablam! | Oct 12 22:24:30.035 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:30.035 INFO kablam! Oct 12 22:24:36.256 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 42.99s Oct 12 22:24:36.275 INFO kablam! su: No module specific data is present Oct 12 22:24:36.955 INFO running `"docker" "rm" "-f" "1525df5d40d49d6a8ebabe98d1ab673790731bb7c3d0fcc993a4e9f9015ed051"` Oct 12 22:24:37.165 INFO blam! 1525df5d40d49d6a8ebabe98d1ab673790731bb7c3d0fcc993a4e9f9015ed051 Oct 12 22:24:37.171 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12 22:24:37.653 INFO blam! 5c99dad58475aee31b1bf9fcee899848cd26a576246bbb2f259ae40126acc1b9 Oct 12 22:24:37.660 INFO running `"docker" "start" "-a" "5c99dad58475aee31b1bf9fcee899848cd26a576246bbb2f259ae40126acc1b9"` Oct 12 22:24:38.476 INFO kablam! usermod: no changes Oct 12 22:24:38.671 INFO kablam! Compiling hemtt v0.1.0 (/source) Oct 12 22:24:39.999 INFO kablam! warning: unused variable: `latest` Oct 12 22:24:39.999 INFO kablam! --> src/project.rs:38:7 Oct 12 22:24:39.999 INFO kablam! | Oct 12 22:24:39.999 INFO kablam! 38 | let latest = armake::get_latest(releases); Oct 12 22:24:40.000 INFO kablam! | ^^^^^^ help: consider using `_latest` instead Oct 12 22:24:40.000 INFO kablam! | Oct 12 22:24:40.000 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 22:24:40.000 INFO kablam! Oct 12 22:24:40.000 INFO kablam! warning: unused variable: `output` Oct 12 22:24:40.000 INFO kablam! --> src/armake.rs:197:9 Oct 12 22:24:40.001 INFO kablam! | Oct 12 22:24:40.001 INFO kablam! 197 | let output = Command::new("tools/armake") Oct 12 22:24:40.001 INFO kablam! | ^^^^^^ help: consider using `_output` instead Oct 12 22:24:40.001 INFO kablam! Oct 12 22:24:40.001 INFO kablam! warning: unused variable: `command` Oct 12 22:24:40.001 INFO kablam! --> src/main.rs:76:15 Oct 12 22:24:40.002 INFO kablam! | Oct 12 22:24:40.002 INFO kablam! 76 | if let Some(command) = matches.subcommand_name() { Oct 12 22:24:40.002 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 12 22:24:40.002 INFO kablam! Oct 12 22:24:40.147 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:40.147 INFO kablam! --> src/files.rs:198:3 Oct 12 22:24:40.147 INFO kablam! | Oct 12 22:24:40.147 INFO kablam! 198 | req.read_to_end(&mut buf); Oct 12 22:24:40.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:40.147 INFO kablam! | Oct 12 22:24:40.147 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 22:24:40.147 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:40.147 INFO kablam! Oct 12 22:24:40.147 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:40.147 INFO kablam! --> src/project.rs:23:5 Oct 12 22:24:40.147 INFO kablam! | Oct 12 22:24:40.147 INFO kablam! 23 | out.write_fmt(format_args!("{}", serde_json::to_string_pretty(&self)?)); Oct 12 22:24:40.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:40.147 INFO kablam! | Oct 12 22:24:40.147 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:40.147 INFO kablam! Oct 12 22:24:40.147 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:40.147 INFO kablam! --> src/project.rs:45:3 Oct 12 22:24:40.147 INFO kablam! | Oct 12 22:24:40.147 INFO kablam! 45 | p.save(); Oct 12 22:24:40.147 INFO kablam! | ^^^^^^^^^ Oct 12 22:24:40.147 INFO kablam! | Oct 12 22:24:40.147 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:40.147 INFO kablam! Oct 12 22:24:40.155 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:40.155 INFO kablam! --> src/armake.rs:64:3 Oct 12 22:24:40.155 INFO kablam! | Oct 12 22:24:40.155 INFO kablam! 64 | req.read_to_end(&mut buf); Oct 12 22:24:40.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:40.155 INFO kablam! | Oct 12 22:24:40.155 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:40.155 INFO kablam! Oct 12 22:24:40.155 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:40.155 INFO kablam! --> src/armake.rs:77:3 Oct 12 22:24:40.155 INFO kablam! | Oct 12 22:24:40.155 INFO kablam! 77 | fs::remove_file("armake.zip"); Oct 12 22:24:40.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:40.155 INFO kablam! | Oct 12 22:24:40.155 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:40.155 INFO kablam! Oct 12 22:24:40.155 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:40.155 INFO kablam! --> src/armake.rs:79:3 Oct 12 22:24:40.155 INFO kablam! | Oct 12 22:24:40.155 INFO kablam! 79 | out.write_fmt(format_args!("{}", release.tag_name)); Oct 12 22:24:40.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:40.155 INFO kablam! | Oct 12 22:24:40.155 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:40.155 INFO kablam! Oct 12 22:24:40.155 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:40.155 INFO kablam! --> src/armake.rs:174:3 Oct 12 22:24:40.155 INFO kablam! | Oct 12 22:24:40.155 INFO kablam! 174 | build(&p); Oct 12 22:24:40.155 INFO kablam! | ^^^^^^^^^^ Oct 12 22:24:40.155 INFO kablam! | Oct 12 22:24:40.155 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:40.155 INFO kablam! Oct 12 22:24:40.155 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:40.155 INFO kablam! --> src/armake.rs:191:5 Oct 12 22:24:40.155 INFO kablam! | Oct 12 22:24:40.155 INFO kablam! 191 | fs::copy(file, format!("releases/{}/@{}/{}", version, p.prefix, file)); Oct 12 22:24:40.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:40.155 INFO kablam! | Oct 12 22:24:40.155 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:40.155 INFO kablam! Oct 12 22:24:40.155 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:40.155 INFO kablam! --> src/armake.rs:201:5 Oct 12 22:24:40.155 INFO kablam! | Oct 12 22:24:40.155 INFO kablam! 201 | fs::rename(format!("{}.bikey", p.prefix), format!("keys/{}.bikey", p.prefix)); Oct 12 22:24:40.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:40.155 INFO kablam! | Oct 12 22:24:40.155 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:40.155 INFO kablam! Oct 12 22:24:40.155 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:40.156 INFO kablam! --> src/armake.rs:202:5 Oct 12 22:24:40.156 INFO kablam! | Oct 12 22:24:40.156 INFO kablam! 202 | fs::rename(format!("{}.biprivatekey", p.prefix), format!("keys/{}.biprivatekey", p.prefix)); Oct 12 22:24:40.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:40.156 INFO kablam! | Oct 12 22:24:40.156 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:40.156 INFO kablam! Oct 12 22:24:40.156 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:40.156 INFO kablam! --> src/armake.rs:204:3 Oct 12 22:24:40.156 INFO kablam! | Oct 12 22:24:40.156 INFO kablam! 204 | fs::copy(format!("keys/{}.bikey", p.prefix), format!("releases/{0}/@{1}/keys/{1}.bikey", version, p.prefix)); Oct 12 22:24:40.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:40.156 INFO kablam! | Oct 12 22:24:40.156 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:40.156 INFO kablam! Oct 12 22:24:40.156 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:40.156 INFO kablam! --> src/armake.rs:213:5 Oct 12 22:24:40.156 INFO kablam! | Oct 12 22:24:40.156 INFO kablam! 213 | fs::copy(&cpath, format!("releases/{}/@{}/{}", version, p.prefix, cpath)); Oct 12 22:24:40.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:40.156 INFO kablam! | Oct 12 22:24:40.156 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:40.156 INFO kablam! Oct 12 22:24:40.156 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:40.156 INFO kablam! --> src/main.rs:102:9 Oct 12 22:24:40.156 INFO kablam! | Oct 12 22:24:40.156 INFO kablam! 102 | files::modcpp(&p); Oct 12 22:24:40.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 22:24:40.156 INFO kablam! | Oct 12 22:24:40.156 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:40.156 INFO kablam! Oct 12 22:24:40.156 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:40.156 INFO kablam! --> src/main.rs:103:9 Oct 12 22:24:40.156 INFO kablam! | Oct 12 22:24:40.156 INFO kablam! 103 | files::create_addon(&main, &p); Oct 12 22:24:40.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:40.156 INFO kablam! | Oct 12 22:24:40.156 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:40.156 INFO kablam! Oct 12 22:24:40.156 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:40.156 INFO kablam! --> src/main.rs:104:9 Oct 12 22:24:40.156 INFO kablam! | Oct 12 22:24:40.156 INFO kablam! 104 | files::scriptmodhpp(&p); Oct 12 22:24:40.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:40.156 INFO kablam! | Oct 12 22:24:40.156 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:40.156 INFO kablam! Oct 12 22:24:40.156 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:40.156 INFO kablam! --> src/main.rs:105:9 Oct 12 22:24:40.156 INFO kablam! | Oct 12 22:24:40.156 INFO kablam! 105 | files::scriptversionhpp(&p); Oct 12 22:24:40.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:40.156 INFO kablam! | Oct 12 22:24:40.156 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:40.156 INFO kablam! Oct 12 22:24:40.156 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:40.156 INFO kablam! --> src/main.rs:106:9 Oct 12 22:24:40.156 INFO kablam! | Oct 12 22:24:40.156 INFO kablam! 106 | files::scriptmacroshpp(&p); Oct 12 22:24:40.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:40.156 INFO kablam! | Oct 12 22:24:40.156 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:40.156 INFO kablam! Oct 12 22:24:40.156 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:40.156 INFO kablam! --> src/main.rs:107:9 Oct 12 22:24:40.156 INFO kablam! | Oct 12 22:24:40.156 INFO kablam! 107 | files::script_component(&main, &p); Oct 12 22:24:40.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:40.156 INFO kablam! | Oct 12 22:24:40.156 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:40.156 INFO kablam! Oct 12 22:24:40.156 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:40.156 INFO kablam! --> src/main.rs:108:9 Oct 12 22:24:40.156 INFO kablam! | Oct 12 22:24:40.156 INFO kablam! 108 | files::pboprefix(&main, &p); Oct 12 22:24:40.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:40.156 INFO kablam! | Oct 12 22:24:40.156 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:40.156 INFO kablam! Oct 12 22:24:40.156 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:40.156 INFO kablam! --> src/main.rs:109:9 Oct 12 22:24:40.156 INFO kablam! | Oct 12 22:24:40.156 INFO kablam! 109 | files::configcpp(&main, &p, false); Oct 12 22:24:40.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:40.157 INFO kablam! | Oct 12 22:24:40.157 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:40.157 INFO kablam! Oct 12 22:24:40.157 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:40.157 INFO kablam! --> src/main.rs:111:11 Oct 12 22:24:40.157 INFO kablam! | Oct 12 22:24:40.157 INFO kablam! 111 | files::create_include(); Oct 12 22:24:40.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:40.157 INFO kablam! | Oct 12 22:24:40.157 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:40.157 INFO kablam! Oct 12 22:24:40.157 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:40.157 INFO kablam! --> src/main.rs:125:13 Oct 12 22:24:40.157 INFO kablam! | Oct 12 22:24:40.157 INFO kablam! 125 | files::pboprefix(&name, &p); Oct 12 22:24:40.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:40.157 INFO kablam! | Oct 12 22:24:40.157 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:40.157 INFO kablam! Oct 12 22:24:40.157 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:40.157 INFO kablam! --> src/main.rs:126:13 Oct 12 22:24:40.157 INFO kablam! | Oct 12 22:24:40.157 INFO kablam! 126 | files::script_component(&name, &p); Oct 12 22:24:40.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:40.157 INFO kablam! | Oct 12 22:24:40.157 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:40.157 INFO kablam! Oct 12 22:24:40.157 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:40.157 INFO kablam! --> src/main.rs:127:13 Oct 12 22:24:40.157 INFO kablam! | Oct 12 22:24:40.157 INFO kablam! 127 | files::configcpp(&name, &p, cba); Oct 12 22:24:40.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:40.157 INFO kablam! | Oct 12 22:24:40.157 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:40.157 INFO kablam! Oct 12 22:24:40.157 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:40.157 INFO kablam! --> src/main.rs:145:15 Oct 12 22:24:40.157 INFO kablam! | Oct 12 22:24:40.157 INFO kablam! 145 | armake::download(&latest); Oct 12 22:24:40.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:40.157 INFO kablam! | Oct 12 22:24:40.157 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:40.157 INFO kablam! Oct 12 22:24:40.157 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:40.157 INFO kablam! --> src/main.rs:150:15 Oct 12 22:24:40.157 INFO kablam! | Oct 12 22:24:40.157 INFO kablam! 150 | armake::release(&p); Oct 12 22:24:40.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:40.157 INFO kablam! | Oct 12 22:24:40.157 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:40.157 INFO kablam! Oct 12 22:24:40.157 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:40.157 INFO kablam! --> src/main.rs:152:15 Oct 12 22:24:40.157 INFO kablam! | Oct 12 22:24:40.157 INFO kablam! 152 | armake::build(&p); Oct 12 22:24:40.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 22:24:40.157 INFO kablam! | Oct 12 22:24:40.157 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:40.157 INFO kablam! Oct 12 22:24:40.157 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:24:40.157 INFO kablam! --> src/main.rs:160:9 Oct 12 22:24:40.157 INFO kablam! | Oct 12 22:24:40.157 INFO kablam! 160 | files::create_include(); Oct 12 22:24:40.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:40.157 INFO kablam! | Oct 12 22:24:40.157 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:24:40.157 INFO kablam! Oct 12 22:24:40.731 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.22s Oct 12 22:24:40.744 INFO kablam! su: No module specific data is present Oct 12 22:24:41.599 INFO running `"docker" "rm" "-f" "5c99dad58475aee31b1bf9fcee899848cd26a576246bbb2f259ae40126acc1b9"` Oct 12 22:24:41.875 INFO blam! 5c99dad58475aee31b1bf9fcee899848cd26a576246bbb2f259ae40126acc1b9 Oct 12 22:24:41.887 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12 22:24:42.255 INFO blam! 6915763102eaf510ca36bcf282eefbba18fded8a5d6a150b5a29faf31b5b1246 Oct 12 22:24:42.262 INFO running `"docker" "start" "-a" "6915763102eaf510ca36bcf282eefbba18fded8a5d6a150b5a29faf31b5b1246"` Oct 12 22:24:43.067 INFO kablam! usermod: no changes Oct 12 22:24:43.375 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.28s Oct 12 22:24:43.395 INFO kablam! Running /target/debug/deps/hemtt-f3df779acd20961e Oct 12 22:24:43.396 INFO blam! Oct 12 22:24:43.396 INFO blam! running 0 tests Oct 12 22:24:43.411 INFO kablam! su: No module specific data is present Oct 12 22:24:43.411 INFO blam! Oct 12 22:24:43.411 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 22:24:43.411 INFO blam! Oct 12 22:24:44.003 INFO running `"docker" "rm" "-f" "6915763102eaf510ca36bcf282eefbba18fded8a5d6a150b5a29faf31b5b1246"` Oct 12 22:24:44.305 INFO blam! 6915763102eaf510ca36bcf282eefbba18fded8a5d6a150b5a29faf31b5b1246