Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2024 13:29:30 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        kib@FreeBSD.org, kbowling@FreeBSD.org, emaste@FreeBSD.org, markj@FreeBSD.org, christos@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-stable-14-amd64-test - Build #751 - Still Unstable
Message-ID:  <565144177.2447.1729430971400@jenkins.ci.freebsd.org>
In-Reply-To: <953536088.2327.1729350573645@jenkins.ci.freebsd.org>
References:  <953536088.2327.1729350573645@jenkins.ci.freebsd.org>

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

FreeBSD-stable-14-amd64-test - Build #751 (1a8cd08d8ae6ad40405c2c0fd4199c01d9e9353b) - Still Unstable

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

86ba5941b132c73476a2a1b76ae53902a027b81c by emaste:
bhyve/nvme: Fix Infinite loop in queue processing

789576e5de2cd11c4931c30ea03651d967106cdf by emaste:
src.conf.5: regen for JEMALLOC_LG_VADDR_WIDE

11dd4e797e5f10d497f509d562e1b5b6c0462b06 by markj:
vmstat: Fix column header alignment in -o output

c0c550c1a36691e55a25511c847931f62391242b by kib:
iommu.h: improve header self-sufficiency

c01a4b1fbc05333b9faefb8d381b903e122a4cea by kib:
iommu_get_requester(): do not panic if asked about non-pci device

b38cff22720b66d6c22b157487772091e3f3e8ee by kib:
iommu: move context link and ref count into device-independent parts

d4bcad451f5dc920748dda66b460a7985354b0da by kib:
iommu: extract driver-independent ddb context and mapping reporting

959f0d0cdb1482d754f24b7ae16bda0ac2e7b31a by kib:
md(4): always trim the last partial sector

def4322f9632fddc1953df0210f278bd04026f9c by kib:
ftime.3: fix typo in spelling of libutil

472a0ccf847a2b9ca1199d0786ff46f2abf448b4 by kbowling:
igc: Add AIM

5882faed60d2b43d6e188807930255f633f830fd by kbowling:
igc: Improve a comment and update copyright dates

2a16654933ef35a00abab754ea82dad8f4bc94e7 by kbowling:
igc: Want AIM at 2.5G

e1eaa312d592a8cde8c9faf49e026a4d3f47489c by christos:
sound: Remove KASSERT from vchan_setnew()

9834b6fc77ff53e5303d142486de109d6b02219e by christos:
sound: Get rid of pnum and max variables in chn_init()

4cf4144d8f7fdd51562b45fa8f1f4aa16d444b3a by christos:
sound: Simplify pcm_chnalloc() and fix infinite loop bug

30a64793aa6c5198bd755858da7f275ae0166249 by christos:
sound: Sort channels by unit number as well

463eafcff98f8036cef0e2f7e00ecd0a8e5437d4 by christos:
sound: Use unr(9) to produce unique channel unit numbers

1b0acff71fe8dbaf62afc32b51d8eaa2fa39862d by christos:
sound: Fix indendation in sound_modevent() switch statement

6cf4db422c21ab4a0c39ed3f7c5f5d864c8ea2a2 by christos:
sound: Move global variable initialization to sound_modevent()

1f4d968a299ea74f10276761932c2ece28531975 by christos:
sound: Move root feeder initialization to separate function

8065f1af82d1443c83168a3e8dd82afc5f658d24 by christos:
snd_dummy: Drain callout during detach

ebdf0884453453a50b5c1c446e930d64407be27f by christos:
sound: Retire SND_MAXHWCHAN

bf058bde2bca4d7be03713cadc53be5d5377e983 by christos:
sound: Simplify vchan_create() error paths

3b5b485d7436868da687b7e4bd6797c0c44e3528 by christos:
sound: Remove useless newspd check in sysctl_dev_pcm_vchanrate()

86e10d11ca3cbb66834da94426a17f6cc0177dac by christos:
sound: Simplify channel creation and deletion process

f0eee0fbde8e40e3b59e257b529697c1d07c55e7 by christos:
sound: Shorten channel names

84f361c9e367d86f785f7f0f3591c9db1b3e1c55 by christos:
sound: Do not cast return value of malloc(9)

28dc9f54efa94c3a17b7cfd98c7a51d42e57893a by christos:
sound: Use M_WAITOK where possible

7a7ba76aa6f0af34fd60b3d13d93ef28598f7e23 by christos:
sound: Do not check for NULL if sbuf is allocated with SBUF_AUTOEXTEND

565a9b8f86b203517e4e7210c912970adcf614f0 by christos:
sound: Improve /dev/sndstat channel info readability

867b2ee999950ac5ef4c68d1edd9cd57a13519dc by christos:
snd_hda: Remove duplicate HDA_INTEL_CMLK* entries

4f11a5312370ee33784a34213c24974baeb77b0f by christos:
snd_hda: Identify NVIDIA GM204

e609dfa98fd349ed868f2d4d16bd1994fc53875f by christos:
onyx: Remove unreachable if condition

1a8cd08d8ae6ad40405c2c0fd4199c01d9e9353b by christos:
vmm.4: Add ppt device detach example



The failed test cases:

6 tests failed.
FAILED:  sbin.ping.test_ping.py.TestPing::test_pinger[_0_0_opts_unk]

Error Message:
/usr/local/lib/python3.11/site-packages/scapy/fields.py:260: error

FAILED:  sys.netpfil.pf.fragmentation_no_reassembly.compat_override_v4

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.fragmentation_no_reassembly.match_fragment_v4

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.proxy.ftp

Error Message:
Failed to retrieve file

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_2446_1150571723.1729430970356--



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