[Swift-devel] merge 0.93 -> trunk

David Kelly davidk at ci.uchicago.edu
Mon Feb 6 07:56:07 CST 2012


For the most part, the tests seems to be going pretty well. 

There's a group of tests called language-behaviour/cleanup in which the post-test cleanup scripts are failing. These tests are not in 0.93 for comparison.. not sure if the problem is with some expected cleanup behavior, or with the tests themselves. Does anyone know more about these?

The other failure is related to the sequential iteration script. I believe this is related to some language behavior changes in this release. The script below fails to compile:

---
type counterfile;  
  
app (counterfile t) echo(string m) {   
    echo m stdout=@filename(t);  
}  
  
app (counterfile t) countstep(counterfile i) {  
    wcl @filename(i) @filename(t);  
}  
  
counterfile a[]  <simple_mapper;prefix="sequential_iteration.foldout">;  
  
a[0] = echo("793578934574893");  
  
iterate v {  
  a[v+1] = countstep(a[v]);  
 trace("extract int value ", at extractint(a[v+1]));  
} until (@extractint(a[v+1]) <= 1);  
---

Could not start execution:
	Failed to convert .xml to .kml for sequential_iteration.swift:
	null

Other than those two issues, things look pretty good. All other tests have been passing consistently for the last few days.

David
 
----- Original Message -----
> From: "Jonathan Monette" <jonmon at mcs.anl.gov>
> To: "Mihael Hategan" <hategan at mcs.anl.gov>
> Cc: "David Kelly" <davidk at ci.uchicago.edu>, "Swift Devel" <swift-devel at ci.uchicago.edu>
> Sent: Monday, January 30, 2012 8:45:06 AM
> Subject: Re: [Swift-devel] merge 0.93 -> trunk
> I am seeing the same error when trying to compile trunk.
> 
> On Jan 29, 2012, at 6:15 PM, Mihael Hategan wrote:
> 
> > Maybe the checkout happened in the middle of a commit?
> >
> > Is anybody seeing this with a clean checkout?
> >
> > On Sun, 2012-01-29 at 16:07 -0600, David Kelly wrote:
> >> It looks like the compile failed and the test did not run last
> >> night. Here is the error I am getting:
> >>
> >>    [javac]
> >>    /swift/swift-trunk/cog/modules/provider-coaster/src/org/globus/cog/abstraction/coaster/service/LocalTCPService.java:29:
> >>    org.globus.cog.abstraction.coaster.service.LocalTCPService is
> >>    not abstract and does not override abstract method
> >>    registrationReceived(java.lang.String,java.lang.String,org.globus.cog.karajan.workflow.service.channels.KarajanChannel,java.util.Map<java.lang.String,java.lang.String>)
> >>    in org.globus.cog.abstraction.coaster.service.Registering
> >>    [javac] public class LocalTCPService extends GSSService
> >>    implements Registering {
> >>    [javac] ^
> >>    [javac]
> >>    /swift/swift-trunk/cog/modules/provider-coaster/src/org/globus/cog/abstraction/coaster/service/LocalTCPService.java:64:
> >>    registrationReceived(java.lang.String,java.lang.String,java.lang.String,org.globus.cog.karajan.workflow.service.channels.ChannelContext,java.util.Map<java.lang.String,java.lang.String>)
> >>    in
> >>    org.globus.cog.abstraction.coaster.service.RegistrationManager
> >>    cannot be applied to
> >>    (java.lang.String,java.lang.String,java.lang.String,org.globus.cog.karajan.workflow.service.channels.ChannelContext)
> >>    [javac] registrationManager.registrationReceived(blockid, wid,
> >>    url, cc);
> >>    [javac] ^
> >>    [javac] Note:
> >>    /swift/swift-trunk/cog/modules/provider-coaster/src/org/globus/cog/abstraction/coaster/service/job/manager/Block.java
> >>    uses or overrides a deprecated API.
> >>    [javac] Note: Recompile with -Xlint:deprecation for details.
> >>    [javac] Note:
> >>    /swift/swift-trunk/cog/modules/provider-coaster/src/org/globus/cog/abstraction/coaster/service/job/manager/BQPStatusHandler.java
> >>    uses unchecked or unsafe operations.
> >>    [javac] Note: Recompile with -Xlint:unchecked for details.
> >>    [javac] 2 errors
> >>
> >> BUILD FAILED
> >> /swift/swift-trunk/cog/modules/swift/build.xml:73: The following
> >> error occurred while executing this line:
> >> /swift/swift-trunk/cog/mbuild.xml:445: The following error occurred
> >> while executing this line:
> >> /swift/swift-trunk/cog/mbuild.xml:79: The following error occurred
> >> while executing this line:
> >> /swift/swift-trunk/cog/mbuild.xml:52: The following error occurred
> >> while executing this line:
> >> /swift/swift-trunk/cog/modules/swift/dependencies.xml:13: The
> >> following error occurred while executing this line:
> >> /swift/swift-trunk/cog/mbuild.xml:163: The following error occurred
> >> while executing this line:
> >> /swift/swift-trunk/cog/mbuild.xml:168: The following error occurred
> >> while executing this line:
> >> /swift/swift-trunk/cog/modules/provider-coaster/build.xml:59: The
> >> following error occurred while executing this line:
> >> /swift/swift-trunk/cog/mbuild.xml:466: The following error occurred
> >> while executing this line:
> >> /swift/swift-trunk/cog/mbuild.xml:229: Compile failed; see the
> >> compiler error output for details.
> >>
> >>
> >>
> >> ----- Original Message -----
> >>> From: "Michael Wilde" <wilde at mcs.anl.gov>
> >>> To: "Mihael Hategan" <hategan at mcs.anl.gov>
> >>> Cc: "Swift Devel" <swift-devel at ci.uchicago.edu>
> >>> Sent: Sunday, January 29, 2012 10:27:18 AM
> >>> Subject: Re: [Swift-devel] merge 0.93 -> trunk
> >>> Excellent - thanks! David, can you tell us how the nightly tests
> >>> in
> >>> trunk were affected by the integration?
> >>>
> >>> - Mike
> >>>
> >>> ----- Original Message -----
> >>>> From: "Mihael Hategan" <hategan at mcs.anl.gov>
> >>>> To: "Swift Devel" <swift-devel at ci.uchicago.edu>
> >>>> Sent: Saturday, January 28, 2012 11:01:54 PM
> >>>> Subject: [Swift-devel] merge 0.93 -> trunk
> >>>> Did the merge. I still need to do some sanity checks, so it may
> >>>> be
> >>>> shaky
> >>>> at the moment.
> >>>>
> >>>> Mihael
> >>>>
> >>>> _______________________________________________
> >>>> Swift-devel mailing list
> >>>> Swift-devel at ci.uchicago.edu
> >>>> https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-devel
> >>>
> >>> --
> >>> Michael Wilde
> >>> Computation Institute, University of Chicago
> >>> Mathematics and Computer Science Division
> >>> Argonne National Laboratory
> >>>
> >>> _______________________________________________
> >>> Swift-devel mailing list
> >>> Swift-devel at ci.uchicago.edu
> >>> https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-devel
> >
> >
> > _______________________________________________
> > Swift-devel mailing list
> > Swift-devel at ci.uchicago.edu
> > https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-devel



More information about the Swift-devel mailing list