Dec 18 04:28:35.057 INFO checking agilestacks/object-spam against try#0b8c5828f68d7b2840b81fa51239346dc97fef5a for pr-54252 Dec 18 04:28:35.057 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-5/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a/gh/agilestacks/object-spam:/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=forbid" "-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" "+0b8c5828f68d7b2840b81fa51239346dc97fef5a-alt" "check" "--frozen" "--all" "--all-targets"` Dec 18 04:28:35.565 INFO [stdout] 6813011d4e0d01063855304dd408a138e2feedb8c2cbb12e3c86a310bf0e472d Dec 18 04:28:35.567 INFO running `"docker" "start" "-a" "6813011d4e0d01063855304dd408a138e2feedb8c2cbb12e3c86a310bf0e472d"` Dec 18 04:28:38.253 INFO [stderr] Checking quantiles v0.7.1 Dec 18 04:28:38.255 INFO [stderr] Checking crossbeam-epoch v0.6.1 Dec 18 04:28:38.268 INFO [stderr] Compiling rusoto_core v0.35.0 Dec 18 04:28:39.236 INFO [stderr] Checking crossbeam-deque v0.6.2 Dec 18 04:28:40.248 INFO [stderr] Checking tokio-threadpool v0.1.8 Dec 18 04:28:41.665 INFO [stderr] Checking tokio-fs v0.1.4 Dec 18 04:28:42.468 INFO [stderr] Checking tokio v0.1.11 Dec 18 04:28:43.578 INFO [stderr] Checking hyper v0.12.14 Dec 18 04:28:48.050 INFO [stderr] Checking hyper-tls v0.3.1 Dec 18 04:28:48.050 INFO [stderr] Checking rusoto_credential v0.14.0 Dec 18 04:28:54.777 INFO [stderr] Checking rusoto_s3 v0.35.0 Dec 18 04:29:04.397 INFO [stderr] Checking object-spam v0.1.0 (/opt/crater/workdir) Dec 18 04:29:06.501 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 04:29:06.502 INFO [stderr] --> src/stats.rs:71:9 Dec 18 04:29:06.502 INFO [stderr] | Dec 18 04:29:06.502 INFO [stderr] 71 | writeln!(f, "Timing results for {}", self.category); Dec 18 04:29:06.502 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 04:29:06.502 INFO [stderr] | Dec 18 04:29:06.502 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 18 04:29:06.502 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 04:29:06.502 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 18 04:29:06.502 INFO [stderr] Dec 18 04:29:06.504 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 04:29:06.504 INFO [stderr] --> src/stats.rs:72:9 Dec 18 04:29:06.504 INFO [stderr] | Dec 18 04:29:06.504 INFO [stderr] 72 | writeln!(f, "Bandwidth = {:.3} MB/sec", self.bytes / self.sum as f64 / (1024.0 * 1024.0)); Dec 18 04:29:06.504 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 04:29:06.505 INFO [stderr] | Dec 18 04:29:06.505 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 04:29:06.505 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 18 04:29:06.505 INFO [stderr] Dec 18 04:29:06.505 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 04:29:06.505 INFO [stderr] --> src/stats.rs:73:9 Dec 18 04:29:06.505 INFO [stderr] | Dec 18 04:29:06.505 INFO [stderr] 73 | writeln!(f, "Mean = {:.3}", (self.max - self.min) / 2_f64); Dec 18 04:29:06.505 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 04:29:06.505 INFO [stderr] | Dec 18 04:29:06.505 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 04:29:06.505 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 18 04:29:06.505 INFO [stderr] Dec 18 04:29:06.505 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 04:29:06.505 INFO [stderr] --> src/stats.rs:74:9 Dec 18 04:29:06.505 INFO [stderr] | Dec 18 04:29:06.505 INFO [stderr] 74 | writeln!(f, "Average = {:.3}", self.sum / self.num_samples as f64); Dec 18 04:29:06.505 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 04:29:06.505 INFO [stderr] | Dec 18 04:29:06.505 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 04:29:06.505 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 18 04:29:06.505 INFO [stderr] Dec 18 04:29:06.505 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 04:29:06.505 INFO [stderr] --> src/stats.rs:75:9 Dec 18 04:29:06.505 INFO [stderr] | Dec 18 04:29:06.505 INFO [stderr] 75 | writeln!(f, "Max = {:.3}", self.max); Dec 18 04:29:06.505 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 04:29:06.505 INFO [stderr] | Dec 18 04:29:06.505 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 04:29:06.505 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 18 04:29:06.505 INFO [stderr] Dec 18 04:29:06.505 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 04:29:06.505 INFO [stderr] --> src/stats.rs:76:9 Dec 18 04:29:06.505 INFO [stderr] | Dec 18 04:29:06.505 INFO [stderr] 76 | writeln!(f, "Min = {:.3}", self.min); Dec 18 04:29:06.505 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 04:29:06.505 INFO [stderr] | Dec 18 04:29:06.505 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 04:29:06.505 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 18 04:29:06.505 INFO [stderr] Dec 18 04:29:06.505 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 04:29:06.505 INFO [stderr] --> src/stats.rs:77:9 Dec 18 04:29:06.505 INFO [stderr] | Dec 18 04:29:06.505 INFO [stderr] 77 | writeln!(f, "50th Percenile value = {:.3}", self.histogram[FIFTY]); Dec 18 04:29:06.505 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 04:29:06.505 INFO [stderr] | Dec 18 04:29:06.505 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 04:29:06.505 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 18 04:29:06.505 INFO [stderr] Dec 18 04:29:06.505 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 04:29:06.505 INFO [stderr] --> src/stats.rs:78:9 Dec 18 04:29:06.505 INFO [stderr] | Dec 18 04:29:06.505 INFO [stderr] 78 | writeln!(f, "70th Percenile value = {:.3}", self.histogram[SEVENTY]); Dec 18 04:29:06.505 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 04:29:06.505 INFO [stderr] | Dec 18 04:29:06.505 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 04:29:06.505 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 18 04:29:06.505 INFO [stderr] Dec 18 04:29:06.505 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 04:29:06.505 INFO [stderr] --> src/stats.rs:79:9 Dec 18 04:29:06.505 INFO [stderr] | Dec 18 04:29:06.505 INFO [stderr] 79 | writeln!(f, "90th Percenile value = {:.3}", self.histogram[NINETY]); Dec 18 04:29:06.505 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 04:29:06.505 INFO [stderr] | Dec 18 04:29:06.505 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 04:29:06.505 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 18 04:29:06.505 INFO [stderr] Dec 18 04:29:06.505 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 04:29:06.505 INFO [stderr] --> src/stats.rs:80:9 Dec 18 04:29:06.505 INFO [stderr] | Dec 18 04:29:06.505 INFO [stderr] 80 | writeln!(f, "95th Percenile value = {:.3}", self.histogram[NINETY5]); Dec 18 04:29:06.505 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 04:29:06.505 INFO [stderr] | Dec 18 04:29:06.505 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 04:29:06.505 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 18 04:29:06.505 INFO [stderr] Dec 18 04:29:06.712 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 04:29:06.713 INFO [stderr] --> src/stats.rs:71:9 Dec 18 04:29:06.713 INFO [stderr] | Dec 18 04:29:06.713 INFO [stderr] 71 | writeln!(f, "Timing results for {}", self.category); Dec 18 04:29:06.713 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 04:29:06.713 INFO [stderr] | Dec 18 04:29:06.713 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 18 04:29:06.713 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 04:29:06.713 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 18 04:29:06.713 INFO [stderr] Dec 18 04:29:06.713 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 04:29:06.713 INFO [stderr] --> src/stats.rs:72:9 Dec 18 04:29:06.713 INFO [stderr] | Dec 18 04:29:06.713 INFO [stderr] 72 | writeln!(f, "Bandwidth = {:.3} MB/sec", self.bytes / self.sum as f64 / (1024.0 * 1024.0)); Dec 18 04:29:06.713 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 04:29:06.713 INFO [stderr] | Dec 18 04:29:06.713 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 04:29:06.713 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 18 04:29:06.713 INFO [stderr] Dec 18 04:29:06.713 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 04:29:06.713 INFO [stderr] --> src/stats.rs:73:9 Dec 18 04:29:06.713 INFO [stderr] | Dec 18 04:29:06.713 INFO [stderr] 73 | writeln!(f, "Mean = {:.3}", (self.max - self.min) / 2_f64); Dec 18 04:29:06.713 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 04:29:06.713 INFO [stderr] | Dec 18 04:29:06.713 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 04:29:06.713 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 18 04:29:06.713 INFO [stderr] Dec 18 04:29:06.713 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 04:29:06.713 INFO [stderr] --> src/stats.rs:74:9 Dec 18 04:29:06.713 INFO [stderr] | Dec 18 04:29:06.713 INFO [stderr] 74 | writeln!(f, "Average = {:.3}", self.sum / self.num_samples as f64); Dec 18 04:29:06.713 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 04:29:06.713 INFO [stderr] | Dec 18 04:29:06.713 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 04:29:06.713 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 18 04:29:06.713 INFO [stderr] Dec 18 04:29:06.713 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 04:29:06.713 INFO [stderr] --> src/stats.rs:75:9 Dec 18 04:29:06.713 INFO [stderr] | Dec 18 04:29:06.713 INFO [stderr] 75 | writeln!(f, "Max = {:.3}", self.max); Dec 18 04:29:06.713 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 04:29:06.713 INFO [stderr] | Dec 18 04:29:06.713 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 04:29:06.713 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 18 04:29:06.713 INFO [stderr] Dec 18 04:29:06.713 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 04:29:06.713 INFO [stderr] --> src/stats.rs:76:9 Dec 18 04:29:06.713 INFO [stderr] | Dec 18 04:29:06.713 INFO [stderr] 76 | writeln!(f, "Min = {:.3}", self.min); Dec 18 04:29:06.713 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 04:29:06.713 INFO [stderr] | Dec 18 04:29:06.713 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 04:29:06.713 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 18 04:29:06.713 INFO [stderr] Dec 18 04:29:06.713 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 04:29:06.713 INFO [stderr] --> src/stats.rs:77:9 Dec 18 04:29:06.713 INFO [stderr] | Dec 18 04:29:06.713 INFO [stderr] 77 | writeln!(f, "50th Percenile value = {:.3}", self.histogram[FIFTY]); Dec 18 04:29:06.713 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 04:29:06.713 INFO [stderr] | Dec 18 04:29:06.713 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 04:29:06.713 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 18 04:29:06.713 INFO [stderr] Dec 18 04:29:06.713 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 04:29:06.713 INFO [stderr] --> src/stats.rs:78:9 Dec 18 04:29:06.713 INFO [stderr] | Dec 18 04:29:06.713 INFO [stderr] 78 | writeln!(f, "70th Percenile value = {:.3}", self.histogram[SEVENTY]); Dec 18 04:29:06.713 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 04:29:06.713 INFO [stderr] | Dec 18 04:29:06.713 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 04:29:06.713 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 18 04:29:06.713 INFO [stderr] Dec 18 04:29:06.713 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 04:29:06.713 INFO [stderr] --> src/stats.rs:79:9 Dec 18 04:29:06.713 INFO [stderr] | Dec 18 04:29:06.713 INFO [stderr] 79 | writeln!(f, "90th Percenile value = {:.3}", self.histogram[NINETY]); Dec 18 04:29:06.713 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 04:29:06.713 INFO [stderr] | Dec 18 04:29:06.713 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 04:29:06.713 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 18 04:29:06.713 INFO [stderr] Dec 18 04:29:06.713 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 04:29:06.713 INFO [stderr] --> src/stats.rs:80:9 Dec 18 04:29:06.713 INFO [stderr] | Dec 18 04:29:06.713 INFO [stderr] 80 | writeln!(f, "95th Percenile value = {:.3}", self.histogram[NINETY5]); Dec 18 04:29:06.713 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 04:29:06.713 INFO [stderr] | Dec 18 04:29:06.713 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 04:29:06.714 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 18 04:29:06.714 INFO [stderr] Dec 18 04:29:06.773 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.06s Dec 18 04:29:07.198 INFO running `"docker" "inspect" "6813011d4e0d01063855304dd408a138e2feedb8c2cbb12e3c86a310bf0e472d"` Dec 18 04:29:07.438 INFO running `"docker" "rm" "-f" "6813011d4e0d01063855304dd408a138e2feedb8c2cbb12e3c86a310bf0e472d"` Dec 18 04:29:07.580 INFO [stdout] 6813011d4e0d01063855304dd408a138e2feedb8c2cbb12e3c86a310bf0e472d