[INFO] fetching crate sjfl 0.4.0...
[INFO] checking sjfl-0.4.0 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] extracting crate sjfl 0.4.0 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate sjfl 0.4.0
[INFO] finished tweaking crates.io crate sjfl 0.4.0
[INFO] tweaked toml for crates.io crate sjfl 0.4.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate sjfl 0.4.0 on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 1 package to latest compatible version
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5a3ad82c744ad3f4e84849ddfe0d1967eb9ba437c38ec86e2710224087569bc0
[INFO] running `Command { std: "docker" "start" "-a" "5a3ad82c744ad3f4e84849ddfe0d1967eb9ba437c38ec86e2710224087569bc0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5a3ad82c744ad3f4e84849ddfe0d1967eb9ba437c38ec86e2710224087569bc0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5a3ad82c744ad3f4e84849ddfe0d1967eb9ba437c38ec86e2710224087569bc0", kill_on_drop: false }`
[INFO] [stdout] 5a3ad82c744ad3f4e84849ddfe0d1967eb9ba437c38ec86e2710224087569bc0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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 -Dunmustuse_in_always_ok" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] efada172d0df7f09019932b044979a75bb6c22eb6d9321358ebe26c659c2ddd1
[INFO] running `Command { std: "docker" "start" "-a" "efada172d0df7f09019932b044979a75bb6c22eb6d9321358ebe26c659c2ddd1", kill_on_drop: false }`
[INFO] [stderr]     Checking hmath v0.1.17
[INFO] [stderr]     Checking sjfl v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: irrefutable `if let` pattern
[INFO] [stdout]   --> src/session.rs:70:32
[INFO] [stdout]    |
[INFO] [stdout] 70 | ...                   if let Ok(path) = PathBuf::from_str(file) {
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this pattern will always match, so the `if let` is useless
[INFO] [stdout]    = help: consider replacing the `if let` with a `let`
[INFO] [stdout]    = note: `#[warn(irrefutable_let_patterns)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `file_name`
[INFO] [stdout]    --> src/lib.rs:185:21
[INFO] [stdout]     |
[INFO] [stdout] 185 | pub fn execute_file(file_name: &str, session: &mut Session) -> Result<(), (SJFLError, String)> {
[INFO] [stdout]     |                     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_file_name`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `session`
[INFO] [stdout]    --> src/lib.rs:185:38
[INFO] [stdout]     |
[INFO] [stdout] 185 | pub fn execute_file(file_name: &str, session: &mut Session) -> Result<(), (SJFLError, String)> {
[INFO] [stdout]     |                                      ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_session`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `META_CONST_NUM_BEGIN` is never used
[INFO] [stdout]   --> src/bsjfl.rs:46:11
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub const META_CONST_NUM_BEGIN: u8 = 3;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `META_STRING_GET` is never used
[INFO] [stdout]   --> src/bsjfl.rs:63:11
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub const META_STRING_GET: u8 = 208;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `META_STRING_SET` is never used
[INFO] [stdout]   --> src/bsjfl.rs:64:11
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub const META_STRING_SET: u8 = 209;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PathBuf, Infallible>
[INFO] [stdout]   --> src/file.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |         PathBuf::from_str(&self.path).unwrap().file_stem().unwrap().to_str().unwrap().to_string()
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PathBuf, Infallible>
[INFO] [stdout]   --> src/file.rs:46:28
[INFO] [stdout]    |
[INFO] [stdout] 46 |         let mut new_path = PathBuf::from_str(&self.path).unwrap();
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PathBuf, Infallible>
[INFO] [stdout]   --> src/session.rs:70:47
[INFO] [stdout]    |
[INFO] [stdout] 70 | ...                   if let Ok(path) = PathBuf::from_str(file) {
[INFO] [stdout]    |                                         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sjfl` (lib) due to 3 previous errors; 6 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: irrefutable `if let` pattern
[INFO] [stdout]   --> src/session.rs:70:32
[INFO] [stdout]    |
[INFO] [stdout] 70 | ...                   if let Ok(path) = PathBuf::from_str(file) {
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this pattern will always match, so the `if let` is useless
[INFO] [stdout]    = help: consider replacing the `if let` with a `let`
[INFO] [stdout]    = note: `#[warn(irrefutable_let_patterns)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `file_name`
[INFO] [stdout]    --> src/lib.rs:185:21
[INFO] [stdout]     |
[INFO] [stdout] 185 | pub fn execute_file(file_name: &str, session: &mut Session) -> Result<(), (SJFLError, String)> {
[INFO] [stdout]     |                     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_file_name`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `session`
[INFO] [stdout]    --> src/lib.rs:185:38
[INFO] [stdout]     |
[INFO] [stdout] 185 | pub fn execute_file(file_name: &str, session: &mut Session) -> Result<(), (SJFLError, String)> {
[INFO] [stdout]     |                                      ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_session`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `META_CONST_NUM_BEGIN` is never used
[INFO] [stdout]   --> src/bsjfl.rs:46:11
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub const META_CONST_NUM_BEGIN: u8 = 3;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `META_STRING_GET` is never used
[INFO] [stdout]   --> src/bsjfl.rs:63:11
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub const META_STRING_GET: u8 = 208;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `META_STRING_SET` is never used
[INFO] [stdout]   --> src/bsjfl.rs:64:11
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub const META_STRING_SET: u8 = 209;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PathBuf, Infallible>
[INFO] [stdout]   --> src/file.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |         PathBuf::from_str(&self.path).unwrap().file_stem().unwrap().to_str().unwrap().to_string()
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PathBuf, Infallible>
[INFO] [stdout]   --> src/file.rs:46:28
[INFO] [stdout]    |
[INFO] [stdout] 46 |         let mut new_path = PathBuf::from_str(&self.path).unwrap();
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PathBuf, Infallible>
[INFO] [stdout]   --> src/session.rs:70:47
[INFO] [stdout]    |
[INFO] [stdout] 70 | ...                   if let Ok(path) = PathBuf::from_str(file) {
[INFO] [stdout]    |                                         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sjfl` (lib test) due to 3 previous errors; 6 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "efada172d0df7f09019932b044979a75bb6c22eb6d9321358ebe26c659c2ddd1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "efada172d0df7f09019932b044979a75bb6c22eb6d9321358ebe26c659c2ddd1", kill_on_drop: false }`
[INFO] [stdout] efada172d0df7f09019932b044979a75bb6c22eb6d9321358ebe26c659c2ddd1
