Date: Mon, 28 Jul 2025 16:19:10 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: olce@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Subject: FreeBSD-stable-14-amd64-test - Build #1306 - Still Unstable Message-ID: <1315423700.449.1753719550360@jenkins.ci.freebsd.org> In-Reply-To: <1921173927.429.1753714514762@jenkins.ci.freebsd.org> References: <1921173927.429.1753714514762@jenkins.ci.freebsd.org>
index | next in thread | previous in thread | raw e-mail
FreeBSD-stable-14-amd64-test - Build #1306 (880e131d9d310c98f3b3c035d2daecb757198a77) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/1306/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/1306/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/1306/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) 68d289075c766bd742913023a56569863121021b by olce: sys/param.h: Split some macros into new <sys/_param.h> fac3e1d3bc1900617c1995289b2eefaf55e96c68 by olce: runq: Deduce most parameters, remove machine headers 3f5f50ca526fd485aacf0198c6f1ecc948e4bade by olce: runq: More selective includes of <sys/runq.h> to reduce pollution 3020792db81819455f3b9ad6ca29f420c54e6971 by olce: runq: Hide function prototypes under _KERNEL 55731b34c3ffa651c7b4bb78ff797e58d95a8b59 by olce: runq: API tidy up: 'pri' => 'idx', 'idx' as int, remove b6e0a4f51747375dfe80fda19a64930912a8ac33 by olce: runq: Clarity and style pass 000ffb6f24c498bc665b887fafdd1bd4e96f598f by olce: runq: More macros; Better and more consistent naming 60608708247207a69d3ec88e4cb05b066d3f3b74 by olce: runq: Re-order functions more logically de0e1a3abf8b144650173e639337c31a3eaf874f by olce: runq: Revamp runq_find*(), new runq_find_range() bfd59136bece048f2c4646d6e7a1ba48a3ce7a36 by olce: runq: runq_check(): Re-implement on top of runq_findq() bd97078d704b59341bc05674e89e4d0c9eb2351e by olce: runq: Tidy up and rename runq_setbit() and runq_clrbit() 9eba574a676191e2f2aaaa0401dcd887e25fb961 by olce: runq: New function runq_is_queue_empty(); Use it in ULE 16cfdebb8b3466c27a7c4a42589c252353ccdad1 by olce: runq: New runq_findq(), common low-level search implementation 952ccda22e27a7321d07814bd19d2c407c366cd4 by olce: sched_ule: Re-implement stealing on top of runq common-code 0566e750c46cea02b4fbdda5b31e83dafaeaeb15 by olce: sched_ule: runq_steal_from(): Suppress first thread special case faa0b715592ddc470fdaacb84f5efc3bbf2b1e69 by olce: sched_ule: Use a single runqueue per CPU 79dcda3d5df6ede0bb4a0afcaa7180af703a785d by olce: Internal scheduling priorities: Always use symbolic ones c6a65bbee6959f50fa9313c63f31ff6e815b48d4 by olce: zfs: spa: ZIO_TASKQ_ISSUE: Use symbolic priority 0f54758cbe917bd8ba4160a97b9bf93b05922257 by olce: runq: Switch to 256 levels 590d12774f8f921a3181dc0b893612925b041394 by olce: runq: Bump __FreeBSD_version after switching to 256 levels dcf352d69d912823b7eb2fb0ed5a33ac4ce9b5c9 by olce: runq: Remove userland references to RQ_PPQ in rtprio contexts c6838df8357825d2f49c138b8a7d9d0bfdcc4760 by olce: epoch_test: Assign different priorities using offset 1 2a9e7fd346f669338a23b438a723f5d604957173 by olce: runq: Restrict <sys/runq.h> to kernel only c42d06da488a12c110a7476a6b313e1fce890402 by olce: runq: Add copyright d83f27fe73787a3625aae3f36fd50bd4662db483 by olce: sched: Internal priority ranges: Reduce kernel, increase timeshare c1ca55eb93fd3ce9624258ce73d2ecec06d2d9c3 by olce: sched_ule: Recover previous nice and anti-starvation behaviors 15056c43e87f2fc451057b1812e23a8270ebcc1f by olce: sched_ule: Sanitize CPU's use and priority computations, and ticks 32766dde5bc35b4fd47550fb6cdf2ff745528773 by olce: sched_4bsd: Move ESTCPULIM() after its macro dependencies 00c1b4fac2ab709b0e0c77007d47c85e0bf36095 by olce: sched_4bsd: Remove RQ_PPQ from ESTCPULIM()'s formula cc604213b59777b33c413e2d2c70f63d4c3665bf by olce: sched_4bsd: ESTCPULIM(): Allow any value in the timeshare range 193c695d7b071f901a60c971736b22c96565bd70 by olce: ps(1), top(1): Priority: Let 0 be the first timesharing level 2b76d028605bf1f08ab9630f775fa29368737715 by olce: arm64: lib32: Don't try to install removed <machine/runq.h> 8a59ea47d92c3c4b6dca61a3c21346ae34b30b61 by olce: sched_ule: 32-bit platforms: Fix runq_print() after runq changes c7bb3ca85e5a8d7916fc2828aa2a47aebddb0294 by olce: runq: Fix printing status word bits 2d2e8ea9f2866182ad1524b5b99564a46f92649f by olce: runq: runq_not_empty() to support racy lookups again 38cf4580a449a81805f2d45cc5b5f3a08685a36c by olce: Obsoletefiles.inc: Add architecture-specific 'runq.h' headers d738ed04dbff78243617ac341486b86486e9c8be by olce: LinuxKPI: alloc_pages(): Don't reclaim on __GFP_NORETRY 8e1b8ae7298fc8ec91f6d7dc040341343c894e57 by olce: LinuxKPI: Have kvzalloc() rely on kvmalloc(), not kmalloc() 0e9a3bdeb7376bf04cf21830c4e33aa7efe13961 by olce: pmap: Degrade pmap_page_set_attr*() into a no-op on same attribute 880e131d9d310c98f3b3c035d2daecb757198a77 by olce: vm_domainset: Print correct function in KASSERT()/panic() The failed test cases: 4 tests failed. FAILED: sys.netpfil.common.dummynet.pf_queue Error Message: We failed prioritisation 1 times FAILED: sys.opencrypto.runtests.main Error Message: 1 of 1 tests failed FAILED: sys.netinet.fibs_test.same_ip_multiple_ifaces_fib0 Error Message: atf-check failed; see the output of the test for details FAILED: sys.netlink.test_netlink_message_writer.py.__test_cases_list__ Error Message: Test program did not exit cleanlyhelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1315423700.449.1753719550360>
