[INFO] cloning repository https://github.com/jpx40/int_cast [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jpx40/int_cast" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjpx40%2Fint_cast", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjpx40%2Fint_cast'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 94a59b2eff694ac417ce403c5bb561f044fd409b [INFO] testing jpx40/int_cast against beta-2025-09-21 for beta-1.91-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjpx40%2Fint_cast" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/jpx40/int_cast [INFO] finished tweaking git repo https://github.com/jpx40/int_cast [INFO] tweaked toml for git repo https://github.com/jpx40/int_cast written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/jpx40/int_cast 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 git repo https://github.com/jpx40/int_cast 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-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 566befe09cb043d52da86ad4469668c56cd87543f45eb9550b954036b7eaa52d [INFO] running `Command { std: "docker" "start" "-a" "566befe09cb043d52da86ad4469668c56cd87543f45eb9550b954036b7eaa52d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "566befe09cb043d52da86ad4469668c56cd87543f45eb9550b954036b7eaa52d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "566befe09cb043d52da86ad4469668c56cd87543f45eb9550b954036b7eaa52d", kill_on_drop: false }` [INFO] [stdout] 566befe09cb043d52da86ad4469668c56cd87543f45eb9550b954036b7eaa52d [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=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] 8448b87b40eb7c58e83ec5aa646f06a8c02c3a473655f5b043a5a152cbc97baf [INFO] running `Command { std: "docker" "start" "-a" "8448b87b40eb7c58e83ec5aa646f06a8c02c3a473655f5b043a5a152cbc97baf", kill_on_drop: false }` [INFO] [stderr] Compiling int_cast v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0277]: the trait bound `i32: From` is not satisfied [INFO] [stdout] --> src/lib.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | >::into(i) [INFO] [stdout] | ^ the trait `From` is not implemented for `i32` [INFO] [stdout] | [INFO] [stdout] = note: required for `T` to implement `Into` [INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 5 | i32: TryFrom, i32: From [INFO] [stdout] | ++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `i64: From` is not satisfied [INFO] [stdout] --> src/lib.rs:14:8 [INFO] [stdout] | [INFO] [stdout] 14 | >::into(i) [INFO] [stdout] | ^ the trait `From` is not implemented for `i64` [INFO] [stdout] | [INFO] [stdout] = note: required for `T` to implement `Into` [INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 12 | i64: TryFrom, i64: From [INFO] [stdout] | ++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `i16: From` is not satisfied [INFO] [stdout] --> src/lib.rs:21:8 [INFO] [stdout] | [INFO] [stdout] 21 | >::into(i) [INFO] [stdout] | ^ the trait `From` is not implemented for `i16` [INFO] [stdout] | [INFO] [stdout] = note: required for `T` to implement `Into` [INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 19 | i16: TryFrom, i16: From [INFO] [stdout] | ++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `f32: From` is not satisfied [INFO] [stdout] --> src/lib.rs:28:8 [INFO] [stdout] | [INFO] [stdout] 28 | >::into(i) [INFO] [stdout] | ^ the trait `From` is not implemented for `f32` [INFO] [stdout] | [INFO] [stdout] = note: required for `T` to implement `Into` [INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 26 | f32: TryFrom, f32: From [INFO] [stdout] | ++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `f64: From` is not satisfied [INFO] [stdout] --> src/lib.rs:35:8 [INFO] [stdout] | [INFO] [stdout] 35 | >::into(i) [INFO] [stdout] | ^ the trait `From` is not implemented for `f64` [INFO] [stdout] | [INFO] [stdout] = note: required for `T` to implement `Into` [INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 33 | f64: TryFrom, f64: From [INFO] [stdout] | ++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `i128: From` is not satisfied [INFO] [stdout] --> src/lib.rs:42:8 [INFO] [stdout] | [INFO] [stdout] 42 | >::into(i) [INFO] [stdout] | ^ the trait `From` is not implemented for `i128` [INFO] [stdout] | [INFO] [stdout] = note: required for `T` to implement `Into` [INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 40 | i128: TryFrom, i128: From [INFO] [stdout] | +++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `u128: From` is not satisfied [INFO] [stdout] --> src/lib.rs:49:8 [INFO] [stdout] | [INFO] [stdout] 49 | >::into(i) [INFO] [stdout] | ^ the trait `From` is not implemented for `u128` [INFO] [stdout] | [INFO] [stdout] = note: required for `T` to implement `Into` [INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 47 | u128: TryFrom, u128: From [INFO] [stdout] | +++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `u32: From` is not satisfied [INFO] [stdout] --> src/lib.rs:56:8 [INFO] [stdout] | [INFO] [stdout] 56 | >::into(i) [INFO] [stdout] | ^ the trait `From` is not implemented for `u32` [INFO] [stdout] | [INFO] [stdout] = note: required for `T` to implement `Into` [INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 53 | where u32: TryFrom, u32: From [INFO] [stdout] | ++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `u16: From` is not satisfied [INFO] [stdout] --> src/lib.rs:63:8 [INFO] [stdout] | [INFO] [stdout] 63 | >::into(i) [INFO] [stdout] | ^ the trait `From` is not implemented for `u16` [INFO] [stdout] | [INFO] [stdout] = note: required for `T` to implement `Into` [INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 61 | u16: TryFrom, u16: From [INFO] [stdout] | ++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `u8: From` is not satisfied [INFO] [stdout] --> src/lib.rs:69:8 [INFO] [stdout] | [INFO] [stdout] 69 | >::into(i) [INFO] [stdout] | ^ the trait `From` is not implemented for `u8` [INFO] [stdout] | [INFO] [stdout] = note: required for `T` to implement `Into` [INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 67 | u8: TryFrom, u8: From [INFO] [stdout] | +++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `u64: From` is not satisfied [INFO] [stdout] --> src/lib.rs:83:8 [INFO] [stdout] | [INFO] [stdout] 83 | >::into(i) [INFO] [stdout] | ^ the trait `From` is not implemented for `u64` [INFO] [stdout] | [INFO] [stdout] = note: required for `T` to implement `Into` [INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 81 | u64: TryFrom, u64: From [INFO] [stdout] | ++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `int_cast` (lib) due to 11 previous errors [INFO] running `Command { std: "docker" "inspect" "8448b87b40eb7c58e83ec5aa646f06a8c02c3a473655f5b043a5a152cbc97baf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8448b87b40eb7c58e83ec5aa646f06a8c02c3a473655f5b043a5a152cbc97baf", kill_on_drop: false }` [INFO] [stdout] 8448b87b40eb7c58e83ec5aa646f06a8c02c3a473655f5b043a5a152cbc97baf