[INFO] updating cached repository https://github.com/icedrift/tusk [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4eb2a8eb36992237af3dd8ba8182afb5ca2439de [INFO] testing icedrift/tusk against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Ficedrift%2Ftusk" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/icedrift/tusk on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/icedrift/tusk [INFO] finished tweaking git repo https://github.com/icedrift/tusk [INFO] tweaked toml for git repo https://github.com/icedrift/tusk written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/icedrift/tusk already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 0a9e333bb510c8c50f4522cbe18c508d55ec7f4b186907257f8f1165b6cf4971 [INFO] running `"docker" "start" "-a" "0a9e333bb510c8c50f4522cbe18c508d55ec7f4b186907257f8f1165b6cf4971"` [INFO] [stderr] Compiling backtrace v0.3.22 [INFO] [stderr] Compiling tower-service v0.1.0 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling signal-hook-registry v1.0.1 [INFO] [stderr] Compiling miniz-sys v0.1.12 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling actix_derive v0.3.2 [INFO] [stderr] Compiling cookie v0.11.1 [INFO] [stderr] Compiling crossbeam v0.7.1 [INFO] [stderr] Compiling serde_urlencoded v0.5.5 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling serde_yaml v0.8.9 [INFO] [stderr] Compiling bincode v1.1.4 [INFO] [stderr] Compiling flate2 v1.0.7 [INFO] [stderr] Compiling signal-hook v0.1.9 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling aho-corasick v0.7.3 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling http v0.1.17 [INFO] [stderr] Compiling regex v1.1.6 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling v_escape_derive v0.5.3 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling failure v0.1.5 [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 env_logger v0.6.1 [INFO] [stderr] Compiling v_escape v0.7.2 [INFO] [stderr] Compiling h2 v0.1.20 [INFO] [stderr] Compiling v_htmlescape v0.4.3 [INFO] [stderr] Compiling trust-dns-proto v0.6.3 [INFO] [stderr] Compiling tokio v0.1.20 [INFO] [stderr] Compiling trust-dns-proto v0.5.0 [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 actix-web v0.7.19 [INFO] [stderr] Compiling tusk v0.0.1 (/opt/rustwide/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 05s [INFO] running `"docker" "inspect" "0a9e333bb510c8c50f4522cbe18c508d55ec7f4b186907257f8f1165b6cf4971"` [INFO] running `"docker" "rm" "-f" "0a9e333bb510c8c50f4522cbe18c508d55ec7f4b186907257f8f1165b6cf4971"` [INFO] [stdout] 0a9e333bb510c8c50f4522cbe18c508d55ec7f4b186907257f8f1165b6cf4971 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 11bb08bf06354b735881f76e483ebed29dd2b25ae264b21eb562ac41c1a97b8e [INFO] running `"docker" "start" "-a" "11bb08bf06354b735881f76e483ebed29dd2b25ae264b21eb562ac41c1a97b8e"` [INFO] [stderr] Compiling rand_xoshiro v0.1.0 [INFO] [stderr] Compiling csv-core v0.1.5 [INFO] [stderr] Compiling tinytemplate v1.0.2 [INFO] [stderr] Compiling csv v1.0.7 [INFO] [stderr] Compiling criterion v0.2.11 [INFO] [stderr] Compiling tusk v0.0.1 (/opt/rustwide/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 16.82s [INFO] running `"docker" "inspect" "11bb08bf06354b735881f76e483ebed29dd2b25ae264b21eb562ac41c1a97b8e"` [INFO] running `"docker" "rm" "-f" "11bb08bf06354b735881f76e483ebed29dd2b25ae264b21eb562ac41c1a97b8e"` [INFO] [stdout] 11bb08bf06354b735881f76e483ebed29dd2b25ae264b21eb562ac41c1a97b8e [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 7b4b8bdf23bceee4d8f1965d3fc37d40bb2bdab69f0364ad1f5bbb90a101a306 [INFO] running `"docker" "start" "-a" "7b4b8bdf23bceee4d8f1965d3fc37d40bb2bdab69f0364ad1f5bbb90a101a306"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.19s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tusk-d517adb7411427d9 [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" "7b4b8bdf23bceee4d8f1965d3fc37d40bb2bdab69f0364ad1f5bbb90a101a306"` [INFO] running `"docker" "rm" "-f" "7b4b8bdf23bceee4d8f1965d3fc37d40bb2bdab69f0364ad1f5bbb90a101a306"` [INFO] [stdout] 7b4b8bdf23bceee4d8f1965d3fc37d40bb2bdab69f0364ad1f5bbb90a101a306