[INFO] fetching crate voidmap 1.1.5... [INFO] checking voidmap-1.1.5 against beta for pr-78714 [INFO] extracting crate voidmap 1.1.5 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate voidmap 1.1.5 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate voidmap 1.1.5 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate voidmap 1.1.5 [INFO] tweaked toml for crates.io crate voidmap 1.1.5 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ef51a6a90f2829a1b584161116bd32e966cca51f9d96a692996e1e46989ff3c5 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ef51a6a90f2829a1b584161116bd32e966cca51f9d96a692996e1e46989ff3c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ef51a6a90f2829a1b584161116bd32e966cca51f9d96a692996e1e46989ff3c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef51a6a90f2829a1b584161116bd32e966cca51f9d96a692996e1e46989ff3c5", kill_on_drop: false }` [INFO] [stdout] ef51a6a90f2829a1b584161116bd32e966cca51f9d96a692996e1e46989ff3c5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cad98150907cb2067171e52b4bf1581c50c8dd232beb4bd6b199dcc9a5850dd3 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "cad98150907cb2067171e52b4bf1581c50c8dd232beb4bd6b199dcc9a5850dd3", kill_on_drop: false }` [INFO] [stderr] Checking unicode-segmentation v0.1.3 [INFO] [stderr] Checking termion v1.5.5 [INFO] [stderr] Checking voidmap v1.1.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/screen.rs:368:24 [INFO] [stdout] | [INFO] [stdout] 368 | let stdin: Box = Box::new(stdin()); [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/screen.rs:389:28 [INFO] [stdout] | [INFO] [stdout] 389 | let mut stdin: Box = Box::new(stdin()); [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pb/data_model.rs:207:26 [INFO] [stdout] | [INFO] [stdout] 207 | fn as_any(&self) -> &::std::any::Any { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pb/data_model.rs:208:18 [INFO] [stdout] | [INFO] [stdout] 208 | self as &::std::any::Any [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pb/data_model.rs:427:26 [INFO] [stdout] | [INFO] [stdout] 427 | fn as_any(&self) -> &::std::any::Any { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pb/data_model.rs:428:18 [INFO] [stdout] | [INFO] [stdout] 428 | self as &::std::any::Any [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pb/data_model.rs:832:26 [INFO] [stdout] | [INFO] [stdout] 832 | fn as_any(&self) -> &::std::any::Any { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pb/data_model.rs:833:18 [INFO] [stdout] | [INFO] [stdout] 833 | self as &::std::any::Any [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pb/data_model.rs:1595:26 [INFO] [stdout] | [INFO] [stdout] 1595 | fn as_any(&self) -> &::std::any::Any { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pb/data_model.rs:1596:18 [INFO] [stdout] | [INFO] [stdout] 1596 | self as &::std::any::Any [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pb/data_model.rs:1881:26 [INFO] [stdout] | [INFO] [stdout] 1881 | fn as_any(&self) -> &::std::any::Any { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pb/data_model.rs:1882:18 [INFO] [stdout] | [INFO] [stdout] 1882 | self as &::std::any::Any [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pb/data_model.rs:2149:26 [INFO] [stdout] | [INFO] [stdout] 2149 | fn as_any(&self) -> &::std::any::Any { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pb/data_model.rs:2150:18 [INFO] [stdout] | [INFO] [stdout] 2150 | self as &::std::any::Any [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/screen.rs:368:24 [INFO] [stdout] | [INFO] [stdout] 368 | let stdin: Box = Box::new(stdin()); [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/screen.rs:389:28 [INFO] [stdout] | [INFO] [stdout] 389 | let mut stdin: Box = Box::new(stdin()); [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pb/data_model.rs:207:26 [INFO] [stdout] | [INFO] [stdout] 207 | fn as_any(&self) -> &::std::any::Any { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pb/data_model.rs:208:18 [INFO] [stdout] | [INFO] [stdout] 208 | self as &::std::any::Any [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pb/data_model.rs:427:26 [INFO] [stdout] | [INFO] [stdout] 427 | fn as_any(&self) -> &::std::any::Any { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pb/data_model.rs:428:18 [INFO] [stdout] | [INFO] [stdout] 428 | self as &::std::any::Any [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pb/data_model.rs:832:26 [INFO] [stdout] | [INFO] [stdout] 832 | fn as_any(&self) -> &::std::any::Any { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pb/data_model.rs:833:18 [INFO] [stdout] | [INFO] [stdout] 833 | self as &::std::any::Any [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pb/data_model.rs:1595:26 [INFO] [stdout] | [INFO] [stdout] 1595 | fn as_any(&self) -> &::std::any::Any { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pb/data_model.rs:1596:18 [INFO] [stdout] | [INFO] [stdout] 1596 | self as &::std::any::Any [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pb/data_model.rs:1881:26 [INFO] [stdout] | [INFO] [stdout] 1881 | fn as_any(&self) -> &::std::any::Any { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pb/data_model.rs:1882:18 [INFO] [stdout] | [INFO] [stdout] 1882 | self as &::std::any::Any [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pb/data_model.rs:2149:26 [INFO] [stdout] | [INFO] [stdout] 2149 | fn as_any(&self) -> &::std::any::Any { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pb/data_model.rs:2150:18 [INFO] [stdout] | [INFO] [stdout] 2150 | self as &::std::any::Any [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/logging.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / lazy_static! { [INFO] [stdout] 53 | | static ref LOGS: RwLock> = RwLock::new(vec![]); [INFO] [stdout] 54 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/screen.rs:346:9 [INFO] [stdout] | [INFO] [stdout] 346 | / lazy_static! { [INFO] [stdout] 347 | | static ref RE: Regex = Regex::new(r"#prio=(\d+)").unwrap(); [INFO] [stdout] 348 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/screen.rs:731:9 [INFO] [stdout] | [INFO] [stdout] 731 | / lazy_static! { [INFO] [stdout] 732 | | static ref RE_DATE: Regex = Regex::new(r"\[(\S+)\]").unwrap(); [INFO] [stdout] 733 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/screen.rs:2126:9 [INFO] [stdout] | [INFO] [stdout] 2126 | / lazy_static! { [INFO] [stdout] 2127 | | //// general subtree population and modification [INFO] [stdout] 2128 | | // limit shows the top N results. [INFO] [stdout] 2129 | | static ref RE_LIMIT: Regex = Regex::new(r"#limit=(\d+)").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 2143 | | static ref RE_N: Regex = Regex::new(r"#n=(\d+)").unwrap(); [INFO] [stdout] 2144 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/screen.rs:2126:9 [INFO] [stdout] | [INFO] [stdout] 2126 | / lazy_static! { [INFO] [stdout] 2127 | | //// general subtree population and modification [INFO] [stdout] 2128 | | // limit shows the top N results. [INFO] [stdout] 2129 | | static ref RE_LIMIT: Regex = Regex::new(r"#limit=(\d+)").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 2143 | | static ref RE_N: Regex = Regex::new(r"#n=(\d+)").unwrap(); [INFO] [stdout] 2144 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/screen.rs:2126:9 [INFO] [stdout] | [INFO] [stdout] 2126 | / lazy_static! { [INFO] [stdout] 2127 | | //// general subtree population and modification [INFO] [stdout] 2128 | | // limit shows the top N results. [INFO] [stdout] 2129 | | static ref RE_LIMIT: Regex = Regex::new(r"#limit=(\d+)").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 2143 | | static ref RE_N: Regex = Regex::new(r"#n=(\d+)").unwrap(); [INFO] [stdout] 2144 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/screen.rs:2126:9 [INFO] [stdout] | [INFO] [stdout] 2126 | / lazy_static! { [INFO] [stdout] 2127 | | //// general subtree population and modification [INFO] [stdout] 2128 | | // limit shows the top N results. [INFO] [stdout] 2129 | | static ref RE_LIMIT: Regex = Regex::new(r"#limit=(\d+)").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 2143 | | static ref RE_N: Regex = Regex::new(r"#n=(\d+)").unwrap(); [INFO] [stdout] 2144 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/screen.rs:2126:9 [INFO] [stdout] | [INFO] [stdout] 2126 | / lazy_static! { [INFO] [stdout] 2127 | | //// general subtree population and modification [INFO] [stdout] 2128 | | // limit shows the top N results. [INFO] [stdout] 2129 | | static ref RE_LIMIT: Regex = Regex::new(r"#limit=(\d+)").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 2143 | | static ref RE_N: Regex = Regex::new(r"#n=(\d+)").unwrap(); [INFO] [stdout] 2144 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/screen.rs:2126:9 [INFO] [stdout] | [INFO] [stdout] 2126 | / lazy_static! { [INFO] [stdout] 2127 | | //// general subtree population and modification [INFO] [stdout] 2128 | | // limit shows the top N results. [INFO] [stdout] 2129 | | static ref RE_LIMIT: Regex = Regex::new(r"#limit=(\d+)").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 2143 | | static ref RE_N: Regex = Regex::new(r"#n=(\d+)").unwrap(); [INFO] [stdout] 2144 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/screen.rs:2126:9 [INFO] [stdout] | [INFO] [stdout] 2126 | / lazy_static! { [INFO] [stdout] 2127 | | //// general subtree population and modification [INFO] [stdout] 2128 | | // limit shows the top N results. [INFO] [stdout] 2129 | | static ref RE_LIMIT: Regex = Regex::new(r"#limit=(\d+)").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 2143 | | static ref RE_N: Regex = Regex::new(r"#n=(\d+)").unwrap(); [INFO] [stdout] 2144 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/screen.rs:2126:9 [INFO] [stdout] | [INFO] [stdout] 2126 | / lazy_static! { [INFO] [stdout] 2127 | | //// general subtree population and modification [INFO] [stdout] 2128 | | // limit shows the top N results. [INFO] [stdout] 2129 | | static ref RE_LIMIT: Regex = Regex::new(r"#limit=(\d+)").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 2143 | | static ref RE_N: Regex = Regex::new(r"#n=(\d+)").unwrap(); [INFO] [stdout] 2144 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/screen.rs:2126:9 [INFO] [stdout] | [INFO] [stdout] 2126 | / lazy_static! { [INFO] [stdout] 2127 | | //// general subtree population and modification [INFO] [stdout] 2128 | | // limit shows the top N results. [INFO] [stdout] 2129 | | static ref RE_LIMIT: Regex = Regex::new(r"#limit=(\d+)").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 2143 | | static ref RE_N: Regex = Regex::new(r"#n=(\d+)").unwrap(); [INFO] [stdout] 2144 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/meta.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / lazy_static! { [INFO] [stdout] 11 | | static ref LOC: (f32, f32) = gps_query().unwrap_or_else(|e| { [INFO] [stdout] 12 | | error!("failed to get gps: {:?}", e); [INFO] [stdout] 13 | | (0.0, 0.0) [INFO] [stdout] 14 | | }); [INFO] [stdout] 15 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/config.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | / lazy_static! { [INFO] [stdout] 93 | | static ref RE: Regex = Regex::new(r"C-(.)").unwrap(); [INFO] [stdout] 94 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/tagdb.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | / lazy_static! { [INFO] [stdout] 24 | | static ref RE_TAG_KEY: Regex = Regex::new(r"#([^\s=]+)*").unwrap(); [INFO] [stdout] 25 | | static ref RE_TAG_KEY_VALUE: Regex = Regex::new(r"#(\S+)*").unwrap(); [INFO] [stdout] 26 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/tagdb.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | / lazy_static! { [INFO] [stdout] 24 | | static ref RE_TAG_KEY: Regex = Regex::new(r"#([^\s=]+)*").unwrap(); [INFO] [stdout] 25 | | static ref RE_TAG_KEY_VALUE: Regex = Regex::new(r"#(\S+)*").unwrap(); [INFO] [stdout] 26 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/dateparse.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref YEARS: Regex = Regex::new(r"(?P\d+)y").unwrap(); [INFO] [stdout] 8 | | static ref MONTHS: Regex = Regex::new(r"(?P\d+)m").unwrap(); [INFO] [stdout] 9 | | static ref WEEKS: Regex = Regex::new(r"(?P\d+)w").unwrap(); [INFO] [stdout] 10 | | static ref DAYS: Regex = Regex::new(r"(?P\d+)d").unwrap(); [INFO] [stdout] 11 | | static ref HOURS: Regex = Regex::new(r"(?P\d+)h").unwrap(); [INFO] [stdout] 12 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/dateparse.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref YEARS: Regex = Regex::new(r"(?P\d+)y").unwrap(); [INFO] [stdout] 8 | | static ref MONTHS: Regex = Regex::new(r"(?P\d+)m").unwrap(); [INFO] [stdout] 9 | | static ref WEEKS: Regex = Regex::new(r"(?P\d+)w").unwrap(); [INFO] [stdout] 10 | | static ref DAYS: Regex = Regex::new(r"(?P\d+)d").unwrap(); [INFO] [stdout] 11 | | static ref HOURS: Regex = Regex::new(r"(?P\d+)h").unwrap(); [INFO] [stdout] 12 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/dateparse.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref YEARS: Regex = Regex::new(r"(?P\d+)y").unwrap(); [INFO] [stdout] 8 | | static ref MONTHS: Regex = Regex::new(r"(?P\d+)m").unwrap(); [INFO] [stdout] 9 | | static ref WEEKS: Regex = Regex::new(r"(?P\d+)w").unwrap(); [INFO] [stdout] 10 | | static ref DAYS: Regex = Regex::new(r"(?P\d+)d").unwrap(); [INFO] [stdout] 11 | | static ref HOURS: Regex = Regex::new(r"(?P\d+)h").unwrap(); [INFO] [stdout] 12 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/dateparse.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref YEARS: Regex = Regex::new(r"(?P\d+)y").unwrap(); [INFO] [stdout] 8 | | static ref MONTHS: Regex = Regex::new(r"(?P\d+)m").unwrap(); [INFO] [stdout] 9 | | static ref WEEKS: Regex = Regex::new(r"(?P\d+)w").unwrap(); [INFO] [stdout] 10 | | static ref DAYS: Regex = Regex::new(r"(?P\d+)d").unwrap(); [INFO] [stdout] 11 | | static ref HOURS: Regex = Regex::new(r"(?P\d+)h").unwrap(); [INFO] [stdout] 12 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/logging.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / lazy_static! { [INFO] [stdout] 53 | | static ref LOGS: RwLock> = RwLock::new(vec![]); [INFO] [stdout] 54 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/dateparse.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref YEARS: Regex = Regex::new(r"(?P\d+)y").unwrap(); [INFO] [stdout] 8 | | static ref MONTHS: Regex = Regex::new(r"(?P\d+)m").unwrap(); [INFO] [stdout] 9 | | static ref WEEKS: Regex = Regex::new(r"(?P\d+)w").unwrap(); [INFO] [stdout] 10 | | static ref DAYS: Regex = Regex::new(r"(?P\d+)d").unwrap(); [INFO] [stdout] 11 | | static ref HOURS: Regex = Regex::new(r"(?P\d+)h").unwrap(); [INFO] [stdout] 12 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/screen.rs:346:9 [INFO] [stdout] | [INFO] [stdout] 346 | / lazy_static! { [INFO] [stdout] 347 | | static ref RE: Regex = Regex::new(r"#prio=(\d+)").unwrap(); [INFO] [stdout] 348 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/screen.rs:731:9 [INFO] [stdout] | [INFO] [stdout] 731 | / lazy_static! { [INFO] [stdout] 732 | | static ref RE_DATE: Regex = Regex::new(r"\[(\S+)\]").unwrap(); [INFO] [stdout] 733 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/screen.rs:2126:9 [INFO] [stdout] | [INFO] [stdout] 2126 | / lazy_static! { [INFO] [stdout] 2127 | | //// general subtree population and modification [INFO] [stdout] 2128 | | // limit shows the top N results. [INFO] [stdout] 2129 | | static ref RE_LIMIT: Regex = Regex::new(r"#limit=(\d+)").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 2143 | | static ref RE_N: Regex = Regex::new(r"#n=(\d+)").unwrap(); [INFO] [stdout] 2144 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/screen.rs:2126:9 [INFO] [stdout] | [INFO] [stdout] 2126 | / lazy_static! { [INFO] [stdout] 2127 | | //// general subtree population and modification [INFO] [stdout] 2128 | | // limit shows the top N results. [INFO] [stdout] 2129 | | static ref RE_LIMIT: Regex = Regex::new(r"#limit=(\d+)").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 2143 | | static ref RE_N: Regex = Regex::new(r"#n=(\d+)").unwrap(); [INFO] [stdout] 2144 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/screen.rs:2126:9 [INFO] [stdout] | [INFO] [stdout] 2126 | / lazy_static! { [INFO] [stdout] 2127 | | //// general subtree population and modification [INFO] [stdout] 2128 | | // limit shows the top N results. [INFO] [stdout] 2129 | | static ref RE_LIMIT: Regex = Regex::new(r"#limit=(\d+)").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 2143 | | static ref RE_N: Regex = Regex::new(r"#n=(\d+)").unwrap(); [INFO] [stdout] 2144 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/screen.rs:2126:9 [INFO] [stdout] | [INFO] [stdout] 2126 | / lazy_static! { [INFO] [stdout] 2127 | | //// general subtree population and modification [INFO] [stdout] 2128 | | // limit shows the top N results. [INFO] [stdout] 2129 | | static ref RE_LIMIT: Regex = Regex::new(r"#limit=(\d+)").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 2143 | | static ref RE_N: Regex = Regex::new(r"#n=(\d+)").unwrap(); [INFO] [stdout] 2144 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/screen.rs:2126:9 [INFO] [stdout] | [INFO] [stdout] 2126 | / lazy_static! { [INFO] [stdout] 2127 | | //// general subtree population and modification [INFO] [stdout] 2128 | | // limit shows the top N results. [INFO] [stdout] 2129 | | static ref RE_LIMIT: Regex = Regex::new(r"#limit=(\d+)").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 2143 | | static ref RE_N: Regex = Regex::new(r"#n=(\d+)").unwrap(); [INFO] [stdout] 2144 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/screen.rs:2126:9 [INFO] [stdout] | [INFO] [stdout] 2126 | / lazy_static! { [INFO] [stdout] 2127 | | //// general subtree population and modification [INFO] [stdout] 2128 | | // limit shows the top N results. [INFO] [stdout] 2129 | | static ref RE_LIMIT: Regex = Regex::new(r"#limit=(\d+)").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 2143 | | static ref RE_N: Regex = Regex::new(r"#n=(\d+)").unwrap(); [INFO] [stdout] 2144 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/screen.rs:2126:9 [INFO] [stdout] | [INFO] [stdout] 2126 | / lazy_static! { [INFO] [stdout] 2127 | | //// general subtree population and modification [INFO] [stdout] 2128 | | // limit shows the top N results. [INFO] [stdout] 2129 | | static ref RE_LIMIT: Regex = Regex::new(r"#limit=(\d+)").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 2143 | | static ref RE_N: Regex = Regex::new(r"#n=(\d+)").unwrap(); [INFO] [stdout] 2144 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/screen.rs:2126:9 [INFO] [stdout] | [INFO] [stdout] 2126 | / lazy_static! { [INFO] [stdout] 2127 | | //// general subtree population and modification [INFO] [stdout] 2128 | | // limit shows the top N results. [INFO] [stdout] 2129 | | static ref RE_LIMIT: Regex = Regex::new(r"#limit=(\d+)").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 2143 | | static ref RE_N: Regex = Regex::new(r"#n=(\d+)").unwrap(); [INFO] [stdout] 2144 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/screen.rs:2126:9 [INFO] [stdout] | [INFO] [stdout] 2126 | / lazy_static! { [INFO] [stdout] 2127 | | //// general subtree population and modification [INFO] [stdout] 2128 | | // limit shows the top N results. [INFO] [stdout] 2129 | | static ref RE_LIMIT: Regex = Regex::new(r"#limit=(\d+)").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 2143 | | static ref RE_N: Regex = Regex::new(r"#n=(\d+)").unwrap(); [INFO] [stdout] 2144 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/meta.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / lazy_static! { [INFO] [stdout] 11 | | static ref LOC: (f32, f32) = gps_query().unwrap_or_else(|e| { [INFO] [stdout] 12 | | error!("failed to get gps: {:?}", e); [INFO] [stdout] 13 | | (0.0, 0.0) [INFO] [stdout] 14 | | }); [INFO] [stdout] 15 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/config.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | / lazy_static! { [INFO] [stdout] 93 | | static ref RE: Regex = Regex::new(r"C-(.)").unwrap(); [INFO] [stdout] 94 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/tagdb.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | / lazy_static! { [INFO] [stdout] 24 | | static ref RE_TAG_KEY: Regex = Regex::new(r"#([^\s=]+)*").unwrap(); [INFO] [stdout] 25 | | static ref RE_TAG_KEY_VALUE: Regex = Regex::new(r"#(\S+)*").unwrap(); [INFO] [stdout] 26 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/tagdb.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | / lazy_static! { [INFO] [stdout] 24 | | static ref RE_TAG_KEY: Regex = Regex::new(r"#([^\s=]+)*").unwrap(); [INFO] [stdout] 25 | | static ref RE_TAG_KEY_VALUE: Regex = Regex::new(r"#(\S+)*").unwrap(); [INFO] [stdout] 26 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/dateparse.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref YEARS: Regex = Regex::new(r"(?P\d+)y").unwrap(); [INFO] [stdout] 8 | | static ref MONTHS: Regex = Regex::new(r"(?P\d+)m").unwrap(); [INFO] [stdout] 9 | | static ref WEEKS: Regex = Regex::new(r"(?P\d+)w").unwrap(); [INFO] [stdout] 10 | | static ref DAYS: Regex = Regex::new(r"(?P\d+)d").unwrap(); [INFO] [stdout] 11 | | static ref HOURS: Regex = Regex::new(r"(?P\d+)h").unwrap(); [INFO] [stdout] 12 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/dateparse.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref YEARS: Regex = Regex::new(r"(?P\d+)y").unwrap(); [INFO] [stdout] 8 | | static ref MONTHS: Regex = Regex::new(r"(?P\d+)m").unwrap(); [INFO] [stdout] 9 | | static ref WEEKS: Regex = Regex::new(r"(?P\d+)w").unwrap(); [INFO] [stdout] 10 | | static ref DAYS: Regex = Regex::new(r"(?P\d+)d").unwrap(); [INFO] [stdout] 11 | | static ref HOURS: Regex = Regex::new(r"(?P\d+)h").unwrap(); [INFO] [stdout] 12 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/dateparse.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref YEARS: Regex = Regex::new(r"(?P\d+)y").unwrap(); [INFO] [stdout] 8 | | static ref MONTHS: Regex = Regex::new(r"(?P\d+)m").unwrap(); [INFO] [stdout] 9 | | static ref WEEKS: Regex = Regex::new(r"(?P\d+)w").unwrap(); [INFO] [stdout] 10 | | static ref DAYS: Regex = Regex::new(r"(?P\d+)d").unwrap(); [INFO] [stdout] 11 | | static ref HOURS: Regex = Regex::new(r"(?P\d+)h").unwrap(); [INFO] [stdout] 12 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/dateparse.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref YEARS: Regex = Regex::new(r"(?P\d+)y").unwrap(); [INFO] [stdout] 8 | | static ref MONTHS: Regex = Regex::new(r"(?P\d+)m").unwrap(); [INFO] [stdout] 9 | | static ref WEEKS: Regex = Regex::new(r"(?P\d+)w").unwrap(); [INFO] [stdout] 10 | | static ref DAYS: Regex = Regex::new(r"(?P\d+)d").unwrap(); [INFO] [stdout] 11 | | static ref HOURS: Regex = Regex::new(r"(?P\d+)h").unwrap(); [INFO] [stdout] 12 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/dateparse.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref YEARS: Regex = Regex::new(r"(?P\d+)y").unwrap(); [INFO] [stdout] 8 | | static ref MONTHS: Regex = Regex::new(r"(?P\d+)m").unwrap(); [INFO] [stdout] 9 | | static ref WEEKS: Regex = Regex::new(r"(?P\d+)w").unwrap(); [INFO] [stdout] 10 | | static ref DAYS: Regex = Regex::new(r"(?P\d+)d").unwrap(); [INFO] [stdout] 11 | | static ref HOURS: Regex = Regex::new(r"(?P\d+)h").unwrap(); [INFO] [stdout] 12 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right`: superseded by `trim_end` [INFO] [stdout] --> src/screen.rs:749:70 [INFO] [stdout] | [INFO] [stdout] 749 | n.content = RE_DATE.replace(&*n.content, "").trim_right().to_owned(); [INFO] [stdout] | ^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right`: superseded by `trim_end` [INFO] [stdout] --> src/screen.rs:749:70 [INFO] [stdout] | [INFO] [stdout] 749 | n.content = RE_DATE.replace(&*n.content, "").trim_right().to_owned(); [INFO] [stdout] | ^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/screen.rs:666:9 [INFO] [stdout] | [INFO] [stdout] 666 | mut filter_map: &mut F, [INFO] [stdout] | ----^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/screen.rs:666:9 [INFO] [stdout] | [INFO] [stdout] 666 | mut filter_map: &mut F, [INFO] [stdout] | ----^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/screen.rs:1342:52 [INFO] [stdout] | [INFO] [stdout] 1342 | self.with_node_mut_no_meta(parent_id, |mut parent| { [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/screen.rs:1365:52 [INFO] [stdout] | [INFO] [stdout] 1365 | self.with_node_mut_no_meta(parent_id, |mut parent| { [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/screen.rs:1342:52 [INFO] [stdout] | [INFO] [stdout] 1342 | self.with_node_mut_no_meta(parent_id, |mut parent| { [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/screen.rs:1365:52 [INFO] [stdout] | [INFO] [stdout] 1365 | self.with_node_mut_no_meta(parent_id, |mut parent| { [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/tagdb.rs:33:25 [INFO] [stdout] | [INFO] [stdout] 33 | if let Some(mut tags) = self.node_to_tags.get_mut(&node) { [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/tagdb.rs:50:29 [INFO] [stdout] | [INFO] [stdout] 50 | if let Some(mut tags) = self.node_to_tags.get_mut(&node) { [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/tagdb.rs:68:29 [INFO] [stdout] | [INFO] [stdout] 68 | if let Some(mut nodes) = self.tag_to_nodes.get_mut(tag) { [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/tagdb.rs:33:25 [INFO] [stdout] | [INFO] [stdout] 33 | if let Some(mut tags) = self.node_to_tags.get_mut(&node) { [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/tagdb.rs:50:29 [INFO] [stdout] | [INFO] [stdout] 50 | if let Some(mut tags) = self.node_to_tags.get_mut(&node) { [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/tagdb.rs:68:29 [INFO] [stdout] | [INFO] [stdout] 68 | if let Some(mut nodes) = self.tag_to_nodes.get_mut(tag) { [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new_ephemeral_node_id` [INFO] [stdout] --> src/screen.rs:131:8 [INFO] [stdout] | [INFO] [stdout] 131 | fn new_ephemeral_node_id(&mut self) -> NodeID { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new_ephemeral_node_id` [INFO] [stdout] --> src/screen.rs:131:8 [INFO] [stdout] | [INFO] [stdout] 131 | fn new_ephemeral_node_id(&mut self) -> NodeID { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 43 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 43 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/bin/void.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> test/screen.rs:127:29 [INFO] [stdout] | [INFO] [stdout] 127 | fn shrink(&self) -> Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/bin/void.rs:50:26 [INFO] [stdout] | [INFO] [stdout] 50 | .unwrap_or_else(|e| panic!("another void process is using this path already.")); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/bin/void.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/bin/void.rs:50:26 [INFO] [stdout] | [INFO] [stdout] 50 | .unwrap_or_else(|e| panic!("another void process is using this path already.")); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.92s [INFO] running `Command { std: "docker" "inspect" "cad98150907cb2067171e52b4bf1581c50c8dd232beb4bd6b199dcc9a5850dd3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cad98150907cb2067171e52b4bf1581c50c8dd232beb4bd6b199dcc9a5850dd3", kill_on_drop: false }` [INFO] [stdout] cad98150907cb2067171e52b4bf1581c50c8dd232beb4bd6b199dcc9a5850dd3