[INFO] fetching crate sd 0.7.6... [INFO] testing sd-0.7.6 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate sd 0.7.6 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate sd 0.7.6 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate sd 0.7.6 [INFO] finished tweaking crates.io crate sd 0.7.6 [INFO] tweaked toml for crates.io crate sd 0.7.6 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate sd 0.7.6 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] 8d5d9988c672435b4462ac395d86033384323afd19d61549b5fdf7ed2903b1af [INFO] running `Command { std: "docker" "start" "-a" "8d5d9988c672435b4462ac395d86033384323afd19d61549b5fdf7ed2903b1af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8d5d9988c672435b4462ac395d86033384323afd19d61549b5fdf7ed2903b1af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d5d9988c672435b4462ac395d86033384323afd19d61549b5fdf7ed2903b1af", kill_on_drop: false }` [INFO] [stdout] 8d5d9988c672435b4462ac395d86033384323afd19d61549b5fdf7ed2903b1af [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", 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] dc4e85834d1a3b2f7c65eb56d0495dee9ef54b8affb0206bd3d7d6e42c43b25e [INFO] running `Command { std: "docker" "start" "-a" "dc4e85834d1a3b2f7c65eb56d0495dee9ef54b8affb0206bd3d7d6e42c43b25e", kill_on_drop: false }` [INFO] [stderr] Compiling roff v0.1.0 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling unescape v0.1.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.2 [INFO] [stderr] Compiling proc-macro-error v1.0.2 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling thiserror-impl v1.0.20 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling rayon-core v1.7.1 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling man v0.3.0 [INFO] [stderr] Compiling rayon v1.3.1 [INFO] [stderr] Compiling thiserror v1.0.20 [INFO] [stderr] Compiling structopt-derive v0.4.8 [INFO] [stderr] Compiling structopt v0.3.15 [INFO] [stderr] Compiling sd v0.7.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `preview` [INFO] [stdout] --> src/app.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | pub preview: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Options` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/app.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, StructOpt)] [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: `literal_mode` [INFO] [stdout] --> src/app.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | pub literal_mode: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Options` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/app.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, StructOpt)] [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: `flags` [INFO] [stdout] --> src/app.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | pub flags: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Options` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/app.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, StructOpt)] [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: `find` [INFO] [stdout] --> src/app.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | pub find: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Options` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/app.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, StructOpt)] [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: `replace_with` [INFO] [stdout] --> src/app.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | pub replace_with: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Options` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/app.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, StructOpt)] [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: `files` [INFO] [stdout] --> src/app.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | pub files: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Options` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/app.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, StructOpt)] [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: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 43.79s [INFO] running `Command { std: "docker" "inspect" "dc4e85834d1a3b2f7c65eb56d0495dee9ef54b8affb0206bd3d7d6e42c43b25e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc4e85834d1a3b2f7c65eb56d0495dee9ef54b8affb0206bd3d7d6e42c43b25e", kill_on_drop: false }` [INFO] [stdout] dc4e85834d1a3b2f7c65eb56d0495dee9ef54b8affb0206bd3d7d6e42c43b25e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", 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] b2fe4933ce21bd850a3e61b103ce0c123a56958a6126919e5b8d2025310825e3 [INFO] running `Command { std: "docker" "start" "-a" "b2fe4933ce21bd850a3e61b103ce0c123a56958a6126919e5b8d2025310825e3", kill_on_drop: false }` [INFO] [stderr] Compiling predicates v1.0.4 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stdout] warning: field is never read: `preview` [INFO] [stdout] --> src/app.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | pub preview: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Options` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/app.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, StructOpt)] [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: `literal_mode` [INFO] [stdout] --> src/app.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | pub literal_mode: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Options` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/app.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, StructOpt)] [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: `flags` [INFO] [stdout] --> src/app.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | pub flags: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Options` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/app.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, StructOpt)] [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: `find` [INFO] [stdout] --> src/app.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | pub find: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Options` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/app.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, StructOpt)] [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: `replace_with` [INFO] [stdout] --> src/app.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | pub replace_with: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Options` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/app.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, StructOpt)] [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: `files` [INFO] [stdout] --> src/app.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | pub files: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Options` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/app.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, StructOpt)] [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: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling assert_cmd v1.0.1 [INFO] [stderr] Compiling sd v0.7.6 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 7.30s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/sd-340dcb63b5ba0a0a) [INFO] [stderr] Executable tests/cli.rs (/opt/rustwide/target/debug/deps/cli-cde23c08093fbd8f) [INFO] running `Command { std: "docker" "inspect" "b2fe4933ce21bd850a3e61b103ce0c123a56958a6126919e5b8d2025310825e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b2fe4933ce21bd850a3e61b103ce0c123a56958a6126919e5b8d2025310825e3", kill_on_drop: false }` [INFO] [stdout] b2fe4933ce21bd850a3e61b103ce0c123a56958a6126919e5b8d2025310825e3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] a7d5b53c6fcbe631ae8a7d79d6cc187b6431607aae0a5d721d9dd8280d486b09 [INFO] running `Command { std: "docker" "start" "-a" "a7d5b53c6fcbe631ae8a7d79d6cc187b6431607aae0a5d721d9dd8280d486b09", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `preview` [INFO] [stderr] --> src/app.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | pub preview: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Options` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/app.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug, StructOpt)] [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: `literal_mode` [INFO] [stderr] --> src/app.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | pub literal_mode: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Options` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/app.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug, StructOpt)] [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: `flags` [INFO] [stderr] --> src/app.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | pub flags: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Options` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/app.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug, StructOpt)] [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: `find` [INFO] [stderr] --> src/app.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | pub find: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Options` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/app.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug, StructOpt)] [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: `replace_with` [INFO] [stderr] --> src/app.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | pub replace_with: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Options` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/app.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug, StructOpt)] [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: `files` [INFO] [stderr] --> src/app.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | pub files: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Options` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/app.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug, StructOpt)] [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: `sd` (build script) generated 6 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/sd-340dcb63b5ba0a0a) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test input::tests::escaped_char_preservation ... ok [INFO] [stdout] test input::tests::default_global ... ok [INFO] [stdout] test input::tests::case_sensitive_default ... ok [INFO] [stdout] test input::tests::full_word_replace ... ok [INFO] [stdout] test input::tests::unescape_regex_replacements ... ok [INFO] [stdout] test input::tests::sanity_check_literal_replacements ... ok [INFO] [stdout] test input::tests::no_unescape_literal_replacements ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/cli.rs (/opt/rustwide/target/debug/deps/cli-cde23c08093fbd8f) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test replace_into_stdout ... ok [INFO] [stdout] test in_place ... ok [INFO] [stdout] test stdin ... ok [INFO] [stdout] test in_place_with_empty_result_file ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a7d5b53c6fcbe631ae8a7d79d6cc187b6431607aae0a5d721d9dd8280d486b09", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a7d5b53c6fcbe631ae8a7d79d6cc187b6431607aae0a5d721d9dd8280d486b09", kill_on_drop: false }` [INFO] [stdout] a7d5b53c6fcbe631ae8a7d79d6cc187b6431607aae0a5d721d9dd8280d486b09