[INFO] crate tusk 0.0.1 is already in cache [INFO] extracting crate tusk 0.0.1 into work/ex/beta-1.38-1/sources/1.37.0/reg/tusk/0.0.1 [INFO] extracting crate tusk 0.0.1 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/tusk/0.0.1 [INFO] validating manifest of tusk-0.0.1 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of tusk-0.0.1 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing tusk-0.0.1 [INFO] finished frobbing tusk-0.0.1 [INFO] frobbed toml for tusk-0.0.1 written to work/ex/beta-1.38-1/sources/1.37.0/reg/tusk/0.0.1/Cargo.toml [INFO] started frobbing tusk-0.0.1 [INFO] finished frobbing tusk-0.0.1 [INFO] frobbed toml for tusk-0.0.1 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/tusk/0.0.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing tusk-0.0.1 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/tusk/0.0.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 3f18e63f4cced059bac1d959e3428de20707dd61e4ef088b5ca14b89271508c0 [INFO] running `"docker" "start" "-a" "3f18e63f4cced059bac1d959e3428de20707dd61e4ef088b5ca14b89271508c0"` [INFO] [stderr] Compiling tower-service v0.1.0 [INFO] [stderr] Compiling actix-web v0.7.19 [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling actix_derive v0.3.2 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling v_escape_derive v0.5.5 [INFO] [stderr] Compiling cookie v0.11.1 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-signal v0.2.7 [INFO] [stderr] Compiling trust-dns-proto v0.6.3 [INFO] [stderr] Compiling trust-dns-proto v0.5.0 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling v_escape v0.7.4 [INFO] [stderr] Compiling v_htmlescape v0.4.5 [INFO] [stderr] Compiling trust-dns-resolver v0.10.3 [INFO] [stderr] Compiling actix v0.7.9 [INFO] [stderr] Compiling actix-net v0.2.6 [INFO] [stderr] Compiling tusk v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/tusk/mod.rs:57:9 [INFO] [stderr] | [INFO] [stderr] 57 | /// Load the agent [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 58 | let reader = File::open(&master_config_file_buf)?; [INFO] [stderr] | -------------------------------------------------- rustdoc does not generate documentation for statements [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_doc_comments)] on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/plugins/inputs/mod.rs:63:13 [INFO] [stderr] | [INFO] [stderr] 63 | _ => unimplemented!(), [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unreachable_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/plugins/outputs/mod.rs:49:13 [INFO] [stderr] | [INFO] [stderr] 49 | _ => unimplemented!(), [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] warning: function cannot return without recursing [INFO] [stderr] --> src/tusk/mod.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | fn default() -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ cannot return without recursing [INFO] [stderr] ... [INFO] [stderr] 44 | ..Default::default() [INFO] [stderr] | ------------------ recursive call site [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unconditional_recursion)] on by default [INFO] [stderr] = help: a `loop` may express intention better if this is on purpose [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/plugins/outputs/stdout.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | / self.format [INFO] [stderr] 17 | | .to_writer(BufWriter::new(io::stdout()), &readings); [INFO] [stderr] | |________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 09s [INFO] running `"docker" "inspect" "3f18e63f4cced059bac1d959e3428de20707dd61e4ef088b5ca14b89271508c0"` [INFO] running `"docker" "rm" "-f" "3f18e63f4cced059bac1d959e3428de20707dd61e4ef088b5ca14b89271508c0"` [INFO] [stdout] 3f18e63f4cced059bac1d959e3428de20707dd61e4ef088b5ca14b89271508c0 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/tusk/0.0.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 84032ecd2633b0cc2fa10f0623a5c2770f979612672512379b8835f75df09254 [INFO] running `"docker" "start" "-a" "84032ecd2633b0cc2fa10f0623a5c2770f979612672512379b8835f75df09254"` [INFO] [stderr] Compiling rand_xoshiro v0.1.0 [INFO] [stderr] Compiling criterion v0.2.11 [INFO] [stderr] Compiling tusk v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/tusk/mod.rs:57:9 [INFO] [stderr] | [INFO] [stderr] 57 | /// Load the agent [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 58 | let reader = File::open(&master_config_file_buf)?; [INFO] [stderr] | -------------------------------------------------- rustdoc does not generate documentation for statements [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_doc_comments)] on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/plugins/inputs/mod.rs:63:13 [INFO] [stderr] | [INFO] [stderr] 63 | _ => unimplemented!(), [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unreachable_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/plugins/outputs/mod.rs:49:13 [INFO] [stderr] | [INFO] [stderr] 49 | _ => unimplemented!(), [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] warning: function cannot return without recursing [INFO] [stderr] --> src/tusk/mod.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | fn default() -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ cannot return without recursing [INFO] [stderr] ... [INFO] [stderr] 44 | ..Default::default() [INFO] [stderr] | ------------------ recursive call site [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unconditional_recursion)] on by default [INFO] [stderr] = help: a `loop` may express intention better if this is on purpose [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/plugins/outputs/stdout.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | / self.format [INFO] [stderr] 17 | | .to_writer(BufWriter::new(io::stdout()), &readings); [INFO] [stderr] | |________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.58s [INFO] running `"docker" "inspect" "84032ecd2633b0cc2fa10f0623a5c2770f979612672512379b8835f75df09254"` [INFO] running `"docker" "rm" "-f" "84032ecd2633b0cc2fa10f0623a5c2770f979612672512379b8835f75df09254"` [INFO] [stdout] 84032ecd2633b0cc2fa10f0623a5c2770f979612672512379b8835f75df09254 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/tusk/0.0.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen"` [INFO] [stdout] e56f06e49ef733f7468c8d6c7e0473a8ad7e807fb852cad266d381266548f8f6 [INFO] running `"docker" "start" "-a" "e56f06e49ef733f7468c8d6c7e0473a8ad7e807fb852cad266d381266548f8f6"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.28s [INFO] [stderr] Running /opt/crater/target/debug/deps/tusk-1a0283c6f5c0687a [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test plugins::inputs::random::tests::test_random_float ... ok [INFO] [stdout] test plugins::inputs::random::tests::test_random_int ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "e56f06e49ef733f7468c8d6c7e0473a8ad7e807fb852cad266d381266548f8f6"` [INFO] running `"docker" "rm" "-f" "e56f06e49ef733f7468c8d6c7e0473a8ad7e807fb852cad266d381266548f8f6"` [INFO] [stdout] e56f06e49ef733f7468c8d6c7e0473a8ad7e807fb852cad266d381266548f8f6