[INFO] fetching crate voidmap 1.1.5... [INFO] documenting voidmap-1.1.5 against beta-2020-08-29 for beta-1.47-rustdoc-1 [INFO] extracting crate voidmap 1.1.5 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate voidmap 1.1.5 on toolchain beta-2020-08-29 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "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-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7b428e73e255bb96616a0a0390b347af46d75341f977c7a775f891e074aba4a7 [INFO] running `Command { std: "docker" "start" "-a" "7b428e73e255bb96616a0a0390b347af46d75341f977c7a775f891e074aba4a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7b428e73e255bb96616a0a0390b347af46d75341f977c7a775f891e074aba4a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b428e73e255bb96616a0a0390b347af46d75341f977c7a775f891e074aba4a7", kill_on_drop: false }` [INFO] [stdout] 7b428e73e255bb96616a0a0390b347af46d75341f977c7a775f891e074aba4a7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a197c6b393225c0e2775c2db1dce0a2d9c018bf32d128be65f3baf46dc6db0d4 [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" "a197c6b393225c0e2775c2db1dce0a2d9c018bf32d128be65f3baf46dc6db0d4", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking unicode-segmentation v0.1.3 [INFO] [stderr] Checking voidmap v1.1.5 (/opt/rustwide/workdir) [INFO] [stderr] Documenting 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: 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/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: 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/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: 43 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.40s [INFO] running `Command { std: "docker" "inspect" "a197c6b393225c0e2775c2db1dce0a2d9c018bf32d128be65f3baf46dc6db0d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a197c6b393225c0e2775c2db1dce0a2d9c018bf32d128be65f3baf46dc6db0d4", kill_on_drop: false }` [INFO] [stdout] a197c6b393225c0e2775c2db1dce0a2d9c018bf32d128be65f3baf46dc6db0d4