Oct 16 09:50:53.981 INFO testing glusterfs-exporter-0.1.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 09:50:53.982 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 16 09:50:54.420 INFO blam! c0a5681086996e5719486f70623169b0473eaa9483090da95e608fdf5f4d3e4d Oct 16 09:50:54.420 INFO running `"docker" "start" "-a" "c0a5681086996e5719486f70623169b0473eaa9483090da95e608fdf5f4d3e4d"` Oct 16 09:50:55.383 INFO kablam! usermod: no changes Oct 16 09:50:55.594 INFO kablam! Compiling hpack v0.2.0 Oct 16 09:50:55.595 INFO kablam! Compiling serde_xml v0.9.1 Oct 16 09:50:55.595 INFO kablam! Compiling prometheus v0.2.8 Oct 16 09:50:55.604 INFO kablam! Compiling openssl v0.7.14 Oct 16 09:50:55.607 INFO kablam! Compiling glusterfs-exporter v0.1.1 (/source) Oct 16 09:50:55.607 INFO kablam! Compiling env_logger v0.3.5 Oct 16 09:50:59.535 INFO kablam! Compiling solicit v0.4.4 Oct 16 09:51:13.255 INFO kablam! Compiling cookie v0.2.5 Oct 16 09:51:13.343 INFO kablam! Compiling openssl-verify v0.1.0 Oct 16 09:51:17.959 INFO kablam! Compiling hyper v0.9.18 Oct 16 09:51:30.683 INFO kablam! warning: unused `#[macro_use]` import Oct 16 09:51:30.683 INFO kablam! --> src/main.rs:5:1 Oct 16 09:51:30.683 INFO kablam! | Oct 16 09:51:30.683 INFO kablam! 5 | #[macro_use] Oct 16 09:51:30.683 INFO kablam! | ^^^^^^^^^^^^ Oct 16 09:51:30.683 INFO kablam! | Oct 16 09:51:30.683 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 09:51:30.683 INFO kablam! Oct 16 09:51:30.683 INFO kablam! warning: unused import: `super::*` Oct 16 09:51:30.683 INFO kablam! --> src/glusterfs_exporter/types.rs:7:9 Oct 16 09:51:30.683 INFO kablam! | Oct 16 09:51:30.683 INFO kablam! 7 | use super::*; Oct 16 09:51:30.683 INFO kablam! | ^^^^^^^^ Oct 16 09:51:30.683 INFO kablam! Oct 16 09:51:30.683 INFO kablam! warning: unused import: `serde_xml::de::from_iter` Oct 16 09:51:30.683 INFO kablam! --> src/glusterfs_exporter/types.rs:8:9 Oct 16 09:51:30.683 INFO kablam! | Oct 16 09:51:30.683 INFO kablam! 8 | use serde_xml::de::from_iter; Oct 16 09:51:30.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 09:51:30.683 INFO kablam! Oct 16 09:51:30.683 INFO kablam! warning: unused import: `std::fs::File` Oct 16 09:51:30.683 INFO kablam! --> src/glusterfs_exporter/types.rs:9:9 Oct 16 09:51:30.683 INFO kablam! | Oct 16 09:51:30.683 INFO kablam! 9 | use std::fs::File; Oct 16 09:51:30.683 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 09:51:30.684 INFO kablam! Oct 16 09:51:30.684 INFO kablam! warning: unused import: `std::io::Read` Oct 16 09:51:30.684 INFO kablam! --> src/glusterfs_exporter/types.rs:10:9 Oct 16 09:51:30.684 INFO kablam! | Oct 16 09:51:30.684 INFO kablam! 10 | use std::io::Read; Oct 16 09:51:30.684 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 09:51:30.684 INFO kablam! Oct 16 09:51:30.684 INFO kablam! warning: unused import: `std::str` Oct 16 09:51:30.684 INFO kablam! --> src/main.rs:26:5 Oct 16 09:51:30.684 INFO kablam! | Oct 16 09:51:30.684 INFO kablam! 26 | use std::str; Oct 16 09:51:30.684 INFO kablam! | ^^^^^^^^ Oct 16 09:51:30.684 INFO kablam! Oct 16 09:51:31.079 INFO kablam! warning: function is never used: `write_redirect` Oct 16 09:51:31.079 INFO kablam! --> src/glusterfs_exporter/http.rs:40:1 Oct 16 09:51:31.079 INFO kablam! | Oct 16 09:51:31.079 INFO kablam! 40 | fn write_redirect(mut res: Response, uri: &str) { Oct 16 09:51:31.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 09:51:31.079 INFO kablam! | Oct 16 09:51:31.079 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 09:51:31.079 INFO kablam! Oct 16 09:51:37.475 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 42.07s Oct 16 09:51:37.480 INFO kablam! su: No module specific data is present Oct 16 09:51:38.010 INFO running `"docker" "rm" "-f" "c0a5681086996e5719486f70623169b0473eaa9483090da95e608fdf5f4d3e4d"` Oct 16 09:51:38.269 INFO blam! c0a5681086996e5719486f70623169b0473eaa9483090da95e608fdf5f4d3e4d Oct 16 09:51:38.279 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 16 09:51:38.648 INFO blam! 83130597336da05c3d6410066d45fe9240cdfbb846cae6ebf07440f344b7927a Oct 16 09:51:38.653 INFO running `"docker" "start" "-a" "83130597336da05c3d6410066d45fe9240cdfbb846cae6ebf07440f344b7927a"` Oct 16 09:51:40.252 INFO kablam! usermod: no changes Oct 16 09:51:40.377 INFO kablam! Compiling glusterfs-exporter v0.1.1 (/source) Oct 16 09:51:42.803 INFO kablam! warning: unused `#[macro_use]` import Oct 16 09:51:42.803 INFO kablam! --> src/main.rs:5:1 Oct 16 09:51:42.803 INFO kablam! | Oct 16 09:51:42.803 INFO kablam! 5 | #[macro_use] Oct 16 09:51:42.803 INFO kablam! | ^^^^^^^^^^^^ Oct 16 09:51:42.803 INFO kablam! | Oct 16 09:51:42.803 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 09:51:42.803 INFO kablam! Oct 16 09:51:42.803 INFO kablam! warning: unused import: `std::str` Oct 16 09:51:42.803 INFO kablam! --> src/main.rs:26:5 Oct 16 09:51:42.803 INFO kablam! | Oct 16 09:51:42.803 INFO kablam! 26 | use std::str; Oct 16 09:51:42.803 INFO kablam! | ^^^^^^^^ Oct 16 09:51:42.803 INFO kablam! Oct 16 09:51:43.258 INFO kablam! warning: function is never used: `write_redirect` Oct 16 09:51:43.258 INFO kablam! --> src/glusterfs_exporter/http.rs:40:1 Oct 16 09:51:43.258 INFO kablam! | Oct 16 09:51:43.258 INFO kablam! 40 | fn write_redirect(mut res: Response, uri: &str) { Oct 16 09:51:43.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 09:51:43.258 INFO kablam! | Oct 16 09:51:43.258 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 09:51:43.258 INFO kablam! Oct 16 09:51:47.924 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.65s Oct 16 09:51:47.929 INFO kablam! su: No module specific data is present Oct 16 09:51:48.885 INFO running `"docker" "rm" "-f" "83130597336da05c3d6410066d45fe9240cdfbb846cae6ebf07440f344b7927a"` Oct 16 09:51:49.057 INFO blam! 83130597336da05c3d6410066d45fe9240cdfbb846cae6ebf07440f344b7927a Oct 16 09:51:49.064 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 16 09:51:49.455 INFO blam! 488bd69d300dec69f41526f9a77e7b9c0c45a58c2eb00f2bed3197c16d8e3046 Oct 16 09:51:49.472 INFO running `"docker" "start" "-a" "488bd69d300dec69f41526f9a77e7b9c0c45a58c2eb00f2bed3197c16d8e3046"` Oct 16 09:51:50.051 INFO kablam! usermod: no changes Oct 16 09:51:50.207 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 16 09:51:50.219 INFO kablam! Running /target/debug/deps/glusterfs_exporter-08bc8178fc7d51a4 Oct 16 09:51:50.222 INFO blam! Oct 16 09:51:50.222 INFO blam! running 1 test Oct 16 09:51:50.250 INFO blam! test glusterfs_exporter::types::tests::it_can_parse ... ok Oct 16 09:51:50.250 INFO blam! Oct 16 09:51:50.250 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 09:51:50.250 INFO blam! Oct 16 09:51:50.259 INFO kablam! su: No module specific data is present Oct 16 09:51:51.060 INFO running `"docker" "rm" "-f" "488bd69d300dec69f41526f9a77e7b9c0c45a58c2eb00f2bed3197c16d8e3046"` Oct 16 09:51:51.424 INFO blam! 488bd69d300dec69f41526f9a77e7b9c0c45a58c2eb00f2bed3197c16d8e3046