[INFO] cloning repository https://github.com/dlukes/simplify-tags [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dlukes/simplify-tags" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdlukes%2Fsimplify-tags", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdlukes%2Fsimplify-tags'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4c43ce168cacb4a0376c2fc403de91135f73cd94 [INFO] checking dlukes/simplify-tags against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdlukes%2Fsimplify-tags" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dlukes/simplify-tags 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 git repo https://github.com/dlukes/simplify-tags [INFO] finished tweaking git repo https://github.com/dlukes/simplify-tags [INFO] tweaked toml for git repo https://github.com/dlukes/simplify-tags written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/dlukes/simplify-tags already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a5eed5a76bc9f7740aceaf93bbcc66fd9416d842d02f6181d1b59b52e11ca7c3 [INFO] running `Command { std: "docker" "start" "-a" "a5eed5a76bc9f7740aceaf93bbcc66fd9416d842d02f6181d1b59b52e11ca7c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a5eed5a76bc9f7740aceaf93bbcc66fd9416d842d02f6181d1b59b52e11ca7c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a5eed5a76bc9f7740aceaf93bbcc66fd9416d842d02f6181d1b59b52e11ca7c3", kill_on_drop: false }` [INFO] [stdout] a5eed5a76bc9f7740aceaf93bbcc66fd9416d842d02f6181d1b59b52e11ca7c3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] 318d2d59c7dc7d59e81720f03260f2ae3c176c45c10997541f6a1970774a5275 [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" "318d2d59c7dc7d59e81720f03260f2ae3c176c45c10997541f6a1970774a5275", kill_on_drop: false }` [INFO] [stderr] Checking libc v0.2.40 [INFO] [stderr] Compiling regex v0.2.10 [INFO] [stderr] Checking regex-syntax v0.5.3 [INFO] [stderr] Checking memchr v2.0.1 [INFO] [stderr] Checking aho-corasick v0.6.4 [INFO] [stderr] Checking simplify_tags v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/bin/00-orig.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | / lazy_static! { [INFO] [stdout] 24 | | static ref ABBR_REGEX: [INFO] [stdout] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stdout] 26 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stdout] 48 | | } [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/bin/00-orig.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | / lazy_static! { [INFO] [stdout] 24 | | static ref ABBR_REGEX: [INFO] [stdout] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stdout] 26 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stdout] 48 | | } [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/bin/00-orig.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | / lazy_static! { [INFO] [stdout] 24 | | static ref ABBR_REGEX: [INFO] [stdout] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stdout] 26 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stdout] 48 | | } [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/bin/00-orig.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | / lazy_static! { [INFO] [stdout] 24 | | static ref ABBR_REGEX: [INFO] [stdout] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stdout] 26 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stdout] 48 | | } [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/bin/00-orig.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | / lazy_static! { [INFO] [stdout] 24 | | static ref ABBR_REGEX: [INFO] [stdout] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stdout] 26 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stdout] 48 | | } [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/bin/00-orig.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | / lazy_static! { [INFO] [stdout] 24 | | static ref ABBR_REGEX: [INFO] [stdout] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stdout] 26 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stdout] 48 | | } [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/bin/00-orig.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | / lazy_static! { [INFO] [stdout] 24 | | static ref ABBR_REGEX: [INFO] [stdout] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stdout] 26 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stdout] 48 | | } [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/bin/00-orig.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | / lazy_static! { [INFO] [stdout] 24 | | static ref ABBR_REGEX: [INFO] [stdout] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stdout] 26 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stdout] 48 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref ABBR_REGEX: [INFO] [stdout] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 35 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 57 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref ABBR_REGEX: [INFO] [stdout] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 35 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 57 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref ABBR_REGEX: [INFO] [stdout] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 35 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 57 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref ABBR_REGEX: [INFO] [stdout] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 35 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 57 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref ABBR_REGEX: [INFO] [stdout] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 35 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 57 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref ABBR_REGEX: [INFO] [stdout] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 35 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 57 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref ABBR_REGEX: [INFO] [stdout] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 35 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 57 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref ABBR_REGEX: [INFO] [stdout] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 35 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 57 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref ABBR_REGEX: [INFO] [stdout] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 35 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 57 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref ABBR_REGEX: [INFO] [stdout] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 35 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 57 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref ABBR_REGEX: [INFO] [stdout] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 35 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 57 | | } [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/bin/00-orig.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | / lazy_static! { [INFO] [stdout] 24 | | static ref ABBR_REGEX: [INFO] [stdout] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stdout] 26 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stdout] 48 | | } [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/bin/00-orig.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | / lazy_static! { [INFO] [stdout] 24 | | static ref ABBR_REGEX: [INFO] [stdout] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stdout] 26 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stdout] 48 | | } [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/bin/00-orig.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | / lazy_static! { [INFO] [stdout] 24 | | static ref ABBR_REGEX: [INFO] [stdout] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stdout] 26 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stdout] 48 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | / lazy_static! { [INFO] [stdout] 37 | | static ref ABBR_REGEX: [INFO] [stdout] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 39 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 61 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | / lazy_static! { [INFO] [stdout] 37 | | static ref ABBR_REGEX: [INFO] [stdout] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 39 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 61 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | / lazy_static! { [INFO] [stdout] 37 | | static ref ABBR_REGEX: [INFO] [stdout] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 39 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 61 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | / lazy_static! { [INFO] [stdout] 37 | | static ref ABBR_REGEX: [INFO] [stdout] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 39 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 61 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref ABBR_REGEX: [INFO] [stdout] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 35 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 57 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref ABBR_REGEX: [INFO] [stdout] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 35 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 57 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref ABBR_REGEX: [INFO] [stdout] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 35 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 57 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref ABBR_REGEX: [INFO] [stdout] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 35 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 57 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref ABBR_REGEX: [INFO] [stdout] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 35 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 57 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref ABBR_REGEX: [INFO] [stdout] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 35 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 57 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | / lazy_static! { [INFO] [stdout] 37 | | static ref ABBR_REGEX: [INFO] [stdout] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 39 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 61 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | / lazy_static! { [INFO] [stdout] 37 | | static ref ABBR_REGEX: [INFO] [stdout] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 39 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 61 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref ABBR_REGEX: [INFO] [stdout] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 35 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 57 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | / lazy_static! { [INFO] [stdout] 37 | | static ref ABBR_REGEX: [INFO] [stdout] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 39 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 61 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref ABBR_REGEX: [INFO] [stdout] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 35 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 57 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | / lazy_static! { [INFO] [stdout] 37 | | static ref ABBR_REGEX: [INFO] [stdout] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 39 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 61 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref ABBR_REGEX: [INFO] [stdout] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 35 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 57 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref ABBR_REGEX: [INFO] [stdout] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 35 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 57 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref ABBR_REGEX: [INFO] [stdout] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 35 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 57 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | / lazy_static! { [INFO] [stdout] 37 | | static ref ABBR_REGEX: [INFO] [stdout] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 39 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 61 | | } [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/bin/00-orig.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | / lazy_static! { [INFO] [stdout] 24 | | static ref ABBR_REGEX: [INFO] [stdout] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stdout] 26 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stdout] 48 | | } [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/bin/00-orig.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | / lazy_static! { [INFO] [stdout] 24 | | static ref ABBR_REGEX: [INFO] [stdout] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stdout] 26 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stdout] 48 | | } [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/bin/00-orig.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | / lazy_static! { [INFO] [stdout] 24 | | static ref ABBR_REGEX: [INFO] [stdout] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stdout] 26 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stdout] 48 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | / lazy_static! { [INFO] [stdout] 37 | | static ref ABBR_REGEX: [INFO] [stdout] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 39 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 61 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | / lazy_static! { [INFO] [stdout] 37 | | static ref ABBR_REGEX: [INFO] [stdout] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 39 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 61 | | } [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/bin/00-orig.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | / lazy_static! { [INFO] [stdout] 24 | | static ref ABBR_REGEX: [INFO] [stdout] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stdout] 26 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stdout] 48 | | } [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/bin/00-orig.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | / lazy_static! { [INFO] [stdout] 24 | | static ref ABBR_REGEX: [INFO] [stdout] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stdout] 26 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stdout] 48 | | } [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/bin/00-orig.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | / lazy_static! { [INFO] [stdout] 24 | | static ref ABBR_REGEX: [INFO] [stdout] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stdout] 26 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stdout] 48 | | } [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/bin/00-orig.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | / lazy_static! { [INFO] [stdout] 24 | | static ref ABBR_REGEX: [INFO] [stdout] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stdout] 26 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stdout] 48 | | } [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/bin/00-orig.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | / lazy_static! { [INFO] [stdout] 24 | | static ref ABBR_REGEX: [INFO] [stdout] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stdout] 26 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stdout] 48 | | } [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/bin/00-orig.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | / lazy_static! { [INFO] [stdout] 24 | | static ref ABBR_REGEX: [INFO] [stdout] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stdout] 26 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stdout] 48 | | } [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/bin/00-orig.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | / lazy_static! { [INFO] [stdout] 24 | | static ref ABBR_REGEX: [INFO] [stdout] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stdout] 26 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stdout] 48 | | } [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/bin/00-orig.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | / lazy_static! { [INFO] [stdout] 24 | | static ref ABBR_REGEX: [INFO] [stdout] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stdout] 26 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stdout] 48 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | / lazy_static! { [INFO] [stdout] 37 | | static ref ABBR_REGEX: [INFO] [stdout] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 39 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 61 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | / lazy_static! { [INFO] [stdout] 37 | | static ref ABBR_REGEX: [INFO] [stdout] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 39 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 61 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | / lazy_static! { [INFO] [stdout] 37 | | static ref ABBR_REGEX: [INFO] [stdout] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 39 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 61 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | / lazy_static! { [INFO] [stdout] 37 | | static ref ABBR_REGEX: [INFO] [stdout] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 39 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 61 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | / lazy_static! { [INFO] [stdout] 37 | | static ref ABBR_REGEX: [INFO] [stdout] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 39 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 61 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | / lazy_static! { [INFO] [stdout] 37 | | static ref ABBR_REGEX: [INFO] [stdout] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 39 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 61 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | / lazy_static! { [INFO] [stdout] 37 | | static ref ABBR_REGEX: [INFO] [stdout] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 39 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 61 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | / lazy_static! { [INFO] [stdout] 37 | | static ref ABBR_REGEX: [INFO] [stdout] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 39 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 61 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | / lazy_static! { [INFO] [stdout] 37 | | static ref ABBR_REGEX: [INFO] [stdout] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 39 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 61 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | / lazy_static! { [INFO] [stdout] 37 | | static ref ABBR_REGEX: [INFO] [stdout] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 39 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 61 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | / lazy_static! { [INFO] [stdout] 37 | | static ref ABBR_REGEX: [INFO] [stdout] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stdout] 39 | | static ref P7_REGEX: [INFO] [stdout] ... | [INFO] [stdout] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stdout] 61 | | } [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: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> src/bin/06-bez_parsovani_utf8.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | stdout.flush(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> src/bin/04-vetveni.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 81 | stdout.flush(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> src/bin/05-vetveni_bez_zbytecnych_alokaci.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | stdout.flush(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> src/bin/04-vetveni.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 81 | stdout.flush(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> src/bin/05-vetveni_bez_zbytecnych_alokaci.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | stdout.flush(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> src/bin/06-bez_parsovani_utf8.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | stdout.flush(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> src/bin/03-jen_main.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | stdout.flush(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> src/bin/02-min_alokaci.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | stdout.flush(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> src/bin/02-min_alokaci.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | stdout.flush(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> src/bin/03-jen_main.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | stdout.flush(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> src/bin/01-drobnosti.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | stdout.flush(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> src/bin/01-drobnosti.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | stdout.flush(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.27s [INFO] running `Command { std: "docker" "inspect" "318d2d59c7dc7d59e81720f03260f2ae3c176c45c10997541f6a1970774a5275", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "318d2d59c7dc7d59e81720f03260f2ae3c176c45c10997541f6a1970774a5275", kill_on_drop: false }` [INFO] [stdout] 318d2d59c7dc7d59e81720f03260f2ae3c176c45c10997541f6a1970774a5275