From nobody Mon Dec 2 03:55:11 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y1qgN5Kmhz5fVh3 for ; Mon, 02 Dec 2024 03:55:12 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y1qgM6tN5z4s87; Mon, 2 Dec 2024 03:55:11 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733111712; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=qBFF78XRDHw9YvSI3/zGI/tzF6BVksS5AsnMojTiofo=; b=X+NjJkFX1MErdZokiJ/r6bA+YSHN/84peQIK1okwKo+KKjkHg1xRLRenZoYXYoaxkm7QPr LlV8KZaFp9aPO//HxYXrqLFEH886CxDnjKz4KbJdN23b+u2L5HK2K32QXr01/ONERodTZi jbYguyFgyx24s95pkhEf61hqN7Z9Pn9Bprro71R4l+KFxOpcikYt+EnuGsLddqYJQjIJTv nQFFdc6ReiBO5soOCiRxMhnJ5UrePSAAsyrI/W6ilGAxsXARiO03Z6BnOt4vRHp5U2ZcPT i0IIAhFi2FQEu3nhdV2TqwpIfOwdDBemiQJ/JW/dTiN7QHt0hKp94tovw9aJKA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733111712; a=rsa-sha256; cv=none; b=wBeRAQ5L5j8+he2SPIa96LerNvQAOD6DWWhDS/7KFG1iVLA8BypZpkHN9blOIh6Vj2AfSf fVVSmhTMuWeGhFu6rWXxpKzHlfuM5RbCYpP21EKGezcsBsi2mPXcqQWToMpjDC7m++yv2I CAi+h7W3hH1j++xuJBPeqYy4H4s+BS7Vc+E0nbdpv5pNSADS+HVb2uCMoWCcWkhlEmdUrj J7ZrveO3DK9xP1KV9MU1tySIC6EdQlu9N19df50KXjr7yctyS7WSRzpuJD+Ya9BedfgLO0 7LrbP8TMojtjuyvI//FQjOVx/6Z/GNBkgyNX7XSxtazgf809TWf9kA50r+trcg== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y1qgM6LfSzMHM; Mon, 2 Dec 2024 03:55:11 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Mon, 2 Dec 2024 03:55:11 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: kib@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <678773152.6462.1733111711896@jenkins.ci.freebsd.org> In-Reply-To: <1246016468.6430.1733086950153@jenkins.ci.freebsd.org> References: <1246016468.6430.1733086950153@jenkins.ci.freebsd.org> Subject: FreeBSD-stable-14-amd64-test - Build #824 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6461_904668382.1733111711594" X-Jenkins-Job: FreeBSD-stable-14-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6461_904668382.1733111711594 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-stable-14-amd64-test - Build #824 (96b72aa66bc920b2c2d741ccad425a6dec0ccc2b) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/824/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/824/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/824/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these 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) 8e9f1e10c624e289212a9244c317b61ea8195a7e by kib: amd64 pmap: assert and explain why pmap_qremove() is safe WRT 7302cdd34994fe3db06111f5c73e63a85bb9ef34 by kib: amd64: switch pmap_map_io_transient() to use pmap_kenter_attr() 057da12eeaa6700793340ffcfede620135b7f540 by kib: kern___realpathat(): do not copyout past end of string 96b72aa66bc920b2c2d741ccad425a6dec0ccc2b by kib: kern___realpathat(): honor uio_seg argument The failed test cases: 5 tests failed. FAILED: sys.kern.sigsys.sigsys_test_off Error Message: /usr/src/tests/sys/kern/sigsys.c:70: sysctlbyname(name, &oldval, &oldlen, NULL, 0) == 0 not met FAILED: sys.kern.sigsys.sigsys_test_on Error Message: /usr/src/tests/sys/kern/sigsys.c:70: sysctlbyname(name, &oldval, &oldlen, NULL, 0) == 0 not met FAILED: usr.bin.grep.grep_test.recurse_symlink Error Message: atf-check failed; see the output of the test for details FAILED: sys.netmap.ctrl-api-test.main Error Message: Returned non-success exit status 255 FAILED: sys.netlink.test_netlink_message_writer.py.__test_cases_list__ Error Message: Test program did not exit cleanly ------=_Part_6461_904668382.1733111711594-- From nobody Mon Dec 2 05:22:59 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y1sch2lKkz5fd3f for ; Mon, 02 Dec 2024 05:23:00 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y1sch0n20z40nq; Mon, 2 Dec 2024 05:23:00 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733116980; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=HMbG9w5XMe3GVJqfdw8YMtGIB+4U8e3PNLdax6aaxj0=; b=fvGAdnAdgtvk8trotoAd4j7CuOcXBmq9oVCGb6TKJFrWKVb2J4rzMh9RdHjmK2Mwf8LL3R b5Ma8hoZXsiLgpvJ/siWTeUeCZxRc4X95iyc3dUPdUpJX141ZASNTaJ/F2jfP7WuWnDUVh 2L5NGQeRevmM5VzSHJSM3j86ryfNYQKaf1u0ea3DKmvj6OgANsQaOTmHeyCT5EGMmEPo1M hvX9ha6ygscWyrPrrAHZ3xp1IryULxwhhz0+7wxBgqVBum45aLVGo8hsaJtckKzantfPqU pnNcqmpcG0SsUefOJmQFZ/omp4zn2fWE5l8maJ/FnltvkdMUGOre/U3Fr1s11Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733116980; a=rsa-sha256; cv=none; b=hk6WejO/5Xb5klYIgzbgXvHi4StnTVzxHo8B78JPdiv35hwlexQGlXGGL7m/wxGtLauoyW KNw8ILjN/GxG742lOJSDyFyO0tugAj9zP54pBSTcx6mNF3WJ/1L8nc8FO3zJtuZ5Yf2yh4 Ag87OjvlNXE9XKqqAsPcBSlGW0SPGb7yROVE3THZnTtyoO1+LreyLSGIsGlaz4LzXC/8KW He+gK+F+OPOy6XbeLeuKDnjQ4psMzeFTXvbs0r4h3GLtc59CchBu7maI3W24P3b3T8Aein 9YZ8sBeeVxX5EF7OFpLulGEEJnIKlzz4QL4ZUN4Fg4SoflZ0HYa3PqyCnqvEpw== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y1sch0CfDzPF7; Mon, 2 Dec 2024 05:23:00 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Mon, 2 Dec 2024 05:22:59 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: emaste@FreeBSD.org, jhibbits@FreeBSD.org, kevans@FreeBSD.org, bz@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <261077093.6464.1733116980034@jenkins.ci.freebsd.org> In-Reply-To: <1487732482.6432.1733088696942@jenkins.ci.freebsd.org> References: <1487732482.6432.1733088696942@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #25788 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6463_479769267.1733116979257" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6463_479769267.1733116979257 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #25788 (a0e45db6f6eb6660e78921bbd5307fa7fc13d0a9) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25788/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25788/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25788/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these 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) 6a7238fd7c60f35191eadaa026d3d395c6140c47 by kevans: pw: set the user's home directory mode if it existed f7cf62cf728a942e494a5b58438600998606617a by kevans: pw: tests: add a test for -M with a pre-existing home directory 30d2f84ef2cba12c67c62a9fe4e1d8e22cf27bf9 by bz: LinuxKPI: firmware: change order filenames trying to load firmware 885f3adf6f6f824d3073b99300af76fef81021f4 by jhibbits: powernv/opal: Add missing DEVMETHOD_END to method list 943a19c666d67424cdde6cbcd096f28359b2d314 by bz: LinuxKPI: 802.11: make HT compile again 4294f1cac15300046369d7e464ce96363839757c by bz: net80211: add missing reference for struct ieee80211_vht_mcs_info d4dd9e22c13896e6b5e2a6fc78dad4f8496cc14d by emaste: comsat: Use initgroups and setgid not just setuid 116102101a566ec8924b397c1523d362008fb35c by bz: net80211: name IEEE80211_VHTCAP_SUPP_CHAN_WIDTH_{NONE -> NO160} 243f6925bf818a64f3c996c6a89fec6c8a6ff058 by bz: net80211: 11ac: add options to manage VHT STBC a0e45db6f6eb6660e78921bbd5307fa7fc13d0a9 by bz: contrib/wpa: pass IFM_IEEE80211_VHT5G if vht_enabled on the channel The failed test cases: 1 tests failed. FAILED: sys.net.routing.test_routing_l3.py.TestIfOps::test_change_prefix_route[inet] Error Message: /usr/tests/sys/net/routing/test_routing_l3.py:42: AssertionError ------=_Part_6463_479769267.1733116979257-- From nobody Mon Dec 2 12:11:18 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y22gs2Lmxz5fgGC for ; Mon, 02 Dec 2024 12:11:20 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y22gq2yfpz4bbn; Mon, 2 Dec 2024 12:11:19 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733141479; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=9tI/GKCLv1Wfov2Q7ndU/bbh5Tslvq3H9JaF3R/CZHs=; b=nwhPzJnzrMlrt86rlGLtHuGtSHbD7sDr77Wv6YcazUtl979HiaMYDx6eVcXmK9OxtYhWpd V33ocdtThzmFB8Ws25fKOrKXY1OdA4seIfxOmGlBlRGcvoKDv4O2mW4Dv3OqvRHLL9MPSE usCNX/oMtf8Nr+I8M/jxrSxu8328C90NL8u51//skzkRXrGHRZ7Zytu3c9i4qSR4qiJSC4 j5C3po68Hb5FcZ8Lnwpj3lNBRjVGzSceiWWUhjBOlrqCnpXdSMWQDE4wC0AOAksv+fzIrD HhSaVuB0bDjVKh2MQR88dYJO6rDi/miULQ5DYg0SKXyfgRUEw1Y0RQ7t3FpNRA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733141479; a=rsa-sha256; cv=none; b=kk7XaIz7HUWj8gPotIMSdyfGQLEJuMLMSILranUawTBzfwdbXJ84p15EWm78gHnnpehRtV H/F2zsAzmTgtL3BNkMdCCOOz4WhcWDezXCPRYVk5bZrxrN2yrqtzQNNLZ84CdxvBOIIjys zYyY/I/GCpt+fcUK9WuQ3g1jVhW1xGek/di0NM3A22ofIYzj5jD9tCW+2Zk5pd3mVVfmks nW96rzcSMgZN1q2V51HhmNpu0tiolvdQi15uneXLtxSMES9Mmu4bqGd8kcrJriR9MHvRzm lQK5Ugl6/UGagTuDhaSKEGU3jW1/qPWmbMIYVIrQgY7StAFyqtW3rRE0wSOgzg== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y22gq2BLKzcn5; Mon, 2 Dec 2024 12:11:19 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Mon, 2 Dec 2024 12:11:18 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: kbowling@FreeBSD.org, ngie@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <629630515.6472.1733141479311@jenkins.ci.freebsd.org> In-Reply-To: <261077093.6464.1733116980034@jenkins.ci.freebsd.org> References: <261077093.6464.1733116980034@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #25789 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6471_987906909.1733141478774" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6471_987906909.1733141478774 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #25789 (0482974b2c021a8abbc044d3e2b1240250f791e7) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25789/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25789/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25789/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these 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) 991bd461625a2c521d5be4fd6938deed57f60972 by ngie: lib/libsbuf/tests: reformat with `clang-format` 0482974b2c021a8abbc044d3e2b1240250f791e7 by kbowling: sfxge: defer ether_ifattach to when ifmedia_init is done The failed test cases: 2 tests failed. FAILED: sys.kqueue.libkqueue.kqueue_test.main Error Message: Received signal 6 FAILED: sys.net.routing.test_routing_l3.py.TestIfOps::test_change_prefix_route[inet] Error Message: /usr/tests/sys/net/routing/test_routing_l3.py:42: AssertionError ------=_Part_6471_987906909.1733141478774-- From nobody Mon Dec 2 12:32:24 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y23893tZBz5fjb5 for ; Mon, 02 Dec 2024 12:32:25 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y238868Xfz4lZC; Mon, 2 Dec 2024 12:32:24 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733142744; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=huEemFLBhEphi431vMmp3lDGwHlPUmOcampERa0721g=; b=YIVj+ENjGI6shn1lxO6afQzw80HZpv5wmVys23GEwwD4gJtVMcrgNq9WqH8lVuZ+iNj/YW jycJYub7vtzkiRvMCmBB0aKvfioJ8RcIxcJypN8A6gbWuBzOyqkyi8LjFp0hlHrg8SPaqe IiBh4aaw/+O6B2oSVr5eb882ymOAaon5RcCy/tYHCGi+vrZCBq+cylSeArEPR4O5lD4WDl 6nV7+f8Fa5HvomcCFG/O6HqVOfF+EopY/yul/FNv/4sgbyNoult51pIahZXKzGYwKFtk+h RaIeT/uphA0SnjkGPFww3BtLpV+hKo/g7yVxrO6L5ovM/JEsxjPT536MbBqHDQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733142744; a=rsa-sha256; cv=none; b=n/9WAhh31rr+OMgVJzuiPIsSQ3JOdgLfwTfKoMybusqKujUrhK7urdjhQUkLDPj0AqnRMS V5RK5TLgWMbfKayRUmoj49WcdhNkyLkhmU1/EO+KZhWDiS+vJ12mFA4eKLBu5eaZdOwzj6 b2oDOKjzkT1CSgMikD0s+qmSWPJXEiUvgXK98WQD5w5nYpJZPNh3kUCPkbwB88DN4SXPCe rURgyijvK/uCEc8OTPLYbOBNcdMaCcRyCE2M+3B4YLdaJYogbf+se7AvRn7ffbGzpzTgRx rqWppkXJewKnu2FQJ/oGf/sLr2WTg7gzkjxN9SyhACJtfJ2R62DxmWC59MLyig== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y23885kdlzdjf; Mon, 2 Dec 2024 12:32:24 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Mon, 2 Dec 2024 12:32:24 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: ae@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <974377772.6474.1733142744808@jenkins.ci.freebsd.org> In-Reply-To: <678773152.6462.1733111711896@jenkins.ci.freebsd.org> References: <678773152.6462.1733111711896@jenkins.ci.freebsd.org> Subject: FreeBSD-stable-14-amd64-test - Build #825 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6473_1560297657.1733142744505" X-Jenkins-Job: FreeBSD-stable-14-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6473_1560297657.1733142744505 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-stable-14-amd64-test - Build #825 (628e76a986b9621199e77730eebfdb8e0e43c945) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/825/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/825/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/825/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these 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) a731e69eebc3914ea8787ea84a7cdd1a0db3ab3c by ae: ipfw: fix order of memcpy arguments. 628e76a986b9621199e77730eebfdb8e0e43c945 by ae: ipsec: fix IPv6 over IPv4 tunneling. The failed test cases: 5 tests failed. FAILED: sys.kern.sigsys.sigsys_test_off Error Message: /usr/src/tests/sys/kern/sigsys.c:70: sysctlbyname(name, &oldval, &oldlen, NULL, 0) == 0 not met FAILED: sys.kern.sigsys.sigsys_test_on Error Message: /usr/src/tests/sys/kern/sigsys.c:70: sysctlbyname(name, &oldval, &oldlen, NULL, 0) == 0 not met FAILED: usr.bin.grep.grep_test.recurse_symlink Error Message: atf-check failed; see the output of the test for details FAILED: sys.netmap.ctrl-api-test.main Error Message: Returned non-success exit status 255 FAILED: sys.netlink.test_netlink_message_writer.py.__test_cases_list__ Error Message: Test program did not exit cleanly ------=_Part_6473_1560297657.1733142744505-- From nobody Mon Dec 2 14:04:03 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y259w33YFz5frqR for ; Mon, 02 Dec 2024 14:04:04 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y259v66rWz4CWB; Mon, 2 Dec 2024 14:04:03 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733148243; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=ad9P+tWtmPqyX4hPrayNy5uxtSDxhVsMp07D7ZJhxuk=; b=mn8DfXHQ4tzZPKSfh3OHqqp7VDGEaybA2uuQTXfgK9yMbAqGQ9uJoGnzLxxVtcL5pdGuUw c1RZrQ0Mv+mBOmn+D73fA3xXH6q8rbJVumbLPPXhf8JG/WGDGydpV5rLJ9dxWFb6bKl+nT q7il3VxPRzF5A6pKnQuRWM9XWYeoo3nOeYA5ZiNYa0fruAQsNe9aXHDyieSr9fb0g/otdr a5+BFRXndgYPkY9Vz8nN6IswL4uHpeH0o4lbmFxeh5y8Jpk0dJQq1q0T4hUDNEJBQBq5qP s5B83VKAOGJ48MjQlZP8Uhp0OmXfppgST0XSNxniNqzBAVjltil69sVA3e44yA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733148243; a=rsa-sha256; cv=none; b=UF3pe7vzrA6kr8NHZr6mCRDmzWrctEBZzPZtT7WVXTOVmr7jmm4lP/U3nGqUKFJJ5Xw6j7 WIO0lmsIHED8E6XcuU0nMchCFkeeyBT92oEr2npaPqet8wNPrDlaTPBkXC1H0B3FlwVS1Y 1cJgo/c4s8N7UksRZSLbfnNc6+Hw9GqoDueMcF2iw7HV0SBjynGFl1S8QYRpl0i38oXzGg 8vL0LdiS7SBv2Y8XiYEQncNIAXMnQvTGxLqtjWdcHtPoSfJTw7U4Chgot19qXBt+gvDfR6 oEElBJnJ+pLYDaa1U5wxJ2CXMLpYJSj+Xs0Oak8Gx5cj5wcOj2LTqLe4Vqbn5Q== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y259v5jH5zhFb; Mon, 2 Dec 2024 14:04:03 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Mon, 2 Dec 2024 14:04:03 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: ae@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <1187985091.6482.1733148243805@jenkins.ci.freebsd.org> In-Reply-To: <629630515.6472.1733141479311@jenkins.ci.freebsd.org> References: <629630515.6472.1733141479311@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #25790 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6481_441058860.1733148243557" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6481_441058860.1733148243557 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #25790 (ff1aec7ccb547b778c7fb2263ecb50ceeea971f5) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25790/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25790/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25790/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these 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) ff1aec7ccb547b778c7fb2263ecb50ceeea971f5 by ae: ipfw: do not reset fwmark when one_pass is disabled. The failed test cases: 1 tests failed. FAILED: sys.net.routing.test_routing_l3.py.TestIfOps::test_change_prefix_route[inet] Error Message: /usr/tests/sys/net/routing/test_routing_l3.py:42: AssertionError ------=_Part_6481_441058860.1733148243557-- From nobody Mon Dec 2 19:34:19 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y2DW04ckWz5gKHH for ; Mon, 02 Dec 2024 19:34:20 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y2DW00xrmz4pHl; Mon, 2 Dec 2024 19:34:20 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733168060; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=c4I/MsmLrg0zpVNfA+0dAq9Pf9x3av37gXgQlNZmMiM=; b=XB5wH2BHu0efjRIY6Ke15hT4IuU9mRFNnGpsX00Y7jQDbQNj9w6BtyX8IqDMOZ1diprCxz DUeYD7QDcgZG31h58z8WP9PyIy6V+hwjs2Vx7dUu+RnaALXocYUqbSnRVKEIvunhKSWBX/ YskYiO0tjt+TVbrrsOk9P4X2rTVB6JJ+V7Oawp+WvYaak5QOMJEHe5wTm3Iqfe63YHQl4M NHYGbpMNPVbVDHUyAuWFcn3l0GlV5U1OariDFKW8aSnSX4N/8/GpDek2iuLF59tidx6y8c 2tB1umf2NamJIQMGRDvKzSc4FSz+A2fwP5dAcPsnFWXuBTWEoJcX2F/d8t0LTA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733168060; a=rsa-sha256; cv=none; b=nyBhEnZ5Tzr894REtraLX5JGeT2bPr+uuhuvdCj6Xkqz2ULD40FaaUMAs04muqhpAcyyV7 3nMXaIT6D9CcnIInWfs8e2/tnzoCw8gmA2VoNSvN7a9lHsASOBWoHce4Ed3Ur8/JaBLHW/ XHARr1EVzYESUpvpeeEWp4mpWVGSI0OHekT8IHMcQFRINrTKPNk45eGlcUBLnq1WEZc7Ni vH5WSSj7aK12F7ekdlPEwXHyTcFDtmw1rn1TC+bS+CeVGo2H7aUrrWbAPoCgzvBVniWCTI SexYDxcboOpQwF16NQEHgEDtPpPyvQwweVP4X59PufsrxcFv9zB52uzEGDcQyg== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y2DW00NcVzr6T; Mon, 2 Dec 2024 19:34:20 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Mon, 2 Dec 2024 19:34:19 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: dim@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <1036469034.6488.1733168060059@jenkins.ci.freebsd.org> In-Reply-To: <974377772.6474.1733142744808@jenkins.ci.freebsd.org> References: <974377772.6474.1733142744808@jenkins.ci.freebsd.org> Subject: FreeBSD-stable-14-amd64-test - Build #826 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6487_621780863.1733168059772" X-Jenkins-Job: FreeBSD-stable-14-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6487_621780863.1733168059772 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-stable-14-amd64-test - Build #826 (2d7d4c66269d25cda284fd7129ae561f40d253a0) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/826/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/826/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/826/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these 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) 2d7d4c66269d25cda284fd7129ae561f40d253a0 by dim: llvm19: permit incremental builds from llvm18 The failed test cases: 5 tests failed. FAILED: sys.kern.sigsys.sigsys_test_off Error Message: /usr/src/tests/sys/kern/sigsys.c:70: sysctlbyname(name, &oldval, &oldlen, NULL, 0) == 0 not met FAILED: sys.kern.sigsys.sigsys_test_on Error Message: /usr/src/tests/sys/kern/sigsys.c:70: sysctlbyname(name, &oldval, &oldlen, NULL, 0) == 0 not met FAILED: usr.bin.grep.grep_test.recurse_symlink Error Message: atf-check failed; see the output of the test for details FAILED: sys.netmap.ctrl-api-test.main Error Message: Returned non-success exit status 255 FAILED: sys.netlink.test_netlink_message_writer.py.__test_cases_list__ Error Message: Test program did not exit cleanly ------=_Part_6487_621780863.1733168059772-- From nobody Mon Dec 2 20:10:25 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y2FJf47Fvz5gMV0 for ; Mon, 02 Dec 2024 20:10:26 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y2FJf2RTBz4svq; Mon, 2 Dec 2024 20:10:26 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733170226; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=PL0tTjAs2kwxf2oVKekWN1F0bLxKidXM56FGLJw4Jqs=; b=BH9oep4YkX/vSaYiBbCma40ImuAxsk/oUjB5aOOFBJeMdrKMPhGWlX89pGMGwvf1VN2nmP 6Lx4ojH0A23GiJ+ad1dsEPf84t2Kk0YKyMZIW0FLAFaD8+0qNwxOemw27zUTwvf+0np2fY eGG1bhbrlvB/eO8zHHdF8x9dnymK4rT2ucdiXh8+p+S6ATuVqQOnOsvArbMTyBrNzEO7Ju J4mJsmE+Caa2O76ZyOElla2/jFuZKlkKI1B4byzUymumm7m8aoGqwdCUa3Lie8DXRHsr0e uaIMyDlvgRyhryokbG0UQq94TIZyXKc3CUYUqeMKjffQFI+wfaf7JamAmWFRXA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733170226; a=rsa-sha256; cv=none; b=JtBk9hTeiYobFoOUPsnjyTLWUsqICqB2HtvS6mIPceXWcQNx3linbh76BZ66/U4cJhqGaH qW5xtWQu1oHwNdrwTIBYOSCCKX3dzD8PRTMT/apfZY4woICKUAjLPKwMrygHozv8xTOekR WdKrbAgMfdEh9pUv8iSmvHBZEZKaVlV9QdobJ9zVEc0lfnn+hiThR2RVPOtIhMkx63665+ SdwNl/Q7fEHccJnGfI64EWgvr9Op5oUvRsK8l7k8cclFD+G5VpuOWabzUEjpRxupaIAwsi LTL/OFfgN0SwZFmcobwCkLwWm2FnLNB+GPOQ5kqYFuyqWtO7Lh26TxnDg/bLKw== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y2FJf1sP4zsGd; Mon, 2 Dec 2024 20:10:26 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Mon, 2 Dec 2024 20:10:25 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: fuz@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <1201470843.6494.1733170226266@jenkins.ci.freebsd.org> In-Reply-To: <1187985091.6482.1733148243805@jenkins.ci.freebsd.org> References: <1187985091.6482.1733148243805@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #25791 - Failure List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6493_2054858339.1733170225953" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: FAILURE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6493_2054858339.1733170225953 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable FreeBSD-main-amd64-test - Build #25791 (4a0fc138e5eb343e45388e66698a4765b30= 8a622) - Failure Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25791= / Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25791/c= hanges Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25791/co= nsole 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) 127709d30a2b8a38be995dc5053390947895a723 by fuz: lib/libc/gen: use Lemire's algorithm for arc4random_uniform(). 1730b5c7916ed249ddc97ebe51117899f9323fbc by fuz: lib/libc/tests: add unit test for arc4random_uniform() 4a0fc138e5eb343e45388e66698a4765b308a622 by fuz: tools: add arc4random_uniform() bias test The end of the build log: [...truncated 3.72 MiB...] sys/kqueue/vnode_test:dir_note_link_create_dir_in -> passed [0.004s] sys/kqueue/vnode_test:dir_note_link_delete_dir_in -> passed [0.005s] sys/kqueue/vnode_test:dir_note_link_mv_dir_in -> passed [0.005s] sys/kqueue/vnode_test:dir_note_link_mv_dir_out -> passed [0.005s] sys/kqueue/vnode_test:dir_note_write_create_dir_in -> passed [0.005s] sys/kqueue/vnode_test:dir_note_write_create_file_in -> passed [0.005s] sys/kqueue/vnode_test:dir_note_write_delete_dir_in -> passed [0.005s] sys/kqueue/vnode_test:dir_note_write_delete_file_in -> passed [0.005s] sys/kqueue/vnode_test:dir_note_write_mv_dir_in -> passed [0.005s] sys/kqueue/vnode_test:dir_note_write_mv_dir_out -> passed [0.005s] sys/kqueue/vnode_test:dir_note_write_mv_dir_within -> passed [0.005s] sys/kqueue/vnode_test:dir_note_write_mv_file_in -> passed [0.005s] sys/kqueue/vnode_test:dir_note_write_mv_file_out -> passed [0.005s] sys/kqueue/vnode_test:dir_note_write_mv_file_within -> passed [0.005s] sys/kqueue/libkqueue/kqueue_test:main -> passed [48.162s] sys/mac/bsdextended/ugidfw_test:main -> passed [0.006s] sys/mac/ipacl/ipacl_test:ipacl_v4 -> broken: Test case body timed out [3= 00.003s] sys/mac/ipacl/ipacl_test:ipacl_v6 -> broken: Test case body timed out [3= 00.002s] sys/mac/portacl/nobody_test:main -> passed [53.212s] sys/mac/portacl/root_test:main -> passed [52.150s] sys/mqueue/mqueue_test:mqtest1 -> passed [0.022s] sys/mqueue/mqueue_test:mqtest2 -> passed [0.027s] sys/mqueue/mqueue_test:mqtest5 -> passed [0.030s] sys/net/if_ovpn/if_ovpn:4in4 -> skipped: if_epair.ko is required to run t= his test. [0.073s] sys/net/if_ovpn/if_ovpn:4in6 -> skipped: if_epair.ko is required to run t= his test. [0.082s] sys/net/if_ovpn/if_ovpn:4mapped -> skipped: if_epair.ko is required to ru= n this test. [0.072s] sys/net/if_ovpn/if_ovpn:6in4 -> skipped: if_epair.ko is required to run t= his test. [0.069s] sys/net/if_ovpn/if_ovpn:6in6 -> skipped: if_epair.ko is required to run t= his test. [0.072s] sys/net/if_ovpn/if_ovpn:chacha -> skipped: if_epair.ko is required to run= this test. [0.070s] sys/net/if_ovpn/if_ovpn:destroy_unused -> skipped: if_epair.ko is require= d to run this test. [0.066s] sys/net/if_ovpn/if_ovpn:explicit_exit -> skipped: if_epair.ko is required= to run this test. [0.073s] sys/net/if_ovpn/if_ovpn:gcm_128 -> skipped: if_epair.ko is required to ru= n this test. [0.071s] sys/net/if_ovpn/if_ovpn:multi_client -> skipped: if_epair.ko is required = to run this test. [0.081s] sys/net/if_ovpn/if_ovpn:ra -> skipped: if_epair.ko is required to run thi= s test. [0.068s] sys/net/if_ovpn/if_ovpn:route_to -> skipped: if_epair.ko is required to r= un this test. [0.072s] sys/net/if_ovpn/if_ovpn:timeout_client -> skipped: if_epair.ko is require= d to run this test. [0.068s] sys/net/if_ovpn/if_ovpn_c:tcp -> passed [0.005s] sys/netinet/carp:basic_v4 -> broken: Test case body timed out [300.010s] sys/netinet/carp:basic_v6 -> broken: Test case body timed out [300.009s] sys/netinet/carp:nd6_ns_source_mac -> broken: Test case body timed out [= 300.010s] sys/netinet/carp:negative_demotion -> broken: Test case body timed out [= 300.001s] sys/netinet/carp:switch -> broken: Test case body timed out [300.010s] sys/netinet/carp:unicast_ll_v6 -> broken: Test case body timed out [300.= 002s] sys/netinet/carp:unicast_v4 -> broken: Test case body timed out [300.009= s] sys/netinet/carp:unicast_v6 -> broken: Test case body timed out [300.001= s] sys/netinet/carp:vrrp_v4 -> broken: Test case body timed out [300.011s] sys/netinet/carp:vrrp_v6 -> broken: Test case body timed out [300.010s] sys/netinet/carp.py:TestCarp::test_source_mac -> broken: Test case body t= imed out [300.019s] sys/netinet/carp.py:TestCarp::test_source_mac_vrrp -> broken: Test case b= ody timed out [300.018s] sys/netinet/divert:ipdivert_ip_input_local_success -> skipped: if_epair.k= o is required to run this test. [0.082s] sys/netinet/divert:ipdivert_ip_output_remote_success -> skipped: if_epair= .ko is required to run this test. [0.075s] sys/netinet/fibs:fibs_ifroutes1_success -> broken: Test case body timed o= ut [300.006s] sys/netinet/fibs_test:arpresolve_checks_interface_fib -> skipped: The 0th= configured fib is 1, which is not less than net.fibs, which is 1 [0.083s] sys/netinet/fibs_test:default_route_with_multiple_fibs_on_same_subnet -> = skipped: The 0th configured fib is 1, which is not less than net.fibs, whic= h is 1 [0.072s] sys/netinet/fibs_test:default_route_with_multiple_fibs_on_same_subnet_inet6= -> skipped: The 0th configured fib is 1, which is not less than net.fibs= , which is 1 [0.070s] sys/netinet/fibs_test:loopback_and_network_routes_on_nondefault_fib -> sk= ipped: The 0th configured fib is 1, which is not less than net.fibs, which = is 1 [0.065s] sys/netinet/fibs_test:loopback_and_network_routes_on_nondefault_fib_inet6 = -> skipped: The 0th configured fib is 1, which is not less than net.fibs, = which is 1 [0.066s] sys/netinet/fibs_test:same_ip_multiple_ifaces -> skipped: The 0th configu= red fib is 1, which is not less than net.fibs, which is 1 [0.071s] sys/netinet/fibs_test:same_ip_multiple_ifaces_fib0 -> tap0: Ethernet addr= ess: e2:2b:e1:66:86:78 tap1: Ethernet address: ea:17:a9:de:a2:01 tap2: Ethernet address: b6:3c:28:ff:51:ce tap3: Ethernet address: 42:2d:7c:ea:26:e2 in_scrubprefix: err=3D51, prefix delete failed passed [0.096s] sys/netinet/fibs_test:same_ip_multiple_ifaces_inet6 -> skipped: The 0th c= onfigured fib is 1, which is not less than net.fibs, which is 1 [0.068s] sys/netinet/fibs_test:slaac_on_nondefault_fib6 -> skipped: The 0th config= ured fib is 1, which is not less than net.fibs, which is 1 [0.070s] sys/netinet/fibs_test:subnet_route_with_multiple_fibs_on_same_subnet -> s= kipped: The 0th configured fib is 1, which is not less than net.fibs, which= is 1 [0.070s] sys/netinet/fibs_test:subnet_route_with_multiple_fibs_on_same_subnet_inet6 = -> skipped: The 0th configured fib is 1, which is not less than net.fibs,= which is 1 [0.071s] sys/netinet/fibs_test:udp_dontroute -> skipped: The 0th configured fib is= 1, which is not less than net.fibs, which is 1 [0.070s] sys/netinet/fibs_test:udp_dontroute6 -> skipped: https://bugs.freebsd.org= /244172 [0.074s] sys/netinet/forward:fwd_ip_blackhole -> skipped: if_epair.ko is required = to run this test. [0.066s] sys/netinet/forward:fwd_ip_icmp_gw_fast_success -> skipped: if_epair.ko i= s required to run this test. [0.070s] sys/netinet/forward:fwd_ip_icmp_gw_slow_success -> skipped: if_epair.ko i= s required to run this test. [0.064s] sys/netinet/forward:fwd_ip_icmp_iface_fast_success -> skipped: if_epair.k= o is required to run this test. [0.070s] sys/netinet/forward:fwd_ip_icmp_iface_slow_success -> skipped: if_epair.k= o is required to run this test. [0.070s] sys/netinet/igmp.py:TestIGMP::test_igmp3_join_leave -> broken: Test case = body timed out [300.015s] sys/netinet/ip6_v4mapped_test:tcp_v4mapped_bind -> passed [0.004s] sys/netinet/ip6_v4mapped_test:udp_v4mapped_sendto -> passed [0.004s] sys/netinet/ip_reass_test:ip_reass__large_fragment -> passed [0.016s] sys/netinet/ip_reass_test:ip_reass__multiple_last_fragments -> passed [0= .033s] sys/netinet/ip_reass_test:ip_reass__zero_length_fragment -> passed [0.01= 6s] sys/netinet/lpm:lpm_test1_success -> broken: Test case body timed out [3= 00.009s] sys/netinet/lpm:lpm_test2_success -> broken: Test case body timed out [3= 00.010s] sys/netinet/output:output_raw_flowid_mpath_success -> broken: Test case b= ody timed out [300.006s] sys/netinet/output:output_raw_success -> broken: Test case body timed out= [300.009s] sys/netinet/output:output_tcp_flowid_mpath_success -> broken: Test case b= ody timed out [300.005s] sys/netinet/output:output_tcp_setup_success -> broken: Test case body tim= ed out [300.006s] sys/netinet/output:output_udp_flowid_mpath_success -> broken: Test case b= ody timed out [300.001s] sys/netinet/output:output_udp_setup_success -> broken: Test case body tim= ed out [300.009s] sys/netinet/redirect:valid_redirect -> broken: Test case body timed out = [300.005s] sys/netinet/so_reuseport_lb_test:basic_ipv4 -> Limiting closed port RST r= esponse from 13360 to 206 packets/sec passed [1.225s] sys/netinet/so_reuseport_lb_test:basic_ipv6 -> Limiting closed port RST r= esponse from 17088 to 190 packets/sec passed [0.893s] sys/netinet/socket_afinet:socket_afinet -> passed [0.004s] sys/netinet/socket_afinet:socket_afinet_bind_ok -> passed [0.004s] sys/netinet/socket_afinet:socket_afinet_bind_zero -> skipped: doesn't wor= k when mac_portacl(4) loaded (https://bugs.freebsd.org/238781) [0.004s] sys/netinet/socket_afinet:socket_afinet_poll_no_rdhup -> passed [0.004s] sys/netinet/socket_afinet:socket_afinet_poll_rdhup -> passed [0.004s] sys/netinet/socket_afinet:socket_afinet_stream_reconnect -> passed [0.00= 4s] sys/netinet/tcp_connect_port_test:basic_ipv4 -> Limiting closed port RST = response from 17943 to 204 packets/sec Limiting closed port RST response from 19539 to 193 packets/sec Limiting closed port RST response from 19614 to 196 packets/sec passed [3.287s] sys/netinet/tcp_connect_port_test:basic_ipv6 -> Limiting closed port RST = response from 18731 to 214 packets/sec Limiting closed port RST response from 18526 to 215 packets/sec Limiting closed port RST response from 18514 to 191 packets/sec Limiting closed port RST response from 18521 to 204 packets/sec passed [3.539s] sys/netinet/tcp_implied_connect:tcp_implied_connect -> passed [0.004s] sys/netinet/tcp_md5_getsockopt:tcp_md5_getsockopt_v4 -> skipped: Test req= uires the tcpmd5 kernel module to be loaded [0.004s] sys/netinet/tcp_md5_getsockopt:tcp_md5_getsockopt_v6 -> skipped: Test req= uires the tcpmd5 kernel module to be loaded [0.004s] sys/netinet/udp_io:peek -> passed [0.004s] sys/netinet/udp_io:trunc -> passed [0.004s] sys/netinet/libalias/1_instance:1_singleinit -> passed [0.008s] sys/netinet/libalias/1_instance:2_destroynull -> pid 85800 (1_instance), = jid 0, uid 0: exited on signal 11 (core dumped) expected_failure: Code expects valid pointer. [0.014s] sys/netinet/libalias/1_instance:3_multiinit -> passed [0.014s] sys/netinet/libalias/1_instance:4_multiinstance -> passed [0.092s] sys/netinet/libalias/2_natout:1_simplemasq -> passed [0.004s] sys/netinet/libalias/2_natout:2_unregistered -> passed [0.004s] sys/netinet/libalias/2_natout:3_cgn -> passed [0.004s] sys/netinet/libalias/2_natout:4_udp -> passed [0.005s] sys/netinet/libalias/2_natout:5_sameport -> passed [0.005s] sys/netinet/libalias/2_natout:6_cleartable -> passed [0.004s] sys/netinet/libalias/2_natout:7_stress -> passed [0.085s] sys/netinet/libalias/2_natout:8_portrange -> passed [0.006s] sys/netinet/libalias/3_natin:1_portforward -> passed [0.004s] sys/netinet/libalias/3_natin:2_portoverlap -> passed [0.004s] sys/netinet/libalias/3_natin:3_redirectany -> passed [0.004s] sys/netinet/libalias/3_natin:4_redirectaddr -> passed [0.005s] sys/netinet/libalias/3_natin:5_lsnat -> passed [0.005s] sys/netinet/libalias/3_natin:6_oneshot -> passed [0.005s] sys/netinet6/divert:ipdivert_ip6_output_remote_success -> skipped: https:= //bugs.freebsd.org/279975 [0.072s] sys/netinet6/exthdr:exthdr -> skipped: if_epair.ko is required to run thi= s test. [0.080s] sys/netinet6/fibs6:fibs6_ifroutes1_success -> broken: Test case body time= d out [300.003s] sys/netinet6/forward6:fwd_ip6_blackhole -> skipped: if_epair.ko is requir= ed to run this test. [0.074s] sys/netinet6/forward6:fwd_ip6_gu_icmp_gw_gu_fast_success -> skipped: if_e= pair.ko is required to run this test. [0.075s] sys/netinet6/forward6:fwd_ip6_gu_icmp_gw_gu_slow_success -> skipped: if_e= pair.ko is required to run this test. [0.070s] sys/netinet6/forward6:fwd_ip6_gu_icmp_gw_ll_fast_success -> skipped: if_e= pair.ko is required to run this test. [0.071s] sys/netinet6/forward6:fwd_ip6_gu_icmp_gw_ll_slow_success -> skipped: if_e= pair.ko is required to run this test. [0.079s] sys/netinet6/forward6:fwd_ip6_gu_icmp_iface_fast_success -> skipped: if_e= pair.ko is required to run this test. [0.074s] sys/netinet6/forward6:fwd_ip6_gu_icmp_iface_slow_success -> skipped: if_e= pair.ko is required to run this test. [0.073s] sys/netinet6/lpm6:lpm6_test1_success -> broken: Test case body timed out = [300.005s] sys/netinet6/lpm6:lpm6_test2_success -> broken: Test case body timed out = [300.006s] sys/netinet6/mld:mldraw01 -> broken: Test case body timed out [300.002s] sys/netinet6/mld:pr233683 -> broken: Test case body timed out [300.008s] sys/netinet6/ndp:ndp_add_gu_success -> skipped: if_epair.ko is required t= o run this test. [0.081s] sys/netinet6/ndp:ndp_del_gu_success -> skipped: if_epair.ko is required t= o run this test. [0.076s] sys/netinet6/ndp:ndp_slaac_default_route -> skipped: if_epair.ko is requi= red to run this test. [0.078s] sys/netinet6/output6:output6_raw_flowid_mpath_success -> skipped: if_epai= r.ko is required to run this test. [0.067s] sys/netinet6/output6:output6_raw_success -> skipped: if_epair.ko is requi= red to run this test. [0.071s] sys/netinet6/output6:output6_tcp_flowid_mpath_success -> skipped: if_epai= r.ko is required to run this test. [0.069s] sys/netinet6/output6:output6_tcp_setup_success -> skipped: if_epair.ko is= required to run this test. [0.063s] sys/netinet6/output6:output6_udp_flowid_mpath_success -> skipped: if_epai= r.ko is required to run this test. [0.066s] sys/netinet6/output6:output6_udp_setup_success -> skipped: if_epair.ko is= required to run this test. [0.066s] sys/netinet6/proxy_ndp:pndp_add_gu_success -> skipped: if_epair.ko is req= uired to run this test. [0.074s] sys/netinet6/proxy_ndp:pndp_del_gu_success -> skipped: if_epair.ko is req= uired to run this test. [0.061s] sys/netinet6/proxy_ndp:pndp_ifdestroy_success -> skipped: if_epair.ko is = required to run this test. [0.059s] sys/netinet6/proxy_ndp:pndp_neighbor_advert -> skipped: if_epair.ko is re= quired to run this test. [0.071s] sys/netinet6/redirect:valid_redirect -> skipped: https://bugs.freebsd.org= /247729 [0.071s] sys/netinet6/scapyi386:scapyi386 -> skipped: if_epair.ko is required to r= un this test. [0.069s] sys/netinet6/test_ip6_output.py:TestIP6Output::test_output6_base -> broke= n: Test case body timed out [300.007s] sys/netinet6/test_ip6_output.py:TestIP6Output::test_output6_nhop -> broke= n: Test case body timed out [300.009s] sys/netinet6/test_ip6_output.py:TestIP6Output::test_output6_pktinfo[empty] = -> broken: Test case body timed out [300.012s] sys/netinet6/test_ip6_output.py:TestIP6Output::test_output6_pktinfo[ifsame]= -> broken: Test case body timed out [300.013s] sys/netinet6/test_ip6_output.py:TestIP6Output::test_output6_pktinfo[ipandif= ] -> broken: Test case body timed out [300.005s] sys/netinet6/test_ip6_output.py:TestIP6Output::test_output6_pktinfo[iponly1= ] -> broken: Test case body timed out [300.010s] sys/netinet6/test_ip6_output.py:TestIP6Output::test_output6_pktinfo[nolocal= ip] -> broken: Test case body timed out [300.012s] sys/netinet6/test_ip6_output.py:TestIP6OutputLL::test_output6_linklocal ->= broken: Test case body timed out [300.011s] sys/netinet6/test_ip6_output.py:TestIP6OutputLoopback::test_output6_self_tc= p[gu-no_sav] -> broken: Test case body timed out [300.005s] sys/netinet6/test_ip6_output.py:TestIP6OutputLoopback::test_output6_self_tc= p[gu-sav] -> broken: Test case body timed out [300.011s] sys/netinet6/test_ip6_output.py:TestIP6OutputLoopback::test_output6_self_tc= p[ll-no_sav] -> broken: Test case body timed out [300.013s] sys/netinet6/test_ip6_output.py:TestIP6OutputLoopback::test_output6_self_tc= p[ll-sav] -> broken: Test case body timed out [300.012s] sys/netinet6/test_ip6_output.py:TestIP6OutputLoopback::test_output6_self_tc= p[lo-no_sav] -> broken: Test case body timed out [300.007s] sys/netinet6/test_ip6_output.py:TestIP6OutputLoopback::test_output6_self_tc= p[lo-sav] -> broken: Test case body timed out [300.006s] sys/netinet6/test_ip6_output.py:TestIP6OutputLoopback::test_output6_self_ud= p[gu-no_sav] -> broken: Test case body timed out [300.007s] sys/netinet6/test_ip6_output.py:TestIP6OutputLoopback::test_output6_self_ud= p[gu-sav] -> broken: Test case body timed out [300.004s] sys/netinet6/test_ip6_output.py:TestIP6OutputLoopback::test_output6_self_ud= p[ll-no_sav] -> broken: Test case body timed out [300.013s] sys/netinet6/test_ip6_output.py:TestIP6OutputLoopback::test_output6_self_ud= p[ll-sav] -> broken: Test case body timed out [300.004s] sys/netinet6/test_ip6_output.py:TestIP6OutputLoopback::test_output6_self_ud= p[lo-no_sav] -> broken: Test case body timed out [300.011s] sys/netinet6/test_ip6_output.py:TestIP6OutputLoopback::test_output6_self_ud= p[lo-sav] -> broken: Test case body timed out [300.012s] sys/netinet6/test_ip6_output.py:TestIP6OutputMulticast::test_output6_multic= ast[ff02] -> broken: Test case body timed out [300.007s] sys/netinet6/test_ip6_output.py:TestIP6OutputMulticast::test_output6_multic= ast[ff05] -> broken: Test case body timed out [300.011s] sys/netinet6/test_ip6_output.py:TestIP6OutputMulticast::test_output6_multic= ast[ff08] -> broken: Test case body timed out [300.007s] sys/netinet6/test_ip6_output.py:TestIP6OutputMulticast::test_output6_multic= ast[ff0e] -> broken: Test case body timed out [300.008s] sys/netinet6/test_ip6_output.py:TestIP6OutputNhopLL::test_output6_nhop_link= local -> broken: Test case body timed out [300.009s] sys/netinet6/test_ip6_output.py:TestIP6OutputScope::test_output6_linklocal_= scope[gu_to_ll] -> broken: Test case body timed out [300.004s] sys/netinet6/test_ip6_output.py:TestIP6OutputScope::test_output6_linklocal_= scope[ll_differentif1] -> broken: Test case body timed out [300.004s] sys/netinet6/test_ip6_output.py:TestIP6OutputScope::test_output6_linklocal_= scope[ll_differentif2] -> broken: Test case body timed out [300.010s] sys/netinet6/test_ip6_output.py:TestIP6OutputScope::test_output6_linklocal_= scope[same] -> broken: Test case body timed out [300.011s] sys/netlink/netlink_socket:membership -> passed [0.005s] sys/netlink/netlink_socket:overflow -> passed [1.037s] sys/netlink/netlink_socket:peek -> passed [0.005s] sys/netlink/netlink_socket:sizes -> passed [0.025s] sys/netlink/test_netlink_message_writer.py:__test_cases_list__ -> broken:= Test case list timed out [0.003s] sys/netlink/test_nl_core.py:TestNlCore::test_socket_type[SOCK_DGRAM] -> b= roken: Test case body timed out [300.003s] sys/netlink/test_nl_core.py:TestNlCore::test_socket_type[SOCK_RAW] -> bro= ken: Test case body timed out [300.010s] sys/netlink/test_nl_core.py:TestNlCore::test_socket_type_unsup[SOCK_RDM] -= > 2024-12-02T20:09:23.433683+00:00 - auditd 921 - - auditd_wait_for_events= : SIGTERM 2024-12-02T20:09:23.435026+00:00 - auditd 921 - - Auditing disabled 2024-12-02T20:09:23.439195+00:00 - auditd 921 - - renamed /var/audit/202412= 02141228.not_terminated to /var/audit/20241202141228.20241202200923 2024-12-02T20:09:23.441512+00:00 - auditd 921 - - Finished 2024-12-02T20:09:43.452931+00:00 - init 1 - - some processes would not die;= ps axl advised Waiting (max 60 seconds) for system process `vnlru' to stop... done Waiting (max 60 seconds) for system process `syncer' to stop...=20 Syncing disks, vnodes remaining... 0 done All buffers synced. + rc=3D0 + echo 'bhyve return code =3D 0' bhyve return code =3D 0 + sudo /usr/sbin/bhyvectl '--vm=3Dtestvm-main-amd64-25791' --destroy + sh -ex freebsd-ci/scripts/test/extract-meta.sh + METAOUTDIR=3Dmeta-out + rm -fr meta-out + mkdir meta-out + tar xvf meta.tar -C meta-out x ./ x ./disable-zfs-tests.sh x ./disable-dtrace-tests.sh x ./run-kyua.sh x ./run.sh x ./auto-shutdown x ./disable-notyet-tests.sh + rm -f test-report.txt test-report.xml + mv 'meta-out/test-report.*' . mv: rename meta-out/test-report.* to ./test-report.*: No such file or direc= tory + report=3Dtest-report.xml + [ -e freebsd-ci/jobs/FreeBSD-main-amd64-test/xfail-list -a -e test-report= .xml ] + rm -f disk-cam + jot 5 + rm -f disk1 + rm -f disk2 + rm -f disk3 + rm -f disk4 + rm -f disk5 + rm -f disk-test.img [PostBuildScript] - [INFO] Executing post build scripts. [FreeBSD-main-amd64-test] $ /bin/sh -xe /tmp/jenkins10401104348159129006.sh + ./freebsd-ci/artifact/post-link.py Post link: {'job_name': 'FreeBSD-main-amd64-test', 'commit': '4a0fc138e5eb3= 43e45388e66698a4765b308a622', 'branch': 'main', 'target': 'amd64', 'target_= arch': 'amd64', 'link_type': 'latest_tested'} "Link created: main/latest_tested/amd64/amd64 -> ../../4a0fc138e5eb343e4538= 8e66698a4765b308a622/amd64/amd64\n" Recording test results ERROR: Step =E2=80=98Publish JUnit test result report=E2=80=99 failed: No t= est report files were found. Configuration error? 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 ------=_Part_6493_2054858339.1733170225953-- From nobody Mon Dec 2 21:27:54 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y2H230r09z5gSnq for ; Mon, 02 Dec 2024 21:27:55 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y2H2264JPz44j3; Mon, 2 Dec 2024 21:27:54 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733174874; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=HQWLE/2fqtBxLuH/+hu14NGg2rFzuDjNJKvuSs5wp5g=; b=HkD4P8qzBZQaZuI4hmMOEh8bg9Zx+GPJ0AMzgYS0mSzas0j4xDyUqVDThsnXGBYVyndWYZ HhSZ5TV/SBPmnRLadhHXzjXiHR0iIcq0nBXqUyR09alUHv4qjkngbKSaWz7bpF88mLbXoy SsZsKHowca7pqbdKsIW0nIdY1MBV8LuACuhUnKjV0MPpdZNtt8VWp8vA5Ogg9QwNODtH77 bH1s4azNv03czdjkn5MgxMdS9FCw9Ppo8xoR5ZB9Qu9kD4ckoKMXR+9SeBuqJBLdjrPfzQ zUMGJDwJFA7VIHsDGNSmEY0Bhde4kklqnZ6CZ75sa5JfQiSrlzu3Sg30m+/FDg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733174874; a=rsa-sha256; cv=none; b=dCtePjJltou0JLEq3fN+ZcHXfIKA7MXeIAgMJi9+yf5Fv7/1gjxNeKTaMz48tyR08vfNL6 TFXsZE3hB/NF0iFZrtJQk89f2Wdi9gmP2uDW2pKbnnd4Sx5DXjcBTp+WZ9Cv7Oni3i2fMW wfSU4TNkw/UaQwG/rRd+sLc3N1bWYNcNVAftfvnW7HCVbzjm8bzA7TGM7WDsXUXljkMAhi xWl3WUU+Lxn5szdoJu0zpq9VkgVQw/eP1hTtITFoPRdYCLt5pPrtFkutCLJK0+cUiN8NX5 TOpaY6dCKZkIcXTLdi7iDz/gG67r018zvrM8xl0ibp8s4OqzrRBrtY7fEQIMhQ== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y2H225WsZztQg; Mon, 2 Dec 2024 21:27:54 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Mon, 2 Dec 2024 21:27:54 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <523554589.6498.1733174874779@jenkins.ci.freebsd.org> In-Reply-To: <1036469034.6488.1733168060059@jenkins.ci.freebsd.org> References: <1036469034.6488.1733168060059@jenkins.ci.freebsd.org> Subject: FreeBSD-stable-14-amd64-test - Build #827 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6497_1065151779.1733174874571" X-Jenkins-Job: FreeBSD-stable-14-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6497_1065151779.1733174874571 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-stable-14-amd64-test - Build #827 (2d7d4c66269d25cda284fd7129ae561f40d253a0) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/827/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/827/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/827/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these 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) No changes The failed test cases: 5 tests failed. FAILED: sys.kern.sigsys.sigsys_test_off Error Message: /usr/src/tests/sys/kern/sigsys.c:70: sysctlbyname(name, &oldval, &oldlen, NULL, 0) == 0 not met FAILED: sys.kern.sigsys.sigsys_test_on Error Message: /usr/src/tests/sys/kern/sigsys.c:70: sysctlbyname(name, &oldval, &oldlen, NULL, 0) == 0 not met FAILED: usr.bin.grep.grep_test.recurse_symlink Error Message: atf-check failed; see the output of the test for details FAILED: sys.netmap.ctrl-api-test.main Error Message: Returned non-success exit status 255 FAILED: sys.netlink.test_netlink_message_writer.py.__test_cases_list__ Error Message: Test program did not exit cleanly ------=_Part_6497_1065151779.1733174874571-- From nobody Mon Dec 2 21:48:38 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y2HTz6DRLz5gVRK for ; Mon, 02 Dec 2024 21:48:39 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y2HTz24p1z46GB; Mon, 2 Dec 2024 21:48:39 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733176119; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=GduQJmHtKGSwPzo5ZHlQhQ816hVmYrVCHiBJgza+3Ac=; b=oEV0LEZUadw+0lzhtdzUIukIgeOIC3Gpl2OPpiUXg71h4G847UwlyxxJEvHiv7WoKdPzyH L7CtaCdk+Pp/1oUkwpUZtUXkGJtsJfxbtbxxrLZciawB9YorteGAjqQjSCPb/YYG5EZ5Yn ukvNiKp+2OMg2G+mMvX9Y7twdzcOwHqcyHEYjTPAhuNBpRx66pSgy2TTFPw0zMCk6NTWNP sSIbSRGzITpPNL3BAk7bqolodH1Jwpho2MvZ/sE7vJ6BReC6LFfO1HB8oL3whMI/Pa354e W3/EuZ7N37LqhhPM+SqMjf6EejPSKVvdT9VxT/N6lOE3IiXSzaoeDRtWqVBhHA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733176119; a=rsa-sha256; cv=none; b=xgTnl5P/y0pWkDtWWbZbTHKHmYtznMbDWq0WleYuBEeH3WqGmoD7LN9dm5+Frqgo9jK44A W1Kh98GbWxGBW/NcRN4dY9XxH/12d9lJjz1aTVB5LQeW10S/ttE+PXe4yWjYe9Died2NsY C7k5ecyNPqxJyw/oourlBQzGy50bDZJrYEvGe2ZEmGud+Aq3ozEJd5imd7QUdZjw1H4yAm RNUF85ZP/lcwIjQWM1/FOix6klZU7gM6NtCWfLPhHEZQLrOiGfLdYur0GF0lFT+HqaiBRd /Ug2epKYFjIOpyl1UHUC5bEJ1AHm9/EnD2KahXS+VwcyQuml4sbWz7yN8TagTQ== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y2HTz1g85zv90; Mon, 2 Dec 2024 21:48:39 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Mon, 2 Dec 2024 21:48:38 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: emaste@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <1042349836.6500.1733176119236@jenkins.ci.freebsd.org> In-Reply-To: <1201470843.6494.1733170226266@jenkins.ci.freebsd.org> References: <1201470843.6494.1733170226266@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #25792 - Still unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6499_186722622.1733176118882" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6499_186722622.1733176118882 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #25792 (2bb61497ca76646c92f25127b8d4d64281123400) - Still unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25792/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25792/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25792/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these 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) 2bb61497ca76646c92f25127b8d4d64281123400 by emaste: elf_common.h: Add definitions for LoongArch ELF files The failed test cases: 1 tests failed. FAILED: sys.net.routing.test_routing_l3.py.TestIfOps::test_change_prefix_route[inet] Error Message: /usr/tests/sys/net/routing/test_routing_l3.py:42: AssertionError ------=_Part_6499_186722622.1733176118882-- From nobody Mon Dec 2 23:29:35 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y2KkR4vJzz5gck1 for ; Mon, 02 Dec 2024 23:29:35 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y2KkR2pBJz4GcF; Mon, 2 Dec 2024 23:29:35 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733182175; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=PXbHKtyU1PmZbTg2Q56uWKYny0Kq3sm2tNbV3dGlBnc=; b=h8AVEd/oKQu/6GKecCupIRm9IjwSkuykZ155ceL4HN5wxfCBaoL6j1lMqGdqJx+l9oI0FE s1R90ihpw85aG5QAOpJpYkPbMvWOvkGi4wU0n5x+tDUXI6EcFDRu7XXxM5fnimKp9E2QCv MjMakzVPhLOpV3DMDcjo2cFV47WT9fFGJP1eYR6/lSwBRIrr2Tlu7Uo5jsMR5vsWFYNXPO fk4WiwIhS6cxPUVB6kDBTTOLIVjQBuf71nu6p4CFxuDCs7LFhy/y7MyXkiic9x4TiPu1YK qOX/PPK+E4ArIFflvVfViSPXuGqaqOBki9mv+wMhSwwZd+XmZZJNUAYGqZS7bg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733182175; a=rsa-sha256; cv=none; b=keW6ajmcIjs4MpnHR51rHcxGD6+r0mwMVuMG+4pd2OMvqjxMMMDTWXdK1+2WkHJ85bENKb 5QIG68DYXKtDuqhu7Qx+ZQpBbcdhY+ds1g5F/y8vFBGD27z61/3i5dg1tWsolChV4Wk7QJ 3ueIoudLwB56ZLAvLUxYMAJL4WqCI+4VXfyiRRVgAYXPu0SiGm7hXd6tjJPmoD9PTfOrRv N5nW9xEN49Jwu/jlnw79zFJHvUEeIUD5wbLXAMvEN4ocTtHiW2G7dMWrqVILLhHocObqu3 +agxB/i2CQikFHBDvTYMDO7QytYvlyVIEx8KYp11KdbG/7pQxMnGCfCBquCLaQ== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y2KkR2NlSzyRq; Mon, 2 Dec 2024 23:29:35 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Mon, 2 Dec 2024 23:29:35 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: christos@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <237690103.6508.1733182175337@jenkins.ci.freebsd.org> In-Reply-To: <1042349836.6500.1733176119236@jenkins.ci.freebsd.org> References: <1042349836.6500.1733176119236@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #25793 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6507_2140112420.1733182175028" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6507_2140112420.1733182175028 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #25793 (46a97b9cd6fd4415270afe4070082ae69ee21035) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25793/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25793/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25793/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these 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) 0b4e32912566d802c7a6501d9ce8119f04dbc2fb by christos: sound: Merge ac97 and ac97_patch 00731aaaed76785af8befe13e9a4e85b3554b3f5 by christos: sound: Remove dead code from pcm/ b882251204128388eb2f8e4f74e83ff1ca7863c4 by christos: sound: Remove unused code from pcm/g711.h 88eaa1504d12c82a36d83c16e9fd6c41175d2e0a by christos: sound: Dissolve pcm/intpcm.h 5a217a8d7d2a0dc19eb5d7bb1bd0f21116fbcf69 by christos: sound: Merge pcm/matrix_map.h with pcm/matrix.h 29ba0cc4d919243436f1bf73a22a554fa5073a44 by christos: sound: Fix mis-sorted CHN_F_BITS line 46a97b9cd6fd4415270afe4070082ae69ee21035 by christos: sound: Do not access cv_waiters The failed test cases: 3 tests failed. FAILED: bin.pkill.pkill-j_test.main Error Message: 2 of 4 tests failed FAILED: sys.netpfil.common.dummynet.ipfw_queue_v6 Error Message: We failed prioritisation 3 times FAILED: sys.net.routing.test_routing_l3.py.TestIfOps::test_change_prefix_route[inet] Error Message: /usr/tests/sys/net/routing/test_routing_l3.py:42: AssertionError ------=_Part_6507_2140112420.1733182175028-- From nobody Tue Dec 3 03:01:56 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y2QRT067Nz5fWsC for ; Tue, 03 Dec 2024 03:01:57 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y2QRS4pQ4z4nmn; Tue, 3 Dec 2024 03:01:56 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733194916; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=uTKyN6TlqDXcFD4qlkLaI576i59YI8Nf9oqRECiLogY=; b=vzAkgNeS4CIhqtjSrUSUcz8OBjzwg0qGO8Og70QkKMYDHAIgZyIHEBLs8iWr8MuzQBNdpn z/ivjB1c+x/vWeYwL9lSIdKZjW0XevJR9yF0AEvcoJGEp3C9BqxVfLSS6cXpZr1vSQRkhL HUp9o97uMxcQo3O6uQgmi7M0exrSaqn+cjuXICPq7Tplr0fqgQLEPWByOd+GetIhqWtKhq Jbd804GKbs75PK8WDgqB8xtRCqptgwQj4kYa9kYJC61ZJb4OzseyEhDxtXl8lPrqOydVkd +Z95rg7bGAxlSjNIHxgHLec0Ew6XBxb5VsMUlsjr1Mlsl88bEy0+uQvpvdafeg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733194916; a=rsa-sha256; cv=none; b=UPeRp8U5eoVodDk/y01i1aXrKrSWt8U606dEDUA1SeGCPVUrWZitqO2XU+gk3is7ThEQg0 ax9E6ffKffad7aYeRZCO5580rjCFvm7DmSYX9dPTSWMHZNaKXTA4unQsUmZTb8ksWzg66D 8HsQbF2iLnZMw2mrytZwgehQ1yuLqKpsZU62kfBrCHjTSANqkoTlQBJtVi7GWI0Vwr1Ivh I2jltzRLNSoJUoc4UNY698Lz7Y6yfV/IxyJWjgakXVo4yFU0DRNlaCcpeVJR4tDzheuuX9 FcgCoq+n+fNxWwJib0EFTuCz/5GntXNmXmtZ1IQVv6cQF6YHlGAXP//jMObUSg== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y2QRS4ND6z14LS; Tue, 3 Dec 2024 03:01:56 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Tue, 3 Dec 2024 03:01:56 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: kib@FreeBSD.org, emaste@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <2028837474.6526.1733194916620@jenkins.ci.freebsd.org> In-Reply-To: <523554589.6498.1733174874779@jenkins.ci.freebsd.org> References: <523554589.6498.1733174874779@jenkins.ci.freebsd.org> Subject: FreeBSD-stable-14-amd64-test - Build #828 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6525_402297011.1733194916124" X-Jenkins-Job: FreeBSD-stable-14-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6525_402297011.1733194916124 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-stable-14-amd64-test - Build #828 (f16b81e620c613f509ed5bf66b7f96f87928bb1c) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/828/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/828/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/828/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these 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) 957f7a2a58e550bd31d8ebec67f99d19087746a2 by emaste: comsat: Improve use of setuid() 0e0329c6dbabc12f5ab08bb63929a2ba6d506084 by emaste: ng_parse: disallow negative length for malloc edb7173b8c99fd4177a0e6eca28f2e4496335df3 by kib: amd64: add machine/pte.h 077cbcaefb252c6ca9b9e64a9b5cf76409d82586 by kib: amdiommu: Fix device table segment base register offsets 18172439a303d048e668c2fdae4249d37e223524 by kib: amdiommu: use static array for device table base register offsets ebe9a47c00658e80fe54f4ff8d1b6c51c0e6b081 by kib: acpica: rename acpi_parse_pxm() to acpi_pxm_parse() and make it dc75bb826441630c9d3934044172b9b97873d532 by kib: acpica: add domain ivar d5adab0e7824d45fbf364b227b01180ff92c049e by kib: dmar: set acpi ivar domain on identify() fb0014d04e845f1cec15981a4ca1186cc9dfdb26 by kib: stdio(3): correct summary information for fileno(3) 9fb5c02356b0717aa3cdde3c19adc6d3f0521225 by kib: fileno(3): set errno when returning -1 468d647a5a10468378afdb74f2eeafc707a6d28e by kib: mlx5e: Immediately initialize TLS send tags 5cd87fd6df53482f84fd26b99cc43d9045cff87b by kib: mlx5e: Use M_WAITOK when allocating TLS tags 9ff300614ba71cfc2958b8ffe606e3df53023b29 by kib: mlx5e tls: Ensure all allocated tags have a hw context associated 75cba37ccf90be5011e6260c7699f702eaa6d825 by kib: mlx5_en: style function prototype e6bcfb14f27df1704d77cacfe9962d3fbc49f20e by kib: mlx5en: fix the sign of mlx5e_tls_st_init() error, convert from Linux to 7211ab584ecf5e0a7053733188c90797bd20fcb9 by kib: mlx5e tls: use non-sleeping malloc flag is it was intended 2657d38625cff8c16dfbb7e8ca80d895f988d840 by kib: mlx5en: move runtime capabilities checks into helper functions f16b81e620c613f509ed5bf66b7f96f87928bb1c by kib: mlx5en: only enable to toggle offload caps if they are supported The failed test cases: 5 tests failed. FAILED: sys.kern.sigsys.sigsys_test_off Error Message: /usr/src/tests/sys/kern/sigsys.c:70: sysctlbyname(name, &oldval, &oldlen, NULL, 0) == 0 not met FAILED: sys.kern.sigsys.sigsys_test_on Error Message: /usr/src/tests/sys/kern/sigsys.c:70: sysctlbyname(name, &oldval, &oldlen, NULL, 0) == 0 not met FAILED: usr.bin.grep.grep_test.recurse_symlink Error Message: atf-check failed; see the output of the test for details FAILED: sys.netmap.ctrl-api-test.main Error Message: Returned non-success exit status 255 FAILED: sys.netlink.test_netlink_message_writer.py.__test_cases_list__ Error Message: Test program did not exit cleanly ------=_Part_6525_402297011.1733194916124-- From nobody Tue Dec 3 06:11:19 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y2Vf071gWz5frNd for ; Tue, 03 Dec 2024 06:11:20 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y2Vf03Jpzz4Dkh; Tue, 3 Dec 2024 06:11:20 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733206280; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=3SWzKmtvV7ijvUg9iIQSOMyblh3OjbWrtF3WwgePmsY=; b=ARiiQBEsQJS/Prg9MRb5r6omq59B9QdvejrfcXImtHPK/AaKkmLJVWH0y6TIYLCLs7XC4r LRa9f22ftddOKdDwTlN6O/RDBOd49Ks60Mejbo5sakKrQLTJzO0KEJCj3n5kD+9CPdKjyh DN7KoLH28Wi4Voemc0JPU58apOsE0e3NgyFC/qfO0RcnfahIGqNfKPyaDj/1oRRE5BrdJm SwInrBXXyHT/bZls3fVER1IJF2bSl8uNl+s2U2ORgVq7LUwB2YweRyC0E1tXva+WZsvHJk 59MBIs9/6Q03IrrWwLSN1LnDFeNxf14Z53TUipWYkYVvhWF/kVYXGLNW2AoIMw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733206280; a=rsa-sha256; cv=none; b=Jj2Ci7roMeDxmdFxiAg1t7kR2P42epHLz4e3/QV2JFEzUDVWx0tXp8M61HhC+MwV9yRHki mlYoyRly9rPFmF38MtqGBJM4/uct+LM3sFDcT4BzPS33zXi0lvPLPEW4BhmXsyxq3YNAzs aLyO1gQHOnOydKxLmZqpuyMsDdvigkdfMhRlbL/G/GmtdBcNTcNhbrBMvGDkDcw/pd3xp+ fF0ExZ9az+gUGhsHPdzWnWfVGoqKXtWpnDtYToMx1F88wL/YH4hx6f4LaP3TGWWaHoPWlS IvE1QK+J1svOXn+ctTIeF93U9ogKk74TcOGn9QgA9Auk2ZSOIh3XNVLo3uru1w== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y2Vf02t0Wz19vN; Tue, 3 Dec 2024 06:11:20 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Tue, 3 Dec 2024 06:11:19 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: kbowling@FreeBSD.org, markj@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <711053622.6534.1733206280406@jenkins.ci.freebsd.org> In-Reply-To: <2028837474.6526.1733194916620@jenkins.ci.freebsd.org> References: <2028837474.6526.1733194916620@jenkins.ci.freebsd.org> Subject: FreeBSD-stable-14-amd64-test - Build #829 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6533_1627752141.1733206279990" X-Jenkins-Job: FreeBSD-stable-14-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6533_1627752141.1733206279990 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-stable-14-amd64-test - Build #829 (edf50670e215ca1427817ef2598a5acb3ae3b5c4) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/829/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/829/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/829/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these 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) 85c50de4db339640dda37f3e36b3677601103264 by markj: dtrace: Remove an unused typedef a5c39c4448919d227fc671f7c229daab92c1ceff by markj: mii_fdt: Search for the "ethernet-ports" subnode d841b67b47479b19606768b348a6f99dacd64a98 by markj: vnode: Make the vop_vector reference a pointer to const fd313924563917857e3567a62e405252cf2bafaf by markj: kevent: Use designated array indices to initialize the sysfilt_ops table da44138dc2adefb698bd34c9cff73e1a5588ef26 by markj: unix: Add support for atomically setting the socket mode 48155c983c4ba7158e738bd1d4b3144751bd1d86 by markj: kern: Make fileops and filterops tables const where possible edf50670e215ca1427817ef2598a5acb3ae3b5c4 by kbowling: e1000: Remove old itr sysctl handler The failed test cases: 6 tests failed. FAILED: sys.geom.class.eli.setkey_test.setkey_passphrase Error Message: atf-check failed; see the output of the test for details FAILED: sys.kern.sigsys.sigsys_test_off Error Message: /usr/src/tests/sys/kern/sigsys.c:70: sysctlbyname(name, &oldval, &oldlen, NULL, 0) == 0 not met FAILED: sys.kern.sigsys.sigsys_test_on Error Message: /usr/src/tests/sys/kern/sigsys.c:70: sysctlbyname(name, &oldval, &oldlen, NULL, 0) == 0 not met FAILED: usr.bin.grep.grep_test.recurse_symlink Error Message: atf-check failed; see the output of the test for details FAILED: sys.netmap.ctrl-api-test.main Error Message: Returned non-success exit status 255 FAILED: sys.netlink.test_netlink_message_writer.py.__test_cases_list__ Error Message: Test program did not exit cleanly ------=_Part_6533_1627752141.1733206279990-- From nobody Tue Dec 3 13:25:39 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y2hH940H5z5g4QC for ; Tue, 03 Dec 2024 13:25:41 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y2hH91Jdpz423Z; Tue, 3 Dec 2024 13:25:41 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733232341; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=R1ZCRF+30qNUbXtZrBJo0ssiNde7W5+DM/pgJALwmrM=; b=eVCrZClRt9tXsERX2ZQmCO0hWNyCotpo9VRInPVip4kUseIyaYZj54Svbf/ZSpJY+o51K0 LMjETOg31TC/CJ4xE2aBeCHyXjEgnQlt+BsShxFXAgNjL2boYIFiKQZ3azW7TacYPVtFVF 4YZtv5pj5yW+LuGr1dkj0yTrUUeKM/WrSZP3tgf09dQdctNez0maRN85pBd5XZZs6vU2Fy Rgs7fGhiS03nhDosgvAnvpu3z2eWmUBMt0lNbbFGHIlhfIRnaNxCY07LiXXq8MKIFh2lAh 8fSmtUTr7QimgF/hRRPcYLV8pUB/o/ragHMIZ5RO2URlvAPkwved61UoCVc+yw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733232341; a=rsa-sha256; cv=none; b=KTIouk23xE73TmhusNRoLKlCd13ArzG5g2Woit9tiUlfoROjNjrF1pmqzn13oLBsBXwMMU oubGUQ44AZJw1tSGuMSaBGlA164Cc+lSxEJi62RsEKew03ySxIkWqyXt3G0147UBEufLA1 Ehkpe8RS9P1jPodqIsnGrcsFOSqXyTHAT0CWSmmDYC3xql8bEjuKGeYNbMHQytmpTt7hAQ jAAQVdPNwHsfm0mBT6gxLQblbKyNvFOAP0zdxZf7BGkjZcFEc8gRJeW7RGKQ9W8KfqmTiA JTrtLHSCp6xkDsNjDrb+HG0+Dan4jcaI27oeMmtEGTVrWO5ZT1pTl3TyzLw/lA== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y2hH90tY0zPH2; Tue, 3 Dec 2024 13:25:41 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Tue, 3 Dec 2024 13:25:39 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: kbowling@FreeBSD.org, emaste@FreeBSD.org, kp@FreeBSD.org, tijl@FreeBSD.org, adrian@FreeBSD.org, phk@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <1623941871.6544.1733232341128@jenkins.ci.freebsd.org> In-Reply-To: <237690103.6508.1733182175337@jenkins.ci.freebsd.org> References: <237690103.6508.1733182175337@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #25794 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6543_1439633484.1733232339878" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6543_1439633484.1733232339878 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #25794 (6b17d944a1d448dbb797c5fa5b0778242ba02e52) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25794/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25794/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25794/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these 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) 928864a93594eddbf5bf67310bb0f5c684350dc6 by kp: fix build with LOCK_PROFILING but without KDTRACE_HOOKS 2f915345634e9e0f809f79581359190268908ba9 by kp: LINT: Remove DTrace support 91629228e3df14997df12ffc6e7be6b9964e5463 by emaste: comsat: move uid/gid setting earlier 3505e0d6675b332c154e01110456d767e222c5d6 by emaste: cap_rights_is_empty: add MLINK b5a8abe9502e781598dc052698fe7fa5830f59ee by phk: How to show interface traffic in bits per second 850f78d5a191d0058fcd20beb8b1309b795ecdbd by kbowling: igc.4: Add I226 and other additions to supported list c6b44f64c33010501aee2fd99016aeca54a09a1e by adrian: net80211: add helper functions for determining HT transmit parameters 3d54d9e364f88117fa9f7126ef0184c6da5069fc by adrian: ath: use the new net80211 methods for AMPDU density/limit, short-GI 3f62f8ef5e4001ba7a2a9324e10a508eea15b68c by adrian: iwn: use ieee80211_ht_check_tx_shortgi_20() and 2014462da5b3e630cdbf687d918bbfc0c3a344a4 by adrian: amrr: remove duplicate logic, use ieee80211_ht_check_tx_ht() 057db5b227d0e1c1d14c7dbc67c6613e328d1735 by adrian: iwn: use ieee80211_ht_check_tx_ht() 6b17d944a1d448dbb797c5fa5b0778242ba02e52 by tijl: rc.d/sendmail: Fix error with some configurations The failed test cases: 1 tests failed. FAILED: sys.net.routing.test_routing_l3.py.TestIfOps::test_change_prefix_route[inet] Error Message: /usr/tests/sys/net/routing/test_routing_l3.py:42: AssertionError ------=_Part_6543_1439633484.1733232339878-- From nobody Tue Dec 3 16:11:31 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y2lyX2J92z5gL6k for ; Tue, 03 Dec 2024 16:11:32 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y2lyX0QN9z4KXF; Tue, 3 Dec 2024 16:11:32 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733242292; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=5hiO4iJKLLANGMe/MFjbSolf+Xy/F3hyeI3byA5/Prg=; b=fNf3ANB4Hck45lzA7jKLVVkq+ml4FMwyPFLVGY+aC3CUpF5MsqgOcWbNv18VWTl8ESiKua /fhnxOEoBeYK+s8mutvA6n6UGmLyx/MV0ANkT6lVR3pQeOdWjdJ3TUog+7rnmq1340a9iG CM6nduAymkfFL1YbYe0RdaASaKeBIp0T9Xsei+TrJ4jaFo4X1JB3Zmnnu1omdM6hHPdjmi tDy1pvL/FZLCjs3fYGOU3eHh8bRh3OJQFDg7yKITjJd4EH7ad3mTfgd++M+z9lj2Dslo9m VkA8PmHYS1N2vMcXJvrpZ7nnn8fPqQz9cTEybzMX08xgSPMZHMl0y0L6UpIBUQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733242292; a=rsa-sha256; cv=none; b=q9E3mhm4QgTzXwILOkd1rZjrh9voOEe4ORlj9Gw/lLUd8FaXfN5c6kdX32JmsSJm1ptGDd pywk+P2U1Wv71c1s93gvqYfMSXFPILErHnydhij8VhbBDwG7wvJ8r3zFLcr+tpbFB0kcNB m2nGdO+OtffZEsEUUwJ0pSUlBfd3HGAwxPKFpC335IAc0gUA0yxodk6g7I6WWGY808RVq1 GiglWV80rz6SHzJ2HqJFInUDJcvTY4PV+skWW45oDI767hyHtDu2O9x+sl3Qx+Ze/artDk Svl92ejxYvJOE217HU3KElBTUWcGbEAlAsCbxkExGM7uxewBOKzndMySBabRpg== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y2lyX00NbzVMS; Tue, 3 Dec 2024 16:11:32 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Tue, 3 Dec 2024 16:11:31 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: ks@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <1262841747.6552.1733242292002@jenkins.ci.freebsd.org> In-Reply-To: <1623941871.6544.1733232341128@jenkins.ci.freebsd.org> References: <1623941871.6544.1733232341128@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #25795 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6551_1080863755.1733242291501" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6551_1080863755.1733242291501 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #25795 (c49c9da239ca59722f104a64d9128e4b6052885a) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25795/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25795/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25795/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these 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) c49c9da239ca59722f104a64d9128e4b6052885a by ks: pf: Move route-to information to rule actions The failed test cases: 1 tests failed. FAILED: sys.net.routing.test_routing_l3.py.TestIfOps::test_change_prefix_route[inet] Error Message: /usr/tests/sys/net/routing/test_routing_l3.py:42: AssertionError ------=_Part_6551_1080863755.1733242291501-- From nobody Wed Dec 4 03:25:04 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y32vh6D7Tz5fng7 for ; Wed, 04 Dec 2024 03:25:04 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y32vh30Qyz4Jlc; Wed, 4 Dec 2024 03:25:04 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733282704; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=fF9jCyklFqiIIZh12Wf7Neyzq5YZe0LdcDfCNCbm8lg=; b=mGE0/DNVDnV529jIlie9yhdlXYeYp31P9Od9M2noodpMJ09WrtB9HB20JIMedbVRbJY8nR onPH1LCF5NJ1jpiU8wxF5HcErijsRWxTbzpOrDDkGOn3EYdvIKmSA3QgZNISTPjjAX8DLb eNmjHO+/3dNlfhDJBUZ0xSq7AgyfqZvTsFghgxuQHyEtqfa9G08Ksrwd4QAbz4mHuZnjcD ae9Hi+qT7zucGLC7VSdKe17Wo+9SDr4o1hCFN7wrB6M3I3gMwiQuVntiQIDyJ7PrqqHW6j flR6CfVDgOtjnG1DQakrcGemx1MY3W/GSJjPQdPKjqtoFdjtVDO7GcsYCJxm/Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733282704; a=rsa-sha256; cv=none; b=LhcdAFu7gFy0KSXD5jjI0lT1J5nkOFwTFstqaL5k6VmrwqGX2mEPax6nbY2Zj+BfjarO/C loSsjamwV0EYn4uuoGpWPYVj9NA96n+BnWbEnbvgQBvc5pfJKDl0Ccqhg5KYxeoszLaGsv 6SNtX+Lf5LByKFCeuO5Yo38oi2erh7W8RN9LvJz0PLSgc8fQCdimIZ76iPQlEdi5upu7nB DBbh8qr1O12Nl8VbJUyIFdicLlQokaC98ff6khQoo2IRkVxRMddHFSKYHBRa0FJf/LM+ZP +k2ZuqUz9UhnvHzEVQJB+g/e9R66mPYqKE3cHFIr7sbquPG2GnEdWIze9M7T0g== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y32vh2SNyzqk0; Wed, 4 Dec 2024 03:25:04 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Wed, 4 Dec 2024 03:25:04 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jlduran@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <732831171.6578.1733282704349@jenkins.ci.freebsd.org> In-Reply-To: <711053622.6534.1733206280406@jenkins.ci.freebsd.org> References: <711053622.6534.1733206280406@jenkins.ci.freebsd.org> Subject: FreeBSD-stable-14-amd64-test - Build #830 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6577_1865736916.1733282704012" X-Jenkins-Job: FreeBSD-stable-14-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6577_1865736916.1733282704012 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-stable-14-amd64-test - Build #830 (ea4863825ee277bce8b889a9a9223ce21a6d5eea) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/830/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/830/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/830/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these 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) e3a0e41c22853166ed2f47e3f7859da6220be97c by jlduran: ppp.8: Fix typo cuad0 -> cuau0 ae50b6ba682adf434fec3870ed6d5e4dd19e5163 by jlduran: mtree: Fix BSD.tests.dist sorting ea4863825ee277bce8b889a9a9223ce21a6d5eea by jlduran: mtree: Add missing entries in BSD.tests.dist The failed test cases: 5 tests failed. FAILED: sys.kern.sigsys.sigsys_test_off Error Message: /usr/src/tests/sys/kern/sigsys.c:70: sysctlbyname(name, &oldval, &oldlen, NULL, 0) == 0 not met FAILED: sys.kern.sigsys.sigsys_test_on Error Message: /usr/src/tests/sys/kern/sigsys.c:70: sysctlbyname(name, &oldval, &oldlen, NULL, 0) == 0 not met FAILED: usr.bin.grep.grep_test.recurse_symlink Error Message: atf-check failed; see the output of the test for details FAILED: sys.netmap.ctrl-api-test.main Error Message: Returned non-success exit status 255 FAILED: sys.netlink.test_netlink_message_writer.py.__test_cases_list__ Error Message: Test program did not exit cleanly ------=_Part_6577_1865736916.1733282704012-- From nobody Wed Dec 4 05:12:08 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y35HF1lR7z5fwmd for ; Wed, 04 Dec 2024 05:12:09 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y35HD6yW4z4TN4; Wed, 4 Dec 2024 05:12:08 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733289129; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=ugoQ372wydSi+Sl4v+1ApyyXdwdcahzkzN+IWOKsMo8=; b=G/3Eg1UJBFskV0PlakO7Zha8Y1GwJJtOCCsKo88wlSCBwVEwfafe4eW4dELsgyVS4nb+3R RRFiVq8rKjj7nd8GMQBcQRR6pbu03VWGjTZVPwZkHwA/2nnw6RAf2WYffD6TyAFtRtPd2v 1I+VMtpxQihHV5pDnHquipZe0Ude/hi5Beqtp096ixP9+glfLaaALOWums2qjBcl+D4dIp Utj/qu8zsEW500D7fUt83W4ZkIJ5bHwFAjsij7J0gmso0ctTX+x9sE3pNCoO1gAdWQs02j haGxiauY+n1tF59+R1i029tx1alEkLRXgXPEwcuBu3WU3AzrlDC3z242GTQmOw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733289129; a=rsa-sha256; cv=none; b=iK3AunGD8EAIDEyqtxbfb4MiliR7vT8HTa8pfDPyq/c1/GErziwQx9sZakTg+itK0ghxe3 FA5zzTc0aR8OwLAcIRADz9DrJWAcLPGDOQ6+cgIBbKUx1xOGMOW9jUNQHCouyKQ8eEOJSm hQFfLkQfUD0MC/SMTdJuTWMXiRWMA6tMB/IVVpbBFfDUolEuiHbui83ZlR/9tSl7M0fywT bFHE7ucpHPAR2Eery+kj5c9UQa77bRCQMw5Nu/1m+YaZWuR9ETk1RQTkhj/aHO75ficKcT LRubRhRilTxnev2gMfUUL4Ed6uDt3a9jaLHv4WisGBubjtcm8MCifhVY/L6PqA== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y35HD6Xl8zthV; Wed, 4 Dec 2024 05:12:08 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Wed, 4 Dec 2024 05:12:08 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: kp@FreeBSD.org, br@FreeBSD.org, markj@FreeBSD.org, glebius@FreeBSD.org, adrian@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <1327325220.6588.1733289128924@jenkins.ci.freebsd.org> In-Reply-To: <1262841747.6552.1733242292002@jenkins.ci.freebsd.org> References: <1262841747.6552.1733242292002@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #25796 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6587_1888171698.1733289128011" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6587_1888171698.1733289128011 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #25796 (d6ed5ff4ac7d9610385b35f77539ccf5bae8cc65) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25796/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25796/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25796/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these 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) daad0b6501359fefa0ee6065646508187e9dfbb0 by kp: LINT: Remove DTrace support, but leave the commented out option c22c9879845653abb365e468daaa621e3f8f767a by kp: pf: fix potential NULL dereference in SCTP multihome handling ac84ce05c121b1f6ff47f0f3302ac26020231d08 by glebius: netlink: consistently use uint16_t for family id edf5608bfef3840718bf31b453efb714ef290f31 by glebius: netlink: use bitset(9) a034c0aeccd899a5872333625771df278e0a8ba7 by glebius: netlink: refactor writer initialization KPI 0601c0f989f21a935d49818d67e732766ddc3f77 by glebius: netlink: check buffer length fits into u_int f1c6edba885fa53cc87f7252ab09d36ec1984697 by glebius: netlink: use size_t through the allocation KPI 6380058fe5b5573ce2eb1a077d95ac9328e19334 by glebius: netlink: use correct uint16_t type for attribute type & length fe048349c63cf183b633936b373222c861d433ea by glebius: netlink: use proper argument types in genl_register_family() 29f6150256c204a53c6f72a03d3df35ec52ccbf6 by glebius: netlink: use nitems() and roundup(2) from param.h 931d6a8f7bd6cfdb0edcc582dfbf6f9a7c45a812 by markj: amd64/vmm: Add svm_modsuspend to the vmm_ops_amd table e1eff81ea99c1000ad74436a54c54ec9e777282a by adrian: rtwn: use ieee80211_ht_check_tx_shortgi_20() and 49a7f2b31329b7bf9d986f1ae1f8a2c5397c6563 by br: snd_hdspe(4): Add sysctls to select analog signal levels. 6749f059a586ff62f2909134c4f4599c82fabc5e by adrian: rtwn: use ieee80211_ht_check_tx_shortgi_20() and d6ed5ff4ac7d9610385b35f77539ccf5bae8cc65 by glebius: git-arc: fix diff2reviewers() with multiple reviewers The failed test cases: 1 tests failed. FAILED: sys.net.routing.test_routing_l3.py.TestIfOps::test_change_prefix_route[inet] Error Message: /usr/tests/sys/net/routing/test_routing_l3.py:42: AssertionError ------=_Part_6587_1888171698.1733289128011-- From nobody Wed Dec 4 14:22:55 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y3KVl6mkbz5ffT5 for ; Wed, 04 Dec 2024 14:22:55 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y3KVl4Pdbz4Qhp; Wed, 4 Dec 2024 14:22:55 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733322175; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=y75fKZ5uNZb5qX/tSUpec2Kb0ER4YKNoeTF1LaB4/+k=; b=X80Z08GRe3PQdXhUsBJw/DDJThxQnMbYGRN1K1OkPERLrG4/6ihBjvDZ5vJZrGRcV1tSId b9LSv88TWPAFHSGmJ2wB9Hxcf8YNM1flj3l8iG9K0XPSRHNixkeiCz3a64CV/xWMLF3+eY HcU0nSFAc8BD7UvYTFaBNQALF3YI5zYCq8+8y9qAKmOT6eBSvw2zWQWC3Q1oh3DHch03TZ 5mF7HX0E3Bs8xW/pyGf9DAhGg+NTmb805OA664YPhEsYvDTlyydAGXsYXhfoX1JkA5HMCt STEgJ0ACB0k5BI5QKfhUeIbNy08UN5x9JQ3a8G5RqDnqVSXtODIj3fD/IgZGOQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733322175; a=rsa-sha256; cv=none; b=j57Vv66hnjVI8ZAiK0otC57mFWnzQB7ir/1igEcmg8ih6TKxksLE/M/q/NPgj/3Wl2Bcpc WavcOke9o8ovvUXg3f72jhjFaX9t7f0rSCMO+PJErynTciK64FMntWyjfHshlPQhgWdEuI ThvIIY4WMFqdI0goja87aXvI1E05td1ElldmoD70Y/etUUh49XaQ0+Xw2xLqgqrN8wweZq BC56EWduhFWuH0AjBPYyJHS5inzvLvMFxU5FB/rLGqqCkCD7sH7RHZdKpRGDlnT/6CTz0I +Bcgat8+gIeYzCVaaGn6el4nvqh1HeXhrl4a2qitZHXogWMvBcUfcMCUJf0jHg== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y3KVl40S2z1B40; Wed, 4 Dec 2024 14:22:55 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Wed, 4 Dec 2024 14:22:55 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: christos@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <1332680408.6600.1733322175565@jenkins.ci.freebsd.org> In-Reply-To: <732831171.6578.1733282704349@jenkins.ci.freebsd.org> References: <732831171.6578.1733282704349@jenkins.ci.freebsd.org> Subject: FreeBSD-stable-14-amd64-test - Build #831 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6599_596897740.1733322175235" X-Jenkins-Job: FreeBSD-stable-14-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6599_596897740.1733322175235 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-stable-14-amd64-test - Build #831 (134a275eea7a2edf34b4b98cf6f382d7a3618597) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/831/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/831/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/831/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these 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) 01f650cb8d034f1de4616d173fbfd62c85636b42 by christos: sound: Merge ac97 and ac97_patch 03241eb78078a9cd319ec50822762d926d14bc30 by christos: sound: Remove dead code from pcm/ 732bb2807dc8dcc13822e6511e1703cce26a27cd by christos: sound: Remove unused code from pcm/g711.h 1b4b19841cbdf537ef723b38eb22f21493c0174d by christos: sound: Dissolve pcm/intpcm.h 2c17a7d8f65d99f9f24a369236aa163eaaab63e1 by christos: sound: Merge pcm/matrix_map.h with pcm/matrix.h 63979e82e54d195055573ae9078c768f74689a1e by christos: sound: Fix mis-sorted CHN_F_BITS line 134a275eea7a2edf34b4b98cf6f382d7a3618597 by christos: sound: Do not access cv_waiters The failed test cases: 5 tests failed. FAILED: sys.kern.sigsys.sigsys_test_off Error Message: /usr/src/tests/sys/kern/sigsys.c:70: sysctlbyname(name, &oldval, &oldlen, NULL, 0) == 0 not met FAILED: sys.kern.sigsys.sigsys_test_on Error Message: /usr/src/tests/sys/kern/sigsys.c:70: sysctlbyname(name, &oldval, &oldlen, NULL, 0) == 0 not met FAILED: usr.bin.grep.grep_test.recurse_symlink Error Message: atf-check failed; see the output of the test for details FAILED: sys.netmap.ctrl-api-test.main Error Message: Returned non-success exit status 255 FAILED: sys.netlink.test_netlink_message_writer.py.__test_cases_list__ Error Message: Test program did not exit cleanly ------=_Part_6599_596897740.1733322175235-- From nobody Wed Dec 4 19:26:40 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y3SFF5YgZz5g4d7 for ; Wed, 04 Dec 2024 19:26:41 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y3SFF0v9Nz44dL; Wed, 4 Dec 2024 19:26:41 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733340401; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=gx1DqF9KZP2As6CYj+mlV4G9cW+EwvTBR9G0va0Qn40=; b=ZFes7ciccVv91OC6S7GHcRx+6V+p4uw3bor4aJI8CVabAjmjK7DC9l3wrb2a9z6WIuQ5m1 t7xnkAHog78RvhWOEGZUMdGEpmSLtqudm6D7msjUbP2fveOGu37MWgcn39M/ghtik8htGh 6iHtMxo+/bAR+5lGQeA7091OoQzpQRMP7qmo7k5jFDAYaRTZLwuPjTchNf0Zk0zq4qabJH WQ5n9ujcbkLLBrcMvnDcvoMj5JXKLlK8/vQ0Yblql+hLMqz6Z5Aa+cT/CgO0PS+VXg6Apl UyH+04QRdOIaA1PB9R4madrwIflkYPVIlbgC2VsSjAj23UtO1GrGPumOIKIkaw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733340401; a=rsa-sha256; cv=none; b=MmxZV3evP9Gf/oyiK6hF8degS0DwGNLZ8DkJhOZtaU++Xi/mcqeKl+c+ljFxpIekjTj892 I8+P+1OA8Zc/HqrkMix6eX1odOxxple6vgtUv/j0L9WA/L5zOIPhyayVXU+s9pjKUO9nKw a729dJRot9fzdQtES3Y9LbZ4lyPZ4ygyQ1+h/2Uomz9QUkUBtD6PLcJCXBO52qbKQx+zhg apaLoYOBv5ZM46pN55yuTAT3d9s6aaj1nzRXQmFOZjNub8YWc2aGwDFwnGsk7Vo5OuK9/u k06XHyK64t2efSLcLbYktXvqQlYUcu7h0LNAJxw+1YClycrMw02a1V5WPoflOQ== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y3SFF0MNDzL0S; Wed, 4 Dec 2024 19:26:41 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Wed, 4 Dec 2024 19:26:40 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: cy@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <525980296.6608.1733340401054@jenkins.ci.freebsd.org> In-Reply-To: <1332680408.6600.1733322175565@jenkins.ci.freebsd.org> References: <1332680408.6600.1733322175565@jenkins.ci.freebsd.org> Subject: FreeBSD-stable-14-amd64-test - Build #832 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6607_1246569685.1733340400768" X-Jenkins-Job: FreeBSD-stable-14-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6607_1246569685.1733340400768 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-stable-14-amd64-test - Build #832 (63188b9cfc504dd35d6b0da6e9bde03157a1bde2) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/832/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/832/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/832/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these 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) a7f33b5019353fbb689b860142672c02081f0ee1 by cy: rc.d/var_run: Add missing $(dirname) 63188b9cfc504dd35d6b0da6e9bde03157a1bde2 by cy: truss: Fix grammar in error messages The failed test cases: 6 tests failed. FAILED: sys.netpfil.common.dummynet.pf_queue Error Message: We failed prioritisation 2 times FAILED: sys.kern.sigsys.sigsys_test_off Error Message: /usr/src/tests/sys/kern/sigsys.c:70: sysctlbyname(name, &oldval, &oldlen, NULL, 0) == 0 not met FAILED: sys.kern.sigsys.sigsys_test_on Error Message: /usr/src/tests/sys/kern/sigsys.c:70: sysctlbyname(name, &oldval, &oldlen, NULL, 0) == 0 not met FAILED: usr.bin.grep.grep_test.recurse_symlink Error Message: atf-check failed; see the output of the test for details FAILED: sys.netmap.ctrl-api-test.main Error Message: Returned non-success exit status 255 FAILED: sys.netlink.test_netlink_message_writer.py.__test_cases_list__ Error Message: Test program did not exit cleanly ------=_Part_6607_1246569685.1733340400768-- From nobody Wed Dec 4 19:50:59 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y3SnJ4sn3z5g6Mw for ; Wed, 04 Dec 2024 19:51:00 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y3SnJ2z27z47nR; Wed, 4 Dec 2024 19:51:00 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733341860; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=LdDlLyDDd7IIt2IYx4LK8jfLz6Gg1Sks4UtYoOJQN7s=; b=k8d6HznF/lyWsD9IQ+86E5eikvSdlyZ8zbHikTV3Nk54mJ/u5Hq5C/Ps0U2ahkY6tySy2a ZkUzwpTbvmmgAYmPmuw5QC67i5PO6pBSB++KNMUqgFvlBtxVvAc/tA7unYYJal2p/hG7qa M4pgVI+M+lXt77x/L7G3eeEVN4w2k0+18R0YFZfpgmU61XOmcM0nF7HlUoENhXblRbXXsd ObKpHZ2aMCn2JBwisP1sfStoIZe7VqnthrSEdwE5mHXUmG3BNWt8XKF77q/VbtDiRFQ2JS b6jgMYUR8cq9b3aGUB+mVAvGbzFVMECM5mQDMJ5ZyHmhhBbqZhi1Bh3/svmiag== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733341860; a=rsa-sha256; cv=none; b=k4sP3YAOFUxaOlZXzShs/JM9sDLlWK1K0U7WY0EppR0M+0J/bwy1bYXJ6hhNNoxwSdmPIQ fXZx0LuzpFhtxSBMfIRGuEsyrKNj2vCAUa3xs0TDn2FEbt+GbrbvOXFc96HlP070W/fCd0 941dhJth3lYJQgzBXLYUoQ9i6iokVukKr+C6IXY0q+aErEQGploTImEp0jcm2OSUejmBdQ uvoLthXPLsEkGhKkp+8JL1AJneiROR+Kk1MPIrXIxAXUkCZvH5SzBh3oKcOxS2J9VJcTGn tQvD8nNF/kOymw8p3wN3F2L/8Q/txp/wjoUh7RAejgTUjYw/ItSHaGjsnL9IrA== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y3SnJ2XlRzLwQ; Wed, 4 Dec 2024 19:51:00 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Wed, 4 Dec 2024 19:50:59 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jhb@FreeBSD.org, kp@FreeBSD.org, des@FreeBSD.org, rew@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <1461785461.6610.1733341860361@jenkins.ci.freebsd.org> In-Reply-To: <1327325220.6588.1733289128924@jenkins.ci.freebsd.org> References: <1327325220.6588.1733289128924@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #25797 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6609_1714535633.1733341859614" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6609_1714535633.1733341859614 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #25797 (00fce6284aaa78c4fe69177b1924d227b7c563e9) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25797/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25797/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25797/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these 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) 6830340cfad6a69715d03f5062f76b65e988e6e9 by rew: fstyp: search for file system headers with the largest offset first 3ee87f8a4d7a56c846d356d028e77bd72a0e1fbb by des: stress2: Use tests as the default test user. 65d5e55e24134c50704c31e87120e8878bbe3e3c by des: stress2: Fix expected output for tmpfs24. f966ef3a677014bacec024ef3f75e185ff60c93a by kp: pf: fold if (s != NULL) and if (s) into one block 8277c790179304159c2e4dcb1d99552518d5be8e by jhb: procctl.2: Editing pass 00fce6284aaa78c4fe69177b1924d227b7c563e9 by des: Revert "stress2: Use tests as the default test user." The failed test cases: 1 tests failed. FAILED: sys.net.routing.test_routing_l3.py.TestIfOps::test_change_prefix_route[inet] Error Message: /usr/tests/sys/net/routing/test_routing_l3.py:42: AssertionError ------=_Part_6609_1714535633.1733341859614-- From nobody Wed Dec 4 21:39:57 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y3WC215Kdz5gF8J for ; Wed, 04 Dec 2024 21:39:58 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y3WC15VF3z4MyQ; Wed, 4 Dec 2024 21:39:57 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733348397; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=ScxZ3JvAsoSyIfPJ1ltt/jI6umg+X2/lOuUiXwUPIZY=; b=WioPoa7bzS5AEH/rDXkVA74WwVmHB0dQqF1jRRMAtOlcokpEmKWd3D2OunU4ObkMkXnymN e8XIqTN6nrPLcvF5HgbzaDX5s7Mme5Nl56qDzM95KKcPpDgK0exYvodotObH/RmHzx7g/R JFVpj7/5YDD0kjQ3eFWGAXPl0K/QP71ypeXb3g2KPadSSxq/XiKocYOhY4RK26Ixprvt94 nlTDnkF7usgBuHw4W6qwYqCqiaOSPEmLBssK2/uwBWbRPzBBMcmfIioU8H+s5eARZdZceD sNoSe1bod5TEv7CvtlGFiqqJF8KLl6M+XVrQp/6Fmw9rZm+FhJavnP/u1igEDQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733348397; a=rsa-sha256; cv=none; b=iCutcgCGpsZx7F8d/UXXCmF0M2JQVpgK3mtt+JC6ee4S1GcGcSNN2A0difrJAEug2ZrdsS XvtfNUwWZ57tkbYYER3U/AcFV5bWFHnf70tYHuloS4M0COtBfHVkjoaOCHN3s0DbRkmrTN i85fk6BMp/CKeAt4rjFfXQzZm71ILeIire4Ba2s8hgKSWKCVSPHzkX6Go3nmDwfp4BAqCR Af/DigkPMRo7AkKfr6CibSPNyr8P/nX8UM/MUherlbrTVRIhyMr64vUJX15itta8qb/ics W9x/hF4ZQY5eyhWDka2ZNNUy+UEnztavC8HQoC2W/v6SRs8zvH0iAKSQzs+A4g== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y3WC153sdzNml; Wed, 4 Dec 2024 21:39:57 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Wed, 4 Dec 2024 21:39:57 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: emaste@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <189280530.6616.1733348397718@jenkins.ci.freebsd.org> In-Reply-To: <525980296.6608.1733340401054@jenkins.ci.freebsd.org> References: <525980296.6608.1733340401054@jenkins.ci.freebsd.org> Subject: FreeBSD-stable-14-amd64-test - Build #833 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6615_162721381.1733348397494" X-Jenkins-Job: FreeBSD-stable-14-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6615_162721381.1733348397494 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-stable-14-amd64-test - Build #833 (30bcbf8a2fefe81e28bd9e293d9ee970464b0da4) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/833/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/833/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/833/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these 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) 25caac4d456665e4f05f018a15e8ad98bb5d3d9f by emaste: sched_getcpu: Add man page d2c306da0ef767ae367d177ae56bc6a74670fc73 by emaste: rtwn: Add device ID for TPLink RTL8192CU bb9678f1ff6881b036220045adb58047332cfb0d by emaste: comsat: Use initgroups and setgid not just setuid 30bcbf8a2fefe81e28bd9e293d9ee970464b0da4 by emaste: comsat: move uid/gid setting earlier The failed test cases: 5 tests failed. FAILED: sys.kern.sigsys.sigsys_test_off Error Message: /usr/src/tests/sys/kern/sigsys.c:70: sysctlbyname(name, &oldval, &oldlen, NULL, 0) == 0 not met FAILED: sys.kern.sigsys.sigsys_test_on Error Message: /usr/src/tests/sys/kern/sigsys.c:70: sysctlbyname(name, &oldval, &oldlen, NULL, 0) == 0 not met FAILED: usr.bin.grep.grep_test.recurse_symlink Error Message: atf-check failed; see the output of the test for details FAILED: sys.netmap.ctrl-api-test.main Error Message: Returned non-success exit status 255 FAILED: sys.netlink.test_netlink_message_writer.py.__test_cases_list__ Error Message: Test program did not exit cleanly ------=_Part_6615_162721381.1733348397494-- From nobody Thu Dec 5 17:56:50 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y42C74wrPz5dtGd for ; Thu, 05 Dec 2024 17:56:51 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y42C72gCFz4Fmm; Thu, 5 Dec 2024 17:56:51 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733421411; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=eqlWUPvTAMeQ85XxHV5AEG4Ca9f1lcHamQxH579AmZo=; b=M967l/dNqaUEjL/xvlGkXX0DFpCOWW+BcbzKi2H/di26GANKknizXyecAPJ00P6HAH36e2 X8c3B+2LYH9DQ2E1PpGEeY2tGze46gabT3YzkQfUN6Epy6OcH8xN7dM8ol8nIQVWYmigDa sUnWLp7MExAUoo1U/li05gFgH1EfMIaTWg4G+3mhZTBosNKjhIMxYfV3I23b5UML5AEUQf /Sq3vl5gzJjOXWeG9d3UE0uEmW8P3AwvrT+Ijt00XmKfZiUboLvnW6i4WfAH2cNt/BdHIr 5ge1GqsRlF+tLDobkj+v00b1C7a+ezMDpIHQQb820taOtB0n4rQc8vg47AXtzA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733421411; a=rsa-sha256; cv=none; b=mB4qWi/w47gF4EXq/WokPBBzQceV/qYfIyFqQkVu64Ewdbvo7r2zzFg+684h6jEWOYj5Rx 2JnZfWgNPBATrLGtlLb+8BDZReoiEuAbgbDLi6A0tdQye+EFMa0/2ROWVmTOKnNJLMk662 KneSlDpTPDZmVYIjtIPN0ymplkoXu5UhxtoUI/Zr2EmaBcWsYg6mAeqbMdpTppLnOJduYw X+kBZx516HE3qs0HeJ0hMb+LJTAZKQNl4LLoA/PSmzg2bBqtvKp6RYgCkUzGIditibuD9a 7o+VFEQYSxBnAiCoolczsjCGYJKypR47EAkYb9y7C+E5Nmb9mLiPHiQHpw3oVw== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y42C72DsCz13Gf; Thu, 5 Dec 2024 17:56:51 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Thu, 5 Dec 2024 17:56:50 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: brooks@FreeBSD.org, markj@FreeBSD.org, glebius@FreeBSD.org, imp@FreeBSD.org, adrian@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <949616745.6662.1733421411318@jenkins.ci.freebsd.org> In-Reply-To: <1461785461.6610.1733341860361@jenkins.ci.freebsd.org> References: <1461785461.6610.1733341860361@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #25798 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6661_1622973220.1733421410479" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6661_1622973220.1733421410479 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #25798 (01f8ce83242d7a8e599cf6a78b6277161d79edd4) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25798/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25798/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25798/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these 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) f3b7dbdad53b31492757417fc1336ed74ec80fd8 by markj: shm: Handle swap pager allocation failures fbd3448614fbd7bd92e7d34c3bfd2592a07391e3 by markj: sockstat: Ensure that there is always a space between columns 3d642b0f71c501dd9ee7aa0487788f619900d297 by markj: iflib: Set the NUMA domain in receive packet headers 0dab21248bc9fab09e92b0c037303c921ebb1b8d by markj: pfkey: Fix some checks in kdebug_sadb() 63446fd354212f03cdc2a12314fc57e6225c2351 by glebius: tcp_hpts: use boolean to tell is it callout or userret context 5cb73dbe48204210d4e2c08a1e15641678612c8a by glebius: tcp_hpts: use booleans for tcp_hptsi() local variables b2bde8a6d391f31d3eef8d07f9dba2e311a5295d by glebius: tcp_hpts: consistenly use macros to lock & unlock ebfb117e2e04ea71b88e4285cbb1b54d9cc5248c by brooks: style(9): deprecate blank lines without local vars 9e239e67c460c5ad9878a000c4c63d4154cb21af by imp: stand: further restrict f_kernphys_relocatable and f_tg_kernel_support 66b9db032ba9bc0fe6f79083c7eb2891a2aac60f by imp: stand: move efi's bi_load into loader_efi.h 35cb62e1260aa780e199ac1013721f69961267f3 by imp: kboot/aarch64: remove redundant include a2c48b865e979a393fce88341ecc153ec286c8de by imp: stand: move 'staging' to loader_efi.h ea0f267c8bf07bafc53a50fe52e7cdf42e63c3f2 by imp: stand/efi: move G(x) and M(x) macros to loader_efi.h 5e8bd45ffb416f6d4e041690e3e656fd907492bf by imp: stand/elf64_freebsd.c: use headers instead of doing things ourselves 3f960a05ba003870ee51e037ab18006511f12f8c by imp: loader: remove check for 2M alignment 77e64f45c47827987b84a2e5bf3e9f6a2a52bda8 by adrian: rtwn: use ieee80211_ht_get_node_ampdu_density(), fix programming MAX_AGG 4fa68495f04ff3906c6d93d7c296fea5bc0311d3 by adrian: rtwn: fix rtl8812/rtl8821 vht definitions, add VHT calibration/rate d76247e801dec95600a068fa1bb09f4f57e00031 by adrian: rtwn: enable FCS in the recive config to work around truncated frames 05c3851b20e0c9036f8252fa3056df23d72369bb by adrian: rtwn: enable receiving AMSDU in AMPDU 81aef988acc7b48e7943831cb4b4087895e108bc by adrian: rtwn: remove the conditional compilation around the sc_ht40 option. fcb5e8d0c19ac21515ab3047d39a76b32d835cec by adrian: rtwn: don't do 64 bit TSF extension by default 01f8ce83242d7a8e599cf6a78b6277161d79edd4 by markj: inpcb: Factor out parts of in6_pcbbind() and in_pcbbind_setup() The failed test cases: 1 tests failed. FAILED: sys.net.routing.test_routing_l3.py.TestIfOps::test_change_prefix_route[inet] Error Message: /usr/tests/sys/net/routing/test_routing_l3.py:42: AssertionError ------=_Part_6661_1622973220.1733421410479-- From nobody Thu Dec 5 19:33:47 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y44M03J80z5fXN2 for ; Thu, 05 Dec 2024 19:33:48 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y44M01SjZz4Ph2; Thu, 5 Dec 2024 19:33:48 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733427228; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=78309clBnUiwFbb51ENrjQ1wnV3HqLJNO1/fXDyX2aI=; b=DtJ+95e0HBTA4btYKYi8NAvxkcxAIC3KMuT7QefSPbOT8PyduSm2FpD4sUNaUAO8kb26Wy Rd5I94MuwbO52MmjghSQyK8QNXHOese08su+lPpfqvgO6EqUYrvzxrDHYStJnkgTErZlXB UHH73ehdONOVK30i8t8hu9aBnvEzyAzQ2lfrQ5NnAJCQWctJ2xdcliI0pHz+necRU1OEwV qg17juz2Vem0VSjQHaRBQI+gf3vlTswb34OhFfQvRO1U7rIuOhIliSVq58/td3JjN/dKSn tktNC9f5Ce2ve+2W7rsqUA0X+v9aAPo+Ayu1c0Ix2KMPs9hD5RgMBB11DblgBA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733427228; a=rsa-sha256; cv=none; b=ekQNtJgMCbJoc1Mlp0MCSTPKlDQDD+e8SB7v2JcVBV2FolXPuu4bnJ7QKPb4TPCBe8TE9R NDM3LWQxezk8DO2Of/8/bfNgiUoZaq35/JGWmpFOwqReuco4UYgBCnxCBPUInRl3JHd5i7 gN7KWDFA3ZHSpmC1O/M1c+6VRYk+rcH5GgSBYfqIG1Kdsxj2k08Icn6JjTNE4zsQmg9YJ7 SWYCKlHKgOhSA6+0LnvTcSPdw6Fo0i1Li8BoHascrsqpJiEYBCWm7r37wn1sSTELfnSP2Y ZEmX7ewKlx7N37kX7ik7MCp2OHdsRyfQkE7hkcg0It9X+JMMm0mMKaSECQiu0A== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y44M0131lz1669; Thu, 5 Dec 2024 19:33:48 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Thu, 5 Dec 2024 19:33:47 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: thj@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <1224364061.6664.1733427228150@jenkins.ci.freebsd.org> In-Reply-To: <949616745.6662.1733421411318@jenkins.ci.freebsd.org> References: <949616745.6662.1733421411318@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #25799 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6663_1228090922.1733427227797" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6663_1228090922.1733427227797 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #25799 (61bf830cbb260c2a046cb44421d319184393e028) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25799/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25799/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25799/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these 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) 61bf830cbb260c2a046cb44421d319184393e028 by thj: libalias: Add support for EIM NAT The failed test cases: 1 tests failed. FAILED: sys.net.routing.test_routing_l3.py.TestIfOps::test_change_prefix_route[inet] Error Message: /usr/tests/sys/net/routing/test_routing_l3.py:42: AssertionError ------=_Part_6663_1228090922.1733427227797-- From nobody Thu Dec 5 21:10:47 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y46Vx0nnhz5fgP7 for ; Thu, 05 Dec 2024 21:10:49 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y46Vw2W48z4YQg; Thu, 5 Dec 2024 21:10:48 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733433048; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=1Gtbjcal4+ORSUdNAXSmQojHe9WN1YbzzMmwZmauAZg=; b=a5BZ6UuBwn73jUnVjG9b+b1MRItWFyrKLtI6C7jT3NgwGYqPItP2gdDyjzJwrTgd00QHKP JnxkKWgPhenhFMkCgS8462Tu23EdDANAzCk6PLK5SF6ylhHDgxGg6Yo5GKcyVQlnfIi4BW A7hvlKWPIwGMdxkx5hQ58x46ZcnOmDrRLP2hL1xiaPNYT2YaBXGXKWRkcbbiVxCFLr/lA4 5XU87U9SuByHtDMaUdZG20ml9Wxisv0jkj7dDqCJjk+Nzp1By8FbaCL0iyG8dwXr7hFObi khTdldpyPshmthfbyuGeNjcI7VMgnMYr0IYkLGp6bZwZw0MqMx6I/pcTyhWE6A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733433048; a=rsa-sha256; cv=none; b=pC+HfbPO/UytaBjEN0LtNJDlDxCBaiQbo2EnP+jBJ9G/yN/JXYUBa20uCD8KWoIAhgqSLc YygOXQGDDqnmJukkh7u8uPWH42EELRWELnEh3yfVdKYkPVoJyuLaP2HdRp30U7NbQJ3+vR V+uGTbaBDNn872UnLB5+fQW3qiG/t74ljX5QXdx7Th9YjzNbTHNMrMTL4f4jr19PAUtNWq qjSs0P8mxp2y0yZmKl2CQ44SO8gCGOmX3FxIVGCLvfKc6HbO/3xSG/oIKN4gZCqxXz5GGF f/GUhGOqSi7LIpUda1DWpcYAmPM8YvMGgcE42LBbrvWClg/d6jZzIKsdHOj0og== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y46Vw22bWz186D; Thu, 5 Dec 2024 21:10:48 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Thu, 5 Dec 2024 21:10:47 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: markj@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <866590845.6666.1733433048290@jenkins.ci.freebsd.org> In-Reply-To: <1224364061.6664.1733427228150@jenkins.ci.freebsd.org> References: <1224364061.6664.1733427228150@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #25800 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6665_1537200785.1733433047977" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6665_1537200785.1733433047977 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #25800 (ffb3d384fc1d550a764def2c0cd034ac3a4f0b86) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25800/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25800/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25800/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these 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) ffb3d384fc1d550a764def2c0cd034ac3a4f0b86 by markj: inpcb: Fix the GENERIC-NODEBUG build The failed test cases: 1 tests failed. FAILED: sys.net.routing.test_routing_l3.py.TestIfOps::test_change_prefix_route[inet] Error Message: /usr/tests/sys/net/routing/test_routing_l3.py:42: AssertionError ------=_Part_6665_1537200785.1733433047977-- From nobody Thu Dec 5 22:50:34 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y48k32Vj0z5fq0p for ; Thu, 05 Dec 2024 22:50:35 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y48k30dd4z4hjd; Thu, 5 Dec 2024 22:50:35 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733439035; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=DNrgQ8ESr6RxNFh8FUjmggJZrUnq70KGebBQqQVGEIU=; b=rHk1aqUoGqwYLRDTKW9bZDaFAfmxu5tK4B0izg0kq7hRN9Gl7zyqrBdS6grOSKnko818E2 kQoWpL7chxiBSVGGk9KaenW6Tg5gPo9iLOdHVRxEC6A0BeOmlf0FUOcF9t/lw9IQuURDLp n0mzy6tSZCTOmAQ7hq0b0wzVEg0cJXixVtIY69YYhNMO5gfx20jh3EZvXxsHxOr2JwZv3N IWTUxu81r3svgIoFO4EdN+XL7uMrLHMRkDq0VodoAx62keWu3Q1Al1wLdr2zB5Ic+tNPVw 28yZKU5sHwVszcCRSUXX2IR8EiOtzA1KqL0modsEWh9VChik+eFDA8t1yLR2xg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733439035; a=rsa-sha256; cv=none; b=sGEICcArekiGQ+nE7eO35BvhIzznk0jTeFwuaGmrFShC1gy5vgApDL9lGWSwLE3exFQh1q ewHO0KR/JsG0Og4wOhpLoO3fbytV71fFlkFoXeXSS4bYy+bx4XMfq1K6ppYP2sQteKZ4Ot Z1lbKmiggC+Gf0PDSNt6241hwwHjaiVSBDRoddw1zQ4+SQN/ZDapyOSxXlb5pfJrNiwcxv pqRPmtiDW+t5Qa58NfzcAeeOQWhGHzwmzB0vQOu9g2XntnmqsyMlRaQdyHggAYzk9wI34o QilZP5G4bBKhpKBy3nFY3IBsNTADGoe8K9ZKMlODknrkU/CrYLteJ5wszgxMdA== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y48k305Q8z1BBw; Thu, 5 Dec 2024 22:50:35 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Thu, 5 Dec 2024 22:50:34 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: brooks@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <2051189120.6674.1733439035017@jenkins.ci.freebsd.org> In-Reply-To: <866590845.6666.1733433048290@jenkins.ci.freebsd.org> References: <866590845.6666.1733433048290@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #25801 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6673_756071203.1733439034684" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6673_756071203.1733439034684 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #25801 (028dae5d3e886fe4c171689d9fc733e1bd68be71) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25801/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25801/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25801/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these 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) 028dae5d3e886fe4c171689d9fc733e1bd68be71 by brooks: style(9): fix typo The failed test cases: 1 tests failed. FAILED: sys.net.routing.test_routing_l3.py.TestIfOps::test_change_prefix_route[inet] Error Message: /usr/tests/sys/net/routing/test_routing_l3.py:42: AssertionError ------=_Part_6673_756071203.1733439034684-- From nobody Fri Dec 6 11:27:34 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y4TWW3TDnz5g5x4 for ; Fri, 06 Dec 2024 11:27:35 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y4TWW1kdGz4sZR; Fri, 6 Dec 2024 11:27:35 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733484455; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=HKLztXnEwuBS+s2ky2SmnpJqKnTGi4NBhc+m2p4o/rE=; b=d3XfAgHmsrb5km2MRYfQcWJwe63QX5005nOwDfRe+sM2p5rM58A3HL0yjpwCRyyzMO/qyC myO2docyf08sUtNklYoWsqxJ3Lk0KuXf3YJuGRYGGTQAvcB7kWHsnVWyqhKhm+u205F5LA qMMMvk0tVhDSMvMZBVWCzl5rMcB1hYkE8FiCH6Ohu3PBxHdM6g7NwwqOt+2X+TLKaqTGW7 Awmp/Wn1y9ve6CL4NN4fBEgj9RHNBsyvtd/a2PyHg2FQ2r1AY/PBpzn9RZKoMO+6H3m3NC TX1atQjUuuU6jvGC+4jE3ihi9f2XICV0xF3Mrbpi63Lmi99RGYB7PdPVmNRBzg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733484455; a=rsa-sha256; cv=none; b=yIUXoxMeOJNN8a9wir3mveGsuYf73JD+5+45C2DZ+rW/0c+741fB0vLQFqWnWU37Brc8xg i9Oz3JZmi/zJE4RYV6F5sf/zbiOpu6TKw5IIeiYMr8dWoXeXcH4gj0JANYiN3LDDHtmz/B FZSNqhGl/cqbv44IBNXi8shdyueKizIJG6g7cZ7DqtmPdVcexG+udksrPGiJCi7CHsVemS B4lGHgfePGd09m2rWpvqhm7qWgJLUDsSA/XVFKZ6WH38olBmlLgKKoc4n9T5HKsZ98Ety1 EGuT3m05DxKzBzuf0v9QpNtMEScslkcSp9Sjw08/Wf1/hum0iITq5epaVz7bog== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y4TWW196NzbRv; Fri, 6 Dec 2024 11:27:35 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Fri, 6 Dec 2024 11:27:34 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: kib@FreeBSD.org, ks@FreeBSD.org, markj@FreeBSD.org, imp@FreeBSD.org, rmacklem@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <1965377314.6708.1733484455170@jenkins.ci.freebsd.org> In-Reply-To: <2051189120.6674.1733439035017@jenkins.ci.freebsd.org> References: <2051189120.6674.1733439035017@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #25802 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6707_388087329.1733484454055" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6707_388087329.1733484454055 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #25802 (d302c0539307d1b7ae9a0206d83a1fb9ccc44900) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25802/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25802/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25802/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these 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) ad6562ec858fffbed83560ed3f79375a44be2705 by ks: pf: Don't pfsync states with unrecoverable routing information 0207010f595d5df070bfc092b9889d186355f649 by imp: checkstyle9.pl: Better C++ filename matching db512bb30314326a0b2cfad3f9094dd830744777 by imp: uart.4: describe better + spdx e0231d3cd363bb33142270315aa817977b632910 by imp: github: optimize style workflow 5889ab4b1c79e9714390b65ef60a9d634e7ab45d by imp: github: limit paths for style workflow 53484f516ac4ce3bf57a8c52c094ae67d79312d5 by imp: u3g.4: Fall cleaning 91b5592a1e1af97480d615cf508be05b5674d2f3 by rmacklem: fs: Add static asserts for the size of fid structures bfc8e3308bee23d0f7836d57f32ed8d47da02627 by rmacklem: ext2fs: Fix the size of struct ufid and add a static assert bd6cd409a955b4a0b0b0d0633b4bbf5e3eac6fdb by imp: x86: remove LOCORE: No longer needed 4db1b113b15158c7d134df83e7a7201cf46d459b by rmacklem: tarfs: Fix the size of struct tarfs_fid and add a static assert 205659c43d87bd42c4a0819fde8f81e8ebba068e by markj: cd9660: Make sure that struct ifid fits in generic filehandle structure 96e69c8e3167a57b8b37317796eba3068d12a771 by markj: cd9660: Remove some unneeded definitions 17e624ca858c2ec6a1e98069e3239a81ab3aaf05 by kib: sys/vm: remove support for growing-up stacks 0304675486114e3ab7da242c5a9c945dc584f6c2 by kib: vm_map: remove _GN suffix from MAP_ENTRY_STACK_GAP and d302c0539307d1b7ae9a0206d83a1fb9ccc44900 by kib: vm: rename MAP_STACK_GROWS_DOWN to MAP_STACK_AREA The failed test cases: 1 tests failed. FAILED: sys.net.routing.test_routing_l3.py.TestIfOps::test_change_prefix_route[inet] Error Message: /usr/tests/sys/net/routing/test_routing_l3.py:42: AssertionError ------=_Part_6707_388087329.1733484454055-- From nobody Fri Dec 6 12:55:10 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y4WSg0dvwz5gDZ7 for ; Fri, 06 Dec 2024 12:55:15 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y4WSf5hvdz42Fc; Fri, 6 Dec 2024 12:55:14 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733489714; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: list-id; bh=leJuD9Hy1b0BL6li3F7JdhZS/bNWhSDMM/Pc1ybeML4=; b=uFxVO53TZAF4MOL+3Tu3nsk2+KCUnDJHFg4/z90/9JTtCCwFG05N/1ihaFgz2VWDSpvmFK oIyB50V20FS/xUBffW9QTpAs9rEWWsIqMLNPmS6ivKwrmimIC6kyWPVMgHqzcGi4brMAXR HfpHumlJBl+BdBMgdXdBGUdwTr+TclJ3/suQ0cusCVeORd8O+qxT5RiQIbwlSFhpoILqyl wxlCvBWPgoIArxb9glYh6iLS3jXFQl3B//YySUurUAYtzC/PkAblPW+7hfuT17QbyZpYbE zV/l2n+e77i4N4lLQ+TaclEOgysdCN1aEBjbSMrgjI+mjhe5S7ZkswOXBjdS7g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733489714; a=rsa-sha256; cv=none; b=cYOrjVKz8zfGm2nJ3G9Xhx2KGPAoCikFmccpzbI9AxDdwtrnRoqOq62V0w6y2/FqANxe6Z /5OlZScw0tHWoGxEOS+jhmDd48QMxBX/BN7n183uxyMS9l+C9lAHT8Vvbz7/XKqUCNVg9S ZExWP6lSqYZFsfYn/vQy/6564SaSWSaWoTNQMOoj+yFyWPmN1DgOuz7pBS1v8Okhc8+isY gglb0QA8lS3IW5w6mZ6uyE8g91XzDEOqGui0nHbHhOOaEfF8S7pzY4UBQboKqNzc8PQ9kV nQGW0mxeTSQ1BqqZ8J9QvdSkV76SAPmUpvNmcVbX6opzJEGnbrz47Kk5rrSnpg== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y4WSf53XWzfMf; Fri, 6 Dec 2024 12:55:14 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Fri, 6 Dec 2024 12:55:10 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: thj@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <171016061.6710.1733489714715@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-gcc12_build - Build #4534 - Failure List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6709_1596759449.1733489710274" X-Jenkins-Job: FreeBSD-main-amd64-gcc12_build X-Jenkins-Result: FAILURE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6709_1596759449.1733489710274 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable FreeBSD-main-amd64-gcc12_build - Build #4534 (f132be9bac5f29e844e8dde4f3a70= f4c3c158221) - Failure Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_buil= d/4534/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/= 4534/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/4= 534/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) b6c90b909905a48c6f8ad027ff259e64d5d0e762 by thj: ipfw : Enable support for EIM NAT ef18594985c0d569650b44b0ba0171a6fd8703a5 by thj: natd: Enable support for EIM NAT cb21fa3d0d2640a6f48a21c406cac9dd07681052 by thj: ppp: Enable support for EIM NAT f132be9bac5f29e844e8dde4f3a70f4c3c158221 by thj: netgraph: Enable support for EIM NAT The end of the build log: [...truncated 129.63 MiB...] ror=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray= -bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-co= mpare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation = -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-po= int -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-erro= r=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-= size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-all= oc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull= -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format= -zero-length -fms-extensions -finline-limit=3D8000 --param inline-unit-gr= owth=3D100 --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu= 99 -Werror /workspace/src/sys/vm/vm_object.c --- swap_pager.o --- In file included from /workspace/src/sys/vm/swap_pager.c:110: /workspace/src/sys/vm/vm_page.h: In function 'swap_pager_scan_all_shadowed'= : /workspace/src/sys/vm/vm_page.h:772:17: warning: 'p' may be used uninitiali= zed [-Wmaybe-uninitialized] 772 | vm_page_xunbusy_hard(m); = \ | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/vm/swap_pager.c:2557:19: note: 'p' was declared here 2557 | vm_page_t p, pp; | ^ --- vm_page.o --- --- vm_pageout.o --- --- vm_pager.o --- --- vm_phys.o --- --- vm_radix.o --- --- vm_page.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.vm_page.o -MTvm_page.o -fdebug-prefix-map=3D./machine=3D/workspace/s= rc/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/in= clude -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmode= l=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-= unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Ws= trict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -= Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs = -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddres= s -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno= -error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-e= rror=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error= =3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-e= rror=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused= -function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-= error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-la= rger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dang= ling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-leng= th -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100= --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu99 -Werror= /workspace/src/sys/vm/vm_page.c --- vm_pageout.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.vm_pageout.o -MTvm_pageout.o -fdebug-prefix-map=3D./machine=3D/works= pace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/= x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wa= ll -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wu= ndef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include= -dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3D= address -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bound= s -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare = -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-e= rror=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -W= no-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dun= used-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -= Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-siz= e-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-= dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-= length -fms-extensions -finline-limit=3D8000 --param inline-unit-growth= =3D100 --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu99 -= Werror /workspace/src/sys/vm/vm_pageout.c --- vm_pager.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.vm_pager.o -MTvm_pager.o -fdebug-prefix-map=3D./machine=3D/workspace= /src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/= include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmo= del=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronou= s-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -= Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef= -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dir= s -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddr= ess -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -W= no-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno= -error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error= =3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-e= rror=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused= -function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-= error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-la= rger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dang= ling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-leng= th -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100= --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu99 -Werror= /workspace/src/sys/vm/vm_pager.c --- vm_phys.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.vm_phys.o -MTvm_phys.o -fdebug-prefix-map=3D./machine=3D/workspace/s= rc/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/in= clude -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmode= l=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-= unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Ws= trict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -= Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs = -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddres= s -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno= -error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-e= rror=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error= =3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-e= rror=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused= -function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-= error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-la= rger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dang= ling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-leng= th -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100= --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu99 -Werror= /workspace/src/sys/vm/vm_phys.c --- vm_radix.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.vm_radix.o -MTvm_radix.o -fdebug-prefix-map=3D./machine=3D/workspace= /src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/= include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmo= del=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronou= s-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -= Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef= -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dir= s -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddr= ess -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -W= no-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno= -error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error= =3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-e= rror=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused= -function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-= error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-la= rger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dang= ling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-leng= th -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100= --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu99 -Werror= /workspace/src/sys/vm/vm_radix.c --- swap_pager.o --- ctfconvert -L VERSION -g swap_pager.o --- vm_radix.o --- ctfconvert -L VERSION -g vm_radix.o --- vm_reserv.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.vm_reserv.o -MTvm_reserv.o -fdebug-prefix-map=3D./machine=3D/workspa= ce/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x8= 6/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mc= model=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchron= ous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall= -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wund= ef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-d= irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Dad= dress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds = -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -W= no-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-err= or=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno= -error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunus= ed-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wn= o-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-= larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-da= ngling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-le= ngth -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D1= 00 --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu99 -Werr= or /workspace/src/sys/vm/vm_reserv.c --- vm_page.o --- In file included from ./machine/atomic.h:73, from /workspace/src/sys/sys/systm.h:45, from /workspace/src/sys/vm/vm_page.c:71: /workspace/src/sys/vm/vm_page.c: In function 'vm_page_busy_acquire': /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all inte= rmediate pointers in cast from 'struct vm_object **' to 'struct vm_object *= volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/vm/vm_page.c:937:15: note: in expansion of macro 'atomic= _load_ptr' 937 | obj =3D atomic_load_ptr(&m->object); | ^~~~~~~~~~~~~~~ --- vm_pageout.o --- In file included from ./machine/atomic.h:73, from /workspace/src/sys/sys/systm.h:45, from /workspace/src/sys/vm/vm_pageout.c:79: /workspace/src/sys/vm/vm_pageout.c: In function 'vm_pageout_launder': /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all inte= rmediate pointers in cast from 'struct vm_object **' to 'struct vm_object *= volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/vm/vm_pageout.c:745:34: note: in expansion of macro 'ato= mic_load_ptr' 745 | object =3D atomic_load_ptr(&m->object); | ^~~~~~~~~~~~~~~ /workspace/src/sys/vm/vm_pageout.c: In function 'vm_pageout_scan_active': /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all inte= rmediate pointers in cast from 'struct vm_object **' to 'struct vm_object *= volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/vm/vm_pageout.c:1213:26: note: in expansion of macro 'at= omic_load_ptr' 1213 | object =3D atomic_load_ptr(&m->object); | ^~~~~~~~~~~~~~~ /workspace/src/sys/vm/vm_pageout.c: In function 'vm_pageout_scan_inactive': /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all inte= rmediate pointers in cast from 'struct vm_object **' to 'struct vm_object *= volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/vm/vm_pageout.c:1462:34: note: in expansion of macro 'at= omic_load_ptr' 1462 | object =3D atomic_load_ptr(&m->object); | ^~~~~~~~~~~~~~~ --- vm_page.o --- /workspace/src/sys/vm/vm_page.c: In function 'vm_page_scan_contig': /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all inte= rmediate pointers in cast from 'struct vm_object **' to 'struct vm_object *= volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/vm/vm_page.c:2973:36: note: in expansion of macro 'atomi= c_load_ptr' 2973 | else if ((object =3D atomic_load_ptr(&m->object)) != =3D NULL) { | ^~~~~~~~~~~~~~~ /workspace/src/sys/vm/vm_page.c: In function 'vm_page_reclaim_run': /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all inte= rmediate pointers in cast from 'struct vm_object **' to 'struct vm_object *= volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/vm/vm_page.c:3114:36: note: in expansion of macro 'atomi= c_load_ptr' 3114 | else if ((object =3D atomic_load_ptr(&m->object)) != =3D NULL) { | ^~~~~~~~~~~~~~~ --- vm_swapout.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.vm_swapout.o -MTvm_swapout.o -fdebug-prefix-map=3D./machine=3D/works= pace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/= x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wa= ll -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wu= ndef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include= -dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3D= address -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bound= s -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare = -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-e= rror=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -W= no-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dun= used-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -= Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-siz= e-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-= dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-= length -fms-extensions -finline-limit=3D8000 --param inline-unit-growth= =3D100 --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu99 -= Werror /workspace/src/sys/vm/vm_swapout.c --- vm_page.o --- /workspace/src/sys/vm/vm_page.c: In function 'vm_page_release': /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all inte= rmediate pointers in cast from 'struct vm_object **' to 'struct vm_object *= volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/vm/vm_page.c:4623:34: note: in expansion of macro 'atomi= c_load_ptr' 4623 | object =3D atomic_load_ptr(&m->object); | ^~~~~~~~~~~~~~~ /workspace/src/sys/vm/vm_page.c: In function 'vm_page_grab_pages_unlocked': /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all inte= rmediate pointers in cast from 'struct vm_object **' to 'struct vm_object *= volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/vm/vm_page.c:5251:21: note: in expansion of macro 'atomi= c_load_ptr' 5251 | atomic_load_ptr(&m->object) !=3D object) { | ^~~~~~~~~~~~~~~ --- vm_pager.o --- ctfconvert -L VERSION -g vm_pager.o --- vm_unix.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.vm_unix.o -MTvm_unix.o -fdebug-prefix-map=3D./machine=3D/workspace/s= rc/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/in= clude -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmode= l=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-= unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Ws= trict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -= Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs = -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddres= s -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno= -error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-e= rror=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error= =3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-e= rror=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused= -function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-= error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-la= rger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dang= ling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-leng= th -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100= --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu99 -Werror= /workspace/src/sys/vm/vm_unix.c --- vm_swapout.o --- ctfconvert -L VERSION -g vm_swapout.o --- vm_unix.o --- ctfconvert -L VERSION -g vm_unix.o --- vnode_pager.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.vnode_pager.o -MTvnode_pager.o -fdebug-prefix-map=3D./machine=3D/wor= kspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sy= s/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include= -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-async= hronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -= Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -= Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-inclu= de-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error= =3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bo= unds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compa= re -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wn= o-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point= -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error= =3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-s= ize -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-allo= c-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull = -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-= zero-length -fms-extensions -finline-limit=3D8000 --param inline-unit-gro= wth=3D100 --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu9= 9 -Werror /workspace/src/sys/vm/vnode_pager.c --- features.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.features.o -MTfeatures.o -fdebug-prefix-map=3D./machine=3D/workspace= /src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/= include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmo= del=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronou= s-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -= Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef= -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dir= s -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddr= ess -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -W= no-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno= -error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error= =3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-e= rror=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused= -function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-= error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-la= rger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dang= ling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-leng= th -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100= --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu99 -Werror= /workspace/src/sys/xen/features.c ctfconvert -L VERSION -g features.o --- xen_common.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.xen_common.o -MTxen_common.o -fdebug-prefix-map=3D./machine=3D/works= pace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/= x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wa= ll -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wu= ndef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include= -dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3D= address -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bound= s -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare = -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-e= rror=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -W= no-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dun= used-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -= Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-siz= e-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-= dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-= length -fms-extensions -finline-limit=3D8000 --param inline-unit-growth= =3D100 --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu99 -= Werror /workspace/src/sys/xen/xen_common.c --- vm_object.o --- ctfconvert -L VERSION -g vm_object.o --- xenbus_if.o --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/xen/xenbu= s/xenbus_if.m -c ; /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysro= ot=3D/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-fre= ebsd14.1/bin/ -c -O2 -pipe -frename-registers -fno-strict-aliasing -g -nos= tdinc -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -I/= workspace/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -in= clude opt_global.h -fno-common -fno-omit-frame-pointer -mno-omit-leaf-fra= me-pointer -MD -MF.depend.xenbus_if.o -MTxenbus_if.o -fdebug-prefix-map=3D= ./machine=3D/workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/= workspace/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/= sys/i386/include -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-f= loat -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protec= tor -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ari= th -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__= -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wsw= itch -Wno-error=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-e= rror=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-err= or=3Denum-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-= indentation -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error= =3Dsequence-point -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-com= pare -Wno-error=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error= =3Dmemset-elt-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-m= ember -Wno-alloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-e= rror=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-ty= pe -Wno-format-zero-length -fms-extensions -finline-limit=3D8000 --param = inline-unit-growth=3D100 --param large-function-growth=3D1000 -fms-extensio= ns -std=3Dgnu99 -Werror xenbus_if.c --- xen_common.o --- ctfconvert -L VERSION -g xen_common.o --- xenbus.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.xenbus.o -MTxenbus.o -fdebug-prefix-map=3D./machine=3D/workspace/src= /sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/incl= ude -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmodel= =3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-u= nwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wst= rict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -W= no-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -= fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress= -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-= error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-er= ror=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=3D= nonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-erro= r=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-fu= nction -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-err= or=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-large= r-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-danglin= g-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length = -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100 --= param large-function-growth=3D1000 -fms-extensions -std=3Dgnu99 -Werror /w= orkspace/src/sys/xen/xenbus/xenbus.c --- xenbus_if.o --- ctfconvert -L VERSION -g xenbus_if.o --- xenbusb_if.o --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/xen/xenbu= s/xenbusb_if.m -c ; /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysr= oot=3D/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-fr= eebsd14.1/bin/ -c -O2 -pipe -frename-registers -fno-strict-aliasing -g -no= stdinc -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -I= /workspace/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-common -fno-omit-frame-pointer -mno-omit-leaf-fr= ame-pointer -MD -MF.depend.xenbusb_if.o -MTxenbusb_if.o -fdebug-prefix-map= =3D./machine=3D/workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86= =3D/workspace/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/= src/sys/i386/include -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -mso= ft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-pr= otector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer= -arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprin= tf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas = -Wswitch -Wno-error=3Daddress -Wno-error=3Daggressive-loop-optimizations -W= no-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno= -error=3Denum-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmislead= ing-indentation -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-err= or=3Dsequence-point -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-c= ompare -Wno-error=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-err= or=3Dmemset-elt-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed= -member -Wno-alloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno= -error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-= type -Wno-format-zero-length -fms-extensions -finline-limit=3D8000 --para= m inline-unit-growth=3D100 --param large-function-growth=3D1000 -fms-extens= ions -std=3Dgnu99 -Werror xenbusb_if.c --- vm_phys.o --- In file included from /workspace/src/sys/sys/sysctl.h:40, from /workspace/src/sys/vm/vm_phys.c:58: /workspace/src/sys/sys/tree.h: In function 'vm_phys_fictitious_reg_range': /workspace/src/sys/sys/tree.h:332:62: warning: 'child' may be used uninitia= lized [-Wmaybe-uninitialized] 332 | #define _RB_LINK(elm, dir, field) (elm)->field.rbe_link[dir] | ^ /workspace/src/sys/sys/tree.h:540:22: note: 'child' was declared here 540 | struct type *child, *child_up, *gpar; = \ | ^~~~~ /workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERA= TE_INSERT_COLOR' 474 | RB_GENERATE_INSERT_COLOR(name, type, field, attr) = \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/sys/tree.h:471:9: note: in expansion of macro 'RB_GENERA= TE_INTERNAL' 471 | RB_GENERATE_INTERNAL(name, type, field, cmp, __unused stati= c) | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/vm/vm_phys.c:114:1: note: in expansion of macro 'RB_GENE= RATE_STATIC' 114 | RB_GENERATE_STATIC(fict_tree, vm_phys_fictitious_seg, node, | ^~~~~~~~~~~~~~~~~~ --- xenbusb_if.o --- ctfconvert -L VERSION -g xenbusb_if.o --- xenbusb.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.xenbusb.o -MTxenbusb.o -fdebug-prefix-map=3D./machine=3D/workspace/s= rc/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/in= clude -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmode= l=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-= unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Ws= trict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -= Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs = -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddres= s -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno= -error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-e= rror=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error= =3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-e= rror=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused= -function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-= error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-la= rger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dang= ling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-leng= th -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100= --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu99 -Werror= /workspace/src/sys/xen/xenbus/xenbusb.c --- vm_reserv.o --- ctfconvert -L VERSION -g vm_reserv.o --- xenbusb_front.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.xenbusb_front.o -MTxenbusb_front.o -fdebug-prefix-map=3D./machine=3D= /workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/sr= c/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/inc= lude -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-a= synchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf= -4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qu= al -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-i= nclude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-er= ror=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray= -bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-co= mpare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation = -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-po= int -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-erro= r=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-= size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-all= oc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull= -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format= -zero-length -fms-extensions -finline-limit=3D8000 --param inline-unit-gr= owth=3D100 --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu= 99 -Werror /workspace/src/sys/xen/xenbus/xenbusb_front.c --- ffs_subr.o --- ctfconvert -L VERSION -g ffs_subr.o --- xenbusb_back.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.xenbusb_back.o -MTxenbusb_back.o -fdebug-prefix-map=3D./machine=3D/w= orkspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/= sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/inclu= de -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asy= nchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4= -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual= -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-inc= lude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-erro= r=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-b= ounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-comp= are -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -W= no-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-poin= t -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error= =3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-s= ize -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-allo= c-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull = -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-= zero-length -fms-extensions -finline-limit=3D8000 --param inline-unit-gro= wth=3D100 --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu9= 9 -Werror /workspace/src/sys/xen/xenbus/xenbusb_back.c --- xenbusb_front.o --- ctfconvert -L VERSION -g xenbusb_front.o --- xenmem_if.o --- --- xenbus.o --- ctfconvert -L VERSION -g xenbus.o --- xenmem_if.o --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/xen/xenme= m/xenmem_if.m -c ; /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysro= ot=3D/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-fre= ebsd14.1/bin/ -c -O2 -pipe -frename-registers -fno-strict-aliasing -g -nos= tdinc -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -I/= workspace/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -in= clude opt_global.h -fno-common -fno-omit-frame-pointer -mno-omit-leaf-fra= me-pointer -MD -MF.depend.xenmem_if.o -MTxenmem_if.o -fdebug-prefix-map=3D= ./machine=3D/workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/= workspace/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/= sys/i386/include -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-f= loat -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protec= tor -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ari= th -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__= -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wsw= itch -Wno-error=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-e= rror=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-err= or=3Denum-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-= indentation -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error= =3Dsequence-point -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-com= pare -Wno-error=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error= =3Dmemset-elt-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-m= ember -Wno-alloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-e= rror=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-ty= pe -Wno-format-zero-length -fms-extensions -finline-limit=3D8000 --param = inline-unit-growth=3D100 --param large-function-growth=3D1000 -fms-extensio= ns -std=3Dgnu99 -Werror xenmem_if.c --- xdr.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.xdr.o -MTxdr.o -fdebug-prefix-map=3D./machine=3D/workspace/src/sys/a= md64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/include -f= debug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-pr= ototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-poin= ter-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagno= stics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-e= rror=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error= =3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error= =3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnon= null-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error= =3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-fun= ction -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-erro= r=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger= -than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling= -pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length = -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100 --p= aram large-function-growth=3D1000 -fms-extensions -std=3Dgnu99 -Werror /wo= rkspace/src/sys/xdr/xdr.c --- ufs_quota.o --- ctfconvert -L VERSION -g ufs_quota.o --- xdr_array.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.xdr_array.o -MTxdr_array.o -fdebug-prefix-map=3D./machine=3D/workspa= ce/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x8= 6/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mc= model=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchron= ous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall= -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wund= ef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-d= irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Dad= dress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds = -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -W= no-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-err= or=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno= -error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunus= ed-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wn= o-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-= larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-da= ngling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-le= ngth -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D1= 00 --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu99 -Werr= or /workspace/src/sys/xdr/xdr_array.c --- xenmem_if.o --- ctfconvert -L VERSION -g xenmem_if.o --- xdr_mbuf.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.xdr_mbuf.o -MTxdr_mbuf.o -fdebug-prefix-map=3D./machine=3D/workspace= /src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/= include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmo= del=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronou= s-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -= Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef= -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dir= s -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddr= ess -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -W= no-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno= -error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error= =3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-e= rror=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused= -function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-= error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-la= rger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dang= ling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-leng= th -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100= --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu99 -Werror= /workspace/src/sys/xdr/xdr_mbuf.c --- xenbusb_back.o --- ctfconvert -L VERSION -g xenbusb_back.o --- xdr_mem.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.xdr_mem.o -MTxdr_mem.o -fdebug-prefix-map=3D./machine=3D/workspace/s= rc/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/in= clude -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmode= l=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-= unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Ws= trict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -= Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs = -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddres= s -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno= -error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-e= rror=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error= =3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-e= rror=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused= -function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-= error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-la= rger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dang= ling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-leng= th -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100= --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu99 -Werror= /workspace/src/sys/xdr/xdr_mem.c --- xdr_array.o --- ctfconvert -L VERSION -g xdr_array.o --- xdr_reference.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.xdr_reference.o -MTxdr_reference.o -fdebug-prefix-map=3D./machine=3D= /workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/sr= c/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/inc= lude -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-a= synchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf= -4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qu= al -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-i= nclude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-er= ror=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray= -bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-co= mpare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation = -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-po= int -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-erro= r=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-= size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-all= oc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull= -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format= -zero-length -fms-extensions -finline-limit=3D8000 --param inline-unit-gr= owth=3D100 --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu= 99 -Werror /workspace/src/sys/xdr/xdr_reference.c --- vm_pageout.o --- ctfconvert -L VERSION -g vm_pageout.o --- xdr_reference.o --- ctfconvert -L VERSION -g xdr_reference.o --- xdr_sizeof.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.xdr_sizeof.o -MTxdr_sizeof.o -fdebug-prefix-map=3D./machine=3D/works= pace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/= x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wa= ll -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wu= ndef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include= -dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3D= address -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bound= s -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare = -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-e= rror=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -W= no-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dun= used-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -= Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-siz= e-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-= dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-= length -fms-extensions -finline-limit=3D8000 --param inline-unit-growth= =3D100 --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu99 -= Werror /workspace/src/sys/xdr/xdr_sizeof.c --- aesni.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.aesni.o -MTaesni.o -fdebug-prefix-map=3D./machine=3D/workspace/src/s= ys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/includ= e -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmodel=3D= kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwi= nd-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstric= t-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-= pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdi= agnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress -W= no-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-err= or=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error= =3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnon= null-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error= =3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-fun= ction -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-erro= r=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger= -than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling= -pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length = -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100 --p= aram large-function-growth=3D1000 -fms-extensions -std=3Dgnu99 -Werror /wo= rkspace/src/sys/crypto/aesni/aesni.c --- xdr_mbuf.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/sys/param.h:114, from /workspace/src/sys/xdr/xdr_mbuf.c:30: /workspace/src/sys/sys/_endian.h: In function 'xdrmbuf_getlong': /workspace/src/sys/sys/_endian.h:86:25: warning: 't' may be used uninitiali= zed [-Wmaybe-uninitialized] 86 | #define __bswap32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ /workspace/src/sys/xdr/xdr_mbuf.c:144:17: note: 't' declared here 144 | int32_t t; | ^ /workspace/src/sys/sys/_endian.h:86:25: warning: 't' may be used uninitiali= zed [-Wmaybe-uninitialized] 86 | #define __bswap32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ /workspace/src/sys/xdr/xdr_mbuf.c:144:17: note: 't' declared here 144 | int32_t t; | ^ --- xdr_mem.o --- ctfconvert -L VERSION -g xdr_mem.o --- xenbusb.o --- ctfconvert -L VERSION -g xenbusb.o --- acpi_hpet.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.acpi_hpet.o -MTacpi_hpet.o -fdebug-prefix-map=3D./machine=3D/workspa= ce/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x8= 6/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mc= model=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchron= ous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall= -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wund= ef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-d= irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Dad= dress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds = -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -W= no-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-err= or=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno= -error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunus= ed-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wn= o-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-= larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-da= ngling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-le= ngth -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D1= 00 --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu99 -Werr= or /workspace/src/sys/dev/acpica/acpi_hpet.c --- acpi_if.o --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/acpic= a/acpi_if.m -c ; /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot= =3D/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freeb= sd14.1/bin/ -c -O2 -pipe -frename-registers -fno-strict-aliasing -g -nostd= inc -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -I/wo= rkspace/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -incl= ude opt_global.h -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame= -pointer -MD -MF.depend.acpi_if.o -MTacpi_if.o -fdebug-prefix-map=3D./mach= ine=3D/workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/worksp= ace/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i3= 86/include -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float = -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -= gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wc= ast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmis= sing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -= Wno-error=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error= =3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error= =3Denum-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-in= dentation -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Ds= equence-point -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare= -Wno-error=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dm= emset-elt-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-membe= r -Wno-alloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error= =3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -= Wno-format-zero-length -fms-extensions -finline-limit=3D8000 --param inli= ne-unit-growth=3D100 --param large-function-growth=3D1000 -fms-extensions = -std=3Dgnu99 -Werror acpi_if.c --- xdr_sizeof.o --- ctfconvert -L VERSION -g xdr_sizeof.o --- acpi_pci.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.acpi_pci.o -MTacpi_pci.o -fdebug-prefix-map=3D./machine=3D/workspace= /src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/= include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmo= del=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronou= s-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -= Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef= -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dir= s -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddr= ess -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -W= no-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno= -error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error= =3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-e= rror=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused= -function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-= error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-la= rger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dang= ling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-leng= th -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100= --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu99 -Werror= /workspace/src/sys/dev/acpica/acpi_pci.c --- xdr_mbuf.o --- ctfconvert -L VERSION -g xdr_mbuf.o --- acpi_pci_link.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.acpi_pci_link.o -MTacpi_pci_link.o -fdebug-prefix-map=3D./machine=3D= /workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/sr= c/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/inc= lude -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-a= synchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf= -4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qu= al -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-i= nclude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-er= ror=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray= -bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-co= mpare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation = -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-po= int -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-erro= r=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-= size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-all= oc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull= -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format= -zero-length -fms-extensions -finline-limit=3D8000 --param inline-unit-gr= owth=3D100 --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu= 99 -Werror /workspace/src/sys/dev/acpica/acpi_pci_link.c --- acpi_if.o --- ctfconvert -L VERSION -g acpi_if.o --- acpi_pcib.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.acpi_pcib.o -MTacpi_pcib.o -fdebug-prefix-map=3D./machine=3D/workspa= ce/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x8= 6/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mc= model=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchron= ous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall= -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wund= ef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-d= irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Dad= dress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds = -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -W= no-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-err= or=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno= -error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunus= ed-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wn= o-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-= larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-da= ngling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-le= ngth -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D1= 00 --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu99 -Werr= or /workspace/src/sys/dev/acpica/acpi_pcib.c --- xdr.o --- ctfconvert -L VERSION -g xdr.o --- acpi_pcib_acpi.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.acpi_pcib_acpi.o -MTacpi_pcib_acpi.o -fdebug-prefix-map=3D./machine= =3D/workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace= /src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/= include -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fn= o-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdw= arf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast= -qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissin= g-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno= -error=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dar= ray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum= -compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentati= on -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence= -point -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-e= rror=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-e= lt-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-= alloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonn= ull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-for= mat-zero-length -fms-extensions -finline-limit=3D8000 --param inline-unit= -growth=3D100 --param large-function-growth=3D1000 -fms-extensions -std=3D= gnu99 -Werror /workspace/src/sys/dev/acpica/acpi_pcib_acpi.c --- acpi_pcib.o --- ctfconvert -L VERSION -g acpi_pcib.o --- acpi_pcib_pci.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.acpi_pcib_pci.o -MTacpi_pcib_pci.o -fdebug-prefix-map=3D./machine=3D= /workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/sr= c/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/inc= lude -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-a= synchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf= -4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qu= al -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-i= nclude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-er= ror=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray= -bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-co= mpare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation = -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-po= int -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-erro= r=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-= size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-all= oc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull= -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format= -zero-length -fms-extensions -finline-limit=3D8000 --param inline-unit-gr= owth=3D100 --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu= 99 -Werror /workspace/src/sys/dev/acpica/acpi_pcib_pci.c --- acpi_pci.o --- ctfconvert -L VERSION -g acpi_pci.o --- acpi_pxm.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.acpi_pxm.o -MTacpi_pxm.o -fdebug-prefix-map=3D./machine=3D/workspace= /src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/= include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmo= del=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronou= s-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -= Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef= -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dir= s -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddr= ess -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -W= no-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno= -error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error= =3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3D[FreeBSD-main-amd64-g= cc12_build] $ /bin/sh -xe /tmp/jenkins4824752185127202155.sh + sh freebsd-ci/scripts/jail/clean.sh clean jail FreeBSD-main-amd64-gcc12_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 ------=_Part_6709_1596759449.1733489710274-- From nobody Fri Dec 6 13:09:57 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y4Wnf1R5kz5gFP5 for ; Fri, 06 Dec 2024 13:09:58 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y4Wnd56Dvz43DK; Fri, 6 Dec 2024 13:09:57 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733490597; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=RFenSlM0JA3qRs1s1sG1Kxzp9dy94IFZw4+0zGGmbko=; b=E+K3JhS95NBCwj//6sd5KuHoRHN0cQCRINqeUyz/l10+vMG26h95j+R92ufw9rdoKMZtb+ f5/+qx4e5CexAtSzRDqQCZIQcqnUpj8jq07x8sG1cmYpX4E7EjUmVfnhZuU3z0tdVMC3Zc YAgTlpN2/S3zNKpYJPwECTvTqU8Ot6xCvq/yV64kZWWl8cFOP7/0/cjLA8uwEnocmSjnkf sI3h7POZE19zWIEx7948lSXUTgPeO5hFNo/uxyEDecEn04ws8skKLvxjyYgo7c4cUTT0n7 M82hI22LfQfINTmTuL9ynZsCvLGp7Epmy809x4Vxwit1MS4kfR7BTe8QERr4RQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733490597; a=rsa-sha256; cv=none; b=ayRcue25taicdw3hhxnDmcPq1dzOu9kOa8dyfThVYw5xVaS667amiwaGvh9JvOYyp8Ei/j afsozNZw0+64Soou0DMIBi2AdSwSpxi64MsL99NPzePNWs7gpQgNacUSXFuII2Coqp5Rc0 jaCl+pPWWwhGrMmDbef9RHoAFmD/OHL8YuFZWQ0Zp+2bnDNTMsFAXl7AanIY6A5h/i3gpi j5B6KY0GClP4+pvgIWh9eVi4aYVcV9GBgCNTgt4gfIR0SDGjJTGTVTqgQbIcreM9RRw4+8 r44xVDdTxe7K+4omG8zNRnLTpoDzfeuhZrP54ITWhE2YMn3MmxLre5S0OGivlQ== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y4Wnd4Yd5zfd9; Fri, 6 Dec 2024 13:09:57 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Fri, 6 Dec 2024 13:09:57 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: thj@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <675349171.6712.1733490597644@jenkins.ci.freebsd.org> In-Reply-To: <1965377314.6708.1733484455170@jenkins.ci.freebsd.org> References: <1965377314.6708.1733484455170@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #25803 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6711_1083026758.1733490597256" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6711_1083026758.1733490597256 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #25803 (f132be9bac5f29e844e8dde4f3a70f4c3c158221) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25803/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25803/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25803/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these 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) b6c90b909905a48c6f8ad027ff259e64d5d0e762 by thj: ipfw : Enable support for EIM NAT ef18594985c0d569650b44b0ba0171a6fd8703a5 by thj: natd: Enable support for EIM NAT cb21fa3d0d2640a6f48a21c406cac9dd07681052 by thj: ppp: Enable support for EIM NAT f132be9bac5f29e844e8dde4f3a70f4c3c158221 by thj: netgraph: Enable support for EIM NAT The failed test cases: 1 tests failed. FAILED: sys.net.routing.test_routing_l3.py.TestIfOps::test_change_prefix_route[inet] Error Message: /usr/tests/sys/net/routing/test_routing_l3.py:42: AssertionError ------=_Part_6711_1083026758.1733490597256-- From nobody Fri Dec 6 14:49:12 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y4Z086zlrz5gNY6 for ; Fri, 06 Dec 2024 14:49:12 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y4Z084gyDz4FnP; Fri, 6 Dec 2024 14:49:12 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733496552; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=8LagpZMmAnvAoQ0qF13vHs2h4wx2ESnfk17QMxLs49I=; b=O9KCgCU7JGCC+Yk5mTB9NIQb5wsCrfOBB6RWWeYbynaU0+WYg18MrvzY5Lhmt6rlqsMO0y dXFZOicnvhjFpomyCFToajjUQzWQoFFKyqplM7b4Vfzro8PIyxqAkUXimK4EJIsbQL4D7U MRD9+0bD/ITjD2xv9fndHLwzWCqFQbciUxDj7SAUKKd4gj619kM15TA7e2RJbqYjiZFvQC rSgzDmsPvoeA8+bxZiAssj7S2t5o4IiPf2p8g+4CJIOLV4xMoAejy2jq0ga9yDqXycOBR6 nAI89tstpBUKYdSRbQSjEr8/pA8IMfmNGJw1WO7gpeZUoJ9RP1QrMAg1lNJcrg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733496552; a=rsa-sha256; cv=none; b=NG93sku/jaEYUwPEx2Yq2wZOgpKd5gAniV1ozPw4nNVKlJ4yQe2YAT8zAAyDjz97H9yntA ASp0fZFGtinST9MeQJ2F5BaobmNf2tJF/7yaIWh4rCAuQgGo1HsH00ctK1LrLGdhQs8mck 84jUkwoPpGYaZ4arvncAHIB1+76wdavEMYeII8DGyl6n7nSTMKmxeK8egf8OQJsQfBZWsx 0xx58FZX3+bzwiLb6eK2HHN5ldOz9+LDMxH8bwtgb63xJdO5RXunrRr1sTlfCPpo5RU7UU URpS4fvEmYktOoLi+NZUUJkxxNuzHRz9APsDQ98fQFQwI1ybFdnk+a2enBPdRQ== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y4Z084GLqzhsp; Fri, 6 Dec 2024 14:49:12 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Fri, 6 Dec 2024 14:49:12 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: zlei@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <1857790490.6720.1733496552603@jenkins.ci.freebsd.org> In-Reply-To: <675349171.6712.1733490597644@jenkins.ci.freebsd.org> References: <675349171.6712.1733490597644@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #25804 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6719_797181941.1733496552269" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6719_797181941.1733496552269 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #25804 (99f7c0550433782cd228b518173cca5d23998c36) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25804/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25804/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25804/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these 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) 5c623697d6011de63bc762560a648c09379e06d2 by zlei: sys/sys/kernel.h: Various whitespace fixes 99f7c0550433782cd228b518173cca5d23998c36 by zlei: git-blame-ignore-revs: Ignore 5c623697d601 in blame The failed test cases: 1 tests failed. FAILED: sys.net.routing.test_routing_l3.py.TestIfOps::test_change_prefix_route[inet] Error Message: /usr/tests/sys/net/routing/test_routing_l3.py:42: AssertionError ------=_Part_6719_797181941.1733496552269-- From nobody Fri Dec 6 16:35:21 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y4cLf2lClz5gWPv for ; Fri, 06 Dec 2024 16:35:22 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y4cLd72hpz4SX2; Fri, 6 Dec 2024 16:35:21 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733502922; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=11zBs+2oPV/+plMTITXbe/kEK/1uRY7g39bMpQSYjxA=; b=Gv3zEuvRbckB5HXRvWu3GDW4NE/3xGVxF7k1ov0fhVQKaUr26n2AFdvlmYOkHl59EBkIsY 4JrnK4SAfcpaqWmJu1v8xLx4kan8AwggdQH62PH0IfpACH7HhJrkENmZ3UyABVcjHNHBzp KqiDoom0J8rPE6D4k74Ld4/Cu9nfrs+VHTeDAZMkGtwo5rPFiXJcoPUvrrhExTdUS0kHXg uqgH/U/kMFov+sBLN7GzDtGxwze9xsQoGM4PQNJfu3IKG6cW0lkmVjhI4GklqUau5rqg7I 4LyxfN2F0GcdCJBtl+A7iurbcHPlzK1BjU5TQjJpkQ5+h8fw0mFbAT0J0fPemA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733502922; a=rsa-sha256; cv=none; b=Ek2i8KdHExyNDVuqspbiuQ7uaj6je+Dg9rqBseQ8rZETcu2B+kdvUWbGb25TK7VPRUOigt jprjXN8PjLDHWPtMvQjGpJeqyGriop/1TgGYyjdWQQw7HXB4gWY0yiuX+0jjVu2X5NVwX0 rVIiKhsI3gIMpn6h8Vv4X4Kn7Hd2/irZnLhP0faoiESPZsCul25IJ3eEqutCol62Q8It9h IzhbHehtEfF0K5RE61uXUxKQwea3OGAc5QhsjOTQqOkiw65XA/lJXORHCcI2eNaJbHzsGJ YrPSVqwJbICIu4hfm0TESBpGxPg82p7/tLDHAnkL5x0v9fjbzo4mf6e1rcxMtg== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y4cLd6cyHzl8b; Fri, 6 Dec 2024 16:35:21 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Fri, 6 Dec 2024 16:35:21 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: zlei@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <584344053.6722.1733502921936@jenkins.ci.freebsd.org> In-Reply-To: <1857790490.6720.1733496552603@jenkins.ci.freebsd.org> References: <1857790490.6720.1733496552603@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #25805 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6721_1208357320.1733502921623" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6721_1208357320.1733502921623 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #25805 (5997b1933142116041af7549eb2f450b4714b823) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25805/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25805/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25805/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these 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) a7cfcb26451219d6f4e60c486c855adeea288397 by zlei: init_main: Use TUNABLE_INT_FETCH to initialize verbose_sysinit 5997b1933142116041af7549eb2f450b4714b823 by zlei: init_main: Fix logging of the SYSINIT process The failed test cases: 1 tests failed. FAILED: sys.net.routing.test_routing_l3.py.TestIfOps::test_change_prefix_route[inet] Error Message: /usr/tests/sys/net/routing/test_routing_l3.py:42: AssertionError ------=_Part_6721_1208357320.1733502921623-- From nobody Fri Dec 6 16:39:18 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y4cRC6qGdz5gWsg for ; Fri, 06 Dec 2024 16:39:19 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y4cRC3SJ6z4TSw; Fri, 6 Dec 2024 16:39:19 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733503159; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=fOPHY/U0PtBPeb4qy/3El8eWTNq2NN/Xp2eFmLHbpHM=; b=hU6gu0+1hRvo7y3sl6AiZlyzRHalXSG/XJOmDtaMckBDPylBipQH02StSJYtVeQor+fNrb fNIvQLDYzdXXggasB5EpflJKFb22msYSBcwxLA87bAenPT5ZXkwTsCkffurn7aY4CMntFs RO1l8mMmF4UqM2k0L0sqaEajz1DLmHwEmOoJwGZ7tOlG6untc7O2GX74CYCTzkR7kffzeL hkgzR+Z+H/yoxJkmAvwGuLBphwl8BnJJ4zGrRwQfi8cjgSTfjOTL1eRRfO0mHUSplB9YpN M61FSUEk91JqcrdFb3LxGBRQjtXQvSi4hYSaA+KcoMnCoGUTAy1iaDzQhRV/Ug== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733503159; a=rsa-sha256; cv=none; b=PTWV0vNsCUpek/d35JvNkKp0Wb5ck/C/5TF+/ztgDZInUhsUjUvpCxzR5RooFptV01xUkB mU8rYOBBLASMuCJEN5KyDWpWFeXa61Ncjq6c3O9B6nWexY4NDvRKEhlGKCHGJ8+TXzhXQA Q5atzIro9157RGMjG/a8DSSsPYw5vflXCHalbSEvj4gmxRTH3qhvwhT8s+rWjTOruplAjP TEyq9/nWesfj3g+AQ0O+f/vAR+QQ4gKMh4+yORGGhl02TJTuxB/Ribcd3W+AOL24mAjH9O DDfyGM0o1VB2uVuHUyq+d/fqpg0o9stm9qgVopS9JqiHdo7YPmrckAENNuGTFA== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y4cRC31qJzlhy; Fri, 6 Dec 2024 16:39:19 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Fri, 6 Dec 2024 16:39:18 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: zlei@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <533098116.6724.1733503159429@jenkins.ci.freebsd.org> In-Reply-To: <189280530.6616.1733348397718@jenkins.ci.freebsd.org> References: <189280530.6616.1733348397718@jenkins.ci.freebsd.org> Subject: FreeBSD-stable-14-amd64-test - Build #834 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6723_1284120242.1733503158992" X-Jenkins-Job: FreeBSD-stable-14-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6723_1284120242.1733503158992 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-stable-14-amd64-test - Build #834 (0b80bf9edb199ca35dae25241e2dc38bd7e84cb9) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/834/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/834/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/834/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these 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) 1f6936723e1051e92fb9b658f5f6fa13c2001cee by zlei: ena: Remove \n from sysctl description 20675c61d1397c3f9f5dc857b0997a1172e05164 by zlei: Install vmx man page also on arm64 d460330dfe80fb5545da5321c7fe1c9e2bf19003 by zlei: Install pvscsi man page 0b80bf9edb199ca35dae25241e2dc38bd7e84cb9 by zlei: udp: Prefer memcpy() over bcopy() The failed test cases: 5 tests failed. FAILED: sys.kern.sigsys.sigsys_test_off Error Message: /usr/src/tests/sys/kern/sigsys.c:70: sysctlbyname(name, &oldval, &oldlen, NULL, 0) == 0 not met FAILED: sys.kern.sigsys.sigsys_test_on Error Message: /usr/src/tests/sys/kern/sigsys.c:70: sysctlbyname(name, &oldval, &oldlen, NULL, 0) == 0 not met FAILED: usr.bin.grep.grep_test.recurse_symlink Error Message: atf-check failed; see the output of the test for details FAILED: sys.netmap.ctrl-api-test.main Error Message: Returned non-success exit status 255 FAILED: sys.netlink.test_netlink_message_writer.py.__test_cases_list__ Error Message: Test program did not exit cleanly ------=_Part_6723_1284120242.1733503158992-- From nobody Fri Dec 6 20:35:53 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y4jhB1ZFrz5fr62 for ; Fri, 06 Dec 2024 20:35:54 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y4jh95B3Cz3x5P; Fri, 6 Dec 2024 20:35:53 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733517353; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=CkDKl7bE3+GhHb08+Jqea1uvbg6in4tObzhcL7gcQrI=; b=E32clZI45rJ7cmAOX7y01ZIsRnpFP3NNdQQzbX+cIVEPgZoUYo+DFnJYvkm9e2Teyj6rXe 5ELc+fBjAmysLdN+0c6AA52+S1raAmxk48eCCvKxGT6dVPWo5GDRUMt158HpcTH07GE9X0 GzBxGFfZq3uVx/EVwRtZPKe2pFg1uc+sZpAHF1+Rmc0uWQ75yb61QipYztUx58hD+1hCRn KXwvcJZYC8IpBRKxpOw3DuOIFhappjRgULw9B4Lv2ULwK3Ab+BWmY8lR+SPWDMjPnwaC1O FDTOwTdpXyoeYdVaIDv2YZHeFCx4lUEmUCIE0Urj7GZGld4cczHPU1Uiewmzkw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733517353; a=rsa-sha256; cv=none; b=JDT7yLn2Qp4oJEStQcAZDdApmcJn1Fqbm6eSejrtZmPlHA3jbP1PLBuOabOQL8S0GOw8Ja S/JEHnJyOGVFVbvlxbSGtsuMguRTrwQ+OBxF3mRQMif/bbtVUVcXJD+5wO9MxgE8517p7v uhBKWa2cpRB9NpaDyhJPGB749DdXvaTJn1sIhzlQX9H7oma1IgQlr4TXD7QE4O0SsmNhuf zFrb/dsqXF2V5XFJQf88yq5DzqdodKLhbOtlUjxaYFCMQ2WacvSAQrO3PiHi5O6VHBIsOC df34iQL7Kh/cO6mlPB6HxpqdxIEY47dlAw0HWFbQ9DNMeFXWU4/ymCJzio9Zkg== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y4jh94mMlzsyv; Fri, 6 Dec 2024 20:35:53 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Fri, 6 Dec 2024 20:35:53 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: emaste@FreeBSD.org, markj@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <492484023.6732.1733517353672@jenkins.ci.freebsd.org> In-Reply-To: <533098116.6724.1733503159429@jenkins.ci.freebsd.org> References: <533098116.6724.1733503159429@jenkins.ci.freebsd.org> Subject: FreeBSD-stable-14-amd64-test - Build #835 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6731_1686976394.1733517353206" X-Jenkins-Job: FreeBSD-stable-14-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6731_1686976394.1733517353206 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-stable-14-amd64-test - Build #835 (f2c09b4f321bfd6ead1359d9cbe49848a23f07bf) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/835/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/835/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/835/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these 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) 804dbdeea266599bdb7cb576048f8b13038b521f by markj: devd tests: Fix client_test 6f07c82735826b6bfc744318aa86040439920016 by markj: dtrace/amd64: Make invop providers usable with KMSAN enabled b8fa7c986e91b2beefa9e4d6c15ddc43740814ad by markj: dtrace: Address KMSAN warnings in dtrace_disx86 1aa509e252883961ed7b5e931c54e30488c9be1a by markj: dtrace: Avoid excessive pcpu allocations b64e34805596130ae702ec9dd536888dd43f7456 by markj: buf: Add a runningbufclaim() helper f2c09b4f321bfd6ead1359d9cbe49848a23f07bf by emaste: cap_rights_is_empty: add MLINK The failed test cases: 5 tests failed. FAILED: sys.kern.sigsys.sigsys_test_off Error Message: /usr/src/tests/sys/kern/sigsys.c:70: sysctlbyname(name, &oldval, &oldlen, NULL, 0) == 0 not met FAILED: sys.kern.sigsys.sigsys_test_on Error Message: /usr/src/tests/sys/kern/sigsys.c:70: sysctlbyname(name, &oldval, &oldlen, NULL, 0) == 0 not met FAILED: usr.bin.grep.grep_test.recurse_symlink Error Message: atf-check failed; see the output of the test for details FAILED: sys.netmap.ctrl-api-test.main Error Message: Returned non-success exit status 255 FAILED: sys.netlink.test_netlink_message_writer.py.__test_cases_list__ Error Message: Test program did not exit cleanly ------=_Part_6731_1686976394.1733517353206-- From nobody Fri Dec 6 22:03:48 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y4ldd51Vqz5fy74 for ; Fri, 06 Dec 2024 22:03:49 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y4ldd052cz46ly; Fri, 6 Dec 2024 22:03:49 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733522629; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=XXAj5i++5NYy1x9517hWqLH+lFmg/tsyZUvehWjEtDk=; b=dV3tEZ8INSw5FHNF+w1b5v15mrOZOerku50L5qiuVhB7qIG8yptOcBwFgR7qDcZNyaMdFS tCs4KXNnRtLhG6BdfbtI24QyF9c1Yc8+COGqGATEzpA4pCecnyXB0/SbZl+5AhMHeRdrqg BpzgLp91vFFYQBXWlkdKQyjBR/xkPkJ17MIqy3eYMUZrEYyXT+SDK4kg0u1q/pp9wTo80Y YnHv6Xn+L75H3K4Ys7z5dLUbbxv5tSg+ms86MqJglEe36+UiPRlg8Qhqwi7DWpjoh9KfH7 kgID161dzS8FiZCMtCW/6ezSIUt/teKNZv1tz8PovhpPvlKik+Ndt1Po1Tbkag== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733522629; a=rsa-sha256; cv=none; b=r86UxjIPZVxaMjsOgVM0P1UUbk+Xr6eOIxBxqIOQTSOLvBwfdByoruuGm2Q+vGRcMh5gZm cpiKxZAdjX191JweiJTG5m1uoExfxKsS5UyWc8q1d7oLmdSZ1ssEPqkLn67VbczSzSqYGX t5nNE586FHN+71hNYZoK8YWfYDHLahj//oyoR/VEEyVscH39w3MbYWEbMn6H02EhUo3JUE k5tyK6bTVyc4sLmVcZacERAaD+X9dabrshkI0Wl7wTl6wA8f5E2kONipYuviSag9egXChl d9qIwtr0Oy/Bo8igvDO4VPnZOTqcc5X7YZoJ7sbmH3KLjJfsGhH4zD+EYTKUfg== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y4ldc6ltTzvsy; Fri, 6 Dec 2024 22:03:48 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Fri, 6 Dec 2024 22:03:48 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jhb@FreeBSD.org, dim@FreeBSD.org, imp@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <436797599.6736.1733522628955@jenkins.ci.freebsd.org> In-Reply-To: <584344053.6722.1733502921936@jenkins.ci.freebsd.org> References: <584344053.6722.1733502921936@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #25806 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6735_774273891.1733522628282" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6735_774273891.1733522628282 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #25806 (839fb85336a01848c2e3e6a833fe4604b6f452f5) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25806/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25806/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25806/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these 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) f56b67c46df5f53882fd6d3ace1f7942689b6290 by dim: Vendor import of llvm-project branch release/19.x e7aec3ccf759dcd3fe56ae2bdbec92839c166160 by imp: nvmecontrol: Fix minor usage typo 07d78399eb7994d45338f58a331dae9fb8fe1023 by imp: pfind(9): Update to recent behavior 509300e1ffbe71a6f6608fa188dbcfe4ae1fbbdf by imp: pfind: Fix coments 7b16a4a75dc14224efc72f1ff2cc98f6f857f757 by imp: sys/intr.h: Make it safe to include from assembler d1e843b3f976528fbea04e702a20219d532220d3 by imp: arm: Use constants from sys/intr.h, not genassym d0510c98146f141fcc8f989e8f52625248d7f219 by imp: genassym: Remove stale *if.h depends d0a3fd34a05794bc5cbf48709001a78e9f85169a by jhb: fgets.3: document gets_s() __STDC_WANT_LIB_EXT1__ 984add354edef8a6b4983a33f89ff62532a1556b by jhb: find: Re-enable the -acl primary on FreeBSD 839fb85336a01848c2e3e6a833fe4604b6f452f5 by imp: intr/x86: cleanup io_apic device method tables The failed test cases: 1 tests failed. FAILED: sys.net.routing.test_routing_l3.py.TestIfOps::test_change_prefix_route[inet] Error Message: /usr/tests/sys/net/routing/test_routing_l3.py:42: AssertionError ------=_Part_6735_774273891.1733522628282-- From nobody Fri Dec 6 23:23:13 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y4nPH23J7z5g4Xw for ; Fri, 06 Dec 2024 23:23:15 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y4nPG0LwCz4JBb; Fri, 6 Dec 2024 23:23:14 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733527394; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=zPeeNtzMcRvA03n3NKdv6Wi1T+lJEvUvhXH9A959FTY=; b=nyY0jRCod4x5v6ypLFUHyXOzeVabVhH+XhFTykTUFd29+0xFjSZ/GKebXOWWm+Bq2uxFdF OI1hLGA1NANQrEjAxA8lDYIXM3K+Vg50AaTHy1C7MBASTf6x8t/eyZcd3BsreAbBRr6H+m o0m1LRCG/p0f5bNkI6b2FFsDiQnBLR4ZbLj+emQBBP0Bok+u0vOC9ajKRUMIcaiiAVLvmh tsP9NWu2/FyoON53zsKl5aCZZTjpUl8ipbspBkZPizV9LZmulzfDeE0a4hK5rER5OUGZN3 puAD8li8T4KVP5diSflddT7hGADDzKbKblYjGKu4jAEQw9Vn+x1YFaeg5z6S8A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733527394; a=rsa-sha256; cv=none; b=yzItph4MlYpsKzJiFOTh+LT3up9YtBOcWQXepdxZ7ITSSCr24QdFMCz5F5onQIg0Xu4wkZ fW6n43Nuca/RtEKrMzLjOH7xcfZK3bt0JA98axEulxeugEauIjbi+VkfvRU+dimuFN/8/7 7m1GyFBE9xYbJuHZrk06LsbJtKWVWA43i6fcCDezTkjC6UVmzVhG/oGxIoOhACb6hIrEUH Ms+LvZ80tgA2gOwIUJCA/X8j1qTyBxc1vcuMzRpBdeRZuzswxyqeOcKYgK6TD7AvuEwXXz QC5qraMa42GXLbIauhkgAFV04PQc90/ZzzxaCCVlCswGAb/ijGSRoLdieSyiaw== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y4nPF72dpzy3L; Fri, 6 Dec 2024 23:23:13 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Fri, 6 Dec 2024 23:23:13 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: np@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <947547939.6744.1733527393993@jenkins.ci.freebsd.org> In-Reply-To: <492484023.6732.1733517353672@jenkins.ci.freebsd.org> References: <492484023.6732.1733517353672@jenkins.ci.freebsd.org> Subject: FreeBSD-stable-14-amd64-test - Build #836 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6743_1634937848.1733527393695" X-Jenkins-Job: FreeBSD-stable-14-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6743_1634937848.1733527393695 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-stable-14-amd64-test - Build #836 (ada9196f3547f3911cf6b5d9843f03acab81ae85) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/836/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/836/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/836/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these 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) 61d74539ebdb447d60b8c9481504f9505308b30a by np: cxgbe(4): Update the board names of the T6 OCP cards. 6ae8e077aee5a91d2df2c43c08fa5019e976f81c by np: cxgbe(4): Fix the name of the 2 x 10/25 OCP card. ada9196f3547f3911cf6b5d9843f03acab81ae85 by np: cxgbe/t4_tom: Change stid allocation strategy to be more IPv6 friendly. The failed test cases: 5 tests failed. FAILED: sys.kern.sigsys.sigsys_test_off Error Message: /usr/src/tests/sys/kern/sigsys.c:70: sysctlbyname(name, &oldval, &oldlen, NULL, 0) == 0 not met FAILED: sys.kern.sigsys.sigsys_test_on Error Message: /usr/src/tests/sys/kern/sigsys.c:70: sysctlbyname(name, &oldval, &oldlen, NULL, 0) == 0 not met FAILED: usr.bin.grep.grep_test.recurse_symlink Error Message: atf-check failed; see the output of the test for details FAILED: sys.netmap.ctrl-api-test.main Error Message: Returned non-success exit status 255 FAILED: sys.netlink.test_netlink_message_writer.py.__test_cases_list__ Error Message: Test program did not exit cleanly ------=_Part_6743_1634937848.1733527393695-- From nobody Fri Dec 6 23:46:42 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y4nwM5lXRz5g5rN for ; Fri, 06 Dec 2024 23:46:43 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y4nwM1stkz4Kbx; Fri, 6 Dec 2024 23:46:43 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733528803; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=ng+PLoeOvdUstRgzvfAs+j9Zy8cAYqytWWUwy5nXixs=; b=b4Vd94aHGGdsplKYu6W7D5BbHPlE5Td3S2rAB5xJBHxCoCUaz+aeVqh/VEfcBRw+J5Hfkp Wu9fWT8J/RdrrqrQ1ugRA4TsHqGmCQxg/3JiDQeNn8tzdS8lgR0403ufQ2sEf0T4TvYD9G /wYN8jcjgbkF7/wFhuFpI+oR6VJih7Wi0U8nlW6n7QFyrLL2vf6z0Q4TjaD+vhQ2vwnb6b DdibxNjsnfkH7rtFzsFy1n0DGTa6GPRt5krQw8CELxZEme4B0c280Is94KpjmQxiWvJoow sjJJe/XEZEccJ5KJme3ja9Zo8BuOFoSkgQt/ElayEGnREsGGL30e9cToVoVHog== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733528803; a=rsa-sha256; cv=none; b=J6KgRf64CXfbD52Y8WhKdumJzeSRJihQtANKfUQCjf5wt7UMtFdMLpm+2KRj1iZncdFB2z 4HxI4DAYhB3U6hWbZpPQHMpsPsznW/0+6+Pj9gj4RlFYvYj5+Sf8/AomAfKHC+FCf7M4n4 mLxAtfzu/aGFR8JGiN2c7oh5NezWQmPVg+91OXj+YjllocK6jNx+tCDyJRhgdmE7+eKg8e AEZZYXugrnArAkkeXXyLRwPPijPhEerZ1xLH7e/YCkaCv/gvfdvXKxlOdoXBijYSQqvQhV fFXyeu5ZXi8th8ljrLHpDiM0TacwbIxCZ5Ln/Tp1Rb2ZWHECTmPWKBv19aCKXQ== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y4nwM1L7Yzy1d; Fri, 6 Dec 2024 23:46:43 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Fri, 6 Dec 2024 23:46:42 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <1559918278.6746.1733528803191@jenkins.ci.freebsd.org> In-Reply-To: <436797599.6736.1733522628955@jenkins.ci.freebsd.org> References: <436797599.6736.1733522628955@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #25807 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6745_235940018.1733528802968" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6745_235940018.1733528802968 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #25807 (839fb85336a01848c2e3e6a833fe4604b6f452f5) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25807/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25807/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25807/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these 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) No changes The failed test cases: 1 tests failed. FAILED: sys.net.routing.test_routing_l3.py.TestIfOps::test_change_prefix_route[inet] Error Message: /usr/tests/sys/net/routing/test_routing_l3.py:42: AssertionError ------=_Part_6745_235940018.1733528802968-- From nobody Sat Dec 7 07:13:01 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y4zqM1qd0z5gfLZ for ; Sat, 07 Dec 2024 07:13:03 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y4zqL60J1z494L; Sat, 7 Dec 2024 07:13:02 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733555582; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=vMURaGphpKcIg4wctsMmQ7gGbwHa5YvCf3Uo8Ukzui8=; b=QVyETNyfAIDFCawFQNW5+EbbAyGTo21OKyvJL8F/G9R+KpJfwxoWliNFZnz9bmZdn0Z4cg vEvu5dSb2FGE7U7hUYNg32OjvFEKVImvjhSulkI2LmfeRqAcPxT8lLxkZBUgzHiekc559q u9qXmYRwsMAyKy8HiWvOS0N1KYr0LbcRTfdLjady+YjPY8ePrwhHgfoxcRxUP95Cydv2Jm KnV9kAOQsqvDWl3EpcRoI+uoa6VclQan7jeo4h1YXkyfwl4Vu2m0ysxoAMwU2W8egK1P5L 3zyoiEhgruHovqXSqy6c2WyxX1MpqcvL9pbq9UU0uPId6ZkPWboO0iLCE3W6IQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733555582; a=rsa-sha256; cv=none; b=s/1BkdXCc0RnnjDZ6g20VcqM0u0fKmDB7UzR4T6I7jtRs3OAnG9tW4n5lLIiHIqq1lDpA3 l1T/NNheb+ibXvtoQb0hxioH0Xg0eCGXQw3XI5ScyjzRTBM4W/5pj+q0SGMRd51PceZJX2 hHDP/JXKU+8KUiE8grMDVEAAO+ip38o9kFud2EXkGgKS6mEcpfoCcuKNePJYbv6zExLPlG Rhv8HY8Y76c5oOWoWPH3BFOHnOIGwpG2hVsjsy1ZqoXGLCR93Gl0pNNQZHrydrm13u8XvU fDeRQRBA9G3MskWD582tEdWHvxuEfFGUnFOJWYYb969Z+hrPz2uJ7nr3ZEuuaA== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y4zqL5Ywcz1Cq6; Sat, 7 Dec 2024 07:13:02 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Sat, 7 Dec 2024 07:13:01 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: kib@FreeBSD.org, jhb@FreeBSD.org, brooks@FreeBSD.org, adrian@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <1890297958.6800.1733555582786@jenkins.ci.freebsd.org> In-Reply-To: <1559918278.6746.1733528803191@jenkins.ci.freebsd.org> References: <1559918278.6746.1733528803191@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #25808 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6799_1720029416.1733555581897" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6799_1720029416.1733555581897 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #25808 (53adc0b898a4d263cad0bdfb687d9f008e5768f3) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25808/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25808/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25808/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these 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) 20de55b07cf91a0b07ec94e655f5740f56cdd541 by brooks: Vendor import of mandoc as of 2024-09-22 0fd7b4655666fce13c43d4562e5f9e54ad32145e by brooks: mandoc: remove duplicate libstdthreads entry 831531a82e0f1d1d7b97e50c0587639322ed8d2e by kib: prison_proc_iterate(): make it work for prison0 46297859a74563dde6fc5bff9f9ecded9fb61ba6 by jhb: new-bus: Add bus_(identify|attach|detach)_children 723da5d92f40a413585107f8455280ea575fe410 by jhb: Replace calls to bus_generic_probe with bus_identify_children 18250ec6c089c0c50cbd9fd87d78e03ff89916df by jhb: Replace calls to bus_generic_attach with bus_attach_children 6da04bcff9efedeae7d4046553002b9e3b2bc24f by jhb: cdefs: Add __deprecated1 which accepts a message as an argument a553e07c4ddc383bcbe702f064017ba21da5b46d by jhb: new-bus: Deprecate bus_generic_(attach|probe) 34f5de82e8fcf0ab335a708a9141a5f4240a4c64 by jhb: bus_delayed_attach_children: Switch return type to void fda0403eb0839b29b0b271c69c5cb6bfc874a3b5 by jhb: rtld: Support multiple PT_GNU_RELRO program headers e248e08a159384d064a8af9f2ced5f0a71d93b1c by jhb: arm64: Add a constant to document the TZ bit in CPTR_EL2 without VHE 8f7835acc6d6d39854a82173d4cf10695c6eea13 by jhb: Remove SOC FPGA drivers c1ad5b4b10c5e426d3d782b7216a038187419a1e by jhb: cd9660: Apply the file and directory mode masks bits to all 12 access 3513560909981a349c6edfca44fa2656b7eefeb5 by adrian: rtwn: use ieee80211_ht_check_tx_ht40() to transmit HT40 frames b2b6c2236b9cdd6d7946aee0132a5b7dd14f285c by adrian: rtwn: enable HT40 for RTL8821/RTL8812 series NICs b59017c5cad90d0f09a59e68c00457b7faf93e7c by adrian: rtwn: add placeholder for the per-MACID rate report c3c2f0ddd818b7a10e44399985b4cd2bef6dd3cd by adrian: rtwn: add missing iv_ampdu_limit 53adc0b898a4d263cad0bdfb687d9f008e5768f3 by kib: amdiommu: correctly initialize iommu.unit The failed test cases: 1 tests failed. FAILED: sys.net.routing.test_routing_l3.py.TestIfOps::test_change_prefix_route[inet] Error Message: /usr/tests/sys/net/routing/test_routing_l3.py:42: AssertionError ------=_Part_6799_1720029416.1733555581897-- From nobody Sat Dec 7 10:15:57 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y53tQ5qmTz5grgF for ; Sat, 07 Dec 2024 10:15:58 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y53tQ1dyRz4R8M; Sat, 7 Dec 2024 10:15:58 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733566558; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=8hpYEoeM8hHdT7bE7dqkUM5aTpepoLZEMZULX4LExTc=; b=D0ktHXTVcKUOhmveAWOPyC46/casnq2om2wMc/jkIrVxaOVHDkY/IR7SijOBPzavVNpZYF W+Hn7qynZoOoIScBjKvbyTQ5++Gk+E5VikAr5CMRuMx6vf6bV+MProEnIREPtkArD5lj/5 6fLuu8mY7DCFfEtQ3QkI6gey3Jq4pAGO3iE2xZZVseijpOyElAXGWwHCcuwqDt6AqwdaEU p74LmmvhFcvKIuUyXA+tEhkOfUFLgM6Fylis3sck5yTz2uren/D64Yiii+NyHwmsBwn06S geggrF9oOL3uwkMKbliBdlCblsZOEetgyb1b2rEHVOTaln/mz2+Fjaoy0tOa5A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733566558; a=rsa-sha256; cv=none; b=qsvJEMLMARiCB/Enx8nqQxkraxq4QaBBA2esdggX4/v/tTcY6WAXzYrD2dxGq38oWFYnUb zwvNd4+YnsDeKLu+py+rKjsiMTGq1yDfqg3AZW1QXV1cZ9fAkLnI0nI9MGH+l4Pd8NiPbt MlV8zAkmVUkyyavibmaseM/pUEwFaMrHf7P+P5FBhZ9hyjdxmqOyrsqIBWpQn+UwzZnB6b sr3dEDmj+DNiSJBdecTxR7T0vj1hBElxsN5Mgl+nKQRNsDgaN4oPlNhCaq/Jmbtl9m9i7o ktkA+CopL7DGGGBAcJlPmOyfo7NNfVWUve0ek+NmS6BKbxe2S8SKuzlyuXJHkQ== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y53tQ15nYz1H9P; Sat, 7 Dec 2024 10:15:58 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Sat, 7 Dec 2024 10:15:57 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: adrian@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <782183848.6806.1733566558158@jenkins.ci.freebsd.org> In-Reply-To: <1890297958.6800.1733555582786@jenkins.ci.freebsd.org> References: <1890297958.6800.1733555582786@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #25809 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6805_1898717620.1733566557345" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6805_1898717620.1733566557345 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #25809 (977679d651de56720892868ec429b90e90e2ee20) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25809/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25809/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25809/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these 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) 3d69926189f5ee72b3c762d27661a45d883909a2 by adrian: rtwn: expand the ridx numbers to include VHT; add accessor macros 468cd606239e4f32aceb2f0aa2bcf01424b418a4 by adrian: rtwn: refactor out the rtl8812/rtl8821 tx power programming b4980d8a48e50367f2f8b60ee08c0a0604ecfc79 by adrian: rtwn: calculate the transmit power for VHT rates b811e5a5effed0a3f8fa017606e2f37649047537 by adrian: rtwn: program the 1 and 2 stream VHT transmit power rates f6f03d156ba78f15612fd0b1dce935feb63b9aad by adrian: rtwn: add VHT awareness to rtwn_chan2centieee() 977679d651de56720892868ec429b90e90e2ee20 by adrian: rtwn: remove unused rate configuration code for management traffic. The failed test cases: 1 tests failed. FAILED: sys.net.routing.test_routing_l3.py.TestIfOps::test_change_prefix_route[inet] Error Message: /usr/tests/sys/net/routing/test_routing_l3.py:42: AssertionError ------=_Part_6805_1898717620.1733566557345-- From nobody Sat Dec 7 16:01:23 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y5CY23P8Pz5fq6q for ; Sat, 07 Dec 2024 16:01:26 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y5CY127Gvz4trh; Sat, 7 Dec 2024 16:01:25 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733587285; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: list-id; bh=sYxGTGpoaLVR8oiybh3jV3wmMS2rtCBrtt0XAGSOCLg=; b=GSUzEcixGaPI3C1RthQtoE6NniOmH/jPGEMgPQGVpFrGZ/azd1jSQZdyrkyzxSrquadH1z Pk8JSeDIyIBQM+xAfGOZgDUnaXmvqtqmGw/ea2VEMTOZuUQXvfdJdfIfZ6ckXl1MCUpn/m CX9V28oFh/mBzIusizDtAZa892MT3h+gdSYcVEjt80PyKQS+j/pc/EVTBPtkI9seNepiUG a/pkm/bV842WCI6dfwkdl2RIsMvdqBOHBV5IkHhQCN9+DYugElrk9afCtT6ztDrWlJ+qa4 XQLumRg3md7Z0kUfnHFJ+Lk2N6pMTnXKY9JICoYTj8tnTbfYxTMAdMgH4cRh8Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733587285; a=rsa-sha256; cv=none; b=jHbBqrZNMoHJKsovJluYf3tS1vPDuRT/TVW5Tk/+KFQ7kSy8A8W8vYJ5ZRWPJ96rnvJnMM ko9Q3BWnnLf9zz7n1D9J+RHCc9E+sV633nW0bzAAna05qiGk2t+XY9o+BAB5C0Zs9Q2/xn sffZdtp65DcDjcvNjw6hyWcOIazqUVgApYcSJ/eJxHMN2xqOQkfF4eQfS6KXWSIu52z2Xk lG5I45jOjJaQvduBMSBwzjMz9lPOcN1zBcuEKrU7A2IyaRtoM1M4BsPyt+Jdlnh0N5cFOT Ir+AXxPzRtkJsperKt+V8CDc72JWD1aD0vNC9FtfuWMC1yqUy1Wbt0lYTZplCg== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y5CY11bKHz1SV1; Sat, 7 Dec 2024 16:01:25 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Sat, 7 Dec 2024 16:01:23 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: behlendorf1@llnl.gov, noreply@github.com, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <1950164294.6819.1733587285229@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-gcc12_build - Build #4544 - Failure List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6813_423478945.1733587283391" X-Jenkins-Job: FreeBSD-main-amd64-gcc12_build X-Jenkins-Result: FAILURE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6813_423478945.1733587283391 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable FreeBSD-main-amd64-gcc12_build - Build #4544 (17aab35a77a1b1bf02fc85bb8ffad= ccb0ca5006d) - Failure Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_buil= d/4544/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/= 4544/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/4= 544/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) d2b0ca953f16d7b33f747369fceb55a89eb51b2e by noreply: Assert if we're logging after final txg was set 0ffa6f3464278993d30c6e98b53af4ced0ed9ab7 by noreply: zdb: show dedup table and log attributes f29dcc25c7a784bbb3d3e92942a0a180671a04ac by noreply: Linux: Fix detection of register_sysctl_sz c8a326aab7b268873e4418252d50ab92e5f81b92 by noreply: Linux: fix zfs_uio_dio_check_for_zero_page 3e9ba0f223b3a48d1537c5f51cca201aef0cf87f by noreply: Add missing parenthesis in VERIFYF() 6e3c109bc007597692054c66675b8f45b76744a4 by noreply: Fix regression in dmu_buf_will_fill() 027b3e06edaccb87f3a060c1628740ffa604aa18 by noreply: zinject(8): rename "ioctl" to "flush" ae00c807dcd5a20f8fce194f22dd6ab5c45e1ebc by behlendorf1: FreeBSD: Return ifndef IN_BASE back to fix the build 654ade8ca28568f94f99c6d440124fcf82972d7b by behlendorf1: FreeBSD: Remove some illumos compat from vnode.h 1cd2419ece5c0639c724141e5ff22d86c542f675 by noreply: Fix race in libzfs_run_process_impl 4b4e346b9f24c8a315af5a44d540080a449167ea by noreply: Add ability to scrub from last scrubbed txg 0e020bf3e12d4993d8720292f15a4fead45cd597 by noreply: FreeBSD: Remove an incorrect assertion in zfs_getpages() c33a55b0c201dce9457bc6632f68fc87a903a6af by noreply: Allow dsl_deadlist_open() return errors a01504b35c77053e180d557677c4a84218897754 by noreply: Improve speculative prefetcher for block cloning 2507db612df9e888fb9939eec41b48d59ca1c3cb by noreply: zdb_il: use flex array member to access ZIL records 44446dccdb0077bcf9d93db2fe336ccefc04635e by noreply: During pool export flush the ARC asynchronously e8b333e4d33b7c6f3f1e3761b0e1ac3210275dc8 by noreply: Fix false assertion in dmu_tx_dirty_buf() on cloning a44eaf16909a81b8ca42c7937e089e4a83125868 by noreply: Optimize RAIDZ expansion 903895ea5f5f4bd21f654f84c17b4d294ac65049 by behlendorf1: cstyle: understand basic top-level macro invocations ba00a6f9a3961876cbaacf5e4534efdbe2c9ff47 by behlendorf1: cstyle: understand macro params can be empty 0de8ae56f7138e63be8a215c63212c62b354bd62 by behlendorf1: cstyle: ignore old non-POSIX types in macro invocations e0039c70573e455f4745a83b7d5a6a5f6f2e58a8 by behlendorf1: Remove unnecessary CSTYLED escapes on top-level macro invocations The end of the build log: [...truncated 123.30 MiB...] --- adf_accel_engine.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -= pipe -fno-common -include /workspace/src/sys/compat/linuxkpi/common/include= /linux/kconfig.h -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD= _TIED -nostdinc -I/workspace/src/sys/dev/qat/include -I/workspace/src/sys/= dev/qat/include/common -I/workspace/src/sys/compat/linuxkpi/common/include = -I/workspace/src/sys/compat/linuxkpi/dummy/include -DHAVE_KERNEL_OPTION_HEA= DERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -= I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common= -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map= =3D./machine=3D/workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86= =3D/workspace/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/= src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -M= D -MF.depend.adf_accel_engine.o -MTadf_accel_engine.o -mcmodel=3Dkernel -m= no-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables= -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototy= pes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-s= ign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics= -show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-error= =3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Datt= ributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe= -uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-com= pare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-o= verflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-function -Wno= -error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked= -not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno= -error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -= Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-= limit=3D8000 -fms-extensions --param inline-unit-growth=3D100 --param large= -function-growth=3D1000 -std=3Dgnu99 -c /workspace/src/sys/dev/qat/qat_com= mon/adf_accel_engine.c -o adf_accel_engine.o --- all_subdir_qat/qat_api --- ctfconvert -L VERSION -g qat_utils/src/QatUtilsServices.o --- qat_utils/src/QatUtilsSemaphore.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -= pipe -fno-common -include /workspace/src/sys/compat/linuxkpi/common/include= /linux/kconfig.h -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD= _TIED -nostdinc -I/workspace/src/sys/dev/qat/qat_api/include -I/workspace/= src/sys/dev/qat/qat_api/include/lac -I/workspace/src/sys/dev/qat/qat_api/in= clude/dc -I/workspace/src/sys/dev/qat/qat_api/qat_direct/include -I/workspa= ce/src/sys/dev/qat/qat_api/qat_utils/include -I/workspace/src/sys/dev/qat/q= at_api/common/include -I/workspace/src/sys/dev/qat/qat_api/common/compressi= on/include -I/workspace/src/sys/dev/qat/qat_api/common/crypto/sym/include -= I/workspace/src/sys/dev/qat/qat_api/firmware/include -I/workspace/src/sys/d= ev/qat/include/common -I/workspace/src/sys/compat/linuxkpi/common/include -= I/workspace/src/sys/compat/linuxkpi/dummy/include -DHAVE_KERNEL_OPTION_HEAD= ERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I= . -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common = -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map= =3D./machine=3D/workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86= =3D/workspace/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/= src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -M= D -MF.depend.qat_utils_src_QatUtilsSemaphore.o -MTqat_utils/src/QatUtilsSe= maphore.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -= fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -g= dwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wca= st-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmiss= ing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -W= no-error=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3D= array-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Den= um-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indenta= tion -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequen= ce-point -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno= -error=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset= -elt-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wn= o-alloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dno= nnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-f= ormat-zero-length -Wno-cast-qual -finline-limit=3D8000 -fms-extensions --= param inline-unit-growth=3D100 --param large-function-growth=3D1000 -std= =3Dgnu99 -c /workspace/src/sys/dev/qat/qat_api/qat_utils/src/QatUtilsSemaph= ore.c -o qat_utils/src/QatUtilsSemaphore.o ctfconvert -L VERSION -g qat_utils/src/QatUtilsSemaphore.o --- qat_utils/src/QatUtilsSpinLock.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -= pipe -fno-common -include /workspace/src/sys/compat/linuxkpi/common/include= /linux/kconfig.h -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD= _TIED -nostdinc -I/workspace/src/sys/dev/qat/qat_api/include -I/workspace/= src/sys/dev/qat/qat_api/include/lac -I/workspace/src/sys/dev/qat/qat_api/in= clude/dc -I/workspace/src/sys/dev/qat/qat_api/qat_direct/include -I/workspa= ce/src/sys/dev/qat/qat_api/qat_utils/include -I/workspace/src/sys/dev/qat/q= at_api/common/include -I/workspace/src/sys/dev/qat/qat_api/common/compressi= on/include -I/workspace/src/sys/dev/qat/qat_api/common/crypto/sym/include -= I/workspace/src/sys/dev/qat/qat_api/firmware/include -I/workspace/src/sys/d= ev/qat/include/common -I/workspace/src/sys/compat/linuxkpi/common/include -= I/workspace/src/sys/compat/linuxkpi/dummy/include -DHAVE_KERNEL_OPTION_HEAD= ERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I= . -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common = -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map= =3D./machine=3D/workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86= =3D/workspace/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/= src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -M= D -MF.depend.qat_utils_src_QatUtilsSpinLock.o -MTqat_utils/src/QatUtilsSpi= nLock.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fn= o-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdw= arf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast= -qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissin= g-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno= -error=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dar= ray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum= -compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentati= on -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence= -point -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-e= rror=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-e= lt-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-= alloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonn= ull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-for= mat-zero-length -Wno-cast-qual -finline-limit=3D8000 -fms-extensions --pa= ram inline-unit-growth=3D100 --param large-function-growth=3D1000 -std=3Dg= nu99 -c /workspace/src/sys/dev/qat/qat_api/qat_utils/src/QatUtilsSpinLock.c= -o qat_utils/src/QatUtilsSpinLock.o --- all_subdir_qat/qat_common --- --- adf_freebsd_pfvf_ctrs_dbg.o --- ctfconvert -L VERSION -g adf_freebsd_pfvf_ctrs_dbg.o --- all_subdir_pms --- --- ossasat.o --- ctfconvert -L VERSION -g ossasat.o --- all_subdir_qat --- --- all_subdir_qat/qat_api --- --- qat_utils/src/QatUtilsAtomic.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -= pipe -fno-common -include /workspace/src/sys/compat/linuxkpi/common/include= /linux/kconfig.h -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD= _TIED -nostdinc -I/workspace/src/sys/dev/qat/qat_api/include -I/workspace/= src/sys/dev/qat/qat_api/include/lac -I/workspace/src/sys/dev/qat/qat_api/in= clude/dc -I/workspace/src/sys/dev/qat/qat_api/qat_direct/include -I/workspa= ce/src/sys/dev/qat/qat_api/qat_utils/include -I/workspace/src/sys/dev/qat/q= at_api/common/include -I/workspace/src/sys/dev/qat/qat_api/common/compressi= on/include -I/workspace/src/sys/dev/qat/qat_api/common/crypto/sym/include -= I/workspace/src/sys/dev/qat/qat_api/firmware/include -I/workspace/src/sys/d= ev/qat/include/common -I/workspace/src/sys/compat/linuxkpi/common/include -= I/workspace/src/sys/compat/linuxkpi/dummy/include -DHAVE_KERNEL_OPTION_HEAD= ERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I= . -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common = -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map= =3D./machine=3D/workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86= =3D/workspace/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/= src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -M= D -MF.depend.qat_utils_src_QatUtilsAtomic.o -MTqat_utils/src/QatUtilsAtomi= c.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-as= ynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-= 4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qua= l -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-in= clude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-err= or=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-= bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-com= pare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -= Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-poi= nt -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error= =3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-s= ize -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-allo= c-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull = -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-= zero-length -Wno-cast-qual -finline-limit=3D8000 -fms-extensions --param = inline-unit-growth=3D100 --param large-function-growth=3D1000 -std=3Dgnu99= -c /workspace/src/sys/dev/qat/qat_api/qat_utils/src/QatUtilsAtomic.c -o qa= t_utils/src/QatUtilsAtomic.o --- all_subdir_qlxgbe --- =3D=3D=3D> qlxgbe (all) [Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/wor= kspace/src/sys/modules/qlxgbe...] --- machine --- machine -> /workspace/src/sys/amd64/include --- x86 --- x86 -> /workspace/src/sys/x86/include --- i386 --- i386 -> /workspace/src/sys/i386/include --- opt_inet.h --- ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_inet.h opt_inet.h --- device_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/devi= ce_if.m -h --- all_subdir_qlnx --- ctfconvert -L VERSION -g ecore_ooo.o --- all_subdir_qat --- --- qat_utils/src/QatUtilsSpinLock.o --- ctfconvert -L VERSION -g qat_utils/src/QatUtilsSpinLock.o --- sdhci_if.o --- --- modules-all --- --- all_subdir_qlxgbe --- --- bus_if.h --- --- sdhci_if.o --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/sdhci= /sdhci_if.m -c ; /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot= =3D/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freeb= sd14.1/bin/ -c -O2 -pipe -frename-registers -fno-strict-aliasing -g -nostd= inc -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -I/wo= rkspace/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -incl= ude opt_global.h -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame= -pointer -MD -MF.depend.sdhci_if.o -MTsdhci_if.o -fdebug-prefix-map=3D./ma= chine=3D/workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/work= space/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/= i386/include -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float= -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector = -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -= Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wm= issing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch= -Wno-error=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error= =3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error= =3Denum-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-in= dentation -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Ds= equence-point -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare= -Wno-error=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dm= emset-elt-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-membe= r -Wno-alloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error= =3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -= Wno-format-zero-length -fms-extensions -finline-limit=3D8000 --param inli= ne-unit-growth=3D100 --param large-function-growth=3D1000 -fms-extensions = -std=3Dgnu99 -Werror sdhci_if.c --- modules-all --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/bus_= if.m -h --- all_subdir_qat --- --- qat_utils/src/QatUtilsCrypto.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -= pipe -fno-common -include /workspace/src/sys/compat/linuxkpi/common/include= /linux/kconfig.h -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD= _TIED -nostdinc -I/workspace/src/sys/dev/qat/qat_api/include -I/workspace/= src/sys/dev/qat/qat_api/include/lac -I/workspace/src/sys/dev/qat/qat_api/in= clude/dc -I/workspace/src/sys/dev/qat/qat_api/qat_direct/include -I/workspa= ce/src/sys/dev/qat/qat_api/qat_utils/include -I/workspace/src/sys/dev/qat/q= at_api/common/include -I/workspace/src/sys/dev/qat/qat_api/common/compressi= on/include -I/workspace/src/sys/dev/qat/qat_api/common/crypto/sym/include -= I/workspace/src/sys/dev/qat/qat_api/firmware/include -I/workspace/src/sys/d= ev/qat/include/common -I/workspace/src/sys/compat/linuxkpi/common/include -= I/workspace/src/sys/compat/linuxkpi/dummy/include -DHAVE_KERNEL_OPTION_HEAD= ERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I= . -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common = -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map= =3D./machine=3D/workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86= =3D/workspace/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/= src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -M= D -MF.depend.qat_utils_src_QatUtilsCrypto.o -MTqat_utils/src/QatUtilsCrypt= o.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-as= ynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-= 4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qua= l -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-in= clude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-err= or=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-= bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-com= pare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -= Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-poi= nt -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error= =3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-s= ize -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-allo= c-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull = -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-= zero-length -Wno-cast-qual -finline-limit=3D8000 -fms-extensions --param = inline-unit-growth=3D100 --param large-function-growth=3D1000 -std=3Dgnu99= -c /workspace/src/sys/dev/qat/qat_api/qat_utils/src/QatUtilsCrypto.c -o qa= t_utils/src/QatUtilsCrypto.o --- all_subdir_qlxgbe --- --- pci_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/pci/p= ci_if.m -h --- all_subdir_qat --- --- qat_utils/src/QatUtilsAtomic.o --- ctfconvert -L VERSION -g qat_utils/src/QatUtilsAtomic.o --- sdhci_acpi.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.sdhci_acpi.o -MTsdhci_acpi.o -fdebug-prefix-map=3D./machine=3D/works= pace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/= x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wa= ll -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wu= ndef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include= -dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3D= address -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bound= s -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare = -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-e= rror=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -W= no-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dun= used-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -= Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-siz= e-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-= dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-= length -fms-extensions -finline-limit=3D8000 --param inline-unit-growth= =3D100 --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu99 -= Werror /workspace/src/sys/dev/sdhci/sdhci_acpi.c --- modules-all --- --- all_subdir_qlxgbe --- --- genoffset.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2= -pipe -DQLA_LOCK_NO_SLEEP=3D1 -fno-strict-aliasing -Werror -D_KERNEL -DKLD= _MODULE -DKLD_TIED -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj= /workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sy= s -I/workspace/src/sys/contrib/ck/include -g -fno-omit-frame-pointer -mno-o= mit-leaf-frame-pointer -fdebug-prefix-map=3D./machine=3D/workspace/src/sys/= amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/include -= fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -I/tmp/obj/wor= kspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.genoffset.o -MTgenoffset.= o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-async= hronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -W= all -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -W= undef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-includ= e-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error= =3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bo= unds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compa= re -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wn= o-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point= -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error= =3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-s= ize -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-allo= c-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull = -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-= zero-length -finline-limit=3D8000 -fms-extensions --param inline-unit-growt= h=3D100 --param large-function-growth=3D1000 -std=3Dgnu99 -fcommon /worksp= ace/src/sys/kern/genoffset.c --- sdhci_if.o --- ctfconvert -L VERSION -g sdhci_if.o --- modules-all --- --- all_subdir_qlnx --- --- ecore_ll2.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -= pipe -fno-common -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD= _TIED -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/= src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/worksp= ace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-= omit-leaf-frame-pointer -fdebug-prefix-map=3D./machine=3D/workspace/src/sys= /amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/include = -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -I/tmp/obj/wo= rkspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.ecore_ll2.o -MTecore= _ll2.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno= -asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwa= rf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-= qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing= -include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-= error=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darr= ay-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-= compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentatio= n -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-= point -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-er= ror=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-el= t-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-a= lloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnu= ll -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-form= at-zero-length -finline-limit=3D8000 -fms-extensions --param inline-unit-= growth=3D100 --param large-function-growth=3D1000 -std=3Dgnu99 -DCONFIG_EC= ORE_L2 -DECORE_CONFIG_DIRECT_HWFN -I/workspace/src/sys/compat/linuxkpi/comm= on/include -I/workspace/src/sys/compat/linuxkpi/dummy/include -include /w= orkspace/src/sys/compat/linuxkpi/common/include/linux/kconfig.h -DCONFIG_EC= ORE_SRIOV -DCONFIG_ECORE_LL2 -DCONFIG_ECORE_ROCE -DCONFIG_ECORE_IWARP -DCON= FIG_ECORE_RDMA -DQLNX_ENABLE_IWARP -c /workspace/src/sys/dev/qlnx/qlnxe/eco= re_ll2.c -o ecore_ll2.o --- all_subdir_qlxgbe --- --- offset.inc --- sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc --- ql_dbg.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -= pipe -fno-common -DQLA_LOCK_NO_SLEEP=3D1 -fno-strict-aliasing -Werror -D_K= ERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -inc= lude /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/wor= kspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common -g -fno-= omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=3D./mach= ine=3D/workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/worksp= ace/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i3= 86/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.dep= end.ql_dbg.o -MTql_dbg.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse = -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstac= k-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpoi= nter-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_k= printf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-prag= mas -Wswitch -Wno-error=3Daddress -Wno-error=3Daggressive-loop-optimization= s -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual = -Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmis= leading-indentation -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno= -error=3Dsequence-point -Wno-error=3Dshift-overflow -Wno-error=3Dtautologic= al-compare -Wno-error=3Dunused-function -Wno-error=3Dstringop-overflow -Wno= -error=3Dmemset-elt-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-pa= cked-member -Wno-alloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D = -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-ret= urn-type -Wno-format-zero-length -finline-limit=3D8000 -fms-extensions --= param inline-unit-growth=3D100 --param large-function-growth=3D1000 -std= =3Dgnu99 -c /workspace/src/sys/dev/qlxgbe/ql_dbg.c -o ql_dbg.o --- all_subdir_qat --- --- qat_utils/src/QatUtilsCrypto.o --- ctfconvert -L VERSION -g qat_utils/src/QatUtilsCrypto.o --- freebsd_module.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -= pipe -fno-common -include /workspace/src/sys/compat/linuxkpi/common/include= /linux/kconfig.h -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD= _TIED -nostdinc -I/workspace/src/sys/dev/qat/qat_api/include -I/workspace/= src/sys/dev/qat/qat_api/include/lac -I/workspace/src/sys/dev/qat/qat_api/in= clude/dc -I/workspace/src/sys/dev/qat/qat_api/qat_direct/include -I/workspa= ce/src/sys/dev/qat/qat_api/qat_utils/include -I/workspace/src/sys/dev/qat/q= at_api/common/include -I/workspace/src/sys/dev/qat/qat_api/common/compressi= on/include -I/workspace/src/sys/dev/qat/qat_api/common/crypto/sym/include -= I/workspace/src/sys/dev/qat/qat_api/firmware/include -I/workspace/src/sys/d= ev/qat/include/common -I/workspace/src/sys/compat/linuxkpi/common/include -= I/workspace/src/sys/compat/linuxkpi/dummy/include -DHAVE_KERNEL_OPTION_HEAD= ERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I= . -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common = -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map= =3D./machine=3D/workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86= =3D/workspace/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/= src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -M= D -MF.depend.freebsd_module.o -MTfreebsd_module.o -mcmodel=3Dkernel -mno-r= ed-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ff= reestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes = -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign = -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-sho= w-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-error=3Dag= gressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattribut= es -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-unin= itialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare = -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overfl= ow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-function -Wno-erro= r=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-= aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-erro= r=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-z= ero-length-bounds -Wno-return-type -Wno-format-zero-length -Wno-cast-qual = -finline-limit=3D8000 -fms-extensions --param inline-unit-growth=3D100 --p= aram large-function-growth=3D1000 -std=3Dgnu99 -c /workspace/src/sys/dev/q= at/qat_api/freebsd_module.c -o freebsd_module.o --- all_subdir_qat/qat_common --- --- adf_accel_engine.o --- ctfconvert -L VERSION -g adf_accel_engine.o --- qat_common.ko.full --- /usr/local/x86_64-unknown-freebsd14.1/bin/ld -m elf_x86_64_fbsd -d -warn-co= mmon --build-id=3Dsha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -= o qat_common.ko.full adf_accel_engine.o adf_freebsd_admin.o adf_aer.o adf_c= fg.o qat_common_module.o adf_heartbeat.o adf_freebsd_heartbeat_dbg.o adf_fr= eebsd_dev_processes.o adf_freebsd_uio.o adf_freebsd_uio_cleanup.o adf_ctl_d= rv.o adf_dev_mgr.o adf_hw_arbiter.o adf_init.o adf_transport.o adf_isr.o ad= f_fw_counters.o adf_dev_err.o adf_gen2_hw_data.o adf_gen4_hw_data.o qat_fre= ebsd.o adf_freebsd_cfg_dev_dbg.o adf_freebsd_ver_dbg.o adf_cfg_device.o adf= _cfg_section.o adf_cfg_instance.o adf_cfg_bundle.o adf_cfg_sysctl.o qat_hal= .o qat_uclo.o adf_vf_isr.o adf_gen4_pfvf.o adf_gen4_timer.o adf_pfvf_utils.= o adf_pfvf_vf_msg.o adf_pfvf_vf_proto.o adf_gen4vf_hw_csr_data.o adf_freebs= d_transport_debug.o adf_clock.o adf_freebsd_cnvnr_ctrs_dbg.o adf_freebsd_pf= vf_ctrs_dbg.o=20 ctfmerge -L VERSION -g -o qat_common.ko.full adf_accel_engine.o adf_freebsd= _admin.o adf_aer.o adf_cfg.o qat_common_module.o adf_heartbeat.o adf_freebs= d_heartbeat_dbg.o adf_freebsd_dev_processes.o adf_freebsd_uio.o adf_freebsd= _uio_cleanup.o adf_ctl_drv.o adf_dev_mgr.o adf_hw_arbiter.o adf_init.o adf_= transport.o adf_isr.o adf_fw_counters.o adf_dev_err.o adf_gen2_hw_data.o ad= f_gen4_hw_data.o qat_freebsd.o adf_freebsd_cfg_dev_dbg.o adf_freebsd_ver_db= g.o adf_cfg_device.o adf_cfg_section.o adf_cfg_instance.o adf_cfg_bundle.o = adf_cfg_sysctl.o qat_hal.o qat_uclo.o adf_vf_isr.o adf_gen4_pfvf.o adf_gen4= _timer.o adf_pfvf_utils.o adf_pfvf_vf_msg.o adf_pfvf_vf_proto.o adf_gen4vf_= hw_csr_data.o adf_freebsd_transport_debug.o adf_clock.o adf_freebsd_cnvnr_c= trs_dbg.o adf_freebsd_pfvf_ctrs_dbg.o=20 --- sdhci_acpi.o --- ctfconvert -L VERSION -g sdhci_acpi.o --- modules-all --- --- all_subdir_qlnx --- --- qlnx_rdma.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -= pipe -fno-common -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD= _TIED -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/= src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/worksp= ace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-= omit-leaf-frame-pointer -fdebug-prefix-map=3D./machine=3D/workspace/src/sys= /amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/include = -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -I/tmp/obj/wo= rkspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.qlnx_rdma.o -MTqlnx_= rdma.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno= -asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwa= rf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-= qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing= -include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-= error=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darr= ay-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-= compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentatio= n -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-= point -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-er= ror=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-el= t-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-a= lloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnu= ll -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-form= at-zero-length -finline-limit=3D8000 -fms-extensions --param inline-unit-= growth=3D100 --param large-function-growth=3D1000 -std=3Dgnu99 -DCONFIG_EC= ORE_L2 -DECORE_CONFIG_DIRECT_HWFN -I/workspace/src/sys/compat/linuxkpi/comm= on/include -I/workspace/src/sys/compat/linuxkpi/dummy/include -include /w= orkspace/src/sys/compat/linuxkpi/common/include/linux/kconfig.h -DCONFIG_EC= ORE_SRIOV -DCONFIG_ECORE_LL2 -DCONFIG_ECORE_ROCE -DCONFIG_ECORE_IWARP -DCON= FIG_ECORE_RDMA -DQLNX_ENABLE_IWARP -c /workspace/src/sys/dev/qlnx/qlnxe/qln= x_rdma.c -o qlnx_rdma.o --- all_subdir_qlxgbe --- ctfconvert -L VERSION -g ql_dbg.o --- all_subdir_qlxgb --- --- qla_misc.o --- ctfconvert -L VERSION -g qla_misc.o --- all_subdir_qlxgbe --- --- ql_hw.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -= pipe -fno-common -DQLA_LOCK_NO_SLEEP=3D1 -fno-strict-aliasing -Werror -D_K= ERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -inc= lude /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/wor= kspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common -g -fno-= omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=3D./mach= ine=3D/workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/worksp= ace/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i3= 86/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.dep= end.ql_hw.o -MTql_hw.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -m= soft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-= protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kpr= intf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragma= s -Wswitch -Wno-error=3Daddress -Wno-error=3Daggressive-loop-optimizations = -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -W= no-error=3Denum-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisle= ading-indentation -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-e= rror=3Dsequence-point -Wno-error=3Dshift-overflow -Wno-error=3Dtautological= -compare -Wno-error=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-e= rror=3Dmemset-elt-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-pack= ed-member -Wno-alloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -W= no-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-retur= n-type -Wno-format-zero-length -finline-limit=3D8000 -fms-extensions --pa= ram inline-unit-growth=3D100 --param large-function-growth=3D1000 -std=3Dg= nu99 -c /workspace/src/sys/dev/qlxgbe/ql_hw.c -o ql_hw.o --- all_subdir_qlnx --- --- qlnx_ioctl.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -= pipe -fno-common -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD= _TIED -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/= src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/worksp= ace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-= omit-leaf-frame-pointer -fdebug-prefix-map=3D./machine=3D/workspace/src/sys= /amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/include = -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -I/tmp/obj/wo= rkspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.qlnx_ioctl.o -MTqlnx= _ioctl.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -f= no-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gd= warf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcas= t-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissi= ng-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wn= o-error=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Da= rray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denu= m-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentat= ion -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequenc= e-point -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-= error=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-= elt-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno= -alloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnon= null -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-fo= rmat-zero-length -finline-limit=3D8000 -fms-extensions --param inline-uni= t-growth=3D100 --param large-function-growth=3D1000 -std=3Dgnu99 -DCONFIG_= ECORE_L2 -DECORE_CONFIG_DIRECT_HWFN -I/workspace/src/sys/compat/linuxkpi/co= mmon/include -I/workspace/src/sys/compat/linuxkpi/dummy/include -include = /workspace/src/sys/compat/linuxkpi/common/include/linux/kconfig.h -DCONFIG_= ECORE_SRIOV -DCONFIG_ECORE_LL2 -DCONFIG_ECORE_ROCE -DCONFIG_ECORE_IWARP -DC= ONFIG_ECORE_RDMA -DQLNX_ENABLE_IWARP -c /workspace/src/sys/dev/qlnx/qlnxe/q= lnx_ioctl.c -o qlnx_ioctl.o --- all_subdir_qat --- --- all_subdir_qat/qat_api --- ctfconvert -L VERSION -g freebsd_module.o --- qat_api.ko.full --- /usr/local/x86_64-unknown-freebsd14.1/bin/ld -m elf_x86_64_fbsd -d -warn-co= mmon --build-id=3Dsha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -= o qat_api.ko.full freebsd_module.o common/compression/dc_datapath.o common/= compression/dc_header_footer.o common/compression/dc_session.o common/compr= ession/dc_stats.o common/compression/dc_buffers.o common/compression/dc_dp.= o common/compression/icp_sal_dc_err.o common/compression/dc_chain.o common/= compression/dc_ns_datapath.o common/compression/dc_ns_header_footer.o commo= n/utils/lac_buffer_desc.o common/utils/lac_mem.o common/utils/lac_mem_pools= .o common/utils/lac_sync.o common/utils/sal_service_state.o common/utils/sa= l_statistics.o common/utils/sal_string_parse.o common/utils/sal_versions.o = common/utils/sal_user_process.o common/ctrl/sal_list.o common/ctrl/sal_comp= ression.o common/ctrl/sal_ctrl_services.o common/ctrl/sal_create_services.o= common/ctrl/sal_crypto.o common/ctrl/sal_get_instances.o common/qat_comms/= sal_qat_cmn_msg.o common/crypto/sym/lac_sym_api.o common/crypto/sym/lac_sym= _cb.o common/crypto/sym/lac_sym_queue.o common/crypto/sym/lac_sym_cipher.o = common/crypto/sym/lac_sym_alg_chain.o common/crypto/sym/lac_sym_auth_enc.o = common/crypto/sym/lac_sym_hash.o common/crypto/sym/lac_sym_hash_sw_precompu= tes.o common/crypto/sym/lac_sym_stats.o common/crypto/sym/lac_sym_compile_c= heck.o common/crypto/sym/lac_sym_partial.o common/crypto/sym/lac_sym_dp.o c= ommon/crypto/sym/qat/lac_sym_qat.o common/crypto/sym/qat/lac_sym_qat_hash.o= common/crypto/sym/qat/lac_sym_qat_hash_defs_lookup.o common/crypto/sym/qat= /lac_sym_qat_cipher.o common/crypto/sym/qat/lac_sym_qat_constants_table.o c= ommon/crypto/sym/qat/lac_sym_qat_key.o common/crypto/sym/key/lac_sym_key.o = common/stubs/lac_stubs.o device/dev_info.o qat_kernel/src/lac_adf_interface= _freebsd.o qat_kernel/src/qat_transport.o qat_kernel/src/lac_symbols.o qat_= utils/src/QatUtilsServices.o qat_utils/src/QatUtilsSemaphore.o qat_utils/sr= c/QatUtilsSpinLock.o qat_utils/src/QatUtilsAtomic.o qat_utils/src/QatUtilsC= rypto.o=20 --- all_subdir_pms --- --- sat.o --- ctfconvert -L VERSION -g sat.o --- all_subdir_qlxgbe --- --- ql_misc.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -= pipe -fno-common -DQLA_LOCK_NO_SLEEP=3D1 -fno-strict-aliasing -Werror -D_K= ERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -inc= lude /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/wor= kspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common -g -fno-= omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=3D./mach= ine=3D/workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/worksp= ace/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i3= 86/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.dep= end.ql_misc.o -MTql_misc.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-ss= e -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fst= ack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wp= ointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd= _kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pr= agmas -Wswitch -Wno-error=3Daddress -Wno-error=3Daggressive-loop-optimizati= ons -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qua= l -Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dm= isleading-indentation -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -W= no-error=3Dsequence-point -Wno-error=3Dshift-overflow -Wno-error=3Dtautolog= ical-compare -Wno-error=3Dunused-function -Wno-error=3Dstringop-overflow -W= no-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-= packed-member -Wno-alloc-size-larger-than -Wno-error=3Dalloca-larger-than= =3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno= -return-type -Wno-format-zero-length -finline-limit=3D8000 -fms-extension= s --param inline-unit-growth=3D100 --param large-function-growth=3D1000 -s= td=3Dgnu99 -c /workspace/src/sys/dev/qlxgbe/ql_misc.c -o ql_misc.o --- all_subdir_qat --- ctfmerge -L VERSION -g -o qat_api.ko.full freebsd_module.o common/compressi= on/dc_datapath.o common/compression/dc_header_footer.o common/compression/d= c_session.o common/compression/dc_stats.o common/compression/dc_buffers.o c= ommon/compression/dc_dp.o common/compression/icp_sal_dc_err.o common/compre= ssion/dc_chain.o common/compression/dc_ns_datapath.o common/compression/dc_= ns_header_footer.o common/utils/lac_buffer_desc.o common/utils/lac_mem.o co= mmon/utils/lac_mem_pools.o common/utils/lac_sync.o common/utils/sal_service= _state.o common/utils/sal_statistics.o common/utils/sal_string_parse.o comm= on/utils/sal_versions.o common/utils/sal_user_process.o common/ctrl/sal_lis= t.o common/ctrl/sal_compression.o common/ctrl/sal_ctrl_services.o common/ct= rl/sal_create_services.o common/ctrl/sal_crypto.o common/ctrl/sal_get_insta= nces.o common/qat_comms/sal_qat_cmn_msg.o common/crypto/sym/lac_sym_api.o c= ommon/crypto/sym/lac_sym_cb.o common/crypto/sym/lac_sym_queue.o common/cryp= to/sym/lac_sym_cipher.o common/crypto/sym/lac_sym_alg_chain.o common/crypto= /sym/lac_sym_auth_enc.o common/crypto/sym/lac_sym_hash.o common/crypto/sym/= lac_sym_hash_sw_precomputes.o common/crypto/sym/lac_sym_stats.o common/cryp= to/sym/lac_sym_compile_check.o common/crypto/sym/lac_sym_partial.o common/c= rypto/sym/lac_sym_dp.o common/crypto/sym/qat/lac_sym_qat.o common/crypto/sy= m/qat/lac_sym_qat_hash.o common/crypto/sym/qat/lac_sym_qat_hash_defs_lookup= .o common/crypto/sym/qat/lac_sym_qat_cipher.o common/crypto/sym/qat/lac_sym= _qat_constants_table.o common/crypto/sym/qat/lac_sym_qat_key.o common/crypt= o/sym/key/lac_sym_key.o common/stubs/lac_stubs.o device/dev_info.o qat_kern= el/src/lac_adf_interface_freebsd.o qat_kernel/src/qat_transport.o qat_kerne= l/src/lac_symbols.o qat_utils/src/QatUtilsServices.o qat_utils/src/QatUtils= Semaphore.o qat_utils/src/QatUtilsSpinLock.o qat_utils/src/QatUtilsAtomic.o= qat_utils/src/QatUtilsCrypto.o=20 --- all_subdir_qat/qat_common --- :> export_syms awk -f /workspace/src/sys/conf/kmod_syms.awk qat_common.ko.full export_sym= s | xargs -J % /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy % qat_comm= on.ko.full --- qat_common.ko.debug --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug qat_com= mon.ko.full qat_common.ko.debug --- qat_common.ko --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-d= ebuglink=3Dqat_common.ko.debug qat_common.ko.full qat_common.ko --- all_subdir_qlnx --- --- qlnx_os.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -= pipe -fno-common -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD= _TIED -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/= src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/worksp= ace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-= omit-leaf-frame-pointer -fdebug-prefix-map=3D./machine=3D/workspace/src/sys= /amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/include = -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -I/tmp/obj/wo= rkspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.qlnx_os.o -MTqlnx_os= .o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asy= nchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4= -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual= -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-inc= lude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-erro= r=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-b= ounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-comp= are -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -W= no-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-poin= t -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error= =3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-s= ize -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-allo= c-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull = -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-= zero-length -finline-limit=3D8000 -fms-extensions --param inline-unit-gro= wth=3D100 --param large-function-growth=3D1000 -std=3Dgnu99 -DCONFIG_ECORE= _L2 -DECORE_CONFIG_DIRECT_HWFN -I/workspace/src/sys/compat/linuxkpi/common/= include -I/workspace/src/sys/compat/linuxkpi/dummy/include -include /work= space/src/sys/compat/linuxkpi/common/include/linux/kconfig.h -DCONFIG_ECORE= _SRIOV -DCONFIG_ECORE_LL2 -DCONFIG_ECORE_ROCE -DCONFIG_ECORE_IWARP -DCONFIG= _ECORE_RDMA -DQLNX_ENABLE_IWARP -c /workspace/src/sys/dev/qlnx/qlnxe/qlnx_o= s.c -o qlnx_os.o --- qlnx_rdma.o --- ctfconvert -L VERSION -g qlnx_rdma.o --- all_subdir_qlxgbe --- --- ql_isr.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -= pipe -fno-common -DQLA_LOCK_NO_SLEEP=3D1 -fno-strict-aliasing -Werror -D_K= ERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -inc= lude /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/wor= kspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common -g -fno-= omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=3D./mach= ine=3D/workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/worksp= ace/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i3= 86/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.dep= end.ql_isr.o -MTql_isr.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse = -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstac= k-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpoi= nter-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_k= printf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-prag= mas -Wswitch -Wno-error=3Daddress -Wno-error=3Daggressive-loop-optimization= s -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual = -Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmis= leading-indentation -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno= -error=3Dsequence-point -Wno-error=3Dshift-overflow -Wno-error=3Dtautologic= al-compare -Wno-error=3Dunused-function -Wno-error=3Dstringop-overflow -Wno= -error=3Dmemset-elt-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-pa= cked-member -Wno-alloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D = -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-ret= urn-type -Wno-format-zero-length -finline-limit=3D8000 -fms-extensions --= param inline-unit-growth=3D100 --param large-function-growth=3D1000 -std= =3Dgnu99 -c /workspace/src/sys/dev/qlxgbe/ql_isr.c -o ql_isr.o --- ql_misc.o --- In function 'ql_rdwr_indreg32', inlined from 'ql_rdwr_indreg32' at /workspace/src/sys/dev/qlxgbe/ql_mis= c.c:63:1, inlined from 'qla_rdmwr' at /workspace/src/sys/dev/qlxgbe/ql_misc.c:106= 7:7, inlined from 'qla_read_modify_write_list' at /workspace/src/sys/dev/qlx= gbe/ql_misc.c:1101:7, inlined from 'qla_tmplt_execute' at /workspace/src/sys/dev/qlxgbe/ql_mi= sc.c:1153:10: /workspace/src/sys/dev/qlxgbe/ql_misc.c:78:17: warning: 'value' may be used= uninitialized [-Wmaybe-uninitialized] 78 | device_printf(ha->pci_dev, "%s: [0x%08x, 0x%08x, %d= ] failed\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~= ~~~~~~~~~~~~ 79 | __func__, addr, *val, rd); | ~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/dev/qlxgbe/ql_misc.c: In function 'qla_tmplt_execute': /workspace/src/sys/dev/qlxgbe/ql_misc.c:1056:18: note: 'value' was declared= here 1056 | uint32_t value; | ^~~~~ In function 'ql_rdwr_indreg32', inlined from 'ql_rdwr_indreg32' at /workspace/src/sys/dev/qlxgbe/ql_mis= c.c:63:1, inlined from 'qla_poll_reg' at /workspace/src/sys/dev/qlxgbe/ql_misc.c:= 915:7, inlined from 'qla_poll_read_list' at /workspace/src/sys/dev/qlxgbe/ql_m= isc.c:1032:8, inlined from 'qla_tmplt_execute' at /workspace/src/sys/dev/qlxgbe/ql_mi= sc.c:1148:10: /workspace/src/sys/dev/qlxgbe/ql_misc.c:78:17: warning: 'data' may be used = uninitialized [-Wmaybe-uninitialized] 78 | device_printf(ha->pci_dev, "%s: [0x%08x, 0x%08x, %d= ] failed\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~= ~~~~~~~~~~~~ 79 | __func__, addr, *val, rd); | ~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/dev/qlxgbe/ql_misc.c: In function 'qla_tmplt_execute': /workspace/src/sys/dev/qlxgbe/ql_misc.c:912:18: note: 'data' was declared h= ere 912 | uint32_t data; | ^~~~ In function 'ql_rdwr_indreg32', inlined from 'ql_rdwr_indreg32' at /workspace/src/sys/dev/qlxgbe/ql_mis= c.c:63:1, inlined from 'qla_poll_read_list' at /workspace/src/sys/dev/qlxgbe/ql_m= isc.c:1036:9, inlined from 'qla_tmplt_execute' at /workspace/src/sys/dev/qlxgbe/ql_mi= sc.c:1148:10: /workspace/src/sys/dev/qlxgbe/ql_misc.c:78:17: warning: 'value' may be used= uninitialized [-Wmaybe-uninitialized] 78 | device_printf(ha->pci_dev, "%s: [0x%08x, 0x%08x, %d= ] failed\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~= ~~~~~~~~~~~~ 79 | __func__, addr, *val, rd); | ~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/dev/qlxgbe/ql_misc.c: In function 'qla_tmplt_execute': /workspace/src/sys/dev/qlxgbe/ql_misc.c:1018:25: note: 'value' was declared= here 1018 | uint32_t value; | ^~~~~ In function 'ql_rdwr_indreg32', inlined from 'ql_rdwr_indreg32' at /workspace/src/sys/dev/qlxgbe/ql_mis= c.c:63:1, inlined from 'qla_poll_reg' at /workspace/src/sys/dev/qlxgbe/ql_misc.c:= 915:7, inlined from 'qla_poll_write_list' at /workspace/src/sys/dev/qlxgbe/ql_= misc.c:998:8, inlined from 'qla_tmplt_execute' at /workspace/src/sys/dev/qlxgbe/ql_mi= sc.c:1143:10: /workspace/src/sys/dev/qlxgbe/ql_misc.c:78:17: warning: 'data' may be used = uninitialized [-Wmaybe-uninitialized] 78 | device_printf(ha->pci_dev, "%s: [0x%08x, 0x%08x, %d= ] failed\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~= ~~~~~~~~~~~~ 79 | __func__, addr, *val, rd); | ~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/dev/qlxgbe/ql_misc.c: In function 'qla_tmplt_execute': /workspace/src/sys/dev/qlxgbe/ql_misc.c:912:18: note: 'data' was declared h= ere 912 | uint32_t data; | ^~~~ In function 'ql_rdwr_indreg32', inlined from 'ql_rdwr_indreg32' at /workspace/src/sys/dev/qlxgbe/ql_mis= c.c:63:1, inlined from 'qla_poll_reg' at /workspace/src/sys/dev/qlxgbe/ql_misc.c:= 915:7, inlined from 'qla_poll_list' at /workspace/src/sys/dev/qlxgbe/ql_misc.c= :952:8, inlined from 'qla_tmplt_execute' at /workspace/src/sys/dev/qlxgbe/ql_mi= sc.c:1138:10: /workspace/src/sys/dev/qlxgbe/ql_misc.c:78:17: warning: 'data' may be used = uninitialized [-Wmaybe-uninitialized] 78 | device_printf(ha->pci_dev, "%s: [0x%08x, 0x%08x, %d= ] failed\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~= ~~~~~~~~~~~~ 79 | __func__, addr, *val, rd); | ~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/dev/qlxgbe/ql_misc.c: In function 'qla_tmplt_execute': /workspace/src/sys/dev/qlxgbe/ql_misc.c:912:18: note: 'data' was declared h= ere 912 | uint32_t data; | ^~~~ In function 'ql_rdwr_indreg32', inlined from 'ql_rdwr_indreg32' at /workspace/src/sys/dev/qlxgbe/ql_mis= c.c:63:1, inlined from 'qla_poll_list' at /workspace/src/sys/dev/qlxgbe/ql_misc.c= :943:7, inlined from 'qla_tmplt_execute' at /workspace/src/sys/dev/qlxgbe/ql_mi= sc.c:1138:10: /workspace/src/sys/dev/qlxgbe/ql_misc.c:78:17: warning: 'data' may be used = uninitialized [-Wmaybe-uninitialized] 78 | device_printf(ha->pci_dev, "%s: [0x%08x, 0x%08x, %d= ] failed\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~= ~~~~~~~~~~~~ 79 | __func__, addr, *val, rd); | ~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/dev/qlxgbe/ql_misc.c: In function 'qla_tmplt_execute': /workspace/src/sys/dev/qlxgbe/ql_misc.c:937:25: note: 'data' was declared h= ere 937 | uint32_t data; | ^~~~ In function 'ql_rdwr_indreg32', inlined from 'ql_rdwr_indreg32' at /workspace/src/sys/dev/qlxgbe/ql_mis= c.c:63:1, inlined from 'qla_rd_wr_list' at /workspace/src/sys/dev/qlxgbe/ql_misc.= c:888:7, inlined from 'qla_tmplt_execute' at /workspace/src/sys/dev/qlxgbe/ql_mi= sc.c:1133:10: /workspace/src/sys/dev/qlxgbe/ql_misc.c:78:17: warning: 'data' may be used = uninitialized [-Wmaybe-uninitialized] 78 | device_printf(ha->pci_dev, "%s: [0x%08x, 0x%08x, %d= ] failed\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~= ~~~~~~~~~~~~ 79 | __func__, addr, *val, rd); | ~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/dev/qlxgbe/ql_misc.c: In function 'qla_tmplt_execute': /workspace/src/sys/dev/qlxgbe/ql_misc.c:882:18: note: 'data' was declared h= ere 882 | uint32_t data; | ^~~~ --- all_subdir_qat --- --- all_subdir_qat/qat_api --- :> export_syms awk -f /workspace/src/sys/conf/kmod_syms.awk qat_api.ko.full export_syms |= xargs -J % /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy % qat_api.ko.= full --- qat_api.ko.debug --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug qat_api= .ko.full qat_api.ko.debug --- qat_api.ko --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-d= ebuglink=3Dqat_api.ko.debug qat_api.ko.full qat_api.ko --- all_subdir_qlxgb --- --- qla_os.o --- ctfconvert -L VERSION -g qla_os.o --- all_subdir_qlnx --- --- lkpi_iic_if.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -= pipe -fno-common -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD= _TIED -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/= src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/worksp= ace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-= omit-leaf-frame-pointer -fdebug-prefix-map=3D./machine=3D/workspace/src/sys= /amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/include = -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -I/tmp/obj/wo= rkspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.lkpi_iic_if.o -MTlkp= i_iic_if.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float = -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -= gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wc= ast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmis= sing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -= Wno-error=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error= =3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error= =3Denum-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-in= dentation -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Ds= equence-point -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare= -Wno-error=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dm= emset-elt-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-membe= r -Wno-alloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error= =3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -= Wno-format-zero-length -finline-limit=3D8000 -fms-extensions --param inli= ne-unit-growth=3D100 --param large-function-growth=3D1000 -std=3Dgnu99 -DC= ONFIG_ECORE_L2 -DECORE_CONFIG_DIRECT_HWFN -I/workspace/src/sys/compat/linux= kpi/common/include -I/workspace/src/sys/compat/linuxkpi/dummy/include -in= clude /workspace/src/sys/compat/linuxkpi/common/include/linux/kconfig.h -DC= ONFIG_ECORE_SRIOV -DCONFIG_ECORE_LL2 -DCONFIG_ECORE_ROCE -DCONFIG_ECORE_IWA= RP -DCONFIG_ECORE_RDMA -DQLNX_ENABLE_IWARP -c lkpi_iic_if.c -o lkpi_iic_if.= o --- all_subdir_qlxgb --- --- if_qlxgb.ko.full --- /usr/local/x86_64-unknown-freebsd14.1/bin/ld -m elf_x86_64_fbsd -d -warn-co= mmon --build-id=3Dsha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -= o if_qlxgb.ko.full qla_os.o qla_dbg.o qla_hw.o qla_misc.o qla_isr.o qla_ioc= tl.o=20 --- all_subdir_qlnx --- ctfconvert -L VERSION -g lkpi_iic_if.o --- sdhci_pci.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2= -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -= fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.= depend.sdhci_pci.o -MTsdhci_pci.o -fdebug-prefix-map=3D./machine=3D/workspa= ce/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x8= 6/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mc= model=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchron= ous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall= -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wund= ef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-d= irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-erChecking= 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 ------=_Part_6813_423478945.1733587283391-- From nobody Sat Dec 7 16:01:23 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y5CY34gcKz5fq6r for ; Sat, 07 Dec 2024 16:01:27 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y5CY12j4Wz4vJw; Sat, 7 Dec 2024 16:01:25 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733587285; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: list-id; bh=BouoFwSgf4VVyW4Mv8VFCTLXbx1Gwhzp+iH3LM1S2jo=; b=Kcs0Hfm/KvGWSIGhnVNc1aKx1tg7aMzojRqMwJg/oz/j+WRHQH3Q8VqNYnqLiJikuT0cBY wVHxMFfINObX6QDar2B9xHgMHYl1j2JMbIJLEwbNC9A5jl4di47R6SNiW0z/rrlT079W2D qh6fOxExVBSdBnigmFGIMtj99xFIry1ZMKTYikTxtlX6MISqmoj9Owqza3THoUKxVbe+fI meg0IRP3+X4MGYgzBM9zNhcM95tY10C77zD6o5PTopOtvtPfKxAta47ZnE7FabDMLAPhg0 FUigWfnoglpplxBdoyLbGanxftogsYlw7jVw16MCzegXucM0AthaErDHg2hK8g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733587285; a=rsa-sha256; cv=none; b=dAmNI5dX8N22ZNRRzaLHlBbtDsmJ2KcRAaE1OYHbP0MYOdorFK21ZU54V4ssprBqZCZh7Q IHkh0TlWr4MfxjTCX39enieRKoXhMKZpmLQJIMeeqIYYvTOFbRBRd+gfPitRx58Vt7PZod ai7I+0k8MlxvgVgx+n2a3pZk3Hl3LQqQhohe7AbfMsaUeHKILdNXn2dVWISTC9NNokDdi/ XR+JVh3MERfYDxuZ0YEGIGIeixWE5gM2FmU7zgq25GL7Y0iKjdsMRIfLQ1Sa8y1eFpFQOZ KIJPjKRAUPkbyKuno7vK6RPMBq/6WOuNLVeqGdJ/dPMRF9ZZ+AtPV0zCR17yAw== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y5CY127W1z1SXm; Sat, 7 Dec 2024 16:01:25 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Sat, 7 Dec 2024 16:01:23 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: behlendorf1@llnl.gov, noreply@github.com, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <1970900417.6820.1733587285303@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-gcc13_build - Build #2418 - Failure List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6811_736361173.1733587283353" X-Jenkins-Job: FreeBSD-main-amd64-gcc13_build X-Jenkins-Result: FAILURE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6811_736361173.1733587283353 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable FreeBSD-main-amd64-gcc13_build - Build #2418 (17aab35a77a1b1bf02fc85bb8ffad= ccb0ca5006d) - Failure Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_buil= d/2418/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/= 2418/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/2= 418/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) d2b0ca953f16d7b33f747369fceb55a89eb51b2e by noreply: Assert if we're logging after final txg was set 0ffa6f3464278993d30c6e98b53af4ced0ed9ab7 by noreply: zdb: show dedup table and log attributes f29dcc25c7a784bbb3d3e92942a0a180671a04ac by noreply: Linux: Fix detection of register_sysctl_sz c8a326aab7b268873e4418252d50ab92e5f81b92 by noreply: Linux: fix zfs_uio_dio_check_for_zero_page 3e9ba0f223b3a48d1537c5f51cca201aef0cf87f by noreply: Add missing parenthesis in VERIFYF() 6e3c109bc007597692054c66675b8f45b76744a4 by noreply: Fix regression in dmu_buf_will_fill() 027b3e06edaccb87f3a060c1628740ffa604aa18 by noreply: zinject(8): rename "ioctl" to "flush" ae00c807dcd5a20f8fce194f22dd6ab5c45e1ebc by behlendorf1: FreeBSD: Return ifndef IN_BASE back to fix the build 654ade8ca28568f94f99c6d440124fcf82972d7b by behlendorf1: FreeBSD: Remove some illumos compat from vnode.h 1cd2419ece5c0639c724141e5ff22d86c542f675 by noreply: Fix race in libzfs_run_process_impl 4b4e346b9f24c8a315af5a44d540080a449167ea by noreply: Add ability to scrub from last scrubbed txg 0e020bf3e12d4993d8720292f15a4fead45cd597 by noreply: FreeBSD: Remove an incorrect assertion in zfs_getpages() c33a55b0c201dce9457bc6632f68fc87a903a6af by noreply: Allow dsl_deadlist_open() return errors a01504b35c77053e180d557677c4a84218897754 by noreply: Improve speculative prefetcher for block cloning 2507db612df9e888fb9939eec41b48d59ca1c3cb by noreply: zdb_il: use flex array member to access ZIL records 44446dccdb0077bcf9d93db2fe336ccefc04635e by noreply: During pool export flush the ARC asynchronously e8b333e4d33b7c6f3f1e3761b0e1ac3210275dc8 by noreply: Fix false assertion in dmu_tx_dirty_buf() on cloning a44eaf16909a81b8ca42c7937e089e4a83125868 by noreply: Optimize RAIDZ expansion 903895ea5f5f4bd21f654f84c17b4d294ac65049 by behlendorf1: cstyle: understand basic top-level macro invocations ba00a6f9a3961876cbaacf5e4534efdbe2c9ff47 by behlendorf1: cstyle: understand macro params can be empty 0de8ae56f7138e63be8a215c63212c62b354bd62 by behlendorf1: cstyle: ignore old non-POSIX types in macro invocations e0039c70573e455f4745a83b7d5a6a5f6f2e58a8 by behlendorf1: Remove unnecessary CSTYLED escapes on top-level macro invocations The end of the build log: [...truncated 122.53 MiB...] inlined from 'pfi_ifhead_RB_INSERT_FINISH' at /workspace/src/sys/netpfi= l/pf/pf_if.c:105:8, inlined from 'pfi_ifhead_RB_INSERT' at /workspace/src/sys/netpfil/pf/pf= _if.c:105:8, inlined from 'pfi_kkif_attach' at /workspace/src/sys/netpfil/pf/pf_if.c= :353:2, inlined from 'pfi_attach_ifnet' at /workspace/src/sys/netpfil/pf/pf_if.= c:451:8, inlined from 'pfi_initialize_vnet' at /workspace/src/sys/netpfil/pf/pf_= if.c:158:3: /workspace/src/sys/sys/tree.h:332:62: warning: 'child' may be used uninitia= lized [-Wmaybe-uninitialized] 332 | #define _RB_LINK(elm, dir, field) (elm)->field.rbe_link[dir] | ~~~~~~~~~~~~~~~~~~~~~^~~~~ /workspace/src/sys/sys/tree.h:401:13: note: in expansion of macro '_RB_LINK= ' 401 | _RB_LINK(tmp, dir, field)) !=3D NULL) = \ | ^~~~~~~~ /workspace/src/sys/sys/tree.h:583:25: note: in expansion of macro 'RB_ROTAT= E' 583 | RB_ROTATE(elm, child, elmdir, field); = \ | ^~~~~~~~~ /workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERA= TE_INSERT_COLOR' 474 | RB_GENERATE_INSERT_COLOR(name, type, field, attr) = \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/sys/tree.h:469:9: note: in expansion of macro 'RB_GENERA= TE_INTERNAL' 469 | RB_GENERATE_INTERNAL(name, type, field, cmp,) | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/netpfil/pf/pf_if.c:105:8: note: in expansion of macro 'R= B_GENERATE' 105 | static RB_GENERATE(pfi_ifhead, pfi_kkif, pfik_tree, pfi_kkif_compar= e); | ^~~~~~~~~~~ /workspace/src/sys/netpfil/pf/pf_if.c: In function 'pfi_initialize_vnet': /workspace/src/sys/sys/tree.h:540:22: note: 'child' was declared here 540 | struct type *child, *child_up, *gpar; = \ | ^~~~~ /workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERA= TE_INSERT_COLOR' 474 | RB_GENERATE_INSERT_COLOR(name, type, field, attr) = \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/sys/tree.h:469:9: note: in expansion of macro 'RB_GENERA= TE_INTERNAL' 469 | RB_GENERATE_INTERNAL(name, type, field, cmp,) | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/netpfil/pf/pf_if.c:105:8: note: in expansion of macro 'R= B_GENERATE' 105 | static RB_GENERATE(pfi_ifhead, pfi_kkif, pfik_tree, pfi_kkif_compar= e); | ^~~~~~~~~~~ --- all_subdir_netgraph --- --- all_subdir_netgraph/pppoe --- ctfconvert -L VERSION -g ng_pppoe.o --- ng_pppoe.ko.full --- /usr/local/x86_64-unknown-freebsd14.1/bin/ld -m elf_x86_64_fbsd -d -warn-co= mmon --build-id=3Dsha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -= o ng_pppoe.ko.full ng_pppoe.o=20 ctfmerge -L VERSION -g -o ng_pppoe.ko.full ng_pppoe.o=20 :> export_syms awk -f /workspace/src/sys/conf/kmod_syms.awk ng_pppoe.ko.full export_syms = | xargs -J % /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy % ng_pppoe.k= o.full --- ng_pppoe.ko.debug --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug ng_pppo= e.ko.full ng_pppoe.ko.debug --- ng_pppoe.ko --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-d= ebuglink=3Dng_pppoe.ko.debug ng_pppoe.ko.full ng_pppoe.ko --- all_subdir_netgraph/pred1 --- =3D=3D=3D> netgraph/pred1 (all) [Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/wor= kspace/src/sys/modules/netgraph/pred1...] --- machine --- machine -> /workspace/src/sys/amd64/include --- x86 --- x86 -> /workspace/src/sys/x86/include --- i386 --- i386 -> /workspace/src/sys/i386/include --- opt_netgraph.h --- ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_netgraph.h opt_ne= tgraph.h --- genoffset.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2= -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nost= dinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd= 64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/c= ontrib/ck/include -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= fdebug-prefix-map=3D./machine=3D/workspace/src/sys/amd64/include -fdebug-pr= efix-map=3D./x86=3D/workspace/src/sys/x86/include -fdebug-prefix-map=3D./i3= 86=3D/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/s= ys/GENERIC -MD -MF.depend.genoffset.o -MTgenoffset.o -mcmodel=3Dkernel -mno= -red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f= freestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes = -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign = -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-sho= w-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-error=3Dag= gressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattribut= es -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-unin= itialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare = -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overfl= ow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-function -Wno-erro= r=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-= aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-erro= r=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-z= ero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit= =3D8000 -fms-extensions --param inline-unit-growth=3D100 --param large-func= tion-growth=3D1000 -std=3Dgnu99 -fcommon /workspace/src/sys/kern/genoffset= .c --- all_subdir_ocs_fc --- --- ocs_pci.o --- ctfconvert -L VERSION -g ocs_pci.o --- all_subdir_netgraph --- --- all_subdir_netgraph/rfc1490 --- =3D=3D=3D> netgraph/rfc1490 (all) [Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/wor= kspace/src/sys/modules/netgraph/rfc1490...] --- machine --- machine -> /workspace/src/sys/amd64/include --- x86 --- x86 -> /workspace/src/sys/x86/include --- i386 --- i386 -> /workspace/src/sys/i386/include --- opt_netgraph.h --- ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_netgraph.h opt_ne= tgraph.h --- genoffset.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2= -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nost= dinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd= 64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/c= ontrib/ck/include -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= fdebug-prefix-map=3D./machine=3D/workspace/src/sys/amd64/include -fdebug-pr= efix-map=3D./x86=3D/workspace/src/sys/x86/include -fdebug-prefix-map=3D./i3= 86=3D/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/s= ys/GENERIC -MD -MF.depend.genoffset.o -MTgenoffset.o -mcmodel=3Dkernel -mno= -red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f= freestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes = -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign = -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-sho= w-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-error=3Dag= gressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattribut= es -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-unin= itialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare = -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overfl= ow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-function -Wno-erro= r=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-= aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-erro= r=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-z= ero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit= =3D8000 -fms-extensions --param inline-unit-growth=3D100 --param large-func= tion-growth=3D1000 -std=3Dgnu99 -fcommon /workspace/src/sys/kern/genoffset= .c --- all_subdir_netgraph/pred1 --- --- offset.inc --- sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc --- ng_pred1.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -= pipe -fno-common -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD= _TIED -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/= src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/worksp= ace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-= omit-leaf-frame-pointer -fdebug-prefix-map=3D./machine=3D/workspace/src/sys= /amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/include = -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -I/tmp/obj/wo= rkspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.ng_pred1.o -MTng_pre= d1.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-a= synchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf= -4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qu= al -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-i= nclude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-er= ror=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray= -bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-co= mpare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation = -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-po= int -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-erro= r=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-= size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-all= oc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull= -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format= -zero-length -finline-limit=3D8000 -fms-extensions --param inline-unit-gr= owth=3D100 --param large-function-growth=3D1000 -std=3Dgnu99 -c /workspace= /src/sys/netgraph/ng_pred1.c -o ng_pred1.o --- all_subdir_netgraph/rfc1490 --- --- offset.inc --- sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc --- ng_rfc1490.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -= pipe -fno-common -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD= _TIED -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/= src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/worksp= ace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-= omit-leaf-frame-pointer -fdebug-prefix-map=3D./machine=3D/workspace/src/sys= /amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/include = -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -I/tmp/obj/wo= rkspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.ng_rfc1490.o -MTng_r= fc1490.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -f= no-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gd= warf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcas= t-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissi= ng-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wn= o-error=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Da= rray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denu= m-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentat= ion -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequenc= e-point -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-= error=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-= elt-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno= -alloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnon= null -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-fo= rmat-zero-length -finline-limit=3D8000 -fms-extensions --param inline-uni= t-growth=3D100 --param large-function-growth=3D1000 -std=3Dgnu99 -c /works= pace/src/sys/netgraph/ng_rfc1490.c -o ng_rfc1490.o --- all_subdir_qat --- --- adf_init.o --- ctfconvert -L VERSION -g adf_init.o --- all_subdir_ocs_fc --- --- ocs_cam.o --- ctfconvert -L VERSION -g ocs_cam.o --- ocs_fc.ko.full --- /usr/local/x86_64-unknown-freebsd14.1/bin/ld -m elf_x86_64_fbsd -d -warn-co= mmon --build-id=3Dsha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -= o ocs_fc.ko.full ocs_pci.o ocs_ioctl.o ocs_os.o ocs_utils.o ocs_hw.o ocs_hw= _queues.o sli4.o ocs_sm.o ocs_device.o ocs_xport.o ocs_domain.o ocs_sport.o= ocs_els.o ocs_fabric.o ocs_io.o ocs_node.o ocs_scsi.o ocs_unsol.o ocs_ddum= p.o ocs_mgmt.o ocs_gendump.o ocs_cam.o=20 --- all_subdir_qat --- --- adf_isr.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -= pipe -fno-common -include /workspace/src/sys/compat/linuxkpi/common/include= /linux/kconfig.h -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD= _TIED -nostdinc -I/workspace/src/sys/dev/qat/include -I/workspace/src/sys/= dev/qat/include/common -I/workspace/src/sys/compat/linuxkpi/common/include = -I/workspace/src/sys/compat/linuxkpi/dummy/include -DHAVE_KERNEL_OPTION_HEA= DERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -= I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common= -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map= =3D./machine=3D/workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86= =3D/workspace/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/= src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -M= D -MF.depend.adf_isr.o -MTadf_isr.o -mcmodel=3Dkernel -mno-red-zone -mno-m= mx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -f= wrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prot= otypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__= =3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wn= o-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-error=3Daggressive-loo= p-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-erro= r=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninitialized -W= no-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare -Wno-error= =3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overflow -Wno-er= ror=3Dtautological-compare -Wno-error=3Dunused-function -Wno-error=3Dstring= op-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-aligned -W= no-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=3Dalloca= -larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length= -bounds -Wno-return-type -Wno-format-zero-length -finline-limit=3D8000 -f= ms-extensions --param inline-unit-growth=3D100 --param large-function-growt= h=3D1000 -std=3Dgnu99 -c /workspace/src/sys/dev/qat/qat_common/adf_isr.c -= o adf_isr.o --- all_subdir_netgraph --- --- all_subdir_netgraph/pred1 --- ctfconvert -L VERSION -g ng_pred1.o --- ng_pred1.ko.full --- /usr/local/x86_64-unknown-freebsd14.1/bin/ld -m elf_x86_64_fbsd -d -warn-co= mmon --build-id=3Dsha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -= o ng_pred1.ko.full ng_pred1.o=20 ctfmerge -L VERSION -g -o ng_pred1.ko.full ng_pred1.o=20 --- all_subdir_netgraph/pptpgre --- ctfconvert -L VERSION -g ng_pptpgre.o --- all_subdir_netgraph/pred1 --- :> export_syms awk -f /workspace/src/sys/conf/kmod_syms.awk ng_pred1.ko.full export_syms = | xargs -J % /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy % ng_pred1.k= o.full --- ng_pred1.ko.debug --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug ng_pred= 1.ko.full ng_pred1.ko.debug --- all_subdir_pms --- ctfconvert -L VERSION -g saioctlcmd.o --- all_subdir_qat_c2xxx --- In function 'bus_space_write_4', inlined from 'qat_bar_write_4' at /workspace/src/sys/dev/qat_c2xxx/qatv= ar.h:845:2, inlined from 'qat_misc_write_4' at /workspace/src/sys/dev/qat_c2xxx/qat= var.h:863:2, inlined from 'qat_ae_local_write_4' at /workspace/src/sys/dev/qat_c2xxx= /qatvar.h:917:2, inlined from 'qat_ae_write_4' at /workspace/src/sys/dev/qat_c2xxx/qat_a= e.c:209:3, inlined from 'qat_ae_ctx_indr_write' at /workspace/src/sys/dev/qat_c2xx= x/qat_ae.c:266:2, inlined from 'qat_aefw_start' at /workspace/src/sys/dev/qat_c2xxx/qat_a= e.c:2848:3: ./x86/bus.h:487:55: warning: 'ctxptr' may be used uninitialized [-Wmaybe-un= initialized] 487 | *(volatile u_int32_t *)(bsh + offset) =3D value; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ /workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_aefw_start': /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:247:18: note: 'ctxptr' was declar= ed here 247 | uint32_t ctxptr; | ^~~~~~ In function 'qat_ae_enable_ctx', inlined from 'qat_aefw_start' at /workspace/src/sys/dev/qat_c2xxx/qat_a= e.c:2851:3: /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:714:15: warning: 'ctxen' may be u= sed uninitialized [-Wmaybe-uninitialized] 714 | ctxen &=3D CTX_ENABLES_IGNORE_W1C_MASK; | ^~ /workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_aefw_start': /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:711:18: note: 'ctxen' was declare= d here 711 | uint32_t ctxen; | ^~~~~ --- all_subdir_netgraph --- --- ng_pred1.ko --- --- all_subdir_netgraph/pptpgre --- --- ng_pptpgre.ko.full --- /usr/local/x86_64-unknown-freebsd14.1/bin/ld -m elf_x86_64_fbsd -d -warn-co= mmon --build-id=3Dsha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -= o ng_pptpgre.ko.full ng_pptpgre.o=20 --- all_subdir_netgraph/pred1 --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-d= ebuglink=3Dng_pred1.ko.debug ng_pred1.ko.full ng_pred1.ko --- all_subdir_pms --- --- mpidebug.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -= pipe -fno-common -fno-builtin -fms-extensions -Wredundant-decls -Wunused-va= riable -Woverflow -Wmissing-prototypes -Wparentheses -w -fno-strict-aliasi= ng -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -DHAVE_KERNEL_OPTI= ON_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_glob= al.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-= common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-pref= ix-map=3D./machine=3D/workspace/src/sys/amd64/include -fdebug-prefix-map=3D= ./x86=3D/workspace/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/works= pace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC = -MD -MF.depend.mpidebug.o -MTmpidebug.o -mcmodel=3Dkernel -mno-red-zone= -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestan= ding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissi= ng-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-optio= n -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-error=3Daggressiv= e-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno= -error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninitializ= ed -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare -Wno-er= ror=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overflow -Wno= -error=3Dtautological-compare -Wno-error=3Dunused-function -Wno-error=3Dstr= ingop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-aligned= -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=3Dall= oca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-len= gth-bounds -Wno-return-type -Wno-format-zero-length -finline-limit=3D8000= -fms-extensions --param inline-unit-growth=3D100 --param large-function-gr= owth=3D1000 -std=3Dgnu99 -c /workspace/src/sys/dev/pms/RefTisa/sallsdk/spc= /mpidebug.c -o mpidebug.o --- all_subdir_netgraph --- --- all_subdir_netgraph/socket --- =3D=3D=3D> netgraph/socket (all) --- all_subdir_netgraph/pptpgre --- ctfmerge -L VERSION -g -o ng_pptpgre.ko.full ng_pptpgre.o=20 --- all_subdir_netgraph/socket --- [Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/wor= kspace/src/sys/modules/netgraph/socket...] --- all_subdir_netgraph/rfc1490 --- ctfconvert -L VERSION -g ng_rfc1490.o --- ng_rfc1490.ko.full --- /usr/local/x86_64-unknown-freebsd14.1/bin/ld -m elf_x86_64_fbsd -d -warn-co= mmon --build-id=3Dsha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -= o ng_rfc1490.ko.full ng_rfc1490.o=20 --- all_subdir_netgraph/pptpgre --- :> export_syms awk -f /workspace/src/sys/conf/kmod_syms.awk ng_pptpgre.ko.full export_sym= s | xargs -J % /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy % ng_pptpg= re.ko.full --- all_subdir_netgraph/rfc1490 --- ctfmerge -L VERSION -g -o ng_rfc1490.ko.full ng_rfc1490.o=20 --- all_subdir_netgraph/socket --- --- machine --- machine -> /workspace/src/sys/amd64/include --- x86 --- --- all_subdir_netgraph/rfc1490 --- :> export_syms awk -f /workspace/src/sys/conf/kmod_syms.awk ng_rfc1490.ko.full export_sym= s | xargs -J % /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy % ng_rfc14= 90.ko.full --- all_subdir_netgraph/socket --- x86 -> /workspace/src/sys/x86/include --- i386 --- i386 -> /workspace/src/sys/i386/include --- all_subdir_netgraph/pptpgre --- --- ng_pptpgre.ko.debug --- --- all_subdir_netgraph/rfc1490 --- --- ng_rfc1490.ko.debug --- --- all_subdir_netgraph/socket --- --- opt_netgraph.h --- --- all_subdir_netgraph/pptpgre --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug ng_pptp= gre.ko.full ng_pptpgre.ko.debug --- all_subdir_netgraph/rfc1490 --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug ng_rfc1= 490.ko.full ng_rfc1490.ko.debug --- all_subdir_netgraph/socket --- ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_netgraph.h opt_ne= tgraph.h --- genoffset.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2= -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nost= dinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd= 64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/c= ontrib/ck/include -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= fdebug-prefix-map=3D./machine=3D/workspace/src/sys/amd64/include -fdebug-pr= efix-map=3D./x86=3D/workspace/src/sys/x86/include -fdebug-prefix-map=3D./i3= 86=3D/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/s= ys/GENERIC -MD -MF.depend.genoffset.o -MTgenoffset.o -mcmodel=3Dkernel -mno= -red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f= freestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes = -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign = -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-sho= w-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-error=3Dag= gressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattribut= es -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-unin= itialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare = -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overfl= ow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-function -Wno-erro= r=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-= aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-erro= r=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-z= ero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit= =3D8000 -fms-extensions --param inline-unit-growth=3D100 --param large-func= tion-growth=3D1000 -std=3Dgnu99 -fcommon /workspace/src/sys/kern/genoffset= .c --- all_subdir_netgraph/pptpgre --- --- ng_pptpgre.ko --- --- all_subdir_netgraph/rfc1490 --- --- ng_rfc1490.ko --- --- all_subdir_netgraph/pptpgre --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-d= ebuglink=3Dng_pptpgre.ko.debug ng_pptpgre.ko.full ng_pptpgre.ko --- all_subdir_netgraph/rfc1490 --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-d= ebuglink=3Dng_rfc1490.ko.debug ng_rfc1490.ko.full ng_rfc1490.ko --- all_subdir_netgraph/source --- =3D=3D=3D> netgraph/source (all) --- all_subdir_netgraph/split --- =3D=3D=3D> netgraph/split (all) --- all_subdir_qat --- --- adf_transport.o --- ctfconvert -L VERSION -g adf_transport.o --- all_subdir_netgraph --- --- all_subdir_netgraph/source --- [Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/wor= kspace/src/sys/modules/netgraph/source...] --- all_subdir_netgraph/split --- [Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/wor= kspace/src/sys/modules/netgraph/split...] --- all_subdir_ocs_fc --- ctfmerge -L VERSION -g -o ocs_fc.ko.full ocs_pci.o ocs_ioctl.o ocs_os.o ocs= _utils.o ocs_hw.o ocs_hw_queues.o sli4.o ocs_sm.o ocs_device.o ocs_xport.o = ocs_domain.o ocs_sport.o ocs_els.o ocs_fabric.o ocs_io.o ocs_node.o ocs_scs= i.o ocs_unsol.o ocs_ddump.o ocs_mgmt.o ocs_gendump.o ocs_cam.o=20 --- all_subdir_netgraph --- --- all_subdir_netgraph/source --- --- machine --- machine -> /workspace/src/sys/amd64/include --- all_subdir_netgraph/split --- --- machine --- --- all_subdir_netgraph/source --- --- x86 --- x86 -> /workspace/src/sys/x86/include --- all_subdir_netgraph/split --- machine -> /workspace/src/sys/amd64/include --- all_subdir_netgraph/source --- --- i386 --- --- all_subdir_netgraph/split --- --- x86 --- --- all_subdir_netgraph/source --- i386 -> /workspace/src/sys/i386/include --- opt_netgraph.h --- ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_netgraph.h opt_ne= tgraph.h --- all_subdir_netgraph/split --- x86 -> /workspace/src/sys/x86/include --- all_subdir_netgraph/source --- --- genoffset.o --- --- all_subdir_netgraph/split --- --- i386 --- --- all_subdir_netgraph/source --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2= -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nost= dinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd= 64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/c= ontrib/ck/include -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= fdebug-prefix-map=3D./machine=3D/workspace/src/sys/amd64/include -fdebug-pr= efix-map=3D./x86=3D/workspace/src/sys/x86/include -fdebug-prefix-map=3D./i3= 86=3D/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/s= ys/GENERIC -MD -MF.depend.genoffset.o -MTgenoffset.o -mcmodel=3Dkernel -mno= -red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f= freestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes = -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign = -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-sho= w-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-error=3Dag= gressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattribut= es -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-unin= itialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare = -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overfl= ow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-function -Wno-erro= r=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-= aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-erro= r=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-z= ero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit= =3D8000 -fms-extensions --param inline-unit-growth=3D100 --param large-func= tion-growth=3D1000 -std=3Dgnu99 -fcommon /workspace/src/sys/kern/genoffset= .c --- all_subdir_netgraph/split --- i386 -> /workspace/src/sys/i386/include --- opt_netgraph.h --- ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_netgraph.h opt_ne= tgraph.h --- genoffset.o --- --- all_subdir_pms --- ctfconvert -L VERSION -g mpidebug.o --- all_subdir_netgraph --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2= -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nost= dinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd= 64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/c= ontrib/ck/include -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= fdebug-prefix-map=3D./machine=3D/workspace/src/sys/amd64/include -fdebug-pr= efix-map=3D./x86=3D/workspace/src/sys/x86/include -fdebug-prefix-map=3D./i3= 86=3D/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/s= ys/GENERIC -MD -MF.depend.genoffset.o -MTgenoffset.o -mcmodel=3Dkernel -mno= -red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f= freestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes = -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign = -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-sho= w-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-error=3Dag= gressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattribut= es -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-unin= itialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare = -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overfl= ow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-function -Wno-erro= r=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-= aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-erro= r=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-z= ero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit= =3D8000 -fms-extensions --param inline-unit-growth=3D100 --param large-func= tion-growth=3D1000 -std=3Dgnu99 -fcommon /workspace/src/sys/kern/genoffset= .c --- all_subdir_pms --- --- dminit.o --- ------=_Part_6811_736361173.1733587283353-- From nobody Sun Dec 8 04:04:16 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y5Wb56959z5g0yP for ; Sun, 08 Dec 2024 04:04:17 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y5Wb52zBWz4vpr; Sun, 8 Dec 2024 04:04:17 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733630657; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=kPjoFITsWU/w+b4iP9MkEeu73DzDt9Q3b5GHmjek4zA=; b=iYO4KsUVg2bReYYI0a3VEniQIc7d4trzmwAJGlWsfVvPrESqj1DKtv8HOxcoc9oOl0CgeD nfYzSGxMrEwB7kMADvBIcPAqlS9bYx5EjCT9Bsdi28owFl51uMjn0ARowLiL2WItqJC+j/ roJTwy4xcvUkvEu/gYoXYtmpHA8dN/anqqF8jM+lFwsASk10Ezak0s5n3KGoAbpelIgEBj B5z938lSwD1TuT8SjuInbo+OuPmnlt1jjukDeKqhajYu9E1q5B8ukU9aLFKgmSyJatMIp4 2YD1z28oPwSfcmdG5Ayxf83pJWx5hgLKHu9iKnrCko6oloNRMDeEHRVx7qv6wg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733630657; a=rsa-sha256; cv=none; b=ZBerc3Z8y5nL8vC7YpKutGPhY/XbUISCmabAiSK7ophBGgQKURpobSQsEq1lX70+P77+1B JozTSaLcn4tE3HyC1Th32TikskCtjY6l3IxpCSz11zUFEIqMx/Zt9itg+9n6Ab97imnExK 3oiGJZD3QLHJ3/+s0VyyyAm7Oc0Q4b0AIDQp3H5qT94G1VuLkVoOI/kaCy/PxulDBAXfPs 7Aklmxu9SwHUz582LdtSqr3LNVkq0h6eYMModyo5RH0axk6bK7bAMckKGhkB1sp9bg45Xl 9VWXIJ857QTwSm+9sSDk/kXYJfUCR6iHDFoU3sDcR+3aGn0kDi4J3/uuHMaeZg== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y5Wb52XXvzcrc; Sun, 8 Dec 2024 04:04:17 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Sun, 8 Dec 2024 04:04:16 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jhb@FreeBSD.org, behlendorf1@llnl.gov, noreply@github.com, emaste@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <250760992.6882.1733630657361@jenkins.ci.freebsd.org> In-Reply-To: <782183848.6806.1733566558158@jenkins.ci.freebsd.org> References: <782183848.6806.1733566558158@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #25810 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6881_811236908.1733630656661" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6881_811236908.1733630656661 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #25810 (c3d2c959b5c0ea05d6e5162def35d51ec267590c) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25810/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25810/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25810/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these 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) d2b0ca953f16d7b33f747369fceb55a89eb51b2e by noreply: Assert if we're logging after final txg was set 0ffa6f3464278993d30c6e98b53af4ced0ed9ab7 by noreply: zdb: show dedup table and log attributes f29dcc25c7a784bbb3d3e92942a0a180671a04ac by noreply: Linux: Fix detection of register_sysctl_sz c8a326aab7b268873e4418252d50ab92e5f81b92 by noreply: Linux: fix zfs_uio_dio_check_for_zero_page 3e9ba0f223b3a48d1537c5f51cca201aef0cf87f by noreply: Add missing parenthesis in VERIFYF() 6e3c109bc007597692054c66675b8f45b76744a4 by noreply: Fix regression in dmu_buf_will_fill() 027b3e06edaccb87f3a060c1628740ffa604aa18 by noreply: zinject(8): rename "ioctl" to "flush" ae00c807dcd5a20f8fce194f22dd6ab5c45e1ebc by behlendorf1: FreeBSD: Return ifndef IN_BASE back to fix the build 654ade8ca28568f94f99c6d440124fcf82972d7b by behlendorf1: FreeBSD: Remove some illumos compat from vnode.h 1cd2419ece5c0639c724141e5ff22d86c542f675 by noreply: Fix race in libzfs_run_process_impl 4b4e346b9f24c8a315af5a44d540080a449167ea by noreply: Add ability to scrub from last scrubbed txg 0e020bf3e12d4993d8720292f15a4fead45cd597 by noreply: FreeBSD: Remove an incorrect assertion in zfs_getpages() c33a55b0c201dce9457bc6632f68fc87a903a6af by noreply: Allow dsl_deadlist_open() return errors a01504b35c77053e180d557677c4a84218897754 by noreply: Improve speculative prefetcher for block cloning 2507db612df9e888fb9939eec41b48d59ca1c3cb by noreply: zdb_il: use flex array member to access ZIL records 44446dccdb0077bcf9d93db2fe336ccefc04635e by noreply: During pool export flush the ARC asynchronously e8b333e4d33b7c6f3f1e3761b0e1ac3210275dc8 by noreply: Fix false assertion in dmu_tx_dirty_buf() on cloning a44eaf16909a81b8ca42c7937e089e4a83125868 by noreply: Optimize RAIDZ expansion 903895ea5f5f4bd21f654f84c17b4d294ac65049 by behlendorf1: cstyle: understand basic top-level macro invocations ba00a6f9a3961876cbaacf5e4534efdbe2c9ff47 by behlendorf1: cstyle: understand macro params can be empty 0de8ae56f7138e63be8a215c63212c62b354bd62 by behlendorf1: cstyle: ignore old non-POSIX types in macro invocations e0039c70573e455f4745a83b7d5a6a5f6f2e58a8 by behlendorf1: Remove unnecessary CSTYLED escapes on top-level macro invocations dde3a7e15be175e8b733cfc42bbb2a2c15810311 by jhb: mount_cd9660.8: Bump .Dd for expanding mode mask bits f00fe116dc9d9d164b37a44048397ea8594f110e by jhb: ObsoleteFiles.inc: Correct date for SOC FPGA driver removal c3d2c959b5c0ea05d6e5162def35d51ec267590c by emaste: lindebugfs: Export symbols The failed test cases: 1 tests failed. FAILED: sys.net.routing.test_routing_l3.py.TestIfOps::test_change_prefix_route[inet] Error Message: /usr/tests/sys/net/routing/test_routing_l3.py:42: AssertionError ------=_Part_6881_811236908.1733630656661-- From nobody Sun Dec 8 08:40:00 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y5djF4TMsz5gM3C for ; Sun, 08 Dec 2024 08:40:01 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y5djF1gHPz4P05; Sun, 8 Dec 2024 08:40:01 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733647201; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=ZggQsbODOZquhYZ5Tu4Hg7rHFHFrG2tCQhrXJinOh3M=; b=xAFPMogOIAbfjM6Mx4JMyeBDqNldTYjzIGga+oHZJQOlJGPSW/vytsKLcYYs9PU7DfK/KM u3w9B5wG08x3MgOOkEq6Ut6iQKt1MlP2IxbTBupw/THvGoF80sZ9Wh1ZUNDUTE3cGIh4aF sxmDdjhYfNtGsuuZtGDNLGQp+PwM/2RY+wzbuejGhkQBJodvqwHwM3fBiqSSQCtaha3ji0 Lwz1krhb6yTs2GeVClIDGK7BTZIyKh17zEIr3qugv7+YY4QrpcBZNQxGN11BTcVly0ECMh YJV6frKiG6SQZ/5WOOe+0zaa4KBYJ+gCZkde4NNJ7D9dEH/DJ7Kyhd+rhxXh3Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733647201; a=rsa-sha256; cv=none; b=bQNUMJbYJMq1kRyyqYKvqaqpm0axnfSVpuWdLOklYWE7tyDDGESn7Z8kkBfuHyPMtbx6bF GlqsiUjaQbX6fWvtY9knXrFaxzpNlV8l+/2RI7vsheEVusASjGpZNEx8DFWgTpUWFTPzAA 1oTbLenERCU+rZoK1/ciNIzEFdI65sSZpKoB3f9zXT7lQMmNv2cTX6joLbP1ZPMytSx59k 0rX8Q4Hbhcqun3W2ebB/DxdKoFBv0pU83/hSpdXQWw3/gVxV2gqxA23HhtMdwlvv8761Hf cHSA/Dh0VTCAt4V5kvqr16s3lHMt76K4TEakaq2VvHgldynLvpllMlobrGyoew== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y5djF1FTXzlTJ; Sun, 8 Dec 2024 08:40:01 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Sun, 8 Dec 2024 08:40:00 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: np@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <468888918.6894.1733647201179@jenkins.ci.freebsd.org> In-Reply-To: <250760992.6882.1733630657361@jenkins.ci.freebsd.org> References: <250760992.6882.1733630657361@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #25811 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6893_2006744518.1733647200800" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6893_2006744518.1733647200800 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #25811 (45d5b9f0324a13df06712b7a9df5f2fbe8475764) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25811/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25811/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25811/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these 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) 45d5b9f0324a13df06712b7a9df5f2fbe8475764 by np: cxgbe/t4_tom: Plug an stid leak. The failed test cases: 1 tests failed. FAILED: sys.net.routing.test_routing_l3.py.TestIfOps::test_change_prefix_route[inet] Error Message: /usr/tests/sys/net/routing/test_routing_l3.py:42: AssertionError ------=_Part_6893_2006744518.1733647200800-- From nobody Sun Dec 8 22:23:24 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y5zzK22B3z5fn44 for ; Sun, 08 Dec 2024 22:23:25 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y5zzJ68Yrz4dtr; Sun, 8 Dec 2024 22:23:24 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733696604; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=x4DDGxk8KRVQwuhB2oysizrw0oZ4NDE/riIDGmUcE9U=; b=vwUsd8/BXIZQvDLh65DUuWNn1/Ki62vNofX5tdKc14qV2SdW3LveYWOXiU2vF/+GNM2fov eS30A11c3zF5hLqvpxmLdp1F0nHgibTK2msQ9R+8kzxpxz6RW8LxTsUCTQUYvQHrEr03er r5lk+IQvGaZbKMz8ymo6bSY3fA8sGVF8dZRW8WD6VJYl0k8f1vOKNp7qTyJTj68wtQyKBv esEo6sZFfT0D2CB/bKK6wn6Qgkg0d+TqyxjpVyQLZ/qMpZZ2+SuR58g0QTocsXctP5dtTG x0Oer5WWJ6ThPADFb84p738dPgEed+uXNN0CONB+baWpaqEle3Gr3SRF2yPMLg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733696604; a=rsa-sha256; cv=none; b=ujtS+MQaPEJnK2LS3zwUnzaSgqDkuV9ZcBe+LHBcryXXbKzpZ7ctOawxyFHHBisFpgDOOK QSRI9ieWfM8yJy8/3nz9S5Gl2q5S9805xw6Fg4sO7j++nYERiI4ibeoOyg/edUSRnHSlHg hrjf7y2IhML67TfGrTl8QWLWt/2dtzoretlSNCG4ctniLr2T/LEGxKjgBXPs+IwEmhUT66 8ZsH/+ovbmRab2JYIffj4nqd+KJHg+BLXkQNGzkhot114Ld1Ioc67kiX+E7gII8hU3d5bY VCAvla928qIvssucrP4NhogqBKoUkgpuaaLHN3OJ7Te8lAkHkCarMfV7zOXmxA== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Y5zzJ5j2yz19l0; Sun, 8 Dec 2024 22:23:24 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Sun, 8 Dec 2024 22:23:24 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: delphij@FreeBSD.org, emaste@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <743695105.6916.1733696604808@jenkins.ci.freebsd.org> In-Reply-To: <468888918.6894.1733647201179@jenkins.ci.freebsd.org> References: <468888918.6894.1733647201179@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #25812 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6915_1037548151.1733696604353" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6915_1037548151.1733696604353 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #25812 (ae316d1d1cffd71ab7751f94e10118777a88e027) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25812/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25812/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25812/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these 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) 995a16e0c2eb64b0875bccf37e696bddf35c3846 by delphij: Vendor import of file 5.46. c6e56e6500fd3fd57162c842088e61500d92b70a by emaste: bsd.lib.mk: Capitalize "Building" for libraries The failed test cases: 1 tests failed. FAILED: sys.net.routing.test_routing_l3.py.TestIfOps::test_change_prefix_route[inet] Error Message: /usr/tests/sys/net/routing/test_routing_l3.py:42: AssertionError ------=_Part_6915_1037548151.1733696604353--