[INFO] fetching crate dpr 1.0.0... [INFO] testing dpr-1.0.0 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate dpr 1.0.0 into /workspace/builds/worker-22/source [INFO] validating manifest of crates.io crate dpr 1.0.0 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 crates.io crate dpr 1.0.0 [INFO] finished tweaking crates.io crate dpr 1.0.0 [INFO] tweaked toml for crates.io crate dpr 1.0.0 written to /workspace/builds/worker-22/source/Cargo.toml [INFO] crate crates.io crate dpr 1.0.0 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 idata v0.1.2 [INFO] [stderr] Downloaded sized-chunks v0.5.3 [INFO] [stderr] Downloaded im v14.3.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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] 3d946a03e06785f77b86f810c3768400810b66f863f917b2243a5480fde8bcb2 [INFO] running `Command { std: "docker" "start" "-a" "3d946a03e06785f77b86f810c3768400810b66f863f917b2243a5480fde8bcb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3d946a03e06785f77b86f810c3768400810b66f863f917b2243a5480fde8bcb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d946a03e06785f77b86f810c3768400810b66f863f917b2243a5480fde8bcb2", kill_on_drop: false }` [INFO] [stdout] 3d946a03e06785f77b86f810c3768400810b66f863f917b2243a5480fde8bcb2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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] 5a960b97562bee88bfcfda0eb5d90d6f56acd05d67bf77d3f1bf2243c90b27c5 [INFO] running `Command { std: "docker" "start" "-a" "5a960b97562bee88bfcfda0eb5d90d6f56acd05d67bf77d3f1bf2243c90b27c5", kill_on_drop: false }` [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Compiling version_check v0.9.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling idata v0.1.2 [INFO] [stderr] Compiling rand_xoshiro v0.4.0 [INFO] [stderr] Compiling im v14.3.0 [INFO] [stderr] Compiling bitmaps v2.1.0 [INFO] [stderr] Compiling sized-chunks v0.5.3 [INFO] [stderr] Compiling dpr v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `descr` [INFO] [stdout] --> src/parser/mod.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | pub(crate) descr: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Error` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parser/mod.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `line_before` [INFO] [stdout] --> src/parser/mod.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | pub(crate) line_before: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Error` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parser/mod.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `line_after` [INFO] [stdout] --> src/parser/mod.rs:74:5 [INFO] [stdout] | [INFO] [stdout] 74 | pub(crate) line_after: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Error` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parser/mod.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `parsing_rules` [INFO] [stdout] --> src/parser/mod.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | pub(crate) parsing_rules: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Error` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parser/mod.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.70s [INFO] running `Command { std: "docker" "inspect" "5a960b97562bee88bfcfda0eb5d90d6f56acd05d67bf77d3f1bf2243c90b27c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a960b97562bee88bfcfda0eb5d90d6f56acd05d67bf77d3f1bf2243c90b27c5", kill_on_drop: false }` [INFO] [stdout] 5a960b97562bee88bfcfda0eb5d90d6f56acd05d67bf77d3f1bf2243c90b27c5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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] 4de43ac8250690ac9ea0b9abc066dce61889d208ce467bd45325e3f85b2996bb [INFO] running `Command { std: "docker" "start" "-a" "4de43ac8250690ac9ea0b9abc066dce61889d208ce467bd45325e3f85b2996bb", kill_on_drop: false }` [INFO] [stdout] warning: field is never read: `descr` [INFO] [stdout] --> src/parser/mod.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | pub(crate) descr: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Error` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parser/mod.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `line_before` [INFO] [stdout] --> src/parser/mod.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | pub(crate) line_before: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Error` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parser/mod.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `line_after` [INFO] [stdout] --> src/parser/mod.rs:74:5 [INFO] [stdout] | [INFO] [stdout] 74 | pub(crate) line_after: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Error` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parser/mod.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling dpr v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `parsing_rules` [INFO] [stdout] --> src/parser/mod.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | pub(crate) parsing_rules: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Error` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parser/mod.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `descr` [INFO] [stdout] --> src/parser/mod.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | pub(crate) descr: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Error` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parser/mod.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `line_before` [INFO] [stdout] --> src/parser/mod.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | pub(crate) line_before: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Error` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parser/mod.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `line_after` [INFO] [stdout] --> src/parser/mod.rs:74:5 [INFO] [stdout] | [INFO] [stdout] 74 | pub(crate) line_after: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Error` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parser/mod.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `parsing_rules` [INFO] [stdout] --> src/parser/mod.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | pub(crate) parsing_rules: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Error` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parser/mod.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.08s [INFO] running `Command { std: "docker" "inspect" "4de43ac8250690ac9ea0b9abc066dce61889d208ce467bd45325e3f85b2996bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4de43ac8250690ac9ea0b9abc066dce61889d208ce467bd45325e3f85b2996bb", kill_on_drop: false }` [INFO] [stdout] 4de43ac8250690ac9ea0b9abc066dce61889d208ce467bd45325e3f85b2996bb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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] 89001ada8e65c94cfa8a39122ff466855fed6829a682f2c2f5a51d916f9146a1 [INFO] running `Command { std: "docker" "start" "-a" "89001ada8e65c94cfa8a39122ff466855fed6829a682f2c2f5a51d916f9146a1", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `descr` [INFO] [stderr] --> src/parser/mod.rs:70:5 [INFO] [stderr] | [INFO] [stderr] 70 | pub(crate) descr: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Error` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/parser/mod.rs:65:10 [INFO] [stderr] | [INFO] [stderr] 65 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `line_before` [INFO] [stderr] --> src/parser/mod.rs:72:5 [INFO] [stderr] | [INFO] [stderr] 72 | pub(crate) line_before: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Error` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/parser/mod.rs:65:10 [INFO] [stderr] | [INFO] [stderr] 65 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `line_after` [INFO] [stderr] --> src/parser/mod.rs:74:5 [INFO] [stderr] | [INFO] [stderr] 74 | pub(crate) line_after: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Error` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/parser/mod.rs:65:10 [INFO] [stderr] | [INFO] [stderr] 65 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `parsing_rules` [INFO] [stderr] --> src/parser/mod.rs:79:5 [INFO] [stderr] | [INFO] [stderr] 79 | pub(crate) parsing_rules: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Error` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/parser/mod.rs:65:10 [INFO] [stderr] | [INFO] [stderr] 65 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `dpr` (lib) generated 4 warnings [INFO] [stderr] warning: `dpr` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/dpr-fb550290728ee2b3) [INFO] [stdout] [INFO] [stdout] running 26 tests [INFO] [stdout] test parser::atom::test::test_parse_literal_fail ... ok [INFO] [stdout] test parser::atom::test::test_parse_dot ... ok [INFO] [stdout] test parser::atom::test::test_parse_literal_ok ... ok [INFO] [stdout] test parser::atom::test::test_parse_literal_fail2 ... ok [INFO] [stdout] test parser::atom::test::test_parse_literal_fail_short_text2parse ... ok [INFO] [stdout] test parser::atom::test::test_parse_literal_ok2 ... ok [INFO] [stdout] test parser::atom::test::test_parse_literal_with_new_line ... ok [INFO] [stdout] test parser::atom::test::test_parse_match_eof_error ... ok [INFO] [stdout] test parser::atom::test::test_parse_match_eof_ok ... ok [INFO] [stdout] test parser::atom::test::test_parse_match_err ... ok [INFO] [stdout] test parser::atom::test::test_parse_match_ok ... ok [INFO] [stdout] test parser::expression::test::test_parse_and_fail ... ok [INFO] [stdout] test parser::expression::test::test_parse_and_ok ... ok [INFO] [stdout] test parser::expression::test::test_parse_literal_error ... ok [INFO] [stdout] test parser::expression::test::test_parse_literal_ok ... ok [INFO] [stdout] test parser::expression::test::test_parse_not_ok ... ok [INFO] [stdout] test parser::expression::test::test_parse_not_fail ... ok [INFO] [stdout] test parser::expression::test::test_parse_or_fail ... ok [INFO] [stdout] test parser::expression::test::test_parse_or_ok ... ok [INFO] [stdout] test parser::expression::test::test_parse_repeat_fail ... ok [INFO] [stdout] test parser::test::test_parse_expr_and_ok ... ok [INFO] [stdout] test parser::test::test_parse_expr_lit ... ok [INFO] [stdout] test parser::expression::test::test_parse_repeat_ok ... ok [INFO] [stdout] test parser::test::test_parse_expr_not_ok ... ok [INFO] [stdout] test parser::test::test_parse_expr_or_ok ... ok [INFO] [stdout] test parser::test::test_parse_expr_repeat_ok ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 26 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/dpr-0456e420fe5f0820) [INFO] [stdout] [INFO] [stderr] Doc-tests dpr [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 2 tests [INFO] [stdout] test src/lib.rs - (line 10) ... FAILED [INFO] [stdout] test src/lib.rs - print_rules2parse_peg2 (line 109) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - (line 10) stdout ---- [INFO] [stdout] error[E0061]: this function takes 1 argument but 0 arguments were supplied [INFO] [stdout] --> src/lib.rs:24:6 [INFO] [stdout] | [INFO] [stdout] 15 | .replace()? [INFO] [stdout] | ^^^^^^^- supplied 0 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:140:12 [INFO] [stdout] | [INFO] [stdout] 140 | pub fn replace( [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0061`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - (line 10) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.86s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "89001ada8e65c94cfa8a39122ff466855fed6829a682f2c2f5a51d916f9146a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "89001ada8e65c94cfa8a39122ff466855fed6829a682f2c2f5a51d916f9146a1", kill_on_drop: false }` [INFO] [stdout] 89001ada8e65c94cfa8a39122ff466855fed6829a682f2c2f5a51d916f9146a1