-
Bug
-
Resolution: Won't Fix
-
P4
-
24
-
aarch64
-
linux
The following test timed out in the JDK24 CI:
api/javax_sound/sampled/spi/MixerProvider/MixerProviderTests.html
Here's a log file snippet:
#section:script_messages
----------messages:(2/59)----------
Executing test class...
Timeout signaled after 600 seconds
#section:testExecuteJar
----------messages:(1/758)----------
command: com.sun.jck.lib.ExecJCKTestOtherJVMCmd /opt/mach5/mesos/work_dir/jib-master/install/jdk-24+16-1780/linux-aarch64.jdk/jdk-24/bin/java --enable-preview -Djava.awt.headless=true -XX:+EnableDynamicAgentLoading -Djdk.attach.allowAttachSelf=true -Djava.security.properties=/opt/mach5/mesos/work_dir/jib-master/install/jck/24/b01/extra/bundles/JCK-extra-24.zip/JCK-extra-24/extra.security.properties -XX:MaxRAMPercentage=6.25 -Djava.security.policy=/opt/mach5/mesos/work_dir/jib-master/install/jck/24/b01/bundles/JCK-runtime-24.jar/JCK-runtime-24/lib/jck.policy -Djava.security.manager=allow -jar /opt/mach5/mesos/work_dir/jib-master/install/jck/24/b01/bundles/JCK-runtime-24.jar/JCK-runtime-24/tests/api/javax_sound/sampled/spi/MixerProvider/services.jar
----------out1:(10/658)----------
WARNING: A terminally deprecated method in java.lang.System has been called
WARNING: System::setSecurityManager has been called by javasoft.sqe.jck.lib.SecurityTestRunner (file:/opt/mach5/mesos/work_dir/jib-master/install/jck/24/b01/bundles/JCK-runtime-24.jar/JCK-runtime-24/classes/)
WARNING: Please consider reporting this to the maintainers of javasoft.sqe.jck.lib.SecurityTestRunner
WARNING: System::setSecurityManager will be removed in a future release
getClipByMixerInfo: Passed. OK
getClipNameNotMatches: Passed. OK
getClipNameNotSpecified: Passed. OK
getClipNamed: Passed. OK
getClipUnknownProvider: Passed. OK
getLineClipNameNotMatches: Passed. OK
----------out2:(0/0)----------
result: Error. Program `/opt/mach5/mesos/work_dir/jib-master/install/jdk-24+16-1780/linux-aarch64.jdk/jdk-24/bin/java' interrupted! (timed out?)
There's no indication in the log about *why* the test timed out
and it looks like there are no artifacts saved. I could not find
any other timeout sightings like this one in Mach5.
I'm starting this bug off in client-libs/javax.sound for initial triage.
I suspect we'll have to keep our eyes open and see if it happens
to reproduce.
api/javax_sound/sampled/spi/MixerProvider/MixerProviderTests.html
Here's a log file snippet:
#section:script_messages
----------messages:(2/59)----------
Executing test class...
Timeout signaled after 600 seconds
#section:testExecuteJar
----------messages:(1/758)----------
command: com.sun.jck.lib.ExecJCKTestOtherJVMCmd /opt/mach5/mesos/work_dir/jib-master/install/jdk-24+16-1780/linux-aarch64.jdk/jdk-24/bin/java --enable-preview -Djava.awt.headless=true -XX:+EnableDynamicAgentLoading -Djdk.attach.allowAttachSelf=true -Djava.security.properties=/opt/mach5/mesos/work_dir/jib-master/install/jck/24/b01/extra/bundles/JCK-extra-24.zip/JCK-extra-24/extra.security.properties -XX:MaxRAMPercentage=6.25 -Djava.security.policy=/opt/mach5/mesos/work_dir/jib-master/install/jck/24/b01/bundles/JCK-runtime-24.jar/JCK-runtime-24/lib/jck.policy -Djava.security.manager=allow -jar /opt/mach5/mesos/work_dir/jib-master/install/jck/24/b01/bundles/JCK-runtime-24.jar/JCK-runtime-24/tests/api/javax_sound/sampled/spi/MixerProvider/services.jar
----------out1:(10/658)----------
WARNING: A terminally deprecated method in java.lang.System has been called
WARNING: System::setSecurityManager has been called by javasoft.sqe.jck.lib.SecurityTestRunner (file:/opt/mach5/mesos/work_dir/jib-master/install/jck/24/b01/bundles/JCK-runtime-24.jar/JCK-runtime-24/classes/)
WARNING: Please consider reporting this to the maintainers of javasoft.sqe.jck.lib.SecurityTestRunner
WARNING: System::setSecurityManager will be removed in a future release
getClipByMixerInfo: Passed. OK
getClipNameNotMatches: Passed. OK
getClipNameNotSpecified: Passed. OK
getClipNamed: Passed. OK
getClipUnknownProvider: Passed. OK
getLineClipNameNotMatches: Passed. OK
----------out2:(0/0)----------
result: Error. Program `/opt/mach5/mesos/work_dir/jib-master/install/jdk-24+16-1780/linux-aarch64.jdk/jdk-24/bin/java' interrupted! (timed out?)
There's no indication in the log about *why* the test timed out
and it looks like there are no artifacts saved. I could not find
any other timeout sightings like this one in Mach5.
I'm starting this bug off in client-libs/javax.sound for initial triage.
I suspect we'll have to keep our eyes open and see if it happens
to reproduce.