This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(clean27)DEV014MAC001{12:48}::~/Development/OOI/Dev/code/coi-services (master) cmueller: bin/nosetests ion.services.ans.test.test_workflow:TestWorkflowManagementIntegration.test_transform_workflow | |
pyon: sys_name changed from 'None' to 'ion_test_8f367b' | |
E/Users/cmueller/Development/OOI/Dev/code/coi-services/eggs/pika-0.9.5-py2.7.egg/pika/connection.py:371: UserWarning: PyonSelectConnection.Close invoked while closing or closed | |
self.__class__.__name__) | |
====================================================================== | |
ERROR: test_transform_workflow (ion.services.ans.test.test_workflow.TestWorkflowManagementIntegration) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/cmueller/Development/OOI/Dev/code/coi-services/ion/services/ans/test/test_workflow.py", line 187, in test_transform_workflow |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In file included from src/ft2font.cpp:3: | |
src/ft2font.h:16:22: error: ft2build.h: No such file or directory | |
src/ft2font.h:17:10: error: #include expects "FILENAME" or <FILENAME> | |
src/ft2font.h:18:10: error: #include expects "FILENAME" or <FILENAME> | |
src/ft2font.h:19:10: error: #include expects "FILENAME" or <FILENAME> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for file in `la | grep '\.nc' | awk {'print $9'}`;do ncdump -h $file;done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for file in `links -dump ftp://geo.ucsd.edu/pub/begler/ooi/data/ast2/cdf/ | grep 'ast2' | grep '\.nc' | awk {'print $9'}`;do wget ftp://geo.ucsd.edu/pub/begler/ooi/data/ast2/cdf/$file -O $file;done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for file in `links -dump http://uop.whoi.edu/oceansites/ooi | grep 'AS02' | grep '\.nc' | awk {'print $3'}`;do wget http://uop.whoi.edu/oceansites/ooi/$file -O $file;done |
NewerOlder