Skip to content

add prctl constants on android #4531

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 28, 2025

add prctl constants on android

9c25bf6
Select commit
Loading
Failed to load commit list.
Merged

add prctl constants on android #4531

add prctl constants on android
9c25bf6
Select commit
Loading
Failed to load commit list.
Cirrus CI / nightly freebsd-13 i686 failed Jul 28, 2025 in 1m 23s

Task Summary

Instruction test failed in 00:56

Details

ℹ️ Scheduling was delayed due to a concurrency limit on community tasks

✅ 00:08 clone
✅ 00:16 setup
❌ 00:56 test

  error: expected `*` or `+`
     --> /tmp/cirrus-ci-build/target/i686-unknown-freebsd/debug/build/libc-test-0adcba09df157fb8/out/src-hotfix/macros.rs:254:41
      |
  254 |         $variant:ident $(= $value:expr)?,
      |                                         ^

  error: `$value:expr` is followed by `$tail:tt`, which is not allowed for `expr` fragments
     --> /tmp/cirrus-ci-build/target/i686-unknown-freebsd/debug/build/libc-test-0adcba09df157fb8/out/src-hotfix/macros.rs:255:11
      |
  255 |         $($tail:tt)*
      |           ^^^^^^^^

  error: expected `*` or `+`
     --> /tmp/cirrus-ci-build/target/i686-unknown-freebsd/debug/build/libc-test-0adcba09df157fb8/out/src-hotfix/macros.rs:234:13
      |
  234 |             pub enum $ty_name {
      |             ^^^

  error: expected `*` or `+`
     --> /tmp/cirrus-ci-build/target/i686-unknown-freebsd/debug/build/libc-test-0adcba09df157fb8/out/src-hotfix/macros.rs:235:40
      |
  235 |                 $($variant $(= $value)?,)+
      |                                        ^

  error: expected `*` or `+`
     --> /tmp/cirrus-ci-build/target/i686-unknown-freebsd/debug/build/libc-test-0adcba09df157fb8/out/src-hotfix/macros.rs:246:49
      |
  246 |         pub type $ty_name = c_enum!(@ty $($repr)?);
      |                                                 ^

  error: expected `*` or `+`
     --> /tmp/cirrus-ci-build/target/i686-unknown-freebsd/debug/build/libc-test-0adcba09df157fb8/out/src-hotfix/macros.rs:247:59
      |
  247 |         c_enum!(@one; $ty_name; 0; $($variant $(= $value)?,)+);
      |                                                           ^

  error: expected `*` or `+`
     --> /tmp/cirrus-ci-build/target/i686-unknown-freebsd/debug/build/libc-test-0adcba09df157fb8/out/src-hotfix/macros.rs:261:13
      |
  261 |             r
      |             ^

  error: expected identifier, found `::`
     --> /tmp/cirrus-ci-build/target/i686-unknown-freebsd/debug/build/libc-test-0adcba09df157fb8/out/src-hotfix/macros.rs:271:17
      |
  271 |     (@ty) => { $::c_uint };
      |                 ^^

  rust version: 1.90.0-nightly

  thread 'main' panicked at /tmp/cirrus-ci-build/ctest/src/lib.rs:782:33:
  Failed to generate tests: failed to compile `libmain.a`
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...

Exit status: 101