Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tracecompass-dev] Hudson console logs bloated with warnings


"I think this is a bug in the server config."


It could also be that the timing is much different between the two machines. Both machine do use the same pom.xml which is where -consoleLog is specified. I'm not aware of any slave-specific config that would affect stdout. I looked at the build console for the Ubuntu machine and it does have the log on stdout:


10:51:16  [INFO] Command line:
10:51:16  	[/shared/common/jdk1.8.0_102/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/hudson/hudson-slave/workspace/tracecompass-gerrit/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -data, /home/hudson/hudson-slave/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data, -install, /home/hudson/hudson-slave/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work, -configuration, /home/hudson/hudson-slave/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/hudson/hudson-slave/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog]
10:51:21  !SESSION 2017-06-01 14:51:16.502 -----------------------------------------------
10:51:21  eclipse.buildId=unknown
10:51:21  java.version=1.8.0_102
10:51:21  java.vendor=Oracle Corporation
10:51:21  BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
10:51:21  Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/hudson/hudson-slave/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread
10:51:21  Command-line arguments:  -data /home/hudson/hudson-slave/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/hudson/hudson-slave/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog
10:51:21  
10:51:21  !ENTRY org.eclipse.compare.win32 4 0 2017-06-01 14:51:21.050
10:51:21  !MESSAGE FrameworkEvent ERROR
10:51:21  !STACK 0
10:51:21  org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [56]
10:51:21    Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
https://hudson.eclipse.org/tracecompass/job/tracecompass-gerrit/13725/consoleFull



Marc-Andre


From: tracecompass-dev-bounces@xxxxxxxxxxx <tracecompass-dev-bounces@xxxxxxxxxxx> on behalf of Matthew Khouzam <matthew.khouzam@xxxxxxxxxxxx>
Sent: Tuesday, May 30, 2017 9:25:47 AM
To: tracecompass-dev@xxxxxxxxxxx
Subject: Re: [tracecompass-dev] Hudson console logs bloated with warnings
 
Upon investigating, it looks like "UbuntuTest" will not log the console,
but "master" does. I think this is a bug in the server config.


The errors always occur. They are not logged in UbuntuTest. I have put
up a patch here that not only reduces the log size but makes the error
messages more debuggable. https://git.eclipse.org/r/#/c/98173/


BR,
Matthew

On 17-05-29 05:41 PM, Matthew Khouzam wrote:
>
> I thought it was occurring 100% of the time, 24/7 all day, every day.
>
>
> It is due to us adding lost events to the trace. These are legit
> issues, I suggest converting them to tracecompass log stuff so it is
> not as visible in CI but still available.
>
> Is that OK?
>
> ------------------------------------------------------------------------
> *From:* tracecompass-dev-bounces@xxxxxxxxxxx
> <tracecompass-dev-bounces@xxxxxxxxxxx> on behalf of Marc-André Laperle
> <marc-andre.laperle@xxxxxxxxxxxx>
> *Sent:* Friday, May 26, 2017 11:06:09 AM
> *To:* tracecompass developer discussions
> *Subject:* Re: [tracecompass-dev] Hudson console logs bloated with
> warnings

>
> This has been happening for quite a long time. I have the feeling it's
> a legit but intermittent bug. Worth looking into I think.
>
>
> Marc-André
>
> ------------------------------------------------------------------------
> *From:* tracecompass-dev-bounces@xxxxxxxxxxx
> <tracecompass-dev-bounces@xxxxxxxxxxx> on behalf of Patrick Tasse
> <patrick.tasse@xxxxxxxxx>
> *Sent:* Friday, May 26, 2017 11:00:32 AM
> *To:* tracecompass developer discussions
> *Subject:* [tracecompass-dev] Hudson console logs bloated with warnings

> Hi,
>
> Some Hudson console logs contain over 135K lines (34MB) of warning
> messages from org.eclipse.tracecompass.analysis.linux.core
> (KernelCpuUsageAnalysis):
>
> https://hudson.eclipse.org/tracecompass/job/tracecompass-gerrit/13683/consoleFull
>
> While some console logs do not:
>
> https://hudson.eclipse.org/tracecompass/job/tracecompass-gerrit/13682/consoleFull
>
> Does anyone know why there is a difference, and if it can be avoided?
>
> Thanks,
> Patrick
>
>
>
> _______________________________________________
> tracecompass-dev mailing list
> tracecompass-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/tracecompass-dev


_______________________________________________
tracecompass-dev mailing list
tracecompass-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tracecompass-dev


Back to the top