Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Apr 2025 17:30:09 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-main-amd64-test - Build #26225 - Still Failing
Message-ID:  <1339259742.1233.1744047009587@jenkins.ci.freebsd.org>
In-Reply-To: <1203256020.1205.1744034421670@jenkins.ci.freebsd.org>
References:  <1203256020.1205.1744034421670@jenkins.ci.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
------=_Part_1232_963790075.1744047009566
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

FreeBSD-main-amd64-test - Build #26225 (1101d628223d2188c244a4df9b0cb4eaff5=
7e968) - Still Failing

Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/26225=
/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/26225/c=
hanges
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/26225/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)

No changes


The end of the build log:

Started by upstream project "FreeBSD-main-amd64-testvm" build number 29393
originally caused by:
 Started by upstream project "FreeBSD-main-amd64-build" build number 31553
 originally caused by:
  Started by an SCM change
  Started by an SCM change
  Started by an SCM change
  Started by an SCM change
  Started by an SCM change
  Started by an SCM change
  Started by an SCM change
  Started by an SCM change
  Started by an SCM change
  Started by an SCM change
  Started by an SCM change
  Started by an SCM change
  Started by an SCM change
  Started by an SCM change
  Started by an SCM change
  Started by an SCM change
  Started by an SCM change
  Started by an SCM change
  Started by an SCM change
  Started by an SCM change
  Started by an SCM change
  Started by an SCM change
  Started by an SCM change
  Started by an SCM change
  Started by an SCM change
  Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
[EnvInject] - Preparing an environment for the build.
[EnvInject] - Keeping Jenkins system variables.
[EnvInject] - Keeping Jenkins build variables.
[EnvInject] - Injecting as environment variables the properties content=20
LINK_TYPE=3Dlatest_tested
FBSD_TARGET_ARCH=3Damd64
FBSD_TARGET=3Damd64
FBSD_BRANCH=3Dmain

[EnvInject] - Variables injected successfully.
[EnvInject] - Injecting contributions.
Building remotely on lancelot.nyi.freebsd.org (vmhost_qemu vmhost_bhyve vmh=
ost_bhyve_fast image_builder) in workspace /jenkins/workspace/FreeBSD-main-=
amd64-test
The recommended git tool is: NONE
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://git.freebsd.org/src.git
 > git init /jenkins/workspace/FreeBSD-main-amd64-test/src # timeout=3D10
Using reference repository: /home/git/src.git
Fetching upstream changes from https://git.freebsd.org/src.git
 > git --version # timeout=3D10
 > git --version # 'git version 2.46.2'
 > git fetch --tags --force --progress -- https://git.freebsd.org/src.git +=
refs/heads/*:refs/remotes/origin/* # timeout=3D10
 > git config remote.origin.url https://git.freebsd.org/src.git # timeout=
=3D10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/*=
 # timeout=3D10
Avoid second fetch
Checking out Revision 1101d628223d2188c244a4df9b0cb4eaff57e968 (refs/remote=
s/origin/main)
 > git config core.sparsecheckout # timeout=3D10
 > git checkout -f 1101d628223d2188c244a4df9b0cb4eaff57e968 # timeout=3D10
FATAL: java.nio.channels.ClosedChannelException
java.nio.channels.ClosedChannelException
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-co=
nnect connection from lancelot.nyi.freebsd.org/[2610:1c1:1:607c:0:0:16:40]:=
56921
=09=09at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1923=
)
=09=09at hudson.remoting.Request.call(Request.java:204)
=09=09at hudson.remoting.Channel.call(Channel.java:1111)
=09=09at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.=
RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:155)
=09=09at jdk.internal.reflect.GeneratedMethodAccessor81.invoke(Unknown Sour=
ce)
=09=09at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke=
(DelegatingMethodAccessorImpl.java:43)
=09=09at java.base/java.lang.reflect.Method.invoke(Method.java:569)
=09=09at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.=
RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:140)
=09=09at PluginClassLoader for git-client/jdk.proxy14/jdk.proxy14.$Proxy82.=
execute(Unknown Source)
=09=09at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(Git=
SCM.java:1361)
=09=09at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitS=
CM.java:1278)
=09=09at hudson.scm.SCM.checkout(SCM.java:540)
=09=09at hudson.model.AbstractProject.checkout(AbstractProject.java:1250)
=09=09at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(=
AbstractBuild.java:649)
=09=09at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:=
85)
=09=09at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuil=
d.java:522)
=09=09at hudson.model.Run.execute(Run.java:1833)
=09=09at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
=09=09at hudson.model.ResourceController.execute(ResourceController.java:10=
1)
=09=09at hudson.model.Executor.run(Executor.java:446)
Caused: hudson.remoting.RequestAbortedException
=09at hudson.remoting.Request.abort(Request.java:358)
=09at hudson.remoting.Channel.terminate(Channel.java:1196)
=09at org.jenkinsci.remoting.protocol.impl.ChannelApplicationLayer.onReadCl=
osed(ChannelApplicationLayer.java:241)
=09at org.jenkinsci.remoting.protocol.ApplicationLayer.onRecvClosed(Applica=
tionLayer.java:221)
=09at org.jenkinsci.remoting.protocol.ProtocolStack$Ptr.onRecvClosed(Protoc=
olStack.java:824)
=09at org.jenkinsci.remoting.protocol.FilterLayer.onRecvClosed(FilterLayer.=
java:289)
=09at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.onRecvClose=
d(SSLEngineFilterLayer.java:167)
=09at org.jenkinsci.remoting.protocol.ProtocolStack$Ptr.onRecvClosed(Protoc=
olStack.java:824)
=09at org.jenkinsci.remoting.protocol.NetworkLayer.onRecvClosed(NetworkLaye=
r.java:155)
=09at org.jenkinsci.remoting.protocol.impl.NIONetworkLayer.ready(NIONetwork=
Layer.java:143)
=09at org.jenkinsci.remoting.protocol.IOHub$OnReady.run(IOHub.java:804)
=09at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingEx=
ecutorService.java:28)
=09at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExec=
utorService.java:68)
=09at jenkins.util.ErrorLoggingExecutorService.lambda$wrap$0(ErrorLoggingEx=
ecutorService.java:51)
=09at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoo=
lExecutor.java:1136)
=09at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPo=
olExecutor.java:635)
=09at java.base/java.lang.Thread.run(Thread.java:840)
[PostBuildScript] - [INFO] Executing post build scripts.
[PostBuildScript] - [INFO] Build does not have any of the results [SUCCESS]=
. Did not execute build step #0.
ERROR: Step =E2=80=98Publish JUnit test result report=E2=80=99 failed: no w=
orkspace for FreeBSD-main-amd64-test #26225
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_1232_963790075.1744047009566--



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