[INFO] fetching crate fts_units 0.1.1...
[INFO] testing fts_units-0.1.1 against 1.90.0 for beta-1.91-3
[INFO] extracting crate fts_units 0.1.1 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate fts_units 0.1.1
[INFO] finished tweaking crates.io crate fts_units 0.1.1
[INFO] tweaked toml for crates.io crate fts_units 0.1.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate fts_units 0.1.1 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 30 packages to latest compatible versions
[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-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] feb374ee8d2bcd54e7fab2ab40f4914278b325f789779ac646d6677ff4d8a24a
[INFO] running `Command { std: "docker" "start" "-a" "feb374ee8d2bcd54e7fab2ab40f4914278b325f789779ac646d6677ff4d8a24a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "feb374ee8d2bcd54e7fab2ab40f4914278b325f789779ac646d6677ff4d8a24a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "feb374ee8d2bcd54e7fab2ab40f4914278b325f789779ac646d6677ff4d8a24a", kill_on_drop: false }`
[INFO] [stdout] feb374ee8d2bcd54e7fab2ab40f4914278b325f789779ac646d6677ff4d8a24a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] a2fe76cc888b96052a56de236ad4150d73fda84fa5425bc9e5ee7bdec8b514d1
[INFO] running `Command { std: "docker" "start" "-a" "a2fe76cc888b96052a56de236ad4150d73fda84fa5425bc9e5ee7bdec8b514d1", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling fts_units v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0659]: `P3600` is ambiguous
[INFO] [stdout]    --> src/si_system.rs:781:28
[INFO] [stdout]     |
[INFO] [stdout] 781 |     pub type Hour = RatioT<P3600, P1>;
[INFO] [stdout]     |                            ^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `P3600` could refer to the type alias imported here
[INFO] [stdout]    --> src/si_system.rs:21:5
[INFO] [stdout]     |
[INFO] [stdout]  21 | use typenum::consts::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `P3600` to disambiguate
[INFO] [stdout] note: `P3600` could also refer to the type alias imported here
[INFO] [stdout]    --> src/si_system.rs:27:5
[INFO] [stdout]     |
[INFO] [stdout]  27 | use crate::typenum_ext::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `P3600` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ratio::RatioT<N, D>: typenum::sealed::Sealed` is not satisfied
[INFO] [stdout]   --> src/ratio.rs:57:24
[INFO] [stdout]    |
[INFO] [stdout] 57 | impl<N, D> NonZero for RatioT<N, D>
[INFO] [stdout]    |                        ^^^^^^^^^^^^ the trait `typenum::sealed::Sealed` is not implemented for `ratio::RatioT<N, D>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `typenum::sealed::Sealed`:
[INFO] [stdout]              ATerm
[INFO] [stdout]              NInt<U>
[INFO] [stdout]              PInt<U>
[INFO] [stdout]              TArr<V, A>
[INFO] [stdout]              UInt<U, B>
[INFO] [stdout]              UTerm
[INFO] [stdout]              typenum::B0
[INFO] [stdout]              typenum::B1
[INFO] [stdout]            and 4 others
[INFO] [stdout] note: required by a bound in `typenum::NonZero`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/marker_traits.rs:22:20
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub trait NonZero: Sealed {}
[INFO] [stdout]    |                    ^^^^^^ required by this bound in `NonZero`
[INFO] [stdout]    = note: `NonZero` is a "sealed trait", because to implement it you also need to implement `typenum::sealed::Sealed`, which is not accessible; this is usually done to force you to use one of the provided types that already implement it
[INFO] [stdout]    = help: the following types implement the trait:
[INFO] [stdout]              typenum::B0
[INFO] [stdout]              typenum::B1
[INFO] [stdout]              typenum::UTerm
[INFO] [stdout]              typenum::UInt<U, B>
[INFO] [stdout]              typenum::Z0
[INFO] [stdout]              typenum::PInt<U>
[INFO] [stdout]              typenum::NInt<U>
[INFO] [stdout]              typenum::Less
[INFO] [stdout]            and 4 others
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0659.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fts_units` (lib) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "a2fe76cc888b96052a56de236ad4150d73fda84fa5425bc9e5ee7bdec8b514d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a2fe76cc888b96052a56de236ad4150d73fda84fa5425bc9e5ee7bdec8b514d1", kill_on_drop: false }`
[INFO] [stdout] a2fe76cc888b96052a56de236ad4150d73fda84fa5425bc9e5ee7bdec8b514d1
