[INFO] fetching crate toggle-comment 0.5.0... [INFO] testing toggle-comment-0.5.0 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate toggle-comment 0.5.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate toggle-comment 0.5.0 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate toggle-comment 0.5.0 [INFO] finished tweaking crates.io crate toggle-comment 0.5.0 [INFO] tweaked toml for crates.io crate toggle-comment 0.5.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate crates.io crate toggle-comment 0.5.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c035c7d9579f889521e5217fa5c6c9ec1e9a617dd67e3c3afc3251943f115343 [INFO] running `Command { std: "docker" "start" "-a" "c035c7d9579f889521e5217fa5c6c9ec1e9a617dd67e3c3afc3251943f115343", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c035c7d9579f889521e5217fa5c6c9ec1e9a617dd67e3c3afc3251943f115343", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c035c7d9579f889521e5217fa5c6c9ec1e9a617dd67e3c3afc3251943f115343", kill_on_drop: false }` [INFO] [stdout] c035c7d9579f889521e5217fa5c6c9ec1e9a617dd67e3c3afc3251943f115343 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7c73095bca812729073f426c21ee4ffe6b58bb3f21e915cbc4a364620eec3b6e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7c73095bca812729073f426c21ee4ffe6b58bb3f21e915cbc4a364620eec3b6e", kill_on_drop: false }` [INFO] [stderr] Compiling aho-corasick v0.7.13 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling toggle-comment v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `s` [INFO] [stdout] --> src/main.rs:139:31 [INFO] [stdout] | [INFO] [stdout] 139 | AddressRange(Line(s), Step(count)) => todo!(), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `count` [INFO] [stdout] --> src/main.rs:139:40 [INFO] [stdout] | [INFO] [stdout] 139 | AddressRange(Line(s), Step(count)) => todo!(), [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `s` [INFO] [stdout] --> src/main.rs:158:39 [INFO] [stdout] | [INFO] [stdout] 158 | AddressRange(RegexPattern(s), Step(count)) => todo!(), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `count` [INFO] [stdout] --> src/main.rs:158:48 [INFO] [stdout] | [INFO] [stdout] 158 | AddressRange(RegexPattern(s), Step(count)) => todo!(), [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Step` [INFO] [stdout] --> src/main.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | Step(usize), // ~N [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.08s [INFO] running `Command { std: "docker" "inspect" "7c73095bca812729073f426c21ee4ffe6b58bb3f21e915cbc4a364620eec3b6e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c73095bca812729073f426c21ee4ffe6b58bb3f21e915cbc4a364620eec3b6e", kill_on_drop: false }` [INFO] [stdout] 7c73095bca812729073f426c21ee4ffe6b58bb3f21e915cbc4a364620eec3b6e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6fdec73487d7d336d7b69239296dea42237c5d39ca2332f50cf8b5a515f3626d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6fdec73487d7d336d7b69239296dea42237c5d39ca2332f50cf8b5a515f3626d", kill_on_drop: false }` [INFO] [stderr] Compiling toggle-comment v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `s` [INFO] [stdout] --> src/main.rs:139:31 [INFO] [stdout] | [INFO] [stdout] 139 | AddressRange(Line(s), Step(count)) => todo!(), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `count` [INFO] [stdout] --> src/main.rs:139:40 [INFO] [stdout] | [INFO] [stdout] 139 | AddressRange(Line(s), Step(count)) => todo!(), [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `s` [INFO] [stdout] --> src/main.rs:158:39 [INFO] [stdout] | [INFO] [stdout] 158 | AddressRange(RegexPattern(s), Step(count)) => todo!(), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `count` [INFO] [stdout] --> src/main.rs:158:48 [INFO] [stdout] | [INFO] [stdout] 158 | AddressRange(RegexPattern(s), Step(count)) => todo!(), [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Step` [INFO] [stdout] --> src/main.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | Step(usize), // ~N [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `AddressComponent::*` [INFO] [stdout] --> src/test.rs:205:29 [INFO] [stdout] | [INFO] [stdout] 205 | use {Address::AddressRange, AddressComponent::*}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/test.rs:207:74 [INFO] [stdout] | [INFO] [stdout] 207 | ($range:expr) => { AddressPattern { pattern: $range, negated: false }; }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | let addr = address_range!(Address::ZeroAddress); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/test.rs:208:92 [INFO] [stdout] | [INFO] [stdout] 208 | ($range:expr, $negated:expr) => { AddressPattern { pattern: $range, negated: $negated }; }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 223 | let addr = address_range!(Address::ZeroAddress, true); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/test.rs:207:74 [INFO] [stdout] | [INFO] [stdout] 207 | ($range:expr) => { AddressPattern { pattern: $range, negated: false }; }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 229 | let addr = address_range!(Address::OneAddress(Line(3))); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/test.rs:208:92 [INFO] [stdout] | [INFO] [stdout] 208 | ($range:expr, $negated:expr) => { AddressPattern { pattern: $range, negated: $negated }; }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 236 | let addr = address_range!(Address::OneAddress(Line(3)), true); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/test.rs:207:74 [INFO] [stdout] | [INFO] [stdout] 207 | ($range:expr) => { AddressPattern { pattern: $range, negated: false }; }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 243 | let addr = address_range!(AddressRange(Line(3), Line(5))); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/test.rs:208:92 [INFO] [stdout] | [INFO] [stdout] 208 | ($range:expr, $negated:expr) => { AddressPattern { pattern: $range, negated: $negated }; }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 250 | let addr = address_range!(AddressRange(Line(3), Line(5)), true); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/test.rs:207:74 [INFO] [stdout] | [INFO] [stdout] 207 | ($range:expr) => { AddressPattern { pattern: $range, negated: false }; }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 257 | let addr = address_range!(AddressRange(Line(3), Relative(5))); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/test.rs:208:92 [INFO] [stdout] | [INFO] [stdout] 208 | ($range:expr, $negated:expr) => { AddressPattern { pattern: $range, negated: $negated }; }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 264 | let addr = address_range!(AddressRange(Line(3), Relative(5)), true); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/test.rs:207:74 [INFO] [stdout] | [INFO] [stdout] 207 | ($range:expr) => { AddressPattern { pattern: $range, negated: false }; }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 272 | let addr = address_range!(AddressRange(RegexPattern(re), Relative(3))); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/test.rs:207:74 [INFO] [stdout] | [INFO] [stdout] 207 | ($range:expr) => { AddressPattern { pattern: $range, negated: false }; }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 285 | let addr = address_range!(AddressRange(RegexPattern(re), Line(4))); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/test.rs:207:74 [INFO] [stdout] | [INFO] [stdout] 207 | ($range:expr) => { AddressPattern { pattern: $range, negated: false }; }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 298 | let addr = address_range!(AddressRange(RegexPattern(re), Line(2))); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/test.rs:207:74 [INFO] [stdout] | [INFO] [stdout] 207 | ($range:expr) => { AddressPattern { pattern: $range, negated: false }; }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 311 | let addr = address_range!(AddressRange(Line(2), RegexPattern(re))); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/test.rs:207:74 [INFO] [stdout] | [INFO] [stdout] 207 | ($range:expr) => { AddressPattern { pattern: $range, negated: false }; }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 325 | let addr = address_range!(AddressRange(RegexPattern(re1), RegexPattern(re2))); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/test.rs:207:74 [INFO] [stdout] | [INFO] [stdout] 207 | ($range:expr) => { AddressPattern { pattern: $range, negated: false }; }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 341 | let addr = address_range!(AddressRange(RegexPattern(re1), RegexPattern(re2))); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/test.rs:207:74 [INFO] [stdout] | [INFO] [stdout] 207 | ($range:expr) => { AddressPattern { pattern: $range, negated: false }; }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 359 | let addr = address_range!(AddressRange(RegexPattern(re1), RegexPattern(re2))); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `s` [INFO] [stdout] --> src/main.rs:139:31 [INFO] [stdout] | [INFO] [stdout] 139 | AddressRange(Line(s), Step(count)) => todo!(), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `count` [INFO] [stdout] --> src/main.rs:139:40 [INFO] [stdout] | [INFO] [stdout] 139 | AddressRange(Line(s), Step(count)) => todo!(), [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `s` [INFO] [stdout] --> src/main.rs:158:39 [INFO] [stdout] | [INFO] [stdout] 158 | AddressRange(RegexPattern(s), Step(count)) => todo!(), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `count` [INFO] [stdout] --> src/main.rs:158:48 [INFO] [stdout] | [INFO] [stdout] 158 | AddressRange(RegexPattern(s), Step(count)) => todo!(), [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Step` [INFO] [stdout] --> src/main.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | Step(usize), // ~N [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 21 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.52s [INFO] running `Command { std: "docker" "inspect" "6fdec73487d7d336d7b69239296dea42237c5d39ca2332f50cf8b5a515f3626d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6fdec73487d7d336d7b69239296dea42237c5d39ca2332f50cf8b5a515f3626d", kill_on_drop: false }` [INFO] [stdout] 6fdec73487d7d336d7b69239296dea42237c5d39ca2332f50cf8b5a515f3626d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3931ae73631fe1528fc33edec88f143a0f22fcf81fd3c365193bf483f51694fe [INFO] running `Command { std: "docker" "start" "-a" "3931ae73631fe1528fc33edec88f143a0f22fcf81fd3c365193bf483f51694fe", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `AddressComponent::*` [INFO] [stderr] --> src/test.rs:205:29 [INFO] [stderr] | [INFO] [stderr] 205 | use {Address::AddressRange, AddressComponent::*}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/test.rs:207:74 [INFO] [stderr] | [INFO] [stderr] 207 | ($range:expr) => { AddressPattern { pattern: $range, negated: false }; }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 216 | let addr = address_range!(Address::ZeroAddress); [INFO] [stderr] | ------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/test.rs:208:92 [INFO] [stderr] | [INFO] [stderr] 208 | ($range:expr, $negated:expr) => { AddressPattern { pattern: $range, negated: $negated }; }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 223 | let addr = address_range!(Address::ZeroAddress, true); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/test.rs:207:74 [INFO] [stderr] | [INFO] [stderr] 207 | ($range:expr) => { AddressPattern { pattern: $range, negated: false }; }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 229 | let addr = address_range!(Address::OneAddress(Line(3))); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/test.rs:208:92 [INFO] [stderr] | [INFO] [stderr] 208 | ($range:expr, $negated:expr) => { AddressPattern { pattern: $range, negated: $negated }; }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 236 | let addr = address_range!(Address::OneAddress(Line(3)), true); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/test.rs:207:74 [INFO] [stderr] | [INFO] [stderr] 207 | ($range:expr) => { AddressPattern { pattern: $range, negated: false }; }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 243 | let addr = address_range!(AddressRange(Line(3), Line(5))); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/test.rs:208:92 [INFO] [stderr] | [INFO] [stderr] 208 | ($range:expr, $negated:expr) => { AddressPattern { pattern: $range, negated: $negated }; }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 250 | let addr = address_range!(AddressRange(Line(3), Line(5)), true); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/test.rs:207:74 [INFO] [stderr] | [INFO] [stderr] 207 | ($range:expr) => { AddressPattern { pattern: $range, negated: false }; }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 257 | let addr = address_range!(AddressRange(Line(3), Relative(5))); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/test.rs:208:92 [INFO] [stderr] | [INFO] [stderr] 208 | ($range:expr, $negated:expr) => { AddressPattern { pattern: $range, negated: $negated }; }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 264 | let addr = address_range!(AddressRange(Line(3), Relative(5)), true); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/test.rs:207:74 [INFO] [stderr] | [INFO] [stderr] 207 | ($range:expr) => { AddressPattern { pattern: $range, negated: false }; }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 272 | let addr = address_range!(AddressRange(RegexPattern(re), Relative(3))); [INFO] [stderr] | ----------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/test.rs:207:74 [INFO] [stderr] | [INFO] [stderr] 207 | ($range:expr) => { AddressPattern { pattern: $range, negated: false }; }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 285 | let addr = address_range!(AddressRange(RegexPattern(re), Line(4))); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/test.rs:207:74 [INFO] [stderr] | [INFO] [stderr] 207 | ($range:expr) => { AddressPattern { pattern: $range, negated: false }; }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 298 | let addr = address_range!(AddressRange(RegexPattern(re), Line(2))); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/test.rs:207:74 [INFO] [stderr] | [INFO] [stderr] 207 | ($range:expr) => { AddressPattern { pattern: $range, negated: false }; }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 311 | let addr = address_range!(AddressRange(Line(2), RegexPattern(re))); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/test.rs:207:74 [INFO] [stderr] | [INFO] [stderr] 207 | ($range:expr) => { AddressPattern { pattern: $range, negated: false }; }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 325 | let addr = address_range!(AddressRange(RegexPattern(re1), RegexPattern(re2))); [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/test.rs:207:74 [INFO] [stderr] | [INFO] [stderr] 207 | ($range:expr) => { AddressPattern { pattern: $range, negated: false }; }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 341 | let addr = address_range!(AddressRange(RegexPattern(re1), RegexPattern(re2))); [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/test.rs:207:74 [INFO] [stderr] | [INFO] [stderr] 207 | ($range:expr) => { AddressPattern { pattern: $range, negated: false }; }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 359 | let addr = address_range!(AddressRange(RegexPattern(re1), RegexPattern(re2))); [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `s` [INFO] [stderr] --> src/main.rs:139:31 [INFO] [stderr] | [INFO] [stderr] 139 | AddressRange(Line(s), Step(count)) => todo!(), [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `count` [INFO] [stderr] --> src/main.rs:139:40 [INFO] [stderr] | [INFO] [stderr] 139 | AddressRange(Line(s), Step(count)) => todo!(), [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_count` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `s` [INFO] [stderr] --> src/main.rs:158:39 [INFO] [stderr] | [INFO] [stderr] 158 | AddressRange(RegexPattern(s), Step(count)) => todo!(), [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `count` [INFO] [stderr] --> src/main.rs:158:48 [INFO] [stderr] | [INFO] [stderr] 158 | AddressRange(RegexPattern(s), Step(count)) => todo!(), [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_count` [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Step` [INFO] [stderr] --> src/main.rs:44:5 [INFO] [stderr] | [INFO] [stderr] 44 | Step(usize), // ~N [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `toggle-comment` (bin "toggle-comment" test) generated 21 warnings [INFO] [stderr] warning: `toggle-comment` (bin "toggle-comment") generated 5 warnings (5 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/toggle_comment-63c555f4ceffaad1) [INFO] [stdout] [INFO] [stdout] running 33 tests [INFO] [stdout] test test::matches_absolute_regex_end_range ... ok [INFO] [stdout] test test::all_lines_commented_should_uncomment ... ok [INFO] [stdout] test test::matches_double_regex_range ... ok [INFO] [stdout] test test::matches_double_regex_range_update ... ok [INFO] [stdout] test test::matches_range_relative_lines ... ok [INFO] [stdout] test test::all_blank_lines_are_unchanged ... ok [INFO] [stdout] test test::matches_regex_empty_absolute_range ... ok [INFO] [stdout] test test::one_address_inverted_matches_but_one_line ... ok [INFO] [stdout] test test::one_address_matches_one_line ... ok [INFO] [stdout] test test::blanks_do_not_affect_will_comment ... ok [INFO] [stdout] test test::regex_range_address_matches_block ... ok [INFO] [stdout] test test::comment_case1 ... ok [INFO] [stdout] test test::line_address_only_matches_one ... ok [INFO] [stdout] test test::comment_case2 ... ok [INFO] [stdout] test test::toggle_case1 ... ok [INFO] [stdout] test test::line_range_address_matches_block ... ok [INFO] [stdout] test test::toggle_comment_initial_blank ... ok [INFO] [stdout] test test::matches_double_regex_range_with_multiple_matches_on_same_line ... ok [INFO] [stdout] test test::matches_range_lines ... ok [INFO] [stdout] test test::matches_range_lines_invert ... ok [INFO] [stdout] test test::matches_range_relative_lines_invert ... ok [INFO] [stdout] test test::matches_regex_absolute_range ... ok [INFO] [stdout] test test::zero_address_invert_never_matches ... ok [INFO] [stdout] test test::toggle_case2 ... ok [INFO] [stdout] test test::zero_address_always_matches ... ok [INFO] [stdout] test test::round_trip ... ok [INFO] [stdout] test test::toggle_initial_uncomment ... ok [INFO] [stdout] test test::zero_address_toggles_whole_file_not_individual_lines ... ok [INFO] [stdout] test test::uncomment_case1 ... ok [INFO] [stdout] test test::not_all_lines_commented_should_comment ... ok [INFO] [stdout] test test::uncomment_case2 ... ok [INFO] [stdout] test test::matches_regex_relative_range ... ok [INFO] [stdout] test test::toggle_initial_comment ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/sed_conformance.rs (/opt/rustwide/target/debug/deps/sed_conformance-e9427cdbcedf678e) [INFO] [stdout] [INFO] [stdout] running 36 tests [INFO] [stdout] test negated_regex_multiple ... ignored [INFO] [stdout] test negated_simple_regex ... ok [INFO] [stdout] test negated_single_multiple ... ignored [INFO] [stdout] test negated_single_step ... ignored [INFO] [stdout] test negated_regex_relative_range ... ok [INFO] [stdout] test negated_matched_first_address ... ok [INFO] [stdout] test negated_regex_relative_from_first_match ... ok [INFO] [stdout] test regex_multiple ... ignored [INFO] [stdout] test negated_relative_range ... ok [INFO] [stdout] test negated_simple_range ... ok [INFO] [stdout] test negated_regex_range ... ok [INFO] [stdout] test negated_regex_absolute_range ... ok [INFO] [stdout] test nonmatched_first_address ... ok [INFO] [stdout] test negated_single_line ... ok [INFO] [stdout] test empty_pattern ... ok [INFO] [stdout] test regex_absolute_range ... ok [INFO] [stdout] test single_multiple ... ignored [INFO] [stdout] test single_step ... ignored [INFO] [stdout] test matched_first_address ... ok [INFO] [stdout] test trivial_multiple ... ignored [INFO] [stdout] test trivial_step ... ignored [INFO] [stdout] test double_regex_relative_range ... ok [INFO] [stdout] test negated_empty_pattern ... ok [INFO] [stdout] test negated_single_line_range ... ok [INFO] [stdout] test relative_range ... ok [INFO] [stdout] test sed_is_present ... ok [INFO] [stdout] test simple_range ... ok [INFO] [stdout] test regex_range ... ok [INFO] [stdout] test regex_relative_from_first_match ... ok [INFO] [stdout] test simple_regex ... ok [INFO] [stdout] test smoke_test ... ok [INFO] [stdout] test single_line ... ok [INFO] [stdout] test regex_relative_range ... ok [INFO] [stdout] test single_line_range ... ok [INFO] [stdout] test negated_nonmatched_first_address ... ok [INFO] [stdout] test negated_double_regex_relative_range ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 28 passed; 0 failed; 8 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3931ae73631fe1528fc33edec88f143a0f22fcf81fd3c365193bf483f51694fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3931ae73631fe1528fc33edec88f143a0f22fcf81fd3c365193bf483f51694fe", kill_on_drop: false }` [INFO] [stdout] 3931ae73631fe1528fc33edec88f143a0f22fcf81fd3c365193bf483f51694fe