[Bug 1385] New: Direct staging failing for file vars with relative paths
https://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=1385 Summary: Direct staging failing for file vars with relative paths Product: Swift Version: 0.96 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: General AssignedTo: [email protected] ReportedBy: [email protected] I believe some recent changes have broken the direct staging tests : Tarball of the 2 run folders : http://users.rcc.uchicago.edu/~yadunand/direct_fail.tar.gz Here's the test with swift-trunk packaged on Dec 4. swift direct.swift Swift trunk git-rev: 5e36ae2fbf8159c5cf09e36bf58fddbea3fd194f heads/master 6201 RunID: run012 Warning: The @ syntax for function invocation is deprecated Progress: Wed, 17 Dec 2014 20:44:58+0000 Filename of package : dummy Filename of script : wrapper.sh Progress: Wed, 17 Dec 2014 20:44:59+0000 Active:1 Final status: Wed, 17 Dec 2014 20:44:59+0000 Finished successfully:1 Here's the exact same test run with the latest swift-trunk : [yadunand@midway001 direct]$ loadtru [yadunand@midway001 direct]$ swift direct.swift Swift trunk git-rev: 609c7710cb8fcbde4466215812f4a52754de09b6 heads/master 6214 (modified locally) RunID: run013 Warning: The @ syntax for function invocation is deprecated Progress: Wed, 17 Dec 2014 20:46:18+0000 Filename of script : wrapper.sh Filename of package : dummy Execution failed: Exception in bash: Arguments: [wrapper.sh, dummy] Host: midway Directory: direct-run013/jobs/b/bash-o57hft1m exception @ swift-int-staging.k, line: 165 Caused by: Application /bin/bash failed with an exit code of 127 ------- Application STDERR -------- /bin/bash: wrapper.sh: No such file or directory ----------------------------------- exception @ swift-int-staging.k, line: 160 Caused by: Process completed with exit code 127 k:assign @ swift.k, line: 174 Caused by: Exception in bash: Arguments: [wrapper.sh, dummy] Host: midway Directory: direct-run013/jobs/b/bash-o57hft1m exception @ swift-int-staging.k, line: 165 Caused by: Application /bin/bash failed with an exit code of 127 ------- Application STDERR -------- /bin/bash: wrapper.sh: No such file or directory ----------------------------------- exception @ swift-int-staging.k, line: 160 Caused by: Process completed with exit code 127 -- Configure bugmail: https://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=1385 Mihael Hategan <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Mihael Hategan <[email protected]> 2014-12-18 15:38:14 --- Right. The initial direct code relied on certain file objects being mutable to update things such as the protocol, host, directory, etc. This created code dependencies that were hard to track, since a piece of code here could affect any piece of code that relied on said protocol/host/directory. When I removed the mutability, it also broke a few things that I couldn't see because, well, the hard to track argument above. I think it's fixed now in git. -- Configure bugmail: https://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
bugzilla-daemon@mcs.anl.gov