[JIRA] (JENKINS-37072) Jenkins iOS Build Error - FATAL: Log statements out of sync: current test case was null"

2018-05-17 Thread kazuhid...@linux-powered.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Kazuhide Takahashi commented on  JENKINS-37072  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins iOS Build Error - FATAL: Log statements out of sync: current test case was null"   
 

  
 
 
 
 

 
 I submitted a PR #95 to github with a modification that seems to be related to this article. Please someone use snapshots and check the problem is solved.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-37072) Jenkins iOS Build Error - FATAL: Log statements out of sync: current test case was null"

2016-11-16 Thread magnus.lindst...@se.bosch.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Magnus Lindstedt edited a comment on  JENKINS-37072  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins iOS Build Error - FATAL: Log statements out of sync: current test case was null"   
 

  
 
 
 
 

 
 The problem for us seemed to be that we have two threads doing prints  during our unittests .   First we have a logging framework called SwiftyBeaver that  printed  prints  on  a  background thread, but some other prints in the unittests  were done  are made  on  then  the  main thread and this seems to cause the problem.So by instead logging all prints to a file, instead of printing, we managed to get away from this bug.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-37072) Jenkins iOS Build Error - FATAL: Log statements out of sync: current test case was null"

2016-11-16 Thread magnus.lindst...@se.bosch.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Magnus Lindstedt commented on  JENKINS-37072  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins iOS Build Error - FATAL: Log statements out of sync: current test case was null"   
 

  
 
 
 
 

 
 The problem for us seemed to be that we have two threads doing prints. First we have a logging framework called SwiftyBeaver that printed on background thread, but some other prints in the unittests were done on then main thread and this seems to cause the problem. So by instead logging all prints to a file, instead of printing, we managed to get away from this bug.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-37072) Jenkins iOS Build Error - FATAL: Log statements out of sync: current test case was null"

2016-11-16 Thread magnus.lindst...@se.bosch.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Magnus Lindstedt commented on  JENKINS-37072  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins iOS Build Error - FATAL: Log statements out of sync: current test case was null"   
 

  
 
 
 
 

 
 I agree, we have the same problem: "FATAL: Log statements out of sync: current test case was null" This occurs also on XCode plugin 1.4.9 and it doesn't seem fixed on newer versions 1.4.11 There seems to be a person who has made his own fork to solve the problem when the message says: ”DEBUG: Log statements out of sync”, i.e DEBUG instead of FATAL... http://stackoverflow.com/a/15725083 I haven't tested this though, but anyone here on Jenkins support can maybe take a look at the solution.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-37072) Jenkins iOS Build Error - FATAL: Log statements out of sync: current test case was null"

2016-11-08 Thread david.led...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 David Lednik commented on  JENKINS-37072  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins iOS Build Error - FATAL: Log statements out of sync: current test case was null"   
 

  
 
 
 
 

 
 I see same issue in my automated tests. Can this be fixed ASAP please as it makes out tests useless. We get no useful metrics out of out tests because they almost always end with this FATAL error exception. We have over 1000 tests that are run on a daily basis and sometimes it crashes after only 50 tests run. Sometimes it get's almost to the end. There is no pattern in crashing. It's always on a different test/testClass  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-37072) Jenkins iOS Build Error - FATAL: Log statements out of sync: current test case was null"

2016-07-29 Thread ncer...@ebsco.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nathan Cerice created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37072  
 
 
  Jenkins iOS Build Error - FATAL: Log statements out of sync: current test case was null"   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 xcode-plugin  
 
 
Created: 
 2016/Jul/29 8:48 PM  
 
 
Environment: 
 Jenkins 1.631, xcode integration 1.4.9, Mac OSX 10.11.5  
 
 
Labels: 
 jenkins xcode ios test unittests  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Nathan Cerice  
 

  
 
 
 
 

 
 Receiving log in console: "FATAL: Log statements out of sync: current test case was null" when running unit tests in Jenkins build for iOS project. The build continues and eventually passes, but this error causes build to hang for at least a minute. Our builds now take around 10 minutes instead of the 2 they were taking before.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment