[INFO] fetching crate ogmarkup 0.99.0... [INFO] testing ogmarkup-0.99.0 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate ogmarkup 0.99.0 into /workspace/builds/worker-114/source [INFO] validating manifest of crates.io crate ogmarkup 0.99.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 ogmarkup 0.99.0 [INFO] finished tweaking crates.io crate ogmarkup 0.99.0 [INFO] tweaked toml for crates.io crate ogmarkup 0.99.0 written to /workspace/builds/worker-114/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/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] fdbf3cc375186dc70d23e915f64a5aa744b9ee6279bf1fd53ccfd9043a28aa4d [INFO] running `Command { std: "docker" "start" "-a" "fdbf3cc375186dc70d23e915f64a5aa744b9ee6279bf1fd53ccfd9043a28aa4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fdbf3cc375186dc70d23e915f64a5aa744b9ee6279bf1fd53ccfd9043a28aa4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fdbf3cc375186dc70d23e915f64a5aa744b9ee6279bf1fd53ccfd9043a28aa4d", kill_on_drop: false }` [INFO] [stdout] fdbf3cc375186dc70d23e915f64a5aa744b9ee6279bf1fd53ccfd9043a28aa4d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/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] cafef5b78740c75303cf49d8a38492b08e3059dfac9a2ca37cfcd542508ff868 [INFO] running `Command { std: "docker" "start" "-a" "cafef5b78740c75303cf49d8a38492b08e3059dfac9a2ca37cfcd542508ff868", kill_on_drop: false }` [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling ogmarkup v0.99.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/typography.rs:58:22 [INFO] [stdout] | [INFO] [stdout] 58 | fn decide(&self, &Mark) -> (Space, Space); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Mark` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/typography.rs:59:22 [INFO] [stdout] | [INFO] [stdout] 59 | fn output(&self, &Mark) -> &'static str; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Mark` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/typography.rs:60:27 [INFO] [stdout] | [INFO] [stdout] 60 | fn open_dialog(&self, PreviousDialogue) -> Option<&'static Atom<'static>>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: PreviousDialogue` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/typography.rs:61:28 [INFO] [stdout] | [INFO] [stdout] 61 | fn close_dialog(&self, bool) -> Option<&'static Atom<'static>>; [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.35s [INFO] running `Command { std: "docker" "inspect" "cafef5b78740c75303cf49d8a38492b08e3059dfac9a2ca37cfcd542508ff868", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cafef5b78740c75303cf49d8a38492b08e3059dfac9a2ca37cfcd542508ff868", kill_on_drop: false }` [INFO] [stdout] cafef5b78740c75303cf49d8a38492b08e3059dfac9a2ca37cfcd542508ff868 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/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] a020ccd5d62fd29541e4da183609920ec8a0adb1c943529738543f110f710216 [INFO] running `Command { std: "docker" "start" "-a" "a020ccd5d62fd29541e4da183609920ec8a0adb1c943529738543f110f710216", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling semver v1.0.6 [INFO] [stderr] Compiling crossbeam-utils v0.8.7 [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling crossbeam-epoch v0.9.7 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/typography.rs:58:22 [INFO] [stdout] | [INFO] [stdout] 58 | fn decide(&self, &Mark) -> (Space, Space); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Mark` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/typography.rs:59:22 [INFO] [stdout] | [INFO] [stdout] 59 | fn output(&self, &Mark) -> &'static str; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Mark` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/typography.rs:60:27 [INFO] [stdout] | [INFO] [stdout] 60 | fn open_dialog(&self, PreviousDialogue) -> Option<&'static Atom<'static>>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: PreviousDialogue` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/typography.rs:61:28 [INFO] [stdout] | [INFO] [stdout] 61 | fn close_dialog(&self, bool) -> Option<&'static Atom<'static>>; [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling rand_xoshiro v0.1.0 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.2 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling criterion-plot v0.3.1 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.2.11 [INFO] [stderr] Compiling ogmarkup v0.99.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/typography.rs:58:22 [INFO] [stdout] | [INFO] [stdout] 58 | fn decide(&self, &Mark) -> (Space, Space); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Mark` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/typography.rs:59:22 [INFO] [stdout] | [INFO] [stdout] 59 | fn output(&self, &Mark) -> &'static str; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Mark` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/typography.rs:60:27 [INFO] [stdout] | [INFO] [stdout] 60 | fn open_dialog(&self, PreviousDialogue) -> Option<&'static Atom<'static>>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: PreviousDialogue` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/typography.rs:61:28 [INFO] [stdout] | [INFO] [stdout] 61 | fn close_dialog(&self, bool) -> Option<&'static Atom<'static>>; [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 15.98s [INFO] running `Command { std: "docker" "inspect" "a020ccd5d62fd29541e4da183609920ec8a0adb1c943529738543f110f710216", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a020ccd5d62fd29541e4da183609920ec8a0adb1c943529738543f110f710216", kill_on_drop: false }` [INFO] [stdout] a020ccd5d62fd29541e4da183609920ec8a0adb1c943529738543f110f710216 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/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] 69c1703d062698cb58248d4a0d3bbe68201b1c40c307032cf2d05cc1f1c23a36 [INFO] running `Command { std: "docker" "start" "-a" "69c1703d062698cb58248d4a0d3bbe68201b1c40c307032cf2d05cc1f1c23a36", kill_on_drop: false }` [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/typography.rs:58:22 [INFO] [stderr] | [INFO] [stderr] 58 | fn decide(&self, &Mark) -> (Space, Space); [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Mark` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/typography.rs:59:22 [INFO] [stderr] | [INFO] [stderr] 59 | fn output(&self, &Mark) -> &'static str; [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Mark` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/typography.rs:60:27 [INFO] [stderr] | [INFO] [stderr] 60 | fn open_dialog(&self, PreviousDialogue) -> Option<&'static Atom<'static>>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: PreviousDialogue` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/typography.rs:61:28 [INFO] [stderr] | [INFO] [stderr] 61 | fn close_dialog(&self, bool) -> Option<&'static Atom<'static>>; [INFO] [stderr] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: `ogmarkup` (lib) generated 4 warnings [INFO] [stderr] warning: `ogmarkup` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.23s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ogmarkup-637ff1b89d398a39) [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test test_component ... ok [INFO] [stdout] test test_atom ... ok [INFO] [stdout] test generator::test::test_generation ... ok [INFO] [stdout] test test_document_with_leading_ws ... ok [INFO] [stdout] test test_empty_document ... ok [INFO] [stdout] test test_document ... ok [INFO] [stdout] test test_incomplete_aside ... ok [INFO] [stdout] test test_recovery ... ok [INFO] [stdout] test test_reply ... ok [INFO] [stdout] test test_paragraph ... ok [INFO] [stdout] test test_format ... ok [INFO] [stdout] test test_section ... ok [INFO] [stdout] test test_white_spaces ... ok [INFO] [stdout] test test_render ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Doc-tests ogmarkup [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" "69c1703d062698cb58248d4a0d3bbe68201b1c40c307032cf2d05cc1f1c23a36", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "69c1703d062698cb58248d4a0d3bbe68201b1c40c307032cf2d05cc1f1c23a36", kill_on_drop: false }` [INFO] [stdout] 69c1703d062698cb58248d4a0d3bbe68201b1c40c307032cf2d05cc1f1c23a36