[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 1.90.0 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-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jpx40/int_cast on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1df2dd3ef97534cc5c1868d039cecbf470f43234580b4c37dd73da29e6296d0f
[INFO] running `Command { std: "docker" "start" "-a" "1df2dd3ef97534cc5c1868d039cecbf470f43234580b4c37dd73da29e6296d0f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1df2dd3ef97534cc5c1868d039cecbf470f43234580b4c37dd73da29e6296d0f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1df2dd3ef97534cc5c1868d039cecbf470f43234580b4c37dd73da29e6296d0f", kill_on_drop: false }`
[INFO] [stdout] 1df2dd3ef97534cc5c1868d039cecbf470f43234580b4c37dd73da29e6296d0f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 24cae17a324f966895c2381c5527d80b4f9274d01c5a374fbb2e3f9cc69b676a
[INFO] running `Command { std: "docker" "start" "-a" "24cae17a324f966895c2381c5527d80b4f9274d01c5a374fbb2e3f9cc69b676a", kill_on_drop: false }`
[INFO] [stderr]    Compiling int_cast v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0277]: the trait bound `i32: From<T>` is not satisfied
[INFO] [stdout]  --> src/lib.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 |       <T as Into<i32>>::into(i)
[INFO] [stdout]   |        ^ the trait `From<T>` is not implemented for `i32`
[INFO] [stdout]   |
[INFO] [stdout]   = note: required for `T` to implement `Into<i32>`
[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<T>, i32: From<T>
[INFO] [stdout]   |                 ++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `i64: From<T>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:14:8
[INFO] [stdout]    |
[INFO] [stdout] 14 |       <T as Into<i64>>::into(i)
[INFO] [stdout]    |        ^ the trait `From<T>` is not implemented for `i64`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `T` to implement `Into<i64>`
[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<T>, i64: From<T>
[INFO] [stdout]    |                     ++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `i16: From<T>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:21:8
[INFO] [stdout]    |
[INFO] [stdout] 21 |       <T as Into<i16>>::into(i)
[INFO] [stdout]    |        ^ the trait `From<T>` is not implemented for `i16`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `T` to implement `Into<i16>`
[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<T>, i16: From<T>
[INFO] [stdout]    |                 ++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `f32: From<T>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:28:8
[INFO] [stdout]    |
[INFO] [stdout] 28 |       <T as Into<f32>>::into(i)
[INFO] [stdout]    |        ^ the trait `From<T>` is not implemented for `f32`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `T` to implement `Into<f32>`
[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<T>, f32: From<T>
[INFO] [stdout]    |                  ++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `f64: From<T>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:35:8
[INFO] [stdout]    |
[INFO] [stdout] 35 |       <T as Into<f64>>::into(i)
[INFO] [stdout]    |        ^ the trait `From<T>` is not implemented for `f64`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `T` to implement `Into<f64>`
[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<T>, f64: From<T>
[INFO] [stdout]    |                 ++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `i128: From<T>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:42:8
[INFO] [stdout]    |
[INFO] [stdout] 42 |       <T as Into<i128>>::into(i)
[INFO] [stdout]    |        ^ the trait `From<T>` is not implemented for `i128`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `T` to implement `Into<i128>`
[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<T>, i128: From<T>
[INFO] [stdout]    |                    +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `u128: From<T>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:49:8
[INFO] [stdout]    |
[INFO] [stdout] 49 |       <T as Into<u128>>::into(i)
[INFO] [stdout]    |        ^ the trait `From<T>` is not implemented for `u128`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `T` to implement `Into<u128>`
[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<T>, u128: From<T>
[INFO] [stdout]    |                  +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `u32: From<T>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:56:8
[INFO] [stdout]    |
[INFO] [stdout] 56 |       <T as Into<u32>>::into(i)
[INFO] [stdout]    |        ^ the trait `From<T>` is not implemented for `u32`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `T` to implement `Into<u32>`
[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<T>, u32: From<T>
[INFO] [stdout]    |                            ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `u16: From<T>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:63:8
[INFO] [stdout]    |
[INFO] [stdout] 63 |       <T as Into<u16>>::into(i)
[INFO] [stdout]    |        ^ the trait `From<T>` is not implemented for `u16`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `T` to implement `Into<u16>`
[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<T>, u16: From<T>
[INFO] [stdout]    |                      ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `u8: From<T>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:69:8
[INFO] [stdout]    |
[INFO] [stdout] 69 |       <T as Into<u8>>::into(i)
[INFO] [stdout]    |        ^ the trait `From<T>` is not implemented for `u8`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `T` to implement `Into<u8>`
[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<T>, u8: From<T>
[INFO] [stdout]    |                     +++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `u64: From<T>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:83:8
[INFO] [stdout]    |
[INFO] [stdout] 83 |       <T as Into<u64>>::into(i)
[INFO] [stdout]    |        ^ the trait `From<T>` is not implemented for `u64`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `T` to implement `Into<u64>`
[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<T>, u64: From<T>
[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" "24cae17a324f966895c2381c5527d80b4f9274d01c5a374fbb2e3f9cc69b676a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "24cae17a324f966895c2381c5527d80b4f9274d01c5a374fbb2e3f9cc69b676a", kill_on_drop: false }`
[INFO] [stdout] 24cae17a324f966895c2381c5527d80b4f9274d01c5a374fbb2e3f9cc69b676a
