[INFO] crate tic 0.6.0 is already in cache [INFO] testing tic-0.6.0 against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] extracting crate tic 0.6.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate tic 0.6.0 on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate tic 0.6.0 [INFO] finished tweaking crates.io crate tic 0.6.0 [INFO] tweaked toml for crates.io crate tic 0.6.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0fe625031392439e7d239e7cc4b0edd930adfca1389fbbd19bb613c78571af45 [INFO] running `"docker" "start" "-a" "0fe625031392439e7d239e7cc4b0edd930adfca1389fbbd19bb613c78571af45"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling encoding_index_tests v0.1.4 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling byteorder v0.4.2 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling odds v0.2.26 [INFO] [stderr] Compiling adler32 v1.0.4 [INFO] [stderr] Compiling histogram v0.6.9 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling inflate v0.2.0 [INFO] [stderr] Compiling bitflags v0.7.0 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling hsl v0.1.1 [INFO] [stderr] Compiling mpmc v0.1.5 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling allan v0.2.4 [INFO] [stderr] Compiling encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Compiling encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-japanese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-korean v1.20141219.5 [INFO] [stderr] Compiling stb_truetype v0.1.2 [INFO] [stderr] Compiling arrayvec v0.3.25 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling encoding v0.2.33 [INFO] [stderr] Compiling rusttype v0.1.2 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling clocksource v0.4.0 [INFO] [stderr] Compiling heatmap v0.6.6 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling png v0.7.0 [INFO] [stderr] Compiling uuid v0.1.18 [INFO] [stderr] Compiling chrono v0.2.25 [INFO] [stderr] Compiling url v0.2.38 [INFO] [stderr] Compiling waterfall v0.7.1 [INFO] [stderr] Compiling tiny_http v0.5.9 [INFO] [stderr] Compiling tic v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/sender.rs:95:65 [INFO] [stderr] | [INFO] [stderr] 95 | pub fn try_send(&mut self, sample: Sample) -> Result<(), (Sample)> { [INFO] [stderr] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 47.90s [INFO] running `"docker" "inspect" "0fe625031392439e7d239e7cc4b0edd930adfca1389fbbd19bb613c78571af45"` [INFO] running `"docker" "rm" "-f" "0fe625031392439e7d239e7cc4b0edd930adfca1389fbbd19bb613c78571af45"` [INFO] [stdout] 0fe625031392439e7d239e7cc4b0edd930adfca1389fbbd19bb613c78571af45 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 85888ae432ab7bd8bb229a3f86f558c5b1ff97a51e629afb6df15d3030f236f4 [INFO] running `"docker" "start" "-a" "85888ae432ab7bd8bb229a3f86f558c5b1ff97a51e629afb6df15d3030f236f4"` [INFO] [stderr] Compiling tic v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/sender.rs:95:65 [INFO] [stderr] | [INFO] [stderr] 95 | pub fn try_send(&mut self, sample: Sample) -> Result<(), (Sample)> { [INFO] [stderr] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/sender.rs:95:65 [INFO] [stderr] | [INFO] [stderr] 95 | pub fn try_send(&mut self, sample: Sample) -> Result<(), (Sample)> { [INFO] [stderr] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 12.15s [INFO] running `"docker" "inspect" "85888ae432ab7bd8bb229a3f86f558c5b1ff97a51e629afb6df15d3030f236f4"` [INFO] running `"docker" "rm" "-f" "85888ae432ab7bd8bb229a3f86f558c5b1ff97a51e629afb6df15d3030f236f4"` [INFO] [stdout] 85888ae432ab7bd8bb229a3f86f558c5b1ff97a51e629afb6df15d3030f236f4 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4ee56a9b6a63a73152bbe59c00412042f98e0dbfbfd66f3348d8826df2051263 [INFO] running `"docker" "start" "-a" "4ee56a9b6a63a73152bbe59c00412042f98e0dbfbfd66f3348d8826df2051263"` [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/sender.rs:95:65 [INFO] [stderr] | [INFO] [stderr] 95 | pub fn try_send(&mut self, sample: Sample) -> Result<(), (Sample)> { [INFO] [stderr] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/sender.rs:95:65 [INFO] [stderr] | [INFO] [stderr] 95 | pub fn try_send(&mut self, sample: Sample) -> Result<(), (Sample)> { [INFO] [stderr] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.31s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tic-32cf157b98dfdf5d [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test data::histograms::tests::test_new_0 ... ok [INFO] [stdout] test data::histograms::tests::test_increment_0 ... ok [INFO] [stdout] test data::histograms::test::white_noise ... ok [INFO] [stdout] test data::allans::test::white_noise ... ok [INFO] [stderr] Doc-tests tic [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test src/lib.rs - (line 25) ... ok [INFO] [stdout] test src/config.rs - config::Config::windows (line 113) ... ok [INFO] [stdout] test src/config.rs - config::Config::service (line 205) ... ok [INFO] [stdout] test src/config.rs - config::Config::poll_delay (line 192) ... ok [INFO] [stdout] test src/config.rs - config::Config::new (line 75) ... ok [INFO] [stdout] test src/config.rs - config::Config::max_tau (line 127) ... ok [INFO] [stdout] test src/config.rs - config::Config::capacity (line 140) ... ok [INFO] [stdout] test src/config.rs - config::Config::sample_rate (line 86) ... ok [INFO] [stdout] test src/config.rs - config::Config::duration (line 99) ... ok [INFO] [stdout] test src/config.rs - config::Config::batch_size (line 153) ... ok [INFO] [stdout] test src/config.rs - config::Config::trace_file (line 166) ... ok [INFO] [stdout] test src/config.rs - config::Config::waterfall_file (line 179) ... ok [INFO] [stdout] test src/lib.rs - (line 33) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "4ee56a9b6a63a73152bbe59c00412042f98e0dbfbfd66f3348d8826df2051263"` [INFO] running `"docker" "rm" "-f" "4ee56a9b6a63a73152bbe59c00412042f98e0dbfbfd66f3348d8826df2051263"` [INFO] [stdout] 4ee56a9b6a63a73152bbe59c00412042f98e0dbfbfd66f3348d8826df2051263