-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
weird cdscan error #70
Comments
It looks like your travis_fix almost worked. diags_test_06 & meta_diags failed. the rest passed. |
Is it possible that there is some cache file or build directory that needs to be deleted? |
no it's bad... really really bad... scary bad... |
in short the regridder and masking appears to produce different results on your system and travis systems than on any other systems we tested things on. I'm suspecting NC4. But why? I even used travis' won VMs and couldn't reproduce your behavior. IT has to be env variable related... |
YIKES! |
What Happened?!
…-Dean
From: James McEnerney <[email protected]<mailto:[email protected]>>
Reply-To: UV-CDAT/cdms <[email protected]<mailto:[email protected]>>
Date: Thursday, December 22, 2016 at 10:09 AM
To: UV-CDAT/cdms <[email protected]<mailto:[email protected]>>
Cc: Subscribed <[email protected]<mailto:[email protected]>>
Subject: Re: [UV-CDAT/cdms] weird cdscan error (#70)
YIKES!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#70 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ACrXKRNkKl4e-z4faVGGmV8nwvrOFhs0ks5rKrzbgaJpZM4LSiZN>.
|
I've been plagued with a cdscan type problem and Travis's cite has had problems running the metrics test. Charles has been tracking this one and it "appears" they are the same problem. The crazy thing is that it works fine everywhere else. My system has been scrubbed and it still has issues. |
we have no idea, that's what's scary. somehow suddenly on travis (and on Jim's machine) |
@mcenerney1 could you yank your anaconda all together and try installing 2.6 not 2.8 and see if the problem persists. |
reinstalled anaconda and created new env 2.6_1 with |
@mcenerney1 Dont use the conda-forge channel when installing 2.6.1. |
With
|
@doutriaux1 @dnadeau4 it also seems a similar issue is now happening with the systematic xml generation on crunchy - it would appear to be a So 2.8:
And 2.6:
|
@durack1 , the cleanupAttrs() error is described, along with a fix, in issue CDAT/cdat#2145. I think that @dnadeau4 fixed the problem about two weeks ago. There are more problems with cdscan. |
@painter1 thanks for the heads up.. The 2.8 version above is bombing on most of the CMIP5 data, so whatever the issue is, it should be solved pronto.. I'd be happy to test this so I can get my own code back up and running.. It'd also be good to test |
Thanks for the effort on this. I'd also like to see a solution actually made operational ASAP because one of my projects is totally stalled out until cdscan works on CMIP5 data again. |
@durack1 @PeterCaldwell so this has been fixed since before XMas. @durack1 I need to update crunchy still though. So we're good. I have a branch with @painter1 additional fix. Once I added the test to the branch I will merge in master and update crunchy, unless @durack1 needs this asap on crunchy |
as far the bad error, different number and all goes, I wasted a few days tracking this beforeI realized this branch had bad baselines in it... Hence the different number when I was testing my branch on travis... duh... |
thanks @doutriaux1 this issue has been considerably complicated by changes to the permissions on the cron jobs, I presume implemented by a network bot.. This will need tweaking in addition to the update of |
@PeterCaldwell @doutriaux1 I have just updated the cron job to run against the |
Thanks @durack1 ! So it sounds like you've just reverted back to an old version of cdat until @doutriaux1 can rebuild and verify the bugfixed version on crunchy? I'm cool with that. |
@PeterCaldwell yep, my approach to this stuff.. If it works.. And I have no intention of ever changing it again, unless of course somehow IT fiddling changes everything around again.. I do hope it solves the issue, we'll find out next week |
Thanks guys! Fingers crossed. |
@doutriaux1 it seems that spawned processes aren't inheriting the environment (and the |
@doutriaux1 did you update the |
@durack1 try again now. |
@doutriaux1 thanks, I've kicked it off again I'll check back in an hour and see if xmls are being written with the update.. |
@doutriaux1 still looks like there is a problem.. |
@doutriaux1 looks like your
|
what do you mean not accessible? It's 777. I'll rechmod the whole the whole /usr/local/anaconda2 just to be safe. |
@doutriaux1 I changed the perms on This is bad, and should be fixed |
for @mcenerney1 and travis systems cdscan chokes on missing_value attribute. No idea why. The same cdscan version on my mac and linux systems work on the file that fails for @mcenerney1
see: https://travis-ci.org/UV-CDAT/uvcmetrics/builds/185660014
it's got the log details.
cdscan itself is easy to fix as shown in @dnadeau4 PR
but we need to understand why this error is triggered only on SOME systems.
in case the travis log disappear here the gist of the error:
The text was updated successfully, but these errors were encountered: