Build results for nightly-2025-05-14 target i686-pc-nto-qnx700 std
Home
error
Preparing a sysroot for Miri (target: i686-pc-nto-qnx700)...
Compiling compiler_builtins v0.1.159
Checking core v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2025-05-14-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
Compiling libc v0.2.172
Compiling object v0.36.7
Compiling std v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2025-05-14-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std)
Checking rustc-std-workspace-core v1.99.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2025-05-14-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core)
error: cannot find macro `panic` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/nto/mod.rs:3588:9
|
3588 | panic!("Unsupported arch");
| ^^^^^
|
help: consider importing this macro
|
1 + use rustc_std_workspace_core::panic;
|
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/mod.rs:55:21
|
55 | pub actime: time_t,
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/nto/mod.rs:9:1
|
9 | pub type timer_t = c_int;
| ------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/mod.rs:56:22
|
56 | pub modtime: time_t,
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/nto/mod.rs:9:1
|
9 | pub type timer_t = c_int;
| ------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/mod.rs:55:21
|
55 | pub actime: time_t,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/nto/mod.rs:9:1
|
9 | pub type timer_t = c_int;
| ------------------------- similarly named type alias `timer_t` defined here
|
help: a type alias with a similar name exists
|
55 | pub actime: timer_t,
| +
help: you might be missing a type parameter
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/macros.rs:118:26
|
118| pub struct $i<time_t> { $($field)* }
| ++++++++
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/mod.rs:61:21
|
61 | pub tv_sec: time_t,
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/nto/mod.rs:9:1
|
9 | pub type timer_t = c_int;
| ------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/mod.rs:61:21
|
61 | pub tv_sec: time_t,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/nto/mod.rs:9:1
|
9 | pub type timer_t = c_int;
| ------------------------- similarly named type alias `timer_t` defined here
|
help: a type alias with a similar name exists
|
61 | pub tv_sec: timer_t,
| +
help: you might be missing a type parameter
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/macros.rs:118:26
|
118| pub struct $i<time_t> { $($field)* }
| ++++++++
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/mod.rs:68:21
|
68 | pub tv_sec: time_t,
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/nto/mod.rs:9:1
|
9 | pub type timer_t = c_int;
| ------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/mod.rs:68:21
|
68 | pub tv_sec: time_t,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/nto/mod.rs:9:1
|
9 | pub type timer_t = c_int;
| ------------------------- similarly named type alias `timer_t` defined here
|
help: a type alias with a similar name exists
|
68 | pub tv_sec: timer_t,
| +
help: you might be missing a type parameter
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/macros.rs:118:26
|
118| pub struct $i<time_t> { $($field)* }
| ++++++++
error[E0412]: cannot find type `wchar_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/mod.rs:712:31
|
712 | pub fn wcslen(buf: *const wchar_t) -> size_t;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `wchar_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/mod.rs:713:52
|
713 | pub fn wcstombs(dest: *mut c_char, src: *const wchar_t, n: size_t) -> size_t;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `wchar_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/mod.rs:716:31
|
716 | pub fn wmemchr(cx: *const wchar_t, c: wchar_t, n: size_t) -> *mut wchar_t;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `wchar_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/mod.rs:716:43
|
716 | pub fn wmemchr(cx: *const wchar_t, c: wchar_t, n: size_t) -> *mut wchar_t;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `wchar_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/mod.rs:716:71
|
716 | pub fn wmemchr(cx: *const wchar_t, c: wchar_t, n: size_t) -> *mut wchar_t;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/mod.rs:1385:36
|
1385 | pub fn gmtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm;
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/nto/mod.rs:9:1
|
9 | pub type timer_t = c_int;
| ------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/mod.rs:1389:39
|
1389 | pub fn localtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm;
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/nto/mod.rs:9:1
|
9 | pub type timer_t = c_int;
| ------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/mod.rs:1397:35
|
1397 | pub fn mktime(tm: *mut tm) -> time_t;
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/nto/mod.rs:9:1
|
9 | pub type timer_t = c_int;
| ------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/mod.rs:1401:28
|
1401 | pub fn time(time: *mut time_t) -> time_t;
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/nto/mod.rs:9:1
|
9 | pub type timer_t = c_int;
| ------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/mod.rs:1401:39
|
1401 | pub fn time(time: *mut time_t) -> time_t;
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/nto/mod.rs:9:1
|
9 | pub type timer_t = c_int;
| ------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/mod.rs:1405:34
|
1405 | pub fn gmtime(time_p: *const time_t) -> *mut tm;
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/nto/mod.rs:9:1
|
9 | pub type timer_t = c_int;
| ------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/mod.rs:1409:37
|
1409 | pub fn localtime(time_p: *const time_t) -> *mut tm;
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/nto/mod.rs:9:1
|
9 | pub type timer_t = c_int;
| ------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/mod.rs:1413:28
|
1413 | pub fn difftime(time1: time_t, time0: time_t) -> c_double;
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/nto/mod.rs:9:1
|
9 | pub type timer_t = c_int;
| ------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/mod.rs:1413:43
|
1413 | pub fn difftime(time1: time_t, time0: time_t) -> c_double;
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/nto/mod.rs:9:1
|
9 | pub type timer_t = c_int;
| ------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/mod.rs:1417:42
|
1417 | pub fn timegm(tm: *mut crate::tm) -> time_t;
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/nto/mod.rs:9:1
|
9 | pub type timer_t = c_int;
| ------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `stack_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/nto/mod.rs:671:23
|
671 | pub uc_stack: stack_t,
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `mcontext_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/nto/mod.rs:672:26
|
672 | pub uc_mcontext: mcontext_t,
| ^^^^^^^^^^ help: a struct with a similar name exists: `ucontext_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `ucontext_t` defined here
error[E0412]: cannot find type `stack_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/nto/mod.rs:671:23
|
671 | pub uc_stack: stack_t,
| ^^^^^^^ not found in this scope
|
help: you might be missing a type parameter
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/macros.rs:118:26
|
118 | pub struct $i<stack_t> { $($field)* }
| +++++++++
error[E0412]: cannot find type `mcontext_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/nto/mod.rs:672:26
|
672 | pub uc_mcontext: mcontext_t,
| ^^^^^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `ucontext_t` defined here
|
help: a struct with a similar name exists
|
672 - pub uc_mcontext: mcontext_t,
672 + pub uc_mcontext: ucontext_t,
|
help: you might be missing a type parameter
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/macros.rs:118:26
|
118 | pub struct $i<mcontext_t> { $($field)* }
| ++++++++++++
error[E0412]: cannot find type `time_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/nto/mod.rs:745:31
|
9 | pub type timer_t = c_int;
| ------------------------- similarly named type alias `timer_t` defined here
...
745 | pub msg_stime: crate::time_t,
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
error[E0412]: cannot find type `time_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/nto/mod.rs:747:31
|
9 | pub type timer_t = c_int;
| ------------------------- similarly named type alias `timer_t` defined here
...
747 | pub msg_rtime: crate::time_t,
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
error[E0412]: cannot find type `time_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/nto/mod.rs:749:31
|
9 | pub type timer_t = c_int;
| ------------------------- similarly named type alias `timer_t` defined here
...
749 | pub msg_ctime: crate::time_t,
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
error[E0412]: cannot find type `time_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/nto/mod.rs:745:31
|
9 | pub type timer_t = c_int;
| ------------------------- similarly named type alias `timer_t` defined here
...
745 | pub msg_stime: crate::time_t,
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
error[E0412]: cannot find type `time_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/nto/mod.rs:747:31
|
9 | pub type timer_t = c_int;
| ------------------------- similarly named type alias `timer_t` defined here
...
747 | pub msg_rtime: crate::time_t,
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
error[E0412]: cannot find type `time_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/nto/mod.rs:749:31
|
9 | pub type timer_t = c_int;
| ------------------------- similarly named type alias `timer_t` defined here
...
749 | pub msg_ctime: crate::time_t,
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
For more information about this error, try `rustc --explain E0412`.
error: could not compile `libc` (lib) due to 33 previous errors
warning: build failed, waiting for other jobs to finish...
fatal error: failed to build sysroot: sysroot build failed
Build history for target i686-pc-nto-qnx700
Build state for nightly 2025-05-14