[INFO] fetching crate ast-description-lang 0.4.0...
[INFO] checking ast-description-lang-0.4.0 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate ast-description-lang 0.4.0 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate ast-description-lang 0.4.0 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ast-description-lang 0.4.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate ast-description-lang 0.4.0
[INFO] tweaked toml for crates.io crate ast-description-lang 0.4.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded escargot v0.5.10
[INFO] [stderr]   Downloaded similar v2.4.0
[INFO] [stderr]   Downloaded insta v1.36.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bf87601b46627e27505e9dc359e33883c0fdc4054b3f1aa331b73e2d56ff54cd
[INFO] running `Command { std: "docker" "start" "-a" "bf87601b46627e27505e9dc359e33883c0fdc4054b3f1aa331b73e2d56ff54cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bf87601b46627e27505e9dc359e33883c0fdc4054b3f1aa331b73e2d56ff54cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bf87601b46627e27505e9dc359e33883c0fdc4054b3f1aa331b73e2d56ff54cd", kill_on_drop: false }`
[INFO] [stdout] bf87601b46627e27505e9dc359e33883c0fdc4054b3f1aa331b73e2d56ff54cd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3c6e68a28022a530ef0b30bbc2c4c557bcba54927b08d39514e2fa8bbcc07c3e
[INFO] running `Command { std: "docker" "start" "-a" "3c6e68a28022a530ef0b30bbc2c4c557bcba54927b08d39514e2fa8bbcc07c3e", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling thiserror v1.0.57
[INFO] [stderr]    Compiling serde_json v1.0.114
[INFO] [stderr]    Compiling anyhow v1.0.80
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]    Compiling escargot v0.5.10
[INFO] [stderr]     Checking itoa v1.0.10
[INFO] [stderr]     Checking ryu v1.0.17
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking similar v2.4.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking heck v0.4.1
[INFO] [stderr]     Checking console v0.15.8
[INFO] [stderr]     Checking yaml-rust v0.4.5
[INFO] [stderr]     Checking insta v1.36.1
[INFO] [stderr]     Checking quote v1.0.35
[INFO] [stderr]    Compiling syn v2.0.52
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling thiserror-impl v1.0.57
[INFO] [stderr]     Checking toml v0.5.11
[INFO] [stderr]     Checking ast-description-lang v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0277]: the trait bound `Option<PathBuf>: AsRef<Path>` is not satisfied
[INFO] [stdout]   --> tests/e2e.rs:29:35
[INFO] [stdout]    |
[INFO] [stdout] 29 |     with_settings!({input_file => Some(path), snapshot_suffix => name}, {
[INFO] [stdout]    |                     ----------    ^^^^^^^^^^ the trait `AsRef<Path>` is not implemented for `Option<PathBuf>`
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `insta::settings::ActualSettings::input_file`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/insta-1.36.1/src/settings.rs:92:26
[INFO] [stdout]    |
[INFO] [stdout] 92 |     pub fn input_file<P: AsRef<Path>>(&mut self, p: P) {
[INFO] [stdout]    |                          ^^^^^^^^^^^ required by this bound in `ActualSettings::input_file`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ast-description-lang` (test "e2e") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0277]: the trait bound `std::option::Option<PathBuf>: AsRef<Path>` is not satisfied
[INFO] [stdout]    --> src/ast/collapsed/mod.rs:224:35
[INFO] [stdout]     |
[INFO] [stdout] 224 |     with_settings!({input_file => Some(path)}, {
[INFO] [stdout]     |                     ----------    ^^^^^^^^^^ the trait `AsRef<Path>` is not implemented for `std::option::Option<PathBuf>`
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `insta::settings::ActualSettings::input_file`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/insta-1.36.1/src/settings.rs:92:26
[INFO] [stdout]     |
[INFO] [stdout] 92  |     pub fn input_file<P: AsRef<Path>>(&mut self, p: P) {
[INFO] [stdout]     |                          ^^^^^^^^^^^ required by this bound in `ActualSettings::input_file`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `std::option::Option<PathBuf>: AsRef<Path>` is not satisfied
[INFO] [stdout]    --> src/ast/parsed/mod.rs:171:35
[INFO] [stdout]     |
[INFO] [stdout] 171 |     with_settings!({input_file => Some(path)}, {
[INFO] [stdout]     |                     ----------    ^^^^^^^^^^ the trait `AsRef<Path>` is not implemented for `std::option::Option<PathBuf>`
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `insta::settings::ActualSettings::input_file`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/insta-1.36.1/src/settings.rs:92:26
[INFO] [stdout]     |
[INFO] [stdout] 92  |     pub fn input_file<P: AsRef<Path>>(&mut self, p: P) {
[INFO] [stdout]     |                          ^^^^^^^^^^^ required by this bound in `ActualSettings::input_file`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `std::option::Option<PathBuf>: AsRef<Path>` is not satisfied
[INFO] [stdout]    --> src/ast/print.rs:822:35
[INFO] [stdout]     |
[INFO] [stdout] 822 |     with_settings!({input_file => Some(path)}, {
[INFO] [stdout]     |                     ----------    ^^^^^^^^^^ the trait `AsRef<Path>` is not implemented for `std::option::Option<PathBuf>`
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `insta::settings::ActualSettings::input_file`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/insta-1.36.1/src/settings.rs:92:26
[INFO] [stdout]     |
[INFO] [stdout] 92  |     pub fn input_file<P: AsRef<Path>>(&mut self, p: P) {
[INFO] [stdout]     |                          ^^^^^^^^^^^ required by this bound in `ActualSettings::input_file`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `std::option::Option<PathBuf>: AsRef<Path>` is not satisfied
[INFO] [stdout]    --> src/ast/raw.rs:464:35
[INFO] [stdout]     |
[INFO] [stdout] 464 |     with_settings!({input_file => Some(path)}, {
[INFO] [stdout]     |                     ----------    ^^^^^^^^^^ the trait `AsRef<Path>` is not implemented for `std::option::Option<PathBuf>`
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `insta::settings::ActualSettings::input_file`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/insta-1.36.1/src/settings.rs:92:26
[INFO] [stdout]     |
[INFO] [stdout] 92  |     pub fn input_file<P: AsRef<Path>>(&mut self, p: P) {
[INFO] [stdout]     |                          ^^^^^^^^^^^ required by this bound in `ActualSettings::input_file`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ast-description-lang` (lib test) due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "3c6e68a28022a530ef0b30bbc2c4c557bcba54927b08d39514e2fa8bbcc07c3e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3c6e68a28022a530ef0b30bbc2c4c557bcba54927b08d39514e2fa8bbcc07c3e", kill_on_drop: false }`
[INFO] [stdout] 3c6e68a28022a530ef0b30bbc2c4c557bcba54927b08d39514e2fa8bbcc07c3e
[INFO] checking ast-description-lang-0.4.0 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate ast-description-lang 0.4.0 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate ast-description-lang 0.4.0 on toolchain bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ast-description-lang 0.4.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate ast-description-lang 0.4.0
[INFO] tweaked toml for crates.io crate ast-description-lang 0.4.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7675ff3cf5f02cf832b87f7f7266430fb3c081ea6f738fe843c5456c99f1a2ba
[INFO] running `Command { std: "docker" "start" "-a" "7675ff3cf5f02cf832b87f7f7266430fb3c081ea6f738fe843c5456c99f1a2ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7675ff3cf5f02cf832b87f7f7266430fb3c081ea6f738fe843c5456c99f1a2ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7675ff3cf5f02cf832b87f7f7266430fb3c081ea6f738fe843c5456c99f1a2ba", kill_on_drop: false }`
[INFO] [stdout] 7675ff3cf5f02cf832b87f7f7266430fb3c081ea6f738fe843c5456c99f1a2ba
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3987df25eb93ec14852796555fd9206446cbf2ce2d908669faa8c6dc51a1fbe7
[INFO] running `Command { std: "docker" "start" "-a" "3987df25eb93ec14852796555fd9206446cbf2ce2d908669faa8c6dc51a1fbe7", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling anyhow v1.0.80
[INFO] [stderr]    Compiling serde_json v1.0.114
[INFO] [stderr]    Compiling thiserror v1.0.57
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]     Checking ryu v1.0.17
[INFO] [stderr]     Checking itoa v1.0.10
[INFO] [stderr]    Compiling escargot v0.5.10
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking heck v0.4.1
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking similar v2.4.0
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking console v0.15.8
[INFO] [stderr]     Checking yaml-rust v0.4.5
[INFO] [stderr]     Checking quote v1.0.35
[INFO] [stderr]     Checking insta v1.36.1
[INFO] [stderr]    Compiling syn v2.0.52
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling thiserror-impl v1.0.57
[INFO] [stderr]     Checking toml v0.5.11
[INFO] [stderr]     Checking ast-description-lang v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0277]: the trait bound `Option<PathBuf>: AsRef<Path>` is not satisfied
[INFO] [stdout]   --> tests/e2e.rs:29:35
[INFO] [stdout]    |
[INFO] [stdout] 29 |     with_settings!({input_file => Some(path), snapshot_suffix => name}, {
[INFO] [stdout]    |                     ----------    ^^^^^^^^^^ the trait `AsRef<Path>` is not implemented for `Option<PathBuf>`
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `insta::settings::ActualSettings::input_file`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/insta-1.36.1/src/settings.rs:92:26
[INFO] [stdout]    |
[INFO] [stdout] 92 |     pub fn input_file<P: AsRef<Path>>(&mut self, p: P) {
[INFO] [stdout]    |                          ^^^^^^^^^^^ required by this bound in `ActualSettings::input_file`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ast-description-lang` (test "e2e") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0277]: the trait bound `std::option::Option<PathBuf>: AsRef<Path>` is not satisfied
[INFO] [stdout]    --> src/ast/collapsed/mod.rs:224:35
[INFO] [stdout]     |
[INFO] [stdout] 224 |     with_settings!({input_file => Some(path)}, {
[INFO] [stdout]     |                     ----------    ^^^^^^^^^^ the trait `AsRef<Path>` is not implemented for `std::option::Option<PathBuf>`
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `insta::settings::ActualSettings::input_file`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/insta-1.36.1/src/settings.rs:92:26
[INFO] [stdout]     |
[INFO] [stdout] 92  |     pub fn input_file<P: AsRef<Path>>(&mut self, p: P) {
[INFO] [stdout]     |                          ^^^^^^^^^^^ required by this bound in `ActualSettings::input_file`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `std::option::Option<PathBuf>: AsRef<Path>` is not satisfied
[INFO] [stdout]    --> src/ast/parsed/mod.rs:171:35
[INFO] [stdout]     |
[INFO] [stdout] 171 |     with_settings!({input_file => Some(path)}, {
[INFO] [stdout]     |                     ----------    ^^^^^^^^^^ the trait `AsRef<Path>` is not implemented for `std::option::Option<PathBuf>`
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `insta::settings::ActualSettings::input_file`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/insta-1.36.1/src/settings.rs:92:26
[INFO] [stdout]     |
[INFO] [stdout] 92  |     pub fn input_file<P: AsRef<Path>>(&mut self, p: P) {
[INFO] [stdout]     |                          ^^^^^^^^^^^ required by this bound in `ActualSettings::input_file`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `std::option::Option<PathBuf>: AsRef<Path>` is not satisfied
[INFO] [stdout]    --> src/ast/print.rs:822:35
[INFO] [stdout]     |
[INFO] [stdout] 822 |     with_settings!({input_file => Some(path)}, {
[INFO] [stdout]     |                     ----------    ^^^^^^^^^^ the trait `AsRef<Path>` is not implemented for `std::option::Option<PathBuf>`
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `insta::settings::ActualSettings::input_file`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/insta-1.36.1/src/settings.rs:92:26
[INFO] [stdout]     |
[INFO] [stdout] 92  |     pub fn input_file<P: AsRef<Path>>(&mut self, p: P) {
[INFO] [stdout]     |                          ^^^^^^^^^^^ required by this bound in `ActualSettings::input_file`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `std::option::Option<PathBuf>: AsRef<Path>` is not satisfied
[INFO] [stdout]    --> src/ast/raw.rs:464:35
[INFO] [stdout]     |
[INFO] [stdout] 464 |     with_settings!({input_file => Some(path)}, {
[INFO] [stdout]     |                     ----------    ^^^^^^^^^^ the trait `AsRef<Path>` is not implemented for `std::option::Option<PathBuf>`
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `insta::settings::ActualSettings::input_file`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/insta-1.36.1/src/settings.rs:92:26
[INFO] [stdout]     |
[INFO] [stdout] 92  |     pub fn input_file<P: AsRef<Path>>(&mut self, p: P) {
[INFO] [stdout]     |                          ^^^^^^^^^^^ required by this bound in `ActualSettings::input_file`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ast-description-lang` (lib test) due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "3987df25eb93ec14852796555fd9206446cbf2ce2d908669faa8c6dc51a1fbe7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3987df25eb93ec14852796555fd9206446cbf2ce2d908669faa8c6dc51a1fbe7", kill_on_drop: false }`
[INFO] [stdout] 3987df25eb93ec14852796555fd9206446cbf2ce2d908669faa8c6dc51a1fbe7
