[INFO] fetching crate debate 0.1.0... [INFO] testing debate-0.1.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate debate 0.1.0 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate debate 0.1.0 [INFO] finished tweaking crates.io crate debate 0.1.0 [INFO] tweaked toml for crates.io crate debate 0.1.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate debate 0.1.0 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate debate 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded debate-parser v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5b5011e9af176e7f732fc63f7e65b2c882f55c5e7e49599c84e55c92bbbea331 [INFO] running `Command { std: "docker" "start" "-a" "5b5011e9af176e7f732fc63f7e65b2c882f55c5e7e49599c84e55c92bbbea331", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5b5011e9af176e7f732fc63f7e65b2c882f55c5e7e49599c84e55c92bbbea331", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b5011e9af176e7f732fc63f7e65b2c882f55c5e7e49599c84e55c92bbbea331", kill_on_drop: false }` [INFO] [stdout] 5b5011e9af176e7f732fc63f7e65b2c882f55c5e7e49599c84e55c92bbbea331 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a988359b0aa6226080e39cc09b33e581b168ad99ed7fff8a0e1a72b0c79dc8b5 [INFO] running `Command { std: "docker" "start" "-a" "a988359b0aa6226080e39cc09b33e581b168ad99ed7fff8a0e1a72b0c79dc8b5", kill_on_drop: false }` [INFO] [stderr] Compiling indent_write v2.2.0 [INFO] [stderr] Compiling joinery v3.1.0 [INFO] [stderr] Compiling debate-parser v0.1.0 [INFO] [stderr] Compiling textwrap v0.16.1 [INFO] [stderr] Compiling debate v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `err` [INFO] [stdout] --> src/from_args.rs:67:30 [INFO] [stdout] | [INFO] [stdout] 67 | .unwrap_or_else(|err: errors::BuildError| todo!()); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_err` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `err` [INFO] [stdout] --> src/from_args.rs:69:44 [INFO] [stdout] | [INFO] [stdout] 69 | Self::build(state).unwrap_or_else(|err: errors::BuildError| todo!()) [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_err` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tags` [INFO] [stdout] --> src/help.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | tags: Tags<'_>, [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_tags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `argument` [INFO] [stdout] --> src/help.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | argument: Option>, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_argument` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `requirement` [INFO] [stdout] --> src/help.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | requirement: Requirement, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_requirement` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repetition` [INFO] [stdout] --> src/help.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | repetition: Repetition, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repetition` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `description` [INFO] [stdout] --> src/help.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | description: &str, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_description` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `argument` [INFO] [stdout] --> src/help.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | argument: ValueParameter<'_>, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_argument` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `requirement` [INFO] [stdout] --> src/help.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | requirement: Requirement, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_requirement` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repetition` [INFO] [stdout] --> src/help.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | repetition: Repetition, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repetition` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `description` [INFO] [stdout] --> src/help.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | description: &str, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_description` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `command` [INFO] [stdout] --> src/help.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | command: &str, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_command` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `description` [INFO] [stdout] --> src/help.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | description: Option<&str>, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_description` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `usage` [INFO] [stdout] --> src/help.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | usage: UsageHelper, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_usage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/help.rs:87:25 [INFO] [stdout] | [INFO] [stdout] 87 | fn group(&mut self, name: &str, usage: UsageHelper) -> Result<(), Self::Err> { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `usage` [INFO] [stdout] --> src/help.rs:87:37 [INFO] [stdout] | [INFO] [stdout] 87 | fn group(&mut self, name: &str, usage: UsageHelper) -> Result<(), Self::Err> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_usage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `requirement` [INFO] [stdout] --> src/help.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | requirement: Requirement, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_requirement` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `usage` [INFO] [stdout] --> src/help.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 95 | usage: UsageHelper, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_usage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `usage` [INFO] [stdout] --> src/help.rs:101:35 [INFO] [stdout] | [INFO] [stdout] 101 | fn anonymous_group(&mut self, usage: UsageHelper) -> Result<(), Self::Err> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_usage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `requirement` [INFO] [stdout] --> src/printers.rs:409:9 [INFO] [stdout] | [INFO] [stdout] 409 | requirement: crate::help::Requirement, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_requirement` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repetition` [INFO] [stdout] --> src/printers.rs:410:9 [INFO] [stdout] | [INFO] [stdout] 410 | repetition: crate::help::Repetition, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repetition` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `requirement` [INFO] [stdout] --> src/printers.rs:419:9 [INFO] [stdout] | [INFO] [stdout] 419 | requirement: crate::help::Requirement, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_requirement` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repetition` [INFO] [stdout] --> src/printers.rs:420:9 [INFO] [stdout] | [INFO] [stdout] 420 | repetition: crate::help::Repetition, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repetition` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `description` [INFO] [stdout] --> src/printers.rs:429:9 [INFO] [stdout] | [INFO] [stdout] 429 | description: Option<&str>, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_description` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s [INFO] running `Command { std: "docker" "inspect" "a988359b0aa6226080e39cc09b33e581b168ad99ed7fff8a0e1a72b0c79dc8b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a988359b0aa6226080e39cc09b33e581b168ad99ed7fff8a0e1a72b0c79dc8b5", kill_on_drop: false }` [INFO] [stdout] a988359b0aa6226080e39cc09b33e581b168ad99ed7fff8a0e1a72b0c79dc8b5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 90ea6c1f8e3e855c0437128dccc2d84cb017efce9dde74dbe0026b3c3c036178 [INFO] running `Command { std: "docker" "start" "-a" "90ea6c1f8e3e855c0437128dccc2d84cb017efce9dde74dbe0026b3c3c036178", kill_on_drop: false }` [INFO] [stdout] warning: unused variable: `err` [INFO] [stdout] --> src/from_args.rs:67:30 [INFO] [stdout] | [INFO] [stdout] 67 | .unwrap_or_else(|err: errors::BuildError| todo!()); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_err` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `err` [INFO] [stdout] --> src/from_args.rs:69:44 [INFO] [stdout] | [INFO] [stdout] 69 | Self::build(state).unwrap_or_else(|err: errors::BuildError| todo!()) [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_err` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tags` [INFO] [stdout] --> src/help.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | tags: Tags<'_>, [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_tags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `argument` [INFO] [stdout] --> src/help.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | argument: Option>, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_argument` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `requirement` [INFO] [stdout] --> src/help.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | requirement: Requirement, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_requirement` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repetition` [INFO] [stdout] --> src/help.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | repetition: Repetition, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repetition` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `description` [INFO] [stdout] --> src/help.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | description: &str, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_description` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `argument` [INFO] [stdout] --> src/help.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | argument: ValueParameter<'_>, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_argument` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `requirement` [INFO] [stdout] --> src/help.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | requirement: Requirement, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_requirement` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repetition` [INFO] [stdout] --> src/help.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | repetition: Repetition, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repetition` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `description` [INFO] [stdout] --> src/help.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | description: &str, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_description` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `command` [INFO] [stdout] --> src/help.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | command: &str, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_command` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `description` [INFO] [stdout] --> src/help.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | description: Option<&str>, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_description` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `usage` [INFO] [stdout] --> src/help.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | usage: UsageHelper, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_usage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/help.rs:87:25 [INFO] [stdout] | [INFO] [stdout] 87 | fn group(&mut self, name: &str, usage: UsageHelper) -> Result<(), Self::Err> { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `usage` [INFO] [stdout] --> src/help.rs:87:37 [INFO] [stdout] | [INFO] [stdout] 87 | fn group(&mut self, name: &str, usage: UsageHelper) -> Result<(), Self::Err> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_usage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `requirement` [INFO] [stdout] --> src/help.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | requirement: Requirement, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_requirement` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `usage` [INFO] [stdout] --> src/help.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 95 | usage: UsageHelper, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_usage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `usage` [INFO] [stdout] --> src/help.rs:101:35 [INFO] [stdout] | [INFO] [stdout] 101 | fn anonymous_group(&mut self, usage: UsageHelper) -> Result<(), Self::Err> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_usage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `requirement` [INFO] [stdout] --> src/printers.rs:409:9 [INFO] [stdout] | [INFO] [stdout] 409 | requirement: crate::help::Requirement, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_requirement` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repetition` [INFO] [stdout] --> src/printers.rs:410:9 [INFO] [stdout] | [INFO] [stdout] 410 | repetition: crate::help::Repetition, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repetition` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling debate v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `requirement` [INFO] [stdout] --> src/printers.rs:419:9 [INFO] [stdout] | [INFO] [stdout] 419 | requirement: crate::help::Requirement, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_requirement` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repetition` [INFO] [stdout] --> src/printers.rs:420:9 [INFO] [stdout] | [INFO] [stdout] 420 | repetition: crate::help::Repetition, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repetition` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `description` [INFO] [stdout] --> src/printers.rs:429:9 [INFO] [stdout] | [INFO] [stdout] 429 | description: Option<&str>, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_description` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `err` [INFO] [stdout] --> src/from_args.rs:67:30 [INFO] [stdout] | [INFO] [stdout] 67 | .unwrap_or_else(|err: errors::BuildError| todo!()); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_err` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `err` [INFO] [stdout] --> src/from_args.rs:69:44 [INFO] [stdout] | [INFO] [stdout] 69 | Self::build(state).unwrap_or_else(|err: errors::BuildError| todo!()) [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_err` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tags` [INFO] [stdout] --> src/help.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | tags: Tags<'_>, [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_tags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `argument` [INFO] [stdout] --> src/help.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | argument: Option>, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_argument` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `requirement` [INFO] [stdout] --> src/help.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | requirement: Requirement, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_requirement` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repetition` [INFO] [stdout] --> src/help.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | repetition: Repetition, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repetition` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `description` [INFO] [stdout] --> src/help.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | description: &str, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_description` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `argument` [INFO] [stdout] --> src/help.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | argument: ValueParameter<'_>, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_argument` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `requirement` [INFO] [stdout] --> src/help.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | requirement: Requirement, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_requirement` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repetition` [INFO] [stdout] --> src/help.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | repetition: Repetition, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repetition` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `description` [INFO] [stdout] --> src/help.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | description: &str, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_description` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `command` [INFO] [stdout] --> src/help.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | command: &str, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_command` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `description` [INFO] [stdout] --> src/help.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | description: Option<&str>, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_description` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `usage` [INFO] [stdout] --> src/help.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | usage: UsageHelper, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_usage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/help.rs:87:25 [INFO] [stdout] | [INFO] [stdout] 87 | fn group(&mut self, name: &str, usage: UsageHelper) -> Result<(), Self::Err> { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `usage` [INFO] [stdout] --> src/help.rs:87:37 [INFO] [stdout] | [INFO] [stdout] 87 | fn group(&mut self, name: &str, usage: UsageHelper) -> Result<(), Self::Err> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_usage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `requirement` [INFO] [stdout] --> src/help.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | requirement: Requirement, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_requirement` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `usage` [INFO] [stdout] --> src/help.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 95 | usage: UsageHelper, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_usage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `usage` [INFO] [stdout] --> src/help.rs:101:35 [INFO] [stdout] | [INFO] [stdout] 101 | fn anonymous_group(&mut self, usage: UsageHelper) -> Result<(), Self::Err> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_usage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `requirement` [INFO] [stdout] --> src/printers.rs:409:9 [INFO] [stdout] | [INFO] [stdout] 409 | requirement: crate::help::Requirement, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_requirement` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repetition` [INFO] [stdout] --> src/printers.rs:410:9 [INFO] [stdout] | [INFO] [stdout] 410 | repetition: crate::help::Repetition, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repetition` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `requirement` [INFO] [stdout] --> src/printers.rs:419:9 [INFO] [stdout] | [INFO] [stdout] 419 | requirement: crate::help::Requirement, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_requirement` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repetition` [INFO] [stdout] --> src/printers.rs:420:9 [INFO] [stdout] | [INFO] [stdout] 420 | repetition: crate::help::Repetition, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repetition` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `description` [INFO] [stdout] --> src/printers.rs:429:9 [INFO] [stdout] | [INFO] [stdout] 429 | description: Option<&str>, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_description` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.44s [INFO] running `Command { std: "docker" "inspect" "90ea6c1f8e3e855c0437128dccc2d84cb017efce9dde74dbe0026b3c3c036178", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90ea6c1f8e3e855c0437128dccc2d84cb017efce9dde74dbe0026b3c3c036178", kill_on_drop: false }` [INFO] [stdout] 90ea6c1f8e3e855c0437128dccc2d84cb017efce9dde74dbe0026b3c3c036178 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4688a88cebf0a4051fd73f38f8cc558ee6d9b2e74a79ff79be7f389a78931717 [INFO] running `Command { std: "docker" "start" "-a" "4688a88cebf0a4051fd73f38f8cc558ee6d9b2e74a79ff79be7f389a78931717", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `err` [INFO] [stderr] --> src/from_args.rs:67:30 [INFO] [stderr] | [INFO] [stderr] 67 | .unwrap_or_else(|err: errors::BuildError| todo!()); [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_err` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `err` [INFO] [stderr] --> src/from_args.rs:69:44 [INFO] [stderr] | [INFO] [stderr] 69 | Self::build(state).unwrap_or_else(|err: errors::BuildError| todo!()) [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_err` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `tags` [INFO] [stderr] --> src/help.rs:56:9 [INFO] [stderr] | [INFO] [stderr] 56 | tags: Tags<'_>, [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_tags` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `argument` [INFO] [stderr] --> src/help.rs:57:9 [INFO] [stderr] | [INFO] [stderr] 57 | argument: Option>, [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_argument` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `requirement` [INFO] [stderr] --> src/help.rs:58:9 [INFO] [stderr] | [INFO] [stderr] 58 | requirement: Requirement, [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_requirement` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `repetition` [INFO] [stderr] --> src/help.rs:59:9 [INFO] [stderr] | [INFO] [stderr] 59 | repetition: Repetition, [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repetition` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `description` [INFO] [stderr] --> src/help.rs:60:9 [INFO] [stderr] | [INFO] [stderr] 60 | description: &str, [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_description` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `argument` [INFO] [stderr] --> src/help.rs:68:9 [INFO] [stderr] | [INFO] [stderr] 68 | argument: ValueParameter<'_>, [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_argument` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `requirement` [INFO] [stderr] --> src/help.rs:69:9 [INFO] [stderr] | [INFO] [stderr] 69 | requirement: Requirement, [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_requirement` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `repetition` [INFO] [stderr] --> src/help.rs:70:9 [INFO] [stderr] | [INFO] [stderr] 70 | repetition: Repetition, [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repetition` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `description` [INFO] [stderr] --> src/help.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | description: &str, [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_description` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `command` [INFO] [stderr] --> src/help.rs:79:9 [INFO] [stderr] | [INFO] [stderr] 79 | command: &str, [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_command` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `description` [INFO] [stderr] --> src/help.rs:80:9 [INFO] [stderr] | [INFO] [stderr] 80 | description: Option<&str>, [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_description` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `usage` [INFO] [stderr] --> src/help.rs:81:9 [INFO] [stderr] | [INFO] [stderr] 81 | usage: UsageHelper, [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_usage` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `name` [INFO] [stderr] --> src/help.rs:87:25 [INFO] [stderr] | [INFO] [stderr] 87 | fn group(&mut self, name: &str, usage: UsageHelper) -> Result<(), Self::Err> { [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_name` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `usage` [INFO] [stderr] --> src/help.rs:87:37 [INFO] [stderr] | [INFO] [stderr] 87 | fn group(&mut self, name: &str, usage: UsageHelper) -> Result<(), Self::Err> { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_usage` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `requirement` [INFO] [stderr] --> src/help.rs:94:9 [INFO] [stderr] | [INFO] [stderr] 94 | requirement: Requirement, [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_requirement` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `usage` [INFO] [stderr] --> src/help.rs:95:9 [INFO] [stderr] | [INFO] [stderr] 95 | usage: UsageHelper, [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_usage` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `usage` [INFO] [stderr] --> src/help.rs:101:35 [INFO] [stderr] | [INFO] [stderr] 101 | fn anonymous_group(&mut self, usage: UsageHelper) -> Result<(), Self::Err> { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_usage` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `requirement` [INFO] [stderr] --> src/printers.rs:409:9 [INFO] [stderr] | [INFO] [stderr] 409 | requirement: crate::help::Requirement, [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_requirement` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `repetition` [INFO] [stderr] --> src/printers.rs:410:9 [INFO] [stderr] | [INFO] [stderr] 410 | repetition: crate::help::Repetition, [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repetition` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `requirement` [INFO] [stderr] --> src/printers.rs:419:9 [INFO] [stderr] | [INFO] [stderr] 419 | requirement: crate::help::Requirement, [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_requirement` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `repetition` [INFO] [stderr] --> src/printers.rs:420:9 [INFO] [stderr] | [INFO] [stderr] 420 | repetition: crate::help::Repetition, [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repetition` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `description` [INFO] [stderr] --> src/printers.rs:429:9 [INFO] [stderr] | [INFO] [stderr] 429 | description: Option<&str>, [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_description` [INFO] [stderr] [INFO] [stderr] warning: `debate` (lib) generated 24 warnings [INFO] [stderr] warning: `debate` (lib test) generated 24 warnings (24 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/debate-ebe63c4d620e1426) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests debate [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/parameter.rs - parameter::ParsedValue (line 230) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/parameter.rs - parameter::ParsedValue (line 230) stdout ---- [INFO] [stdout] error[E0405]: cannot find trait `FromStr` in this scope [INFO] [stdout] --> src/parameter.rs:239:6 [INFO] [stdout] | [INFO] [stdout] 12 | impl FromStr for ColonPair { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 2 + use std::str::FromStr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `ColonPair: FromStr` is not satisfied [INFO] [stdout] --> src/parameter.rs:253:22 [INFO] [stdout] | [INFO] [stdout] 26 | impl ParsedValue for ColonPair {} [INFO] [stdout] | ^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] help: the trait `FromStr` is not implemented for `ColonPair` [INFO] [stdout] --> src/parameter.rs:234:1 [INFO] [stdout] | [INFO] [stdout] 7 | struct ColonPair { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: the following other types implement trait `FromStr`: [INFO] [stdout] ByteString [INFO] [stdout] CString [INFO] [stdout] IpAddr [INFO] [stdout] Ipv4Addr [INFO] [stdout] Ipv6Addr [INFO] [stdout] NonZero [INFO] [stdout] NonZero [INFO] [stdout] NonZero [INFO] [stdout] and 32 others [INFO] [stdout] note: required by a bound in `ParsedValue` [INFO] [stdout] --> /opt/rustwide/workdir/src/parameter.rs:258:24 [INFO] [stdout] | [INFO] [stdout] 258 | pub trait ParsedValue: FromStr {} [INFO] [stdout] | ^^^^^^^ required by this bound in `ParsedValue` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0405. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/parameter.rs - parameter::ParsedValue (line 230) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s [INFO] [stdout] [INFO] [stdout] all doctests ran in 0.21s; merged doctests compilation took 0.10s [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "4688a88cebf0a4051fd73f38f8cc558ee6d9b2e74a79ff79be7f389a78931717", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4688a88cebf0a4051fd73f38f8cc558ee6d9b2e74a79ff79be7f389a78931717", kill_on_drop: false }` [INFO] [stdout] 4688a88cebf0a4051fd73f38f8cc558ee6d9b2e74a79ff79be7f389a78931717