Build results for nightly-2024-06-01 target mipsel-sony-psx std

Home
error

Build date: 2025-07-08T15:28:09.908Z

Build duration: 22.093s

Builder does-it-build commit: 87ff3d03

   Compiling compiler_builtins v0.1.109
   Compiling core v0.0.0 (/root/.rustup/toolchains/nightly-2024-06-01-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
warning: MIPS-I support is experimental
   Compiling rustc-std-workspace-core v1.99.0 (/root/.rustup/toolchains/nightly-2024-06-01-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core)
warning: MIPS-I support is experimental
warning: MIPS-I support is experimental
   Compiling alloc v0.0.0 (/root/.rustup/toolchains/nightly-2024-06-01-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc)
warning: MIPS-I support is experimental
   Compiling rustc-std-workspace-alloc v1.99.0 (/root/.rustup/toolchains/nightly-2024-06-01-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-alloc)
warning: MIPS-I support is experimental
   Compiling libc v0.2.155
warning: MIPS-I support is experimental
   Compiling cfg-if v1.0.0
warning: MIPS-I support is experimental
   Compiling memchr v2.5.0
warning: MIPS-I support is experimental
   Compiling unwind v0.0.0 (/root/.rustup/toolchains/nightly-2024-06-01-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/unwind)
warning: MIPS-I support is experimental
   Compiling gimli v0.29.0
warning: MIPS-I support is experimental
error[E0432]: unresolved import `alloc::sync`
 --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.29.0/src/read/dwarf.rs:2:12
  |
2 | use alloc::sync::Arc;
  |            ^^^^ could not find `sync` in `alloc`

error[E0432]: unresolved import `alloc::sync`
 --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.29.0/src/read/abbrev.rs:4:12
  |
4 | use alloc::sync::Arc;
  |            ^^^^ could not find `sync` in `alloc`

error[E0599]: the method `map` exists for enum `Result<Dwarf<R>, Error>`, but its trait bounds were not satisfied
   --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.29.0/src/read/dwarf.rs:954:39
    |
160 | pub struct Dwarf<R> {
    | ------------------- doesn't satisfy `Dwarf<R>: Sized`
...
954 |         self.cu_sections(row, parent).map(Some)
    |                                       ^^^ method cannot be called on `Result<Dwarf<R>, Error>` due to unsatisfied trait bounds
    |
   ::: /root/.rustup/toolchains/nightly-2024-06-01-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/result.rs:527:1
    |
527 | pub enum Result<T, E> {
    | --------------------- doesn't satisfy `_: Iterator`
    |
    = note: the following trait bounds were not satisfied:
            `{type error}: Sized`
            which is required by `Dwarf<R>: Sized`
            `rustc_std_workspace_core::result::Result<Dwarf<R>, read::Error>: Iterator`
            which is required by `&mut rustc_std_workspace_core::result::Result<Dwarf<R>, read::Error>: Iterator`

error[E0599]: the method `map` exists for enum `Result<Dwarf<R>, Error>`, but its trait bounds were not satisfied
   --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.29.0/src/read/dwarf.rs:968:39
    |
160 | pub struct Dwarf<R> {
    | ------------------- doesn't satisfy `Dwarf<R>: Sized`
...
968 |         self.tu_sections(row, parent).map(Some)
    |                                       ^^^ method cannot be called on `Result<Dwarf<R>, Error>` due to unsatisfied trait bounds
    |
   ::: /root/.rustup/toolchains/nightly-2024-06-01-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/result.rs:527:1
    |
527 | pub enum Result<T, E> {
    | --------------------- doesn't satisfy `_: Iterator`
    |
    = note: the following trait bounds were not satisfied:
            `{type error}: Sized`
            which is required by `Dwarf<R>: Sized`
            `rustc_std_workspace_core::result::Result<Dwarf<R>, read::Error>: Iterator`
            which is required by `&mut rustc_std_workspace_core::result::Result<Dwarf<R>, read::Error>: Iterator`

Some errors have detailed explanations: E0432, E0599.
For more information about an error, try `rustc --explain E0432`.
error: could not compile `gimli` (lib) due to 4 previous errors

    

Build history for target mipsel-sony-psx

Build state for nightly 2024-06-01