Skip to content

Fix baud rate constants for glibc 2.42 and up.

2b49289
Select commit
Loading
Failed to load commit list.
Closed

Fix baud rate constants for glibc 2.42 and up. #4697

Fix baud rate constants for glibc 2.42 and up.
2b49289
Select commit
Loading
Failed to load commit list.
Cirrus CI / nightly freebsd-15 x86_64 failed Sep 16, 2025 in 1m 11s

Task Summary

Instruction test failed in 00:48

Details

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

✅ 00:08 clone
✅ 00:12 setup
❌ 00:48 test

  AR_x86_64_unknown_freebsd = None
  cargo:rerun-if-env-changed=HOST_AR
  HOST_AR = None
  cargo:rerun-if-env-changed=AR
  AR = None
  cargo:rerun-if-env-changed=ARFLAGS
  ARFLAGS = None
  cargo:rerun-if-env-changed=HOST_ARFLAGS
  HOST_ARFLAGS = None
  cargo:rerun-if-env-changed=ARFLAGS_x86_64_unknown_freebsd
  ARFLAGS_x86_64_unknown_freebsd = None
  cargo:rerun-if-env-changed=ARFLAGS_x86_64-unknown-freebsd
  ARFLAGS_x86_64-unknown-freebsd = None
  cargo:rustc-link-lib=static=makedev
  cargo:rustc-link-search=native=/tmp/cirrus-ci-build/target/x86_64-unknown-freebsd/debug/build/libc-test-c53d8aee19df9d91/out
  TARGET = Some(x86_64-unknown-freebsd)
  OPT_LEVEL = Some(0)
  cargo:rerun-if-env-changed=CC_x86_64-unknown-freebsd
  CC_x86_64-unknown-freebsd = None
  cargo:rerun-if-env-changed=CC_x86_64_unknown_freebsd
  CC_x86_64_unknown_freebsd = None
  cargo:rerun-if-env-changed=HOST_CC
  HOST_CC = None
  cargo:rerun-if-env-changed=CC
  CC = None
  cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
  RUSTC_WRAPPER = None
  cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  CRATE_CC_NO_DEFAULTS = None
  DEBUG = Some(true)
  cargo:rerun-if-env-changed=CFLAGS
  CFLAGS = None
  cargo:rerun-if-env-changed=HOST_CFLAGS
  HOST_CFLAGS = None
  cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_freebsd
  CFLAGS_x86_64_unknown_freebsd = None
  cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-freebsd
  CFLAGS_x86_64-unknown-freebsd = None
  CARGO_ENCODED_RUSTFLAGS = Some()
  cargo:warning=/tmp/cirrus-ci-build/target/x86_64-unknown-freebsd/debug/build/libc-test-c53d8aee19df9d91/out/ctest_output.c:8870:62: error: use of undeclared identifier 'TIOCMGDTRWAIT'
  cargo:warning= 8870 | static unsigned  long ctest_const_TIOCMGDTRWAIT_val_static = TIOCMGDTRWAIT;
  cargo:warning=      |                                                              ^
  cargo:warning=/tmp/cirrus-ci-build/target/x86_64-unknown-freebsd/debug/build/libc-test-c53d8aee19df9d91/out/ctest_output.c:8878:62: error: use of undeclared identifier 'TIOCMSDTRWAIT'
  cargo:warning= 8878 | static unsigned  long ctest_const_TIOCMSDTRWAIT_val_static = TIOCMSDTRWAIT;
  cargo:warning=      |                                                              ^
  cargo:warning=2 errors generated.

  --- stderr


  error occurred in cc-rs: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "--target=x86_64-unknown-freebsd" "-Wall" "-Wextra" "-Wall" "-Wextra" "-Werror" "-Wno-unused-parameter" "-Wno-type-limits" "-Wno-address-of-packed-member" "-Wno-unknown-warning-option" "-Wno-deprecated-declarations" "-D_WITH_CPU_SET_T" "-D_WITH_GETLINE" "-D_WANT_FREEBSD11_STAT" "-o" "/tmp/cirrus-ci-build/target/x86_64-unknown-freebsd/debug/build/libc-test-c53d8aee19df9d91/out/97dae4bcd67e7f52-ctest_output.o" "-c" "/tmp/cirrus-ci-build/target/x86_64-unknown-freebsd/debug/build/libc-test-c53d8aee19df9d91/out/ctest_output.c"


warning: build failed, waiting for other jobs to finish...

Exit status: 101