[Bug 289696] Failing Cirrus-CI jobs in main

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 18 Dec 2025 23:30:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289696

Muhammad Moinur Rahman <bofh@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bofh@freebsd.org,
                   |                            |lwhsu@FreeBSD.org

--- Comment #5 from Muhammad Moinur Rahman <bofh@freebsd.org> ---
As I was working on testing the new host from NetActuate as a persistent worker
I have found the same error. So I did some digging and found this offending
commit for this incident.
https://cgit.freebsd.org/src/commit/?id=ac7ed266dc73a1d55f2bc1e90bfce3c93757e8b4

I started with this test where it fails:
https://cirrus-ci.com/task/4852209881448448

And in the following task it actually passes and starts the make buildkernel
although fails for other reasons:
https://cirrus-ci.com/build/5935516530507776

If someone can give me some ideas I can try to adopt and change the code in 
tests/ci/Makefile. The offending line in my code is this:

https://cgit.freebsd.org/src/tree/tests/ci/Makefile#n181

${IMAKE} -j${PARALLEL_JOBS} -C ${WORLDDIR} ${METAMODE} \
        ${CROSS_TOOLCHAIN_PARAM} __MAKE_CONF=${MAKECONF} SRCCONF=${SRCCONF} \
        ${EXTRA_MAKE_FLAGS} KERNCONF=${KERNCONF} \
        buildkernel ${LOG_TARGET}

And WORLDDIR is defined as:
WORLDDIR?=      ${.CURDIR}/../..

I think we need to change value of WORLDDIR to something else. But not sure to
what extent.

-- 
You are receiving this mail because:
You are the assignee for the bug.