[INFO] updating cached repository Mange/barcommands [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Mange/barcommands [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Mange/barcommands" "work/ex/beta-1.38-1/sources/1.37.0/gh/Mange/barcommands"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/Mange/barcommands'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Mange/barcommands" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Mange/barcommands"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Mange/barcommands'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 69cfb679eef67ff59e3d8d63649bb48c2d0648b4 [INFO] sha for GitHub repo Mange/barcommands: 69cfb679eef67ff59e3d8d63649bb48c2d0648b4 [INFO] validating manifest of Mange/barcommands 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 Mange/barcommands 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 Mange/barcommands [INFO] finished frobbing Mange/barcommands [INFO] frobbed toml for Mange/barcommands written to work/ex/beta-1.38-1/sources/1.37.0/gh/Mange/barcommands/Cargo.toml [INFO] started frobbing Mange/barcommands [INFO] finished frobbing Mange/barcommands [INFO] frobbed toml for Mange/barcommands written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Mange/barcommands/Cargo.toml [INFO] crate Mange/barcommands already has a lockfile, it will not be regenerated [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 Mange/barcommands against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Mange/barcommands:/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] ccd317fe9a8b8bff96567de149a4ce32ac0d9f357574c27e6d581fd1c8310219 [INFO] running `"docker" "start" "-a" "ccd317fe9a8b8bff96567de149a4ce32ac0d9f357574c27e6d581fd1c8310219"` [INFO] [stderr] Compiling aho-corasick v0.6.2 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling barcommands v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/bin/bar-memory.rs:54:24 [INFO] [stderr] | [INFO] [stderr] 54 | ERROR_THRESHOLD...HUNDRED => (ERROR_FORMAT, ""), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/bin/bar-memory.rs:55:23 [INFO] [stderr] | [INFO] [stderr] 55 | WARN_THRESHOLD...ERROR_THRESHOLD => (WARN_FORMAT, ""), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/bin/bar-memory.rs:54:9 [INFO] [stderr] | [INFO] [stderr] 54 | ERROR_THRESHOLD...HUNDRED => (ERROR_FORMAT, ""), [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(illegal_floating_point_literal_pattern)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/bin/bar-memory.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | ERROR_THRESHOLD...HUNDRED => (ERROR_FORMAT, ""), [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/bin/bar-memory.rs:55:9 [INFO] [stderr] | [INFO] [stderr] 55 | WARN_THRESHOLD...ERROR_THRESHOLD => (WARN_FORMAT, ""), [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/bin/bar-memory.rs:55:26 [INFO] [stderr] | [INFO] [stderr] 55 | WARN_THRESHOLD...ERROR_THRESHOLD => (WARN_FORMAT, ""), [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/bin/bar-memory.rs:54:9 [INFO] [stderr] | [INFO] [stderr] 54 | ERROR_THRESHOLD...HUNDRED => (ERROR_FORMAT, ""), [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/bin/bar-cpu.rs:72:24 [INFO] [stderr] | [INFO] [stderr] 72 | ERROR_THRESHOLD...HUNDRED => (ERROR_FORMAT, ""), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/bin/bar-cpu.rs:73:23 [INFO] [stderr] | [INFO] [stderr] 73 | WARN_THRESHOLD...ERROR_THRESHOLD => (WARN_FORMAT, ""), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bin/bar-cpu.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | / lazy_static! { [INFO] [stderr] 52 | | // 13:42:18 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle [INFO] [stderr] 53 | | static ref RE: Regex = Regex::new(r#"(?x) [INFO] [stderr] 54 | | all # CPU [INFO] [stderr] ... | [INFO] [stderr] 61 | | "#).expect("Failed to compile regexp"); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bin/bar-cpu.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | / lazy_static! { [INFO] [stderr] 52 | | // 13:42:18 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle [INFO] [stderr] 53 | | static ref RE: Regex = Regex::new(r#"(?x) [INFO] [stderr] 54 | | all # CPU [INFO] [stderr] ... | [INFO] [stderr] 61 | | "#).expect("Failed to compile regexp"); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/bin/bar-volume.rs:67:22 [INFO] [stderr] | [INFO] [stderr] 67 | (false, 0...10) => FA_VOLUME_OFF, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/bin/bar-volume.rs:68:23 [INFO] [stderr] | [INFO] [stderr] 68 | (false, 10...50) => FA_VOLUME_DOWN, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bin/bar-volume.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref SINK_RE: Regex = Regex::new( [INFO] [stderr] 82 | | "^Sink #(?P\\d+)" [INFO] [stderr] 83 | | ).expect("Failed to compile regexp"); [INFO] [stderr] ... | [INFO] [stderr] 87 | | ).expect("Failed to compile regexp"); [INFO] [stderr] 88 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bin/bar-volume.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref SINK_RE: Regex = Regex::new( [INFO] [stderr] 82 | | "^Sink #(?P\\d+)" [INFO] [stderr] 83 | | ).expect("Failed to compile regexp"); [INFO] [stderr] ... | [INFO] [stderr] 87 | | ).expect("Failed to compile regexp"); [INFO] [stderr] 88 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bin/bar-volume.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref SINK_RE: Regex = Regex::new( [INFO] [stderr] 82 | | "^Sink #(?P\\d+)" [INFO] [stderr] 83 | | ).expect("Failed to compile regexp"); [INFO] [stderr] ... | [INFO] [stderr] 87 | | ).expect("Failed to compile regexp"); [INFO] [stderr] 88 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bin/bar-volume.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref SINK_RE: Regex = Regex::new( [INFO] [stderr] 82 | | "^Sink #(?P\\d+)" [INFO] [stderr] 83 | | ).expect("Failed to compile regexp"); [INFO] [stderr] ... | [INFO] [stderr] 87 | | ).expect("Failed to compile regexp"); [INFO] [stderr] 88 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bin/bar-volume.rs:159:5 [INFO] [stderr] | [INFO] [stderr] 159 | / lazy_static! { [INFO] [stderr] 160 | | static ref SINK_EVENT_RE: Regex = Regex::new( [INFO] [stderr] 161 | | "^Event '[^']*' on sink" [INFO] [stderr] 162 | | ).expect("Failed to compile regexp"); [INFO] [stderr] 163 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bin/bar-volume.rs:159:5 [INFO] [stderr] | [INFO] [stderr] 159 | / lazy_static! { [INFO] [stderr] 160 | | static ref SINK_EVENT_RE: Regex = Regex::new( [INFO] [stderr] 161 | | "^Event '[^']*' on sink" [INFO] [stderr] 162 | | ).expect("Failed to compile regexp"); [INFO] [stderr] 163 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/bin/bar-cpu.rs:72:9 [INFO] [stderr] | [INFO] [stderr] 72 | ERROR_THRESHOLD...HUNDRED => (ERROR_FORMAT, ""), [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(illegal_floating_point_literal_pattern)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/bin/bar-cpu.rs:72:27 [INFO] [stderr] | [INFO] [stderr] 72 | ERROR_THRESHOLD...HUNDRED => (ERROR_FORMAT, ""), [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/bin/bar-cpu.rs:73:9 [INFO] [stderr] | [INFO] [stderr] 73 | WARN_THRESHOLD...ERROR_THRESHOLD => (WARN_FORMAT, ""), [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/bin/bar-cpu.rs:73:26 [INFO] [stderr] | [INFO] [stderr] 73 | WARN_THRESHOLD...ERROR_THRESHOLD => (WARN_FORMAT, ""), [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/bin/bar-cpu.rs:72:9 [INFO] [stderr] | [INFO] [stderr] 72 | ERROR_THRESHOLD...HUNDRED => (ERROR_FORMAT, ""), [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.48s [INFO] running `"docker" "inspect" "ccd317fe9a8b8bff96567de149a4ce32ac0d9f357574c27e6d581fd1c8310219"` [INFO] running `"docker" "rm" "-f" "ccd317fe9a8b8bff96567de149a4ce32ac0d9f357574c27e6d581fd1c8310219"` [INFO] [stdout] ccd317fe9a8b8bff96567de149a4ce32ac0d9f357574c27e6d581fd1c8310219 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Mange/barcommands:/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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 1fdad7b448fc40e13bd3e37756f0a3768cbff6edb975712bd71b35f8bb96e9cc [INFO] running `"docker" "start" "-a" "1fdad7b448fc40e13bd3e37756f0a3768cbff6edb975712bd71b35f8bb96e9cc"` [INFO] [stderr] Compiling barcommands v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/bin/bar-cpu.rs:72:24 [INFO] [stderr] | [INFO] [stderr] 72 | ERROR_THRESHOLD...HUNDRED => (ERROR_FORMAT, ""), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/bin/bar-cpu.rs:73:23 [INFO] [stderr] | [INFO] [stderr] 73 | WARN_THRESHOLD...ERROR_THRESHOLD => (WARN_FORMAT, ""), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bin/bar-cpu.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | / lazy_static! { [INFO] [stderr] 52 | | // 13:42:18 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle [INFO] [stderr] 53 | | static ref RE: Regex = Regex::new(r#"(?x) [INFO] [stderr] 54 | | all # CPU [INFO] [stderr] ... | [INFO] [stderr] 61 | | "#).expect("Failed to compile regexp"); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bin/bar-cpu.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | / lazy_static! { [INFO] [stderr] 52 | | // 13:42:18 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle [INFO] [stderr] 53 | | static ref RE: Regex = Regex::new(r#"(?x) [INFO] [stderr] 54 | | all # CPU [INFO] [stderr] ... | [INFO] [stderr] 61 | | "#).expect("Failed to compile regexp"); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/bin/bar-memory.rs:54:24 [INFO] [stderr] | [INFO] [stderr] 54 | ERROR_THRESHOLD...HUNDRED => (ERROR_FORMAT, ""), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/bin/bar-memory.rs:55:23 [INFO] [stderr] | [INFO] [stderr] 55 | WARN_THRESHOLD...ERROR_THRESHOLD => (WARN_FORMAT, ""), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/bin/bar-volume.rs:67:22 [INFO] [stderr] | [INFO] [stderr] 67 | (false, 0...10) => FA_VOLUME_OFF, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/bin/bar-volume.rs:68:23 [INFO] [stderr] | [INFO] [stderr] 68 | (false, 10...50) => FA_VOLUME_DOWN, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/bin/bar-cpu.rs:72:9 [INFO] [stderr] | [INFO] [stderr] 72 | ERROR_THRESHOLD...HUNDRED => (ERROR_FORMAT, ""), [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(illegal_floating_point_literal_pattern)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/bin/bar-cpu.rs:72:27 [INFO] [stderr] | [INFO] [stderr] 72 | ERROR_THRESHOLD...HUNDRED => (ERROR_FORMAT, ""), [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/bin/bar-cpu.rs:73:9 [INFO] [stderr] | [INFO] [stderr] 73 | WARN_THRESHOLD...ERROR_THRESHOLD => (WARN_FORMAT, ""), [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/bin/bar-cpu.rs:73:26 [INFO] [stderr] | [INFO] [stderr] 73 | WARN_THRESHOLD...ERROR_THRESHOLD => (WARN_FORMAT, ""), [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/bin/bar-memory.rs:54:9 [INFO] [stderr] | [INFO] [stderr] 54 | ERROR_THRESHOLD...HUNDRED => (ERROR_FORMAT, ""), [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(illegal_floating_point_literal_pattern)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/bin/bar-memory.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | ERROR_THRESHOLD...HUNDRED => (ERROR_FORMAT, ""), [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bin/bar-volume.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref SINK_RE: Regex = Regex::new( [INFO] [stderr] 82 | | "^Sink #(?P\\d+)" [INFO] [stderr] 83 | | ).expect("Failed to compile regexp"); [INFO] [stderr] ... | [INFO] [stderr] 87 | | ).expect("Failed to compile regexp"); [INFO] [stderr] 88 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/bin/bar-cpu.rs:72:9 [INFO] [stderr] | [INFO] [stderr] 72 | ERROR_THRESHOLD...HUNDRED => (ERROR_FORMAT, ""), [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/bin/bar-memory.rs:55:9 [INFO] [stderr] | [INFO] [stderr] 55 | WARN_THRESHOLD...ERROR_THRESHOLD => (WARN_FORMAT, ""), [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/bin/bar-memory.rs:55:26 [INFO] [stderr] | [INFO] [stderr] 55 | WARN_THRESHOLD...ERROR_THRESHOLD => (WARN_FORMAT, ""), [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bin/bar-volume.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref SINK_RE: Regex = Regex::new( [INFO] [stderr] 82 | | "^Sink #(?P\\d+)" [INFO] [stderr] 83 | | ).expect("Failed to compile regexp"); [INFO] [stderr] ... | [INFO] [stderr] 87 | | ).expect("Failed to compile regexp"); [INFO] [stderr] 88 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bin/bar-volume.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref SINK_RE: Regex = Regex::new( [INFO] [stderr] 82 | | "^Sink #(?P\\d+)" [INFO] [stderr] 83 | | ).expect("Failed to compile regexp"); [INFO] [stderr] ... | [INFO] [stderr] 87 | | ).expect("Failed to compile regexp"); [INFO] [stderr] 88 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bin/bar-volume.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref SINK_RE: Regex = Regex::new( [INFO] [stderr] 82 | | "^Sink #(?P\\d+)" [INFO] [stderr] 83 | | ).expect("Failed to compile regexp"); [INFO] [stderr] ... | [INFO] [stderr] 87 | | ).expect("Failed to compile regexp"); [INFO] [stderr] 88 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bin/bar-volume.rs:159:5 [INFO] [stderr] | [INFO] [stderr] 159 | / lazy_static! { [INFO] [stderr] 160 | | static ref SINK_EVENT_RE: Regex = Regex::new( [INFO] [stderr] 161 | | "^Event '[^']*' on sink" [INFO] [stderr] 162 | | ).expect("Failed to compile regexp"); [INFO] [stderr] 163 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bin/bar-volume.rs:159:5 [INFO] [stderr] | [INFO] [stderr] 159 | / lazy_static! { [INFO] [stderr] 160 | | static ref SINK_EVENT_RE: Regex = Regex::new( [INFO] [stderr] 161 | | "^Event '[^']*' on sink" [INFO] [stderr] 162 | | ).expect("Failed to compile regexp"); [INFO] [stderr] 163 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/bin/bar-memory.rs:54:9 [INFO] [stderr] | [INFO] [stderr] 54 | ERROR_THRESHOLD...HUNDRED => (ERROR_FORMAT, ""), [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.84s [INFO] running `"docker" "inspect" "1fdad7b448fc40e13bd3e37756f0a3768cbff6edb975712bd71b35f8bb96e9cc"` [INFO] running `"docker" "rm" "-f" "1fdad7b448fc40e13bd3e37756f0a3768cbff6edb975712bd71b35f8bb96e9cc"` [INFO] [stdout] 1fdad7b448fc40e13bd3e37756f0a3768cbff6edb975712bd71b35f8bb96e9cc [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Mange/barcommands:/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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] ce0c4edb6ca86e8faedb15817fb75684940e0acaf0f123ca6c7295fda10dd166 [INFO] running `"docker" "start" "-a" "ce0c4edb6ca86e8faedb15817fb75684940e0acaf0f123ca6c7295fda10dd166"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/bar_cpu-0bd2cab6fa006896 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/bar_memory-bfe76be151f58a9e [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/bar_volume-aad24add7ffe7404 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "ce0c4edb6ca86e8faedb15817fb75684940e0acaf0f123ca6c7295fda10dd166"` [INFO] running `"docker" "rm" "-f" "ce0c4edb6ca86e8faedb15817fb75684940e0acaf0f123ca6c7295fda10dd166"` [INFO] [stdout] ce0c4edb6ca86e8faedb15817fb75684940e0acaf0f123ca6c7295fda10dd166