Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2024 04:43:53 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        jrtc27@FreeBSD.org, emaste@FreeBSD.org, oshogbo@FreeBSD.org, markj@FreeBSD.org, gahr@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-stable-14-amd64-test - Build #687 - Still Unstable
Message-ID:  <1739490185.2995.1725684234840@jenkins.ci.freebsd.org>
In-Reply-To: <994593876.2309.1725451634724@jenkins.ci.freebsd.org>
References:  <994593876.2309.1725451634724@jenkins.ci.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
------=_Part_2994_2116950409.1725684233870
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit

FreeBSD-stable-14-amd64-test - Build #687 (9ae4c66bff6927dc6fcc855f1aa539a2115b21bd) - Still Unstable

Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/687/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/687/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/687/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)

371af89975e3edd1e9f57aa5efba2598b63c0d2d by oshogbo:
libnv: allocate buffer in a safe way

9c2ef102166eaab4c2531eb0ce6ffb20b82e778a by oshogbo:
libnv: verify that string is null terminated

6ce4821f0859eb00e1754917e1471184755b6358 by emaste:
bhyve: fix Out-Of-Bounds read/write heap in tpm_ppi_mem_handler

90af1336ed5e3c8556147325c4841c68639c4b63 by emaste:
bhyve: fix off by one error in pci_xhci

29937d7a1a0a3061c6ae12b5b35cc32b03829501 by emaste:
ctl: fix Use-After-Free in ctl_write_buffer

cdfdb3b0086268cdc365174ebfb69e66b5dde0b5 by emaste:
ctl: fix memory disclosure in read/write buffer commands

803e0c2ab29bb6b715c38e82da4930d46590e8e0 by emaste:
ctl: fix Out-Of-Bounds access in ctl_report_supported_opcodes

e9329a869c8137b955b2b3487ac0dadabf540bda by emaste:
ctl: add some ATF tests for READ BUFFER

2d4511bb81ed70d84ba6ed2ffb54e6a138653a63 by emaste:
umtx: shm: Collapse USHMF_REG_LINKED and USHMF_OBJ_LINKED flags

be7dc4613909e528e8b4ea8aaa3ae3aa62bec1ed by emaste:
umtx: shm: Fix use-after-free due to multiple drops of the registry

b20ae160872071fc20e5dde27051792177057fa5 by emaste:
umtx: shm: Prevent reference counting overflow

4938f554469bc81783998143968ec3eba2a43def by emaste:
umtx: shm: 'ushm_refcnt > 0' => 'ushm_refcnt != 0'

1e999a3ae1aceaaf84add14461243afe8ff45e39 by markj:
atomic: Avoid casting the return value of atomic_load_ptr to void *

f3e22a08ca690bf3a80688641b9705aa2e1cb15c by markj:
atomic: Fix the cast in the atomic_load_consume() interceptor

57e0d4b9a609cc2fe267489a3fe46857035ed3ae by markj:
agp: Set the driver-specific field correctly

ab7a79806e3103accb1ba2d89ba51e977704a2e3 by gahr:
libfetch: don't include fragments in HTTP requests

82fd9219755dac73e51289493e1f024b32bbb2cd by emaste:
sys: Mark ACL conversion routines as __result_use_check

7da246dc4ffeba38ad723a1cb72a19511292c840 by emaste:
beep: show error upon failure to open sound device

e998c9f1bb39301a3408a47004ee6747698a9c8d by emaste:
bsd.symver.mk: pass $CFLAGS to $CPP invocation

14a2be2b3db17cbd86a584d5a3378baa7e966bd0 by emaste:
stand: bump arbitrary build date to 2024-01-01

6f242c69b6049f4c319c1948da99472a53500c3f by jrtc27:
arm/mpic: remove empty pic_init_secondary() hook

a73592e0d013275bd97d09d9cf168279688f7238 by jrtc27:
intrng: Remove irq_root_ipicount and corresponding intr_pic_claim_root

5e822432f03014c4fec03d6234886febf5fb5ce8 by jrtc27:
intrng: Extract arm/arm64 IPI->PIC glue code

7604062517ec25ac0412f258b36f58774bd234ce by jrtc27:
intrng: Allow alternative IPI PICs to be registered and used

601baffb0b54b8fe70ad1dd9fd923fe38d08337e by jrtc27:
riscv: Create a newbus device for the SBI driver

5985c87b963064ba36146504e5265561e083205f by jrtc27:
riscv: Convert local interrupt controller to a newbus PIC

9f224d3ec46ef822165df35990f96c6e7c6b67c8 by jrtc27:
riscv: Remove the unused riscv64_cpu driver

aaf4d3f3d1947531cc81f90ea5af522c719857ff by jrtc27:
bsdinstall: Fix netconfig script when no interfaces are present

6368aa66f8a7c5f1ac322575e4ce4ee4d196b4d8 by jrtc27:
bsdinstall: Drop Error from title in netconfig no interfaces dialog

d861861462d2b9157a6b938c2b4832d6589264a0 by jrtc27:
arm: Set NEW_PCIB in DEFAULTS rather than a subset of kernel configs

17c0e73b1d60c4544fad4667c8d45d588fe664cf by jrtc27:
efibootmgr: Simplify make_next_boot_var_name and fix cnt == 0 case

10e602164f0281d5f5dfea9ebf2b29fba4a716bc by jrtc27:
ee: Fix use of uninitialised pointer in ispell_op

ebdd179d759f29354a0998c0308721a551a08cac by jrtc27:
Fix off-by-one bug in btpand

fd45162d11392cb5081654f11b9285a04bbad67a by jrtc27:
mx25l.4: Document the correct disk device path

0abe896f1921979d801daeebf1ae829678d3dd12 by jrtc27:
beinstall: Pass -B to etcupdate

11d7aa07eb31d94cd72044f5108b2335d46db44e by jrtc27:
rc.d/devmatch: Silence sysctl hw.bus.devctl_nomatch_enabled=1

8161eb6182a8d999e5b2ad2dde9310f8cb09c26e by jrtc27:
tools/build/make.py: Add missing comma to fix tinderbox and worlds

c3d7b96df0acd640a538c493ec03d5452fac216f by jrtc27:
tools/build/make.py: Avoid Python 3.7+ subprocess.run capture_output

4acf9ba16de3ed0e1157539fbb59b138a49ee77d by jrtc27:
netinet: fix LINT-NOINET build failure

9ae4c66bff6927dc6fcc855f1aa539a2115b21bd by jrtc27:
fu740_pci_dw: Fix PERST delay and keep asserted for rest of reset



The failed test cases:

4 tests failed.
FAILED:  sys.netpfil.pf.scrub_compat.max_mss_v6

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.geom.class.eli.attach_test.attach_multiple_fails

Error Message:
Premature exit; test case exited with code 1

FAILED:  sys.netlink.test_netlink_message_writer.py.__test_cases_list__

Error Message:
Test program did not exit cleanly
------=_Part_2994_2116950409.1725684233870--



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