Created
August 21, 2012 19:45
-
-
Save chambbj/3418680 to your computer and use it in GitHub Desktop.
pdal_test failing on mac
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
| myhost:osx bchambers$ bin/pdal_test ../../test/data | |
| Running 198 test cases... | |
| 0.100 | |
| Wrote 1065 points | |
| 0.100 | |
| Wrote 1065 points | |
| 0.100 | |
| Wrote 1065 points | |
| 0.100 | |
| Wrote 1065 points | |
| unknown location:0: fatal error in "pcinfoTest_no_input": child has exited; pid: 13355; uid: 501; exit value: 1 | |
| /Users/bchambers/dev/pdal-trunk/test/unit/apps/pcinfoTest.cpp:50: last checkpoint | |
| unknown location:0: fatal error in "pcinfo_test_switches": child has exited; pid: 13358; uid: 501; exit value: 1 | |
| /Users/bchambers/dev/pdal-trunk/test/unit/apps/pcinfoTest.cpp:50: last checkpoint | |
| /Users/bchambers/dev/pdal-trunk/test/unit/apps/pcinfoTest.cpp:146: error in "pcinfo_test_dumps": check were_equal failed | |
| bin/pcinfo --point=1 ../../test/data/apps/simple.las > ../../test/data/../temp/pcinfo_point.txt | |
| /Users/bchambers/dev/pdal-trunk/test/unit/apps/pcinfoTest.cpp:164: error in "pcinfo_test_dumps": check were_equal failed | |
| bin/pcinfo --stats ../../test/data/apps/simple.las --seed 1234 > ../../test/data/../temp/pcinfo_stats.txt | |
| /Users/bchambers/dev/pdal-trunk/test/unit/apps/pcinfoTest.cpp:178: error in "pcinfo_test_dumps": check were_equal failed | |
| bin/pcinfo --schema ../../test/data/apps/simple.las > ../../test/data/../temp/pcinfo_schema.txt | |
| /Users/bchambers/dev/pdal-trunk/test/unit/apps/pcinfoTest.cpp:194: error in "pcinfo_test_dumps": check check == 0u failed [28 != 0] | |
| bin/pcinfo --stage ../../test/data/apps/simple.las > ../../test/data/../temp/pcinfo_stage.txt | |
| /Users/bchambers/dev/pdal-trunk/test/unit/LogTest.cpp:82: error in "test_one": check ok failed | |
| /Users/bchambers/dev/pdal-trunk/test/unit/LogTest.cpp:176: error in "test_two_a": check ok1 failed | |
| /Users/bchambers/dev/pdal-trunk/test/unit/LogTest.cpp:275: error in "test_two_b": check ok1 failed | |
| /Users/bchambers/dev/pdal-trunk/test/unit/LogTest.cpp:277: error in "test_two_b": check ok2 failed | |
| /Users/bchambers/dev/pdal-trunk/test/unit/LogTest.cpp:279: error in "test_two_b": check ok3 failed | |
| /Users/bchambers/dev/pdal-trunk/test/unit/LogTest.cpp:355: error in "test_three": check ok failed | |
| /Users/bchambers/dev/pdal-trunk/test/unit/drivers/text/TextWriterTest.cpp:76: error in "TextWriterTest_test_1": check were_equal failed | |
| comparison of ../../test/data/autzen-point-format-3.txt and ../../test/data/../temp/autzen-point-format-3.txt failed. | |
| *** 13 failures detected in test suite "Main" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment