Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Dec 2025 21:41:37 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        ashafer@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-stable-15-amd64-gcc13_build - Build #310 - Still Failing
Message-ID:  <908779863.217.1765230101274@jenkins.ci.freebsd.org>
In-Reply-To: <320833192.199.1765222724399@jenkins.ci.freebsd.org>
References:  <320833192.199.1765222724399@jenkins.ci.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

FreeBSD-stable-15-amd64-gcc13_build - Build #310 (452b92fadae16e30f815203863bb9dd92ddff762) - Still Failing

Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc13_build/310/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc13_build/310/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc13_build/310/console

Status explanation:
"Failure" - the build is suspected being broken by the following changes
"Still Failing" - the build has not been fixed by the following changes and
                  this is a notification to note that these changes have
                  not been fully tested by the CI system

Change summaries:
(Those commits are likely but not certainly responsible)

3bb980089e3511f94398aee75de4abcebc524668 by ashafer:
linuxkpi: add stub implementation of pm_vt_switch_(un)register

452b92fadae16e30f815203863bb9dd92ddff762 by ashafer:
linuxkpi: gracefully handle page lookup failure in



The end of the build log:

[...truncated 136.13 MiB...]
                 from /workspace/src/sys/contrib/dev/iwlwifi/iwl-trans.h:10,
                 from /workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:12:
In function 'le32_get_bits',
    inlined from 'iwl_mvm_decode_he_phy_data' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:1164:33,
    inlined from 'iwl_mvm_rx_he' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:1853:3,
    inlined from 'iwl_mvm_rx_fill_status' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:2027:3,
    inlined from 'iwl_mvm_rx_monitor_no_data' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:2531:2:
/workspace/src/sys/compat/linuxkpi/common/include/linux/bitfield.h:57:49: warning: 'phy_data.d2' may be used uninitialized [-Wmaybe-uninitialized]
   57 |                 return ((le ## _n ## _to_cpu(v) & f) / ___lsb(f));      \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/workspace/src/sys/compat/linuxkpi/common/include/linux/bitfield.h:61:1: note: in expansion of macro '_leX_get_bits'
   61 | _leX_get_bits(32)
      | ^~~~~~~~~~~~~
/workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c: In function 'iwl_mvm_rx_monitor_no_data':
/workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:2453:36: note: 'phy_data.d2' was declared here
 2453 |         struct iwl_mvm_rx_phy_data phy_data;
      |                                    ^~~~~~~~
In function 'le16_get_bits',
    inlined from 'iwl_mvm_decode_he_phy_data' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:1237:21,
    inlined from 'iwl_mvm_rx_he' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:1853:3,
    inlined from 'iwl_mvm_rx_fill_status' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:2027:3,
    inlined from 'iwl_mvm_rx_monitor_no_data' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:2531:2:
/workspace/src/sys/compat/linuxkpi/common/include/linux/bitfield.h:57:49: warning: 'phy_data.d4' may be used uninitialized [-Wmaybe-uninitialized]
   57 |                 return ((le ## _n ## _to_cpu(v) & f) / ___lsb(f));      \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/workspace/src/sys/compat/linuxkpi/common/include/linux/bitfield.h:62:1: note: in expansion of macro '_leX_get_bits'
   62 | _leX_get_bits(16)
      | ^~~~~~~~~~~~~
/workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c: In function 'iwl_mvm_rx_monitor_no_data':
/workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:2453:36: note: 'phy_data.d4' was declared here
 2453 |         struct iwl_mvm_rx_phy_data phy_data;
      |                                    ^~~~~~~~
In function 'iwl_mvm_decode_he_mu_ext',
    inlined from 'iwl_mvm_decode_he_phy_data' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:1248:3,
    inlined from 'iwl_mvm_rx_he' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:1853:3,
    inlined from 'iwl_mvm_rx_fill_status' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:2027:3,
    inlined from 'iwl_mvm_rx_monitor_no_data' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:2531:2:
/workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:1028:34: warning: 'phy_data.d3' may be used uninitialized [-Wmaybe-uninitialized]
 1028 |                 he_mu->ru_ch1[1] = FIELD_GET(IWL_RX_PHY_DATA3_HE_MU_EXT_CH1_RU1,
/workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c: In function 'iwl_mvm_rx_monitor_no_data':
/workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:2453:36: note: 'phy_data.d3' was declared here
 2453 |         struct iwl_mvm_rx_phy_data phy_data;
      |                                    ^~~~~~~~
In function 'le32_get_bits',
    inlined from 'iwl_mvm_rx_eht' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:1776:4,
    inlined from 'iwl_mvm_rx_fill_status' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:2049:3,
    inlined from 'iwl_mvm_rx_monitor_no_data' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:2531:2:
/workspace/src/sys/compat/linuxkpi/common/include/linux/bitfield.h:57:49: warning: 'phy_data.rx_vec[2]' may be used uninitialized [-Wmaybe-uninitialized]
   57 |                 return ((le ## _n ## _to_cpu(v) & f) / ___lsb(f));      \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/workspace/src/sys/compat/linuxkpi/common/include/linux/bitfield.h:61:1: note: in expansion of macro '_leX_get_bits'
   61 | _leX_get_bits(32)
      | ^~~~~~~~~~~~~
/workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c: In function 'iwl_mvm_rx_monitor_no_data':
/workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:2453:36: note: 'phy_data.rx_vec[2]' was declared here
 2453 |         struct iwl_mvm_rx_phy_data phy_data;
      |                                    ^~~~~~~~
--- all_subdir_lindebugfs ---

make[3]: stopped making "all" in /workspace/src/sys/modules
--- all_subdir_libalias ---
--- alias.o ---
ctfconvert -L VERSION -g alias.o
--- ppb_1284.o ---
ctfconvert -L VERSION -g ppb_1284.o
--- modules-all ---
--- all_subdir_iwlwifi ---
At top level:
cc1: note: unrecognized command-line option '-Wno-initializer-overrides' may have been intended to silence earlier diagnostics
ctfconvert -L VERSION -g mvm/rxmq.o
--- all_subdir_libalias ---
--- alias_db.o ---
ctfconvert -L VERSION -g alias_db.o

make[4]: stopped making "all" in /workspace/src/sys/modules/libalias

make[3]: stopped making "all" in /workspace/src/sys/modules
--- all_subdir_iwlwifi ---
--- mvm/scan.o ---
ctfconvert -L VERSION -g mvm/scan.o
--- mvm/sta.o ---
In file included from ./x86/endian.h:36,
                 from ./machine/endian.h:5,
                 from /workspace/src/sys/sys/types.h:43,
                 from /workspace/src/sys/compat/linuxkpi/common/include/net/mac80211.h:33,
                 from /workspace/src/sys/contrib/dev/iwlwifi/mvm/sta.c:7:
In function 'iwl_mvm_send_sta_key',
    inlined from '__iwl_mvm_set_sta_key' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/sta.c:3858:9,
    inlined from 'iwl_mvm_set_sta_key' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/sta.c:3934:8:
/workspace/src/sys/sys/_endian.h:109:26: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
  109 | #define htole16(x)      ((uint16_t)(x))
      |                         ~^~~~~~~~~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/asm/byteorder.h:50:33: note: in expansion of macro 'htole16'
   50 | #define __cpu_to_le16(x)        htole16(x)
      |                                 ^~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/asm/byteorder.h:51:33: note: in expansion of macro '__cpu_to_le16'
   51 | #define cpu_to_le16(x)          __cpu_to_le16(x)
      |                                 ^~~~~~~~~~~~~
/workspace/src/sys/contrib/dev/iwlwifi/mvm/sta.c:3602:41: note: in expansion of macro 'cpu_to_le16'
 3602 |                                         cpu_to_le16(tkip_p1k[i]);
      |                                         ^~~~~~~~~~~
In function 'iwl_mvm_set_sta_key':
cc1: note: source object is likely at address zero
In function 'iwl_mvm_send_sta_key',
    inlined from '__iwl_mvm_set_sta_key' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/sta.c:3858:9,
    inlined from 'iwl_mvm_set_sta_key' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/sta.c:3934:8:
/workspace/src/sys/sys/_endian.h:109:26: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
  109 | #define htole16(x)      ((uint16_t)(x))
      |                         ~^~~~~~~~~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/asm/byteorder.h:50:33: note: in expansion of macro 'htole16'
   50 | #define __cpu_to_le16(x)        htole16(x)
      |                                 ^~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/asm/byteorder.h:51:33: note: in expansion of macro '__cpu_to_le16'
   51 | #define cpu_to_le16(x)          __cpu_to_le16(x)
      |                                 ^~~~~~~~~~~~~
/workspace/src/sys/contrib/dev/iwlwifi/mvm/sta.c:3602:41: note: in expansion of macro 'cpu_to_le16'
 3602 |                                         cpu_to_le16(tkip_p1k[i]);
      |                                         ^~~~~~~~~~~
In function 'iwl_mvm_set_sta_key':
cc1: note: source object is likely at address zero
In function 'iwl_mvm_send_sta_key',
    inlined from '__iwl_mvm_set_sta_key' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/sta.c:3858:9,
    inlined from 'iwl_mvm_set_sta_key' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/sta.c:3934:8:
/workspace/src/sys/sys/_endian.h:109:26: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
  109 | #define htole16(x)      ((uint16_t)(x))
      |                         ~^~~~~~~~~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/asm/byteorder.h:50:33: note: in expansion of macro 'htole16'
   50 | #define __cpu_to_le16(x)        htole16(x)
      |                                 ^~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/asm/byteorder.h:51:33: note: in expansion of macro '__cpu_to_le16'
   51 | #define cpu_to_le16(x)          __cpu_to_le16(x)
      |                                 ^~~~~~~~~~~~~
/workspace/src/sys/contrib/dev/iwlwifi/mvm/sta.c:3602:41: note: in expansion of macro 'cpu_to_le16'
 3602 |                                         cpu_to_le16(tkip_p1k[i]);
      |                                         ^~~~~~~~~~~
In function 'iwl_mvm_set_sta_key':
cc1: note: source object is likely at address zero
In function 'iwl_mvm_send_sta_key',
    inlined from '__iwl_mvm_set_sta_key' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/sta.c:3858:9,
    inlined from 'iwl_mvm_set_sta_key' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/sta.c:3934:8:
/workspace/src/sys/sys/_endian.h:109:26: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
  109 | #define htole16(x)      ((uint16_t)(x))
      |                         ~^~~~~~~~~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/asm/byteorder.h:50:33: note: in expansion of macro 'htole16'
   50 | #define __cpu_to_le16(x)        htole16(x)
      |                                 ^~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/asm/byteorder.h:51:33: note: in expansion of macro '__cpu_to_le16'
   51 | #define cpu_to_le16(x)          __cpu_to_le16(x)
      |                                 ^~~~~~~~~~~~~
/workspace/src/sys/contrib/dev/iwlwifi/mvm/sta.c:3602:41: note: in expansion of macro 'cpu_to_le16'
 3602 |                                         cpu_to_le16(tkip_p1k[i]);
      |                                         ^~~~~~~~~~~
In function 'iwl_mvm_set_sta_key':
cc1: note: source object is likely at address zero
In function 'iwl_mvm_send_sta_key',
    inlined from '__iwl_mvm_set_sta_key' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/sta.c:3858:9,
    inlined from 'iwl_mvm_set_sta_key' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/sta.c:3947:9:
/workspace/src/sys/sys/_endian.h:109:26: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
  109 | #define htole16(x)      ((uint16_t)(x))
      |                         ~^~~~~~~~~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/asm/byteorder.h:50:33: note: in expansion of macro 'htole16'
   50 | #define __cpu_to_le16(x)        htole16(x)
      |                                 ^~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/asm/byteorder.h:51:33: note: in expansion of macro '__cpu_to_le16'
   51 | #define cpu_to_le16(x)          __cpu_to_le16(x)
      |                                 ^~~~~~~~~~~~~
/workspace/src/sys/contrib/dev/iwlwifi/mvm/sta.c:3602:41: note: in expansion of macro 'cpu_to_le16'
 3602 |                                         cpu_to_le16(tkip_p1k[i]);
      |                                         ^~~~~~~~~~~
In function 'iwl_mvm_set_sta_key':
cc1: note: source object is likely at address zero
In function 'iwl_mvm_send_sta_key',
    inlined from '__iwl_mvm_set_sta_key' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/sta.c:3858:9,
    inlined from 'iwl_mvm_set_sta_key' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/sta.c:3947:9:
/workspace/src/sys/sys/_endian.h:109:26: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
  109 | #define htole16(x)      ((uint16_t)(x))
      |                         ~^~~~~~~~~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/asm/byteorder.h:50:33: note: in expansion of macro 'htole16'
   50 | #define __cpu_to_le16(x)        htole16(x)
      |                                 ^~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/asm/byteorder.h:51:33: note: in expansion of macro '__cpu_to_le16'
   51 | #define cpu_to_le16(x)          __cpu_to_le16(x)
      |                                 ^~~~~~~~~~~~~
/workspace/src/sys/contrib/dev/iwlwifi/mvm/sta.c:3602:41: note: in expansion of macro 'cpu_to_le16'
 3602 |                                         cpu_to_le16(tkip_p1k[i]);
      |                                         ^~~~~~~~~~~
In function 'iwl_mvm_set_sta_key':
cc1: note: source object is likely at address zero
In function 'iwl_mvm_send_sta_key',
    inlined from '__iwl_mvm_set_sta_key' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/sta.c:3858:9,
    inlined from 'iwl_mvm_set_sta_key' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/sta.c:3947:9:
/workspace/src/sys/sys/_endian.h:109:26: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
  109 | #define htole16(x)      ((uint16_t)(x))
      |                         ~^~~~~~~~~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/asm/byteorder.h:50:33: note: in expansion of macro 'htole16'
   50 | #define __cpu_to_le16(x)        htole16(x)
      |                                 ^~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/asm/byteorder.h:51:33: note: in expansion of macro '__cpu_to_le16'
   51 | #define cpu_to_le16(x)          __cpu_to_le16(x)
      |                                 ^~~~~~~~~~~~~
/workspace/src/sys/contrib/dev/iwlwifi/mvm/sta.c:3602:41: note: in expansion of macro 'cpu_to_le16'
 3602 |                                         cpu_to_le16(tkip_p1k[i]);
      |                                         ^~~~~~~~~~~
In function 'iwl_mvm_set_sta_key':
cc1: note: source object is likely at address zero
In function 'iwl_mvm_send_sta_key',
    inlined from '__iwl_mvm_set_sta_key' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/sta.c:3858:9,
    inlined from 'iwl_mvm_set_sta_key' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/sta.c:3947:9:
/workspace/src/sys/sys/_endian.h:109:26: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
  109 | #define htole16(x)      ((uint16_t)(x))
      |                         ~^~~~~~~~~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/asm/byteorder.h:50:33: note: in expansion of macro 'htole16'
   50 | #define __cpu_to_le16(x)        htole16(x)
      |                                 ^~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/asm/byteorder.h:51:33: note: in expansion of macro '__cpu_to_le16'
   51 | #define cpu_to_le16(x)          __cpu_to_le16(x)
      |                                 ^~~~~~~~~~~~~
/workspace/src/sys/contrib/dev/iwlwifi/mvm/sta.c:3602:41: note: in expansion of macro 'cpu_to_le16'
 3602 |                                         cpu_to_le16(tkip_p1k[i]);
      |                                         ^~~~~~~~~~~
In function 'iwl_mvm_set_sta_key':
cc1: note: source object is likely at address zero
At top level:
cc1: note: unrecognized command-line option '-Wno-initializer-overrides' may have been intended to silence earlier diagnostics
ctfconvert -L VERSION -g mvm/sta.o
make[4]: 1 error

make[4]: stopped making "all" in /workspace/src/sys/modules/iwlwifi

make[3]: stopped making "all" in /workspace/src/sys/modules

make[2]: stopped making "all" in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC
      318.60 real      3527.32 user       210.54 sys

make[1]: stopped making "buildkernel" in /workspace/src

make: stopped making "buildkernel" in /workspace/src
Build step 'Execute shell' marked build as failure
[WARNINGS]Skipping publisher since build result is FAILURE
[PostBuildScript] - [INFO] Executing post build scripts.
[FreeBSD-stable-15-amd64-gcc13_build] $ /bin/sh -xe /tmp/jenkins1211573523938391238.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-stable-15-amd64-gcc13_build
Checking for post-build
Performing post-build step
Checking if email needs to be generated
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Sending mail from default account using System Admin e-mail address

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?908779863.217.1765230101274>