[INFO] fetching crate fts_units 0.1.1... [INFO] testing fts_units-0.1.1 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate fts_units 0.1.1 into /workspace/builds/worker-4-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-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate fts_units 0.1.1 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 38 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 50d3bcbe95c6eb751c4ef0e071aadfbb8c29b633978479bf5ef757a8dfe38ef2 [INFO] running `Command { std: "docker" "start" "-a" "50d3bcbe95c6eb751c4ef0e071aadfbb8c29b633978479bf5ef757a8dfe38ef2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "50d3bcbe95c6eb751c4ef0e071aadfbb8c29b633978479bf5ef757a8dfe38ef2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "50d3bcbe95c6eb751c4ef0e071aadfbb8c29b633978479bf5ef757a8dfe38ef2", kill_on_drop: false }` [INFO] [stdout] 50d3bcbe95c6eb751c4ef0e071aadfbb8c29b633978479bf5ef757a8dfe38ef2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2710a658aa64e1d21bc6aa63e4d0d7c998117e7321e249cf1bd3783f4309a5e3 [INFO] running `Command { std: "docker" "start" "-a" "2710a658aa64e1d21bc6aa63e4d0d7c998117e7321e249cf1bd3783f4309a5e3", 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; [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: typenum::sealed::Sealed` is not satisfied [INFO] [stdout] --> src/ratio.rs:57:24 [INFO] [stdout] | [INFO] [stdout] 57 | impl NonZero for RatioT [INFO] [stdout] | ^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] help: the trait `typenum::sealed::Sealed` is not implemented for `ratio::RatioT` [INFO] [stdout] --> src/ratio.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct RatioT [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: the following other types implement trait `typenum::sealed::Sealed`: [INFO] [stdout] ATerm [INFO] [stdout] NInt [INFO] [stdout] PInt [INFO] [stdout] TArr [INFO] [stdout] UInt [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 [INFO] [stdout] typenum::Z0 [INFO] [stdout] typenum::PInt [INFO] [stdout] typenum::NInt [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" "2710a658aa64e1d21bc6aa63e4d0d7c998117e7321e249cf1bd3783f4309a5e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2710a658aa64e1d21bc6aa63e4d0d7c998117e7321e249cf1bd3783f4309a5e3", kill_on_drop: false }` [INFO] [stdout] 2710a658aa64e1d21bc6aa63e4d0d7c998117e7321e249cf1bd3783f4309a5e3