[INFO] fetching crate pokemon 1.0.0...
[INFO] testing pokemon-1.0.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate pokemon 1.0.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate pokemon 1.0.0
[INFO] finished tweaking crates.io crate pokemon 1.0.0
[INFO] tweaked toml for crates.io crate pokemon 1.0.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate pokemon 1.0.0 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 13 packages to latest compatible versions
[INFO] [stderr]       Adding csv v0.14.7 (available: v1.4.0)
[INFO] [stderr]       Adding rand v0.3.23 (available: v0.9.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6c220098a2e06de954566f3576c369969650c7a80a574db3e8010fa793eaca2b
[INFO] running `Command { std: "docker" "start" "-a" "6c220098a2e06de954566f3576c369969650c7a80a574db3e8010fa793eaca2b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6c220098a2e06de954566f3576c369969650c7a80a574db3e8010fa793eaca2b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6c220098a2e06de954566f3576c369969650c7a80a574db3e8010fa793eaca2b", kill_on_drop: false }`
[INFO] [stdout] 6c220098a2e06de954566f3576c369969650c7a80a574db3e8010fa793eaca2b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2017242f73864a3dc667c54fdf9f7cebc58af4710e7e89520d3528c36966c606
[INFO] running `Command { std: "docker" "start" "-a" "2017242f73864a3dc667c54fdf9f7cebc58af4710e7e89520d3528c36966c606", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]    Compiling rustc-serialize v0.3.25
[INFO] [stderr]    Compiling byteorder v0.5.3
[INFO] [stderr]    Compiling rand v0.3.23
[INFO] [stderr]    Compiling csv v0.14.7
[INFO] [stderr]    Compiling pokemon v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: cannot find derive macro `RustcDecodable` in this scope
[INFO] [stdout]   --> src/lib.rs:22:14
[INFO] [stdout]    |
[INFO] [stdout] 22 |     #[derive(RustcDecodable, RustcEncodable, Clone, Debug)]
[INFO] [stdout]    |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `RustcEncodable` in this scope
[INFO] [stdout]   --> src/lib.rs:22:30
[INFO] [stdout]    |
[INFO] [stdout] 22 |     #[derive(RustcDecodable, RustcEncodable, Clone, Debug)]
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Pokemon: Decodable` is not satisfied
[INFO] [stdout]   --> src/lib.rs:35:46
[INFO] [stdout]    |
[INFO] [stdout] 35 |         let rows:Vec<Pokemon> = rdr.decode().collect::<csv::Result<Vec<Pokemon>>>().unwrap();
[INFO] [stdout]    |                                              ^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `Decodable` is not implemented for `Pokemon`
[INFO] [stdout]   --> src/lib.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub struct Pokemon {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: the following other types implement trait `Decodable`:
[INFO] [stdout]              ()
[INFO] [stdout]              (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
[INFO] [stdout]              (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
[INFO] [stdout]              (T10, T11)
[INFO] [stdout]              (T11,)
[INFO] [stdout]              (T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
[INFO] [stdout]              (T3, T4, T5, T6, T7, T8, T9, T10, T11)
[INFO] [stdout]              (T4, T5, T6, T7, T8, T9, T10, T11)
[INFO] [stdout]            and 71 others
[INFO] [stdout]    = note: required for `DecodedRecords<'_, File, Pokemon>` to implement `Iterator`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Pokemon: Decodable` is not satisfied
[INFO] [stdout]    --> src/lib.rs:35:37
[INFO] [stdout]     |
[INFO] [stdout]  35 |         let rows:Vec<Pokemon> = rdr.decode().collect::<csv::Result<Vec<Pokemon>>>().unwrap();
[INFO] [stdout]     |                                     ^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Decodable` is not implemented for `Pokemon`
[INFO] [stdout]    --> src/lib.rs:23:5
[INFO] [stdout]     |
[INFO] [stdout]  23 |     pub struct Pokemon {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `Decodable`:
[INFO] [stdout]               ()
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
[INFO] [stdout]               (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
[INFO] [stdout]               (T10, T11)
[INFO] [stdout]               (T11,)
[INFO] [stdout]               (T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
[INFO] [stdout]               (T3, T4, T5, T6, T7, T8, T9, T10, T11)
[INFO] [stdout]               (T4, T5, T6, T7, T8, T9, T10, T11)
[INFO] [stdout]             and 71 others
[INFO] [stdout] note: required by a bound in `Reader::<R>::decode`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/csv-0.14.7/src/reader.rs:279:26
[INFO] [stdout]     |
[INFO] [stdout] 279 |     pub fn decode<'a, D: Decodable>(&'a mut self) -> DecodedRecords<'a, R, D> {
[INFO] [stdout]     |                          ^^^^^^^^^ required by this bound in `Reader::<R>::decode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Pokemon: Decodable` is not satisfied
[INFO] [stdout]   --> src/lib.rs:42:46
[INFO] [stdout]    |
[INFO] [stdout] 42 |         let rows:Vec<Pokemon> = rdr.decode().collect::<csv::Result<Vec<Pokemon>>>().unwrap();
[INFO] [stdout]    |                                              ^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `Decodable` is not implemented for `Pokemon`
[INFO] [stdout]   --> src/lib.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub struct Pokemon {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: the following other types implement trait `Decodable`:
[INFO] [stdout]              ()
[INFO] [stdout]              (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
[INFO] [stdout]              (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
[INFO] [stdout]              (T10, T11)
[INFO] [stdout]              (T11,)
[INFO] [stdout]              (T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
[INFO] [stdout]              (T3, T4, T5, T6, T7, T8, T9, T10, T11)
[INFO] [stdout]              (T4, T5, T6, T7, T8, T9, T10, T11)
[INFO] [stdout]            and 71 others
[INFO] [stdout]    = note: required for `DecodedRecords<'_, File, Pokemon>` to implement `Iterator`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Pokemon: Decodable` is not satisfied
[INFO] [stdout]    --> src/lib.rs:42:37
[INFO] [stdout]     |
[INFO] [stdout]  42 |         let rows:Vec<Pokemon> = rdr.decode().collect::<csv::Result<Vec<Pokemon>>>().unwrap();
[INFO] [stdout]     |                                     ^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Decodable` is not implemented for `Pokemon`
[INFO] [stdout]    --> src/lib.rs:23:5
[INFO] [stdout]     |
[INFO] [stdout]  23 |     pub struct Pokemon {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `Decodable`:
[INFO] [stdout]               ()
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
[INFO] [stdout]               (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
[INFO] [stdout]               (T10, T11)
[INFO] [stdout]               (T11,)
[INFO] [stdout]               (T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
[INFO] [stdout]               (T3, T4, T5, T6, T7, T8, T9, T10, T11)
[INFO] [stdout]               (T4, T5, T6, T7, T8, T9, T10, T11)
[INFO] [stdout]             and 71 others
[INFO] [stdout] note: required by a bound in `Reader::<R>::decode`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/csv-0.14.7/src/reader.rs:279:26
[INFO] [stdout]     |
[INFO] [stdout] 279 |     pub fn decode<'a, D: Decodable>(&'a mut self) -> DecodedRecords<'a, R, D> {
[INFO] [stdout]     |                          ^^^^^^^^^ required by this bound in `Reader::<R>::decode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pokemon` (lib) due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "2017242f73864a3dc667c54fdf9f7cebc58af4710e7e89520d3528c36966c606", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2017242f73864a3dc667c54fdf9f7cebc58af4710e7e89520d3528c36966c606", kill_on_drop: false }`
[INFO] [stdout] 2017242f73864a3dc667c54fdf9f7cebc58af4710e7e89520d3528c36966c606
