[INFO] cloning repository https://github.com/CMIW/pk_edit
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CMIW/pk_edit" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCMIW%2Fpk_edit", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCMIW%2Fpk_edit'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c3ef5878a349acf22d6f737ac010509aed96b0e9
[INFO] checking CMIW/pk_edit against try#5fee451ebd94296ea05214e819c311e164b30af6 for pr-139042
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCMIW%2Fpk_edit" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/CMIW/pk_edit on toolchain 5fee451ebd94296ea05214e819c311e164b30af6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/CMIW/pk_edit
[INFO] finished tweaking git repo https://github.com/CMIW/pk_edit
[INFO] tweaked toml for git repo https://github.com/CMIW/pk_edit written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/CMIW/pk_edit 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" "+5fee451ebd94296ea05214e819c311e164b30af6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 62c2e458f71bb3b9f730c725a60ad44ffcc45bca7ce79e12bcfdad27607e46ea
[INFO] running `Command { std: "docker" "start" "-a" "62c2e458f71bb3b9f730c725a60ad44ffcc45bca7ce79e12bcfdad27607e46ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "62c2e458f71bb3b9f730c725a60ad44ffcc45bca7ce79e12bcfdad27607e46ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "62c2e458f71bb3b9f730c725a60ad44ffcc45bca7ce79e12bcfdad27607e46ea", kill_on_drop: false }`
[INFO] [stdout] 62c2e458f71bb3b9f730c725a60ad44ffcc45bca7ce79e12bcfdad27607e46ea
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 22d6f2f02a7adda9142afecf2049efa3025c015d768bdc587f236d5994a01bb0
[INFO] running `Command { std: "docker" "start" "-a" "22d6f2f02a7adda9142afecf2049efa3025c015d768bdc587f236d5994a01bb0", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling cc v1.1.6
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]    Compiling serde v1.0.204
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]    Compiling serde_json v1.0.116
[INFO] [stderr]     Checking ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]     Checking ryu v1.0.17
[INFO] [stderr]     Checking itoa v1.0.11
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking fallible-iterator v0.3.0
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking lcg-rand v1.0.0
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]     Checking getrandom v0.2.14
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling serde_derive v1.0.204
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]     Checking rusqlite v0.32.1
[INFO] [stderr]     Checking pk_edit v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/test.rs:62:38
[INFO] [stdout]      |
[INFO] [stdout] 62   |             gen_pokemon_from_species(&mut torchik, "Bulbasaur", &ot_name.as_bytes(), &ot_id);
[INFO] [stdout]      |             ------------------------ ^^^^^^^^^^^^ expected `Pokemon`, found `&mut Pokemon`
[INFO] [stdout]      |             |
[INFO] [stdout]      |             arguments to this function are incorrect
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> src/data_structure/pokemon.rs:1291:8
[INFO] [stdout]      |
[INFO] [stdout] 1291 | pub fn gen_pokemon_from_species(
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 1292 |     mut new_pokemon: Pokemon,
[INFO] [stdout]      |     ------------------------
[INFO] [stdout] help: consider removing the borrow
[INFO] [stdout]      |
[INFO] [stdout] 62   -             gen_pokemon_from_species(&mut torchik, "Bulbasaur", &ot_name.as_bytes(), &ot_id);
[INFO] [stdout] 62   +             gen_pokemon_from_species(torchik, "Bulbasaur", &ot_name.as_bytes(), &ot_id);
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Result<Pokemon, anyhow::Error>` doesn't implement `std::fmt::Display`
[INFO] [stdout]   --> src/test.rs:63:24
[INFO] [stdout]    |
[INFO] [stdout] 63 |         println!("{}", bulbasour);
[INFO] [stdout]    |                        ^^^^^^^^^ `Result<Pokemon, anyhow::Error>` cannot be formatted with the default formatter
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `std::fmt::Display` is not implemented for `Result<Pokemon, anyhow::Error>`
[INFO] [stdout]    = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
[INFO] [stdout]    = note: this error originates in the macro `$crate::format_args_nl` which comes from the expansion of the macro `println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `seed`
[INFO] [stdout]     --> src/data_structure/pokemon.rs:1351:10
[INFO] [stdout]      |
[INFO] [stdout] 1351 | fn gen_p(seed: &mut u32) -> u32 {
[INFO] [stdout]      |          ^^^^ help: if this is intentional, prefix it with an underscore: `_seed`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `seed`
[INFO] [stdout]     --> src/data_structure/pokemon.rs:1351:10
[INFO] [stdout]      |
[INFO] [stdout] 1351 | fn gen_p(seed: &mut u32) -> u32 {
[INFO] [stdout]      |          ^^^^ help: if this is intentional, prefix it with an underscore: `_seed`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `public` and `private` are never read
[INFO] [stdout]    --> src/data_structure/save_data.rs:652:5
[INFO] [stdout]     |
[INFO] [stdout] 651 | pub struct TrainerID {
[INFO] [stdout]     |            --------- fields in this struct
[INFO] [stdout] 652 |     public: u16,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 653 |     private: u16,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TrainerID` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0308.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pk_edit` (lib test) due to 2 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "22d6f2f02a7adda9142afecf2049efa3025c015d768bdc587f236d5994a01bb0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "22d6f2f02a7adda9142afecf2049efa3025c015d768bdc587f236d5994a01bb0", kill_on_drop: false }`
[INFO] [stdout] 22d6f2f02a7adda9142afecf2049efa3025c015d768bdc587f236d5994a01bb0
