[INFO] fetching crate sam-cli 0.1.0...
[INFO] testing sam-cli-0.1.0 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate sam-cli 0.1.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate sam-cli 0.1.0
[INFO] finished tweaking crates.io crate sam-cli 0.1.0
[INFO] tweaked toml for crates.io crate sam-cli 0.1.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate sam-cli 0.1.0 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate sam-cli 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" "+beta-2025-09-21" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1afca5a093ab5ff136ee93f29dfb50f5c3c4332208af1d439d8d8aebbb175ec0
[INFO] running `Command { std: "docker" "start" "-a" "1afca5a093ab5ff136ee93f29dfb50f5c3c4332208af1d439d8d8aebbb175ec0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1afca5a093ab5ff136ee93f29dfb50f5c3c4332208af1d439d8d8aebbb175ec0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1afca5a093ab5ff136ee93f29dfb50f5c3c4332208af1d439d8d8aebbb175ec0", kill_on_drop: false }`
[INFO] [stdout] 1afca5a093ab5ff136ee93f29dfb50f5c3c4332208af1d439d8d8aebbb175ec0
[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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 46eebde93e519ea7bfa90f6ce1db5050ffb9db762afc6c0b149aace8b03d273c
[INFO] running `Command { std: "docker" "start" "-a" "46eebde93e519ea7bfa90f6ce1db5050ffb9db762afc6c0b149aace8b03d273c", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.104
[INFO] [stderr]    Compiling io-lifetimes v1.0.3
[INFO] [stderr]    Compiling rustix v0.36.4
[INFO] [stderr]    Compiling linux-raw-sys v0.1.3
[INFO] [stderr]    Compiling serde_derive v1.0.148
[INFO] [stderr]    Compiling serde v1.0.148
[INFO] [stderr]    Compiling os_str_bytes v6.4.1
[INFO] [stderr]    Compiling once_cell v1.16.0
[INFO] [stderr]    Compiling clap_lex v0.3.0
[INFO] [stderr]    Compiling is-terminal v0.4.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling clap_derive v4.0.21
[INFO] [stderr]    Compiling clap v4.0.29
[INFO] [stderr]    Compiling sam-cli v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/main.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(core_panic)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Cli` and `TEMPLATES_FOLDER`
[INFO] [stdout]  --> src/commands/code_overhaul.rs:1:23
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{get_path, Cli, CODE_OVERHAUL_TEMPLATE_PATH, TEMPLATES_FOLDER};
[INFO] [stdout]   |                       ^^^                               ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::panicking::panic`
[INFO] [stdout]  --> src/commands/code_overhaul.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use core::panicking::panic;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `CODE_OVERHAUL_TEMPLATE_PATH`, `Cli`, `TEMPLATES_FOLDER`, and `get_path`
[INFO] [stdout]  --> src/commands/initialize.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{get_path, Cli, CODE_OVERHAUL_TEMPLATE_PATH, TEMPLATES_FOLDER};
[INFO] [stdout]   |             ^^^^^^^^  ^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::panicking::panic`
[INFO] [stdout]  --> src/commands/initialize.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use core::panicking::panic;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::Path`
[INFO] [stdout]  --> src/commands/initialize.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::path::Path;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::process::Command`
[INFO] [stdout]  --> src/commands/initialize.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::process::Command;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::str`
[INFO] [stdout]  --> src/commands/initialize.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::str;
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serde::de::Unexpected::Str`
[INFO] [stdout]  --> src/utils.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use serde::de::Unexpected::Str;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `clap::builder::Str`
[INFO] [stdout]  --> src/main.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use clap::builder::Str;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sam-cli` (bin "sam-cli") due to 5 previous errors; 11 warnings emitted
[INFO] [stdout] warning: unused import: `core::panicking::panic`
[INFO] [stdout]   --> src/main.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use core::panicking::panic;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `panic_internals`: internal details of the implementation of the `panic!` and related macros
[INFO] [stdout]   --> src/main.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use core::panicking::panic;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `core_panic`
[INFO] [stdout]  --> src/main.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(core_panic)]
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `panic_internals`: internal details of the implementation of the `panic!` and related macros
[INFO] [stdout]  --> src/commands/code_overhaul.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use core::panicking::panic;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `panic_internals`: internal details of the implementation of the `panic!` and related macros
[INFO] [stdout]  --> src/commands/initialize.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use core::panicking::panic;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `config_file_path`
[INFO] [stdout]  --> src/commands/initialize.rs:8:30
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn initialize_notes_repo(config_file_path: Option<String>) {
[INFO] [stdout]   |                              ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_config_file_path`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0554, E0635, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "46eebde93e519ea7bfa90f6ce1db5050ffb9db762afc6c0b149aace8b03d273c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "46eebde93e519ea7bfa90f6ce1db5050ffb9db762afc6c0b149aace8b03d273c", kill_on_drop: false }`
[INFO] [stdout] 46eebde93e519ea7bfa90f6ce1db5050ffb9db762afc6c0b149aace8b03d273c
