[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] testing dlukes/simplify-tags against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdlukes%2Fsimplify-tags" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dlukes/simplify-tags on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", 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-0/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-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded regex-syntax v0.5.3 [INFO] [stderr] Downloaded regex v0.2.10 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8efbeac33940c6dc41306aa30a4008528af92a7ca91bb5d6a2680a00c735e843 [INFO] running `Command { std: "docker" "start" "-a" "8efbeac33940c6dc41306aa30a4008528af92a7ca91bb5d6a2680a00c735e843", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8efbeac33940c6dc41306aa30a4008528af92a7ca91bb5d6a2680a00c735e843", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8efbeac33940c6dc41306aa30a4008528af92a7ca91bb5d6a2680a00c735e843", kill_on_drop: false }` [INFO] [stdout] 8efbeac33940c6dc41306aa30a4008528af92a7ca91bb5d6a2680a00c735e843 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d0850dee318a7ae336edf6c74b99e75c11600dba24312f7f7e64539a01733fc3 [INFO] running `Command { std: "docker" "start" "-a" "d0850dee318a7ae336edf6c74b99e75c11600dba24312f7f7e64539a01733fc3", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.40 [INFO] [stderr] Compiling regex-syntax v0.5.3 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling regex v0.2.10 [INFO] [stderr] Compiling 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/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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `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: 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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `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: 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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `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: unused `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: unused `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: 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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `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: 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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/00-orig.rs:16:30 [INFO] [stdout] | [INFO] [stdout] 16 | Err(e) => panic!(e) [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 16 | Err(e) => panic!("{}", e) [INFO] [stdout] | +++++ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 16 | Err(e) => std::panic::panic_any(e) [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~ [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: 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: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.42s [INFO] running `Command { std: "docker" "inspect" "d0850dee318a7ae336edf6c74b99e75c11600dba24312f7f7e64539a01733fc3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d0850dee318a7ae336edf6c74b99e75c11600dba24312f7f7e64539a01733fc3", kill_on_drop: false }` [INFO] [stdout] d0850dee318a7ae336edf6c74b99e75c11600dba24312f7f7e64539a01733fc3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1a86c167233bc8cc72b0288451a3e6bcd44a98d0edc00ad54f095a7a9b11e75e [INFO] running `Command { std: "docker" "start" "-a" "1a86c167233bc8cc72b0288451a3e6bcd44a98d0edc00ad54f095a7a9b11e75e", kill_on_drop: false }` [INFO] [stderr] Compiling 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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `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 `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 `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: 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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `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: 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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/00-orig.rs:16:30 [INFO] [stdout] | [INFO] [stdout] 16 | Err(e) => panic!(e) [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 16 | Err(e) => panic!("{}", e) [INFO] [stdout] | +++++ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 16 | Err(e) => std::panic::panic_any(e) [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~ [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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (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 the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `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: unused `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: 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: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.41s [INFO] running `Command { std: "docker" "inspect" "1a86c167233bc8cc72b0288451a3e6bcd44a98d0edc00ad54f095a7a9b11e75e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a86c167233bc8cc72b0288451a3e6bcd44a98d0edc00ad54f095a7a9b11e75e", kill_on_drop: false }` [INFO] [stdout] 1a86c167233bc8cc72b0288451a3e6bcd44a98d0edc00ad54f095a7a9b11e75e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 937fc0af96378bf4a054993ac131534cda45c9fd4acdb9fb9a9154a76de8400f [INFO] running `Command { std: "docker" "start" "-a" "937fc0af96378bf4a054993ac131534cda45c9fd4acdb9fb9a9154a76de8400f", kill_on_drop: false }` [INFO] [stderr] warning: unused `Result` that must be used [INFO] [stderr] --> src/bin/06-bez_parsovani_utf8.rs:78:5 [INFO] [stderr] | [INFO] [stderr] 78 | stdout.flush(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `Result` that must be used [INFO] [stderr] --> src/bin/05-vetveni_bez_zbytecnych_alokaci.rs:102:5 [INFO] [stderr] | [INFO] [stderr] 102 | stdout.flush(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/bin/00-orig.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref ABBR_REGEX: [INFO] [stderr] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stderr] 26 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stderr] 48 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/bin/00-orig.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref ABBR_REGEX: [INFO] [stderr] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stderr] 26 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stderr] 48 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/bin/00-orig.rs:16:30 [INFO] [stderr] | [INFO] [stderr] 16 | Err(e) => panic!(e) [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 16 | Err(e) => panic!("{}", e) [INFO] [stderr] | +++++ [INFO] [stderr] help: or use std::panic::panic_any instead [INFO] [stderr] | [INFO] [stderr] 16 | Err(e) => std::panic::panic_any(e) [INFO] [stderr] | ~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] warning: unused `Result` that must be used [INFO] [stdout] running 0 tests [INFO] [stderr] --> src/bin/03-jen_main.rs:56:5 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 56 | stdout.flush(); [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/bin/02-min_alokaci.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | static ref ABBR_REGEX: [INFO] [stderr] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 35 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 57 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/bin/02-min_alokaci.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | static ref ABBR_REGEX: [INFO] [stderr] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 35 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 57 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `Result` that must be used [INFO] [stderr] --> src/bin/02-min_alokaci.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | stdout.flush(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] running 0 tests [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] [INFO] [stderr] --> src/bin/01-drobnosti.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | static ref ABBR_REGEX: [INFO] [stderr] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 39 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 61 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/bin/01-drobnosti.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | static ref ABBR_REGEX: [INFO] [stderr] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 39 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 61 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `Result` that must be used [INFO] [stderr] --> src/bin/01-drobnosti.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | stdout.flush(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `Result` that must be used [INFO] [stderr] --> src/bin/04-vetveni.rs:81:5 [INFO] [stderr] | [INFO] [stderr] 81 | stdout.flush(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: `simplify_tags` (bin "06-bez_parsovani_utf8" test) generated 1 warning [INFO] [stderr] warning: `simplify_tags` (bin "05-vetveni_bez_zbytecnych_alokaci" test) generated 1 warning [INFO] [stderr] warning: `simplify_tags` (bin "00-orig" test) generated 12 warnings (9 duplicates) [INFO] [stderr] warning: `simplify_tags` (bin "03-jen_main" test) generated 1 warning [INFO] [stderr] warning: `simplify_tags` (bin "02-min_alokaci" test) generated 12 warnings (9 duplicates) [INFO] [stderr] warning: `simplify_tags` (bin "01-drobnosti" test) generated 12 warnings (9 duplicates) [INFO] [stderr] warning: `simplify_tags` (bin "04-vetveni" test) generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/00_orig-a44d230a97e73e46) [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/01_drobnosti-f2826fb8a0eb1e11) [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/02_min_alokaci-8a1104f0654a12da) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/03_jen_main-1d591ff066044221) [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/04_vetveni-f0c9d95365ffe08f) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/05_vetveni_bez_zbytecnych_alokaci-b0439bf42cae7c0a) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/06_bez_parsovani_utf8-ddf676f100722b73) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "937fc0af96378bf4a054993ac131534cda45c9fd4acdb9fb9a9154a76de8400f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "937fc0af96378bf4a054993ac131534cda45c9fd4acdb9fb9a9154a76de8400f", kill_on_drop: false }` [INFO] [stdout] 937fc0af96378bf4a054993ac131534cda45c9fd4acdb9fb9a9154a76de8400f