#6373·pcl

2 tests fail

Author: yurivictCreated Nov 27, 2025Updated Nov 27, 2025
98% tests passed, 2 tests failed out of 133

Total Test time (real) =  17.24 sec

The following tests FAILED:
         83 - io_io (Failed)
        101 - outofcore_test (Failed)
Errors while running CTest
Output from these tests are in: /usr/ports/graphics/pcl-pointclouds/work/.build/test/Testing/Temporary/LastTest.log

The LastTest.log doesn't exist.

$  work/.build/test/io/test_io
[==========] Running 44 tests from 25 test suites.
[----------] Global test environment set-up.
[----------] 20 tests from PCL
[ RUN      ] PCL.ComplexPCDFileASCII
[       OK ] PCL.ComplexPCDFileASCII (0 ms)
[ RUN      ] PCL.AllTypesPCDFile
[       OK ] PCL.AllTypesPCDFile (0 ms)
[ RUN      ] PCL.ConcatenatePoints
[       OK ] PCL.ConcatenatePoints (0 ms)
[ RUN      ] PCL.ConcatenateFields
[       OK ] PCL.ConcatenateFields (0 ms)
[ RUN      ] PCL.IO
[pcl::PCDWriter::writeBinary] raw_fallocate(length=4915389) returned 45. errno: 0 strerror: No error: 0
: [pcl::PCDWriter::writeBinary] Error during raw_fallocate ()!
[pcl::PCDReader::readHeader] File 'test_pcl_io_binary.pcd' is empty.
/usr/ports/graphics/pcl-pointclouds/work/pcl-pcl-1.15.1/test/io/test_io.cpp:563: Failure
Expected: (res) != (-1), actual: -1 vs -1
[pcl::PCDWriter::writeBinary] raw_fallocate(length=2457790) returned 45. errno: 0 strerror: No error: 0
: [pcl::PCDWriter::writeBinary] Error during raw_fallocate ()!
[pcl::PCDReader::readHeader] File 'test_pcl_io_binary.pcd' is empty.
/usr/ports/graphics/pcl-pointclouds/work/pcl-pcl-1.15.1/test/io/test_io.cpp:635: Failure
Expected: (res) != (-1), actual: -1 vs -1
/usr/ports/graphics/pcl-pointclouds/work/pcl-pcl-1.15.1/test/io/test_io.cpp:636: Failure
Expected equality of these values:
  cloud_blob.width
    Which is: 640
  cloud.width * cloud.height / 2
    Which is: 153600
/usr/ports/graphics/pcl-pointclouds/work/pcl-pcl-1.15.1/test/io/test_io.cpp:637: Failure
Expected equality of these values:
  cloud_blob.height
    Which is: 480
  1
/usr/ports/graphics/pcl-pointclouds/work/pcl-pcl-1.15.1/test/io/test_io.cpp:649: Failure
Expected equality of these values:
  cloud.size ()
    Which is: 307200
  nr_p / 2
    Which is: 153600
/usr/ports/graphics/pcl-pointclouds/work/pcl-pcl-1.15.1/test/io/test_io.cpp:682: Failure
Expected equality of these values:
  cloud.size ()
    Which is: 153600
  nr_p / 4
    Which is: 76800
[  FAILED  ] PCL.IO (1119 ms)
[ RUN      ] PCL.EmptyCloudToPCD
[pcl::PCDWriter::writeASCII] Input point cloud has no data!
[pcl::PCDReader::readHeader] number of points is zero.
[pcl::PCDWriter::writeASCII] Input point cloud has no data or empty indices given!
[pcl::PCDReader::readHeader] number of points is zero.
[pcl::PCDWriter::writeBinary] Input point cloud has no data!
[pcl::PCDWriter::writeBinary] raw_fallocate(length=164) returned 45. errno: 0 strerror: No error: 0
unknown file: Failure
C++ exception with description ": [pcl::PCDWriter::writeBinary] Error during raw_fallocate ()!" thrown in the test body.
[  FAILED  ] PCL.EmptyCloudToPCD (0 ms)
[ RUN      ] PCL.PCDReaderWriter
[       OK ] PCL.PCDReaderWriter (15 ms)
[ RUN      ] PCL.PCDReaderWriterASCIIColorPrecision
[pcl::PCDWriter::writeBinary] raw_fallocate(length=58493114) returned 45. errno: 0 strerror: No error: 0
unknown file: Failure
C++ exception with description ": [pcl::PCDWriter::writeBinary] Error during raw_fallocate ()!" thrown in the test body.
[  FAILED  ] PCL.PCDReaderWriterASCIIColorPrecision (56 ms)
[ RUN      ] PCL.ASCIIRead
[       OK ] PCL.ASCIIRead (0 ms)
[ RUN      ] PCL.OBJRead
[       OK ] PCL.OBJRead (0 ms)
[ RUN      ] PCL.loadOBJWithoutFaces
Failed to find exact match for field 'curvature'.
[       OK ] PCL.loadOBJWithoutFaces (0 ms)
[ RUN      ] PCL.ExtendedIO
[       OK ] PCL.ExtendedIO (0 ms)
[ RUN      ] PCL.EigenConversions
[       OK ] PCL.EigenConversions (0 ms)
[ RUN      ] PCL.CopyPointCloud
[       OK ] PCL.CopyPointCloud (0 ms)
[ RUN      ] PCL.LZF
[pcl::PCDWriter::writeBinaryCompressed] raw_fallocate(length=3769132) returned 45. errno: 0 strerror: No error: 0
unknown file: Failure
C++ exception with description ": [pcl::PCDWriter::writeBinaryCompressed] Error during raw_fallocate ()!" thrown in the test body.
[  FAILED  ] PCL.LZF (20 ms)
[ RUN      ] PCL.LZFExtended
[       OK ] PCL.LZFExtended (157 ms)
[ RUN      ] PCL.WriteBinaryToOStream
[       OK ] PCL.WriteBinaryToOStream (138 ms)
[ RUN      ] PCL.LZFInMem
[       OK ] PCL.LZFInMem (151 ms)
[ RUN      ] PCL.Locale
[       OK ] PCL.Locale (699 ms)
[ RUN      ] PCL.IFS
[       OK ] PCL.IFS (0 ms)
[----------] 20 tests from PCL (2361 ms total)

[----------] 1 test from AutoIOTest/0, where TypeParam = pcl::PointXYZ
[ RUN      ] AutoIOTest/0.AutoLoadCloudFiles
[pcl::PCDWriter::writeBinary] raw_fallocate(length=766) returned 45. errno: 0 strerror: No error: 0
unknown file: Failure
C++ exception with description ": [pcl::PCDWriter::writeBinary] Error during raw_fallocate ()!" thrown in the test body.
[  FAILED  ] AutoIOTest/0.AutoLoadCloudFiles, where TypeParam = pcl::PointXYZ (0 ms)
[----------] 1 test from AutoIOTest/0 (0 ms total)

[----------] 1 test from AutoIOTest/1, where TypeParam = pcl::PointXYZI
[ RUN      ] AutoIOTest/1.AutoLoadCloudFiles
[pcl::PCDWriter::writeBinary] raw_fallocate(length=982) returned 45. errno: 0 strerror: No error: 0
unknown file: Failure
C++ exception with description ": [pcl::PCDWriter::writeBinary] Error during raw_fallocate ()!" thrown in the test body.
[  FAILED  ] AutoIOTest/1.AutoLoadCloudFiles, where TypeParam = pcl::PointXYZI (0 ms)
[----------] 1 test from AutoIOTest/1 (0 ms total)

[----------] 1 test from AutoIOTest/2, where TypeParam = pcl::PointXYZL
[ RUN      ] AutoIOTest/2.AutoLoadCloudFiles
[pcl::PCDWriter::writeBinary] raw_fallocate(length=978) returned 45. errno: 0 strerror: No error: 0
unknown file: Failure
C++ exception with description ": [pcl::PCDWriter::writeBinary] Error during raw_fallocate ()!" thrown in the test body.
[  FAILED  ] AutoIOTest/2.AutoLoadCloudFiles, where TypeParam = pcl::PointXYZL (0 ms)
[----------] 1 test from AutoIOTest/2 (0 ms total)

[----------] 1 test from AutoIOTest/3, where TypeParam = pcl::PointXYZRGBA
[ RUN      ] AutoIOTest/3.AutoLoadCloudFiles
[pcl::PCDWriter::writeBinary] raw_fallocate(length=977) returned 45. errno: 0 strerror: No error: 0
unknown file: Failure
C++ exception with description ": [pcl::PCDWriter::writeBinary] Error during raw_fallocate ()!" thrown in the test body.
[  FAILED  ] AutoIOTest/3.AutoLoadCloudFiles, where TypeParam = pcl::PointXYZRGBA (0 ms)
[----------] 1 test from AutoIOTest/3 (0 ms total)

[----------] 1 test from AutoIOTest/4, where TypeParam = pcl::PointXYZRGB
[ RUN      ] AutoIOTest/4.AutoLoadCloudFiles
[pcl::PCDWriter::writeBinary] raw_fallocate(length=976) returned 45. errno: 0 strerror: No error: 0
unknown file: Failure
C++ exception with description ": [pcl::PCDWriter::writeBinary] Error during raw_fallocate ()!" thrown in the test body.
[  FAILED  ] AutoIOTest/4.AutoLoadCloudFiles, where TypeParam = pcl::PointXYZRGB (0 ms)
[----------] 1 test from AutoIOTest/4 (0 ms total)

[----------] 1 test from AutoIOTest/5, where TypeParam = pcl::PointXYZRGBL
[ RUN      ] AutoIOTest/5.AutoLoadCloudFiles
[pcl::PCDWriter::writeBinary] raw_fallocate(length=1189) returned 45. errno: 0 strerror: No error: 0
unknown file: Failure
C++ exception with description ": [pcl::PCDWriter::writeBinary] Error during raw_fallocate ()!" thrown in the test body.
[  FAILED  ] AutoIOTest/5.AutoLoadCloudFiles, where TypeParam = pcl::PointXYZRGBL (0 ms)
[----------] 1 test from AutoIOTest/5 (0 ms total)

[----------] 1 test from AutoIOTest/6, where TypeParam = pcl::PointXYZLAB
[ RUN      ] AutoIOTest/6.AutoLoadCloudFiles
[pcl::PCDWriter::writeBinary] raw_fallocate(length=1390) returned 45. errno: 0 strerror: No error: 0
unknown file: Failure
C++ exception with description ": [pcl::PCDWriter::writeBinary] Error during raw_fallocate ()!" thrown in the test body.
[  FAILED  ] AutoIOTest/6.AutoLoadCloudFiles, where TypeParam = pcl::PointXYZLAB (0 ms)
[----------] 1 test from AutoIOTest/6 (0 ms total)

[----------] 1 test from AutoIOTest/7, where TypeParam = pcl::PointXYZHSV
[ RUN      ] AutoIOTest/7.AutoLoadCloudFiles
[pcl::PCDWriter::writeBinary] raw_fallocate(length=1390) returned 45. errno: 0 strerror: No error: 0
unknown file: Failure
C++ exception with description ": [pcl::PCDWriter::writeBinary] Error during raw_fallocate ()!" thrown in the test body.
[  FAILED  ] AutoIOTest/7.AutoLoadCloudFiles, where TypeParam = pcl::PointXYZHSV (0 ms)
[----------] 1 test from AutoIOTest/7 (0 ms total)

[----------] 1 test from AutoIOTest/8, where TypeParam = pcl::InterestPoint
[ RUN      ] AutoIOTest/8.AutoLoadCloudFiles
[pcl::PCDWriter::writeBinary] raw_fallocate(length=981) returned 45. errno: 0 strerror: No error: 0
unknown file: Failure
C++ exception with description ": [pcl::PCDWriter::writeBinary] Error during raw_fallocate ()!" thrown in the test body.
[  FAILED  ] AutoIOTest/8.AutoLoadCloudFiles, where TypeParam = pcl::InterestPoint (0 ms)
[----------] 1 test from AutoIOTest/8 (0 ms total)

[----------] 1 test from AutoIOTest/9, where TypeParam = pcl::PointNormal
[ RUN      ] AutoIOTest/9.AutoLoadCloudFiles
[pcl::PCDWriter::writeBinary] raw_fallocate(length=1627) returned 45. errno: 0 strerror: No error: 0
unknown file: Failure
C++ exception with description ": [pcl::PCDWriter::writeBinary] Error during raw_fallocate ()!" thrown in the test body.
[  FAILED  ] AutoIOTest/9.AutoLoadCloudFiles, where TypeParam = pcl::PointNormal (0 ms)
[----------] 1 test from AutoIOTest/9 (0 ms total)

[----------] 1 test from AutoIOTest/10, where TypeParam = pcl::PointXYZRGBNormal
[ RUN      ] AutoIOTest/10.AutoLoadCloudFiles
[pcl::PCDWriter::writeBinary] raw_fallocate(length=1837) returned 45. errno: 0 strerror: No error: 0
unknown file: Failure
C++ exception with description ": [pcl::PCDWriter::writeBinary] Error during raw_fallocate ()!" thrown in the test body.
[  FAILED  ] AutoIOTest/10.AutoLoadCloudFiles, where TypeParam = pcl::PointXYZRGBNormal (0 ms)
[----------] 1 test from AutoIOTest/10 (0 ms total)

[----------] 1 test from AutoIOTest/11, where TypeParam = pcl::PointXYZINormal
[ RUN      ] AutoIOTest/11.AutoLoadCloudFiles
[pcl::PCDWriter::writeBinary] raw_fallocate(length=1843) returned 45. errno: 0 strerror: No error: 0
unknown file: Failure
C++ exception with description ": [pcl::PCDWriter::writeBinary] Error during raw_fallocate ()!" thrown in the test body.
[  FAILED  ] AutoIOTest/11.AutoLoadCloudFiles, where TypeParam = pcl::PointXYZINormal (0 ms)
[----------] 1 test from AutoIOTest/11 (0 ms total)

[----------] 1 test from AutoIOTest/12, where TypeParam = pcl::PointXYZLNormal
[ RUN      ] AutoIOTest/12.AutoLoadCloudFiles
[pcl::PCDWriter::writeBinary] raw_fallocate(length=1839) returned 45. errno: 0 strerror: No error: 0
unknown file: Failure
C++ exception with description ": [pcl::PCDWriter::writeBinary] Error during raw_fallocate ()!" thrown in the test body.
[  FAILED  ] AutoIOTest/12.AutoLoadCloudFiles, where TypeParam = pcl::PointXYZLNormal (0 ms)
[----------] 1 test from AutoIOTest/12 (0 ms total)

[----------] 1 test from AutoIOTest/13, where TypeParam = pcl::PointWithRange
[ RUN      ] AutoIOTest/13.AutoLoadCloudFiles
[pcl::PCDWriter::writeBinary] raw_fallocate(length=978) returned 45. errno: 0 strerror: No error: 0
unknown file: Failure
C++ exception with description ": [pcl::PCDWriter::writeBinary] Error during raw_fallocate ()!" thrown in the test body.
[  FAILED  ] AutoIOTest/13.AutoLoadCloudFiles, where TypeParam = pcl::PointWithRange (0 ms)
[----------] 1 test from AutoIOTest/13 (0 ms total)

[----------] 1 test from AutoIOTest/14, where TypeParam = pcl::PointWithViewpoint
[ RUN      ] AutoIOTest/14.AutoLoadCloudFiles
[pcl::PCDWriter::writeBinary] raw_fallocate(length=1399) returned 45. errno: 0 strerror: No error: 0
unknown file: Failure
C++ exception with description ": [pcl::PCDWriter::writeBinary] Error during raw_fallocate ()!" thrown in the test body.
[  FAILED  ] AutoIOTest/14.AutoLoadCloudFiles, where TypeParam = pcl::PointWithViewpoint (0 ms)
[----------] 1 test from AutoIOTest/14 (0 ms total)

[----------] 1 test from AutoIOTest/15, where TypeParam = pcl::PointWithScale
[ RUN      ] AutoIOTest/15.AutoLoadCloudFiles
[pcl::PCDWriter::writeBinary] raw_fallocate(length=978) returned 45. errno: 0 strerror: No error: 0
unknown file: Failure
C++ exception with description ": [pcl::PCDWriter::writeBinary] Error during raw_fallocate ()!" thrown in the test body.
[  FAILED  ] AutoIOTest/15.AutoLoadCloudFiles, where TypeParam = pcl::PointWithScale (0 ms)
[----------] 1 test from AutoIOTest/15 (0 ms total)

[----------] 1 test from AutoIOTest/16, where TypeParam = pcl::PointSurfel
[ RUN      ] AutoIOTest/16.AutoLoadCloudFiles
[pcl::PCDWriter::writeBinary] raw_fallocate(length=2268) returned 45. errno: 0 strerror: No error: 0
unknown file: Failure
C++ exception with description ": [pcl::PCDWriter::writeBinary] Error during raw_fallocate ()!" thrown in the test body.
[  FAILED  ] AutoIOTest/16.AutoLoadCloudFiles, where TypeParam = pcl::PointSurfel (0 ms)
[----------] 1 test from AutoIOTest/16 (0 ms total)

[----------] 1 test from AutoIOTest/17, where TypeParam = pcl::PointDEM
[ RUN      ] AutoIOTest/17.AutoLoadCloudFiles
[pcl::PCDWriter::writeBinary] raw_fallocate(length=1429) returned 45. errno: 0 strerror: No error: 0
unknown file: Failure
C++ exception with description ": [pcl::PCDWriter::writeBinary] Error during raw_fallocate ()!" thrown in the test body.
[  FAILED  ] AutoIOTest/17.AutoLoadCloudFiles, where TypeParam = pcl::PointDEM (0 ms)
[----------] 1 test from AutoIOTest/17 (0 ms total)

[----------] 1 test from AutoIOTest/18, where TypeParam = pcl::Normal
[ RUN      ] AutoIOTest/18.AutoLoadCloudFiles
[pcl::PCDWriter::writeBinary] raw_fallocate(length=1003) returned 45. errno: 0 strerror: No error: 0
unknown file: Failure
C++ exception with description ": [pcl::PCDWriter::writeBinary] Error during raw_fallocate ()!" thrown in the test body.
[  FAILED  ] AutoIOTest/18.AutoLoadCloudFiles, where TypeParam = pcl::Normal (0 ms)
[----------] 1 test from AutoIOTest/18 (0 ms total)

[----------] 1 test from AutoIOTest/19, where TypeParam = pcl::PointNormal
[ RUN      ] AutoIOTest/19.AutoLoadCloudFiles
[pcl::PCDWriter::writeBinary] raw_fallocate(length=1627) returned 45. errno: 0 strerror: No error: 0
unknown file: Failure
C++ exception with description ": [pcl::PCDWriter::writeBinary] Error during raw_fallocate ()!" thrown in the test body.
[  FAILED  ] AutoIOTest/19.AutoLoadCloudFiles, where TypeParam = pcl::PointNormal (0 ms)
[----------] 1 test from AutoIOTest/19 (0 ms total)

[----------] 1 test from AutoIOTest/20, where TypeParam = pcl::PointXYZRGBNormal
[ RUN      ] AutoIOTest/20.AutoLoadCloudFiles
[pcl::PCDWriter::writeBinary] raw_fallocate(length=1837) returned 45. errno: 0 strerror: No error: 0
unknown file: Failure
C++ exception with description ": [pcl::PCDWriter::writeBinary] Error during raw_fallocate ()!" thrown in the test body.
[  FAILED  ] AutoIOTest/20.AutoLoadCloudFiles, where TypeParam = pcl::PointXYZRGBNormal (0 ms)
[----------] 1 test from AutoIOTest/20 (0 ms total)

[----------] 1 test from AutoIOTest/21, where TypeParam = pcl::PointXYZINormal
[ RUN      ] AutoIOTest/21.AutoLoadCloudFiles
[pcl::PCDWriter::writeBinary] raw_fallocate(length=1843) returned 45. errno: 0 strerror: No error: 0
unknown file: Failure
C++ exception with description ": [pcl::PCDWriter::writeBinary] Error during raw_fallocate ()!" thrown in the test body.
[  FAILED  ] AutoIOTest/21.AutoLoadCloudFiles, where TypeParam = pcl::PointXYZINormal (0 ms)
[----------] 1 test from AutoIOTest/21 (0 ms total)

[----------] 1 test from AutoIOTest/22, where TypeParam = pcl::PointXYZLNormal
[ RUN      ] AutoIOTest/22.AutoLoadCloudFiles
[pcl::PCDWriter::writeBinary] raw_fallocate(length=1839) returned 45. errno: 0 strerror: No error: 0
unknown file: Failure
C++ exception with description ": [pcl::PCDWriter::writeBinary] Error during raw_fallocate ()!" thrown in the test body.
[  FAILED  ] AutoIOTest/22.AutoLoadCloudFiles, where TypeParam = pcl::PointXYZLNormal (0 ms)
[----------] 1 test from AutoIOTest/22 (0 ms total)

[----------] 1 test from AutoIOTest/23, where TypeParam = pcl::PointSurfel
[ RUN      ] AutoIOTest/23.AutoLoadCloudFiles
[pcl::PCDWriter::writeBinary] raw_fallocate(length=2268) returned 45. errno: 0 strerror: No error: 0
unknown file: Failure
C++ exception with description ": [pcl::PCDWriter::writeBinary] Error during raw_fallocate ()!" thrown in the test body.
[  FAILED  ] AutoIOTest/23.AutoLoadCloudFiles, where TypeParam = pcl::PointSurfel (0 ms)
[----------] 1 test from AutoIOTest/23 (0 ms total)

[----------] Global test environment tear-down
[==========] 44 tests from 25 test suites ran. (2362 ms total)
[  PASSED  ] 16 tests.
[  FAILED  ] 28 tests, listed below:
[  FAILED  ] PCL.IO
[  FAILED  ] PCL.EmptyCloudToPCD
[  FAILED  ] PCL.PCDReaderWriterASCIIColorPrecision
[  FAILED  ] PCL.LZF
[  FAILED  ] AutoIOTest/0.AutoLoadCloudFiles, where TypeParam = pcl::PointXYZ
[  FAILED  ] AutoIOTest/1.AutoLoadCloudFiles, where TypeParam = pcl::PointXYZI
[  FAILED  ] AutoIOTest/2.AutoLoadCloudFiles, where TypeParam = pcl::PointXYZL
[  FAILED  ] AutoIOTest/3.AutoLoadCloudFiles, where TypeParam = pcl::PointXYZRGBA
[  FAILED  ] AutoIOTest/4.AutoLoadCloudFiles, where TypeParam = pcl::PointXYZRGB
[  FAILED  ] AutoIOTest/5.AutoLoadCloudFiles, where TypeParam = pcl::PointXYZRGBL
[  FAILED  ] AutoIOTest/6.AutoLoadCloudFiles, where TypeParam = pcl::PointXYZLAB
[  FAILED  ] AutoIOTest/7.AutoLoadCloudFiles, where TypeParam = pcl::PointXYZHSV
[  FAILED  ] AutoIOTest/8.AutoLoadCloudFiles, where TypeParam = pcl::InterestPoint
[  FAILED  ] AutoIOTest/9.AutoLoadCloudFiles, where TypeParam = pcl::PointNormal
[  FAILED  ] AutoIOTest/10.AutoLoadCloudFiles, where TypeParam = pcl::PointXYZRGBNormal
[  FAILED  ] AutoIOTest/11.AutoLoadCloudFiles, where TypeParam = pcl::PointXYZINormal
[  FAILED  ] AutoIOTest/12.AutoLoadCloudFiles, where TypeParam = pcl::PointXYZLNormal
[  FAILED  ] AutoIOTest/13.AutoLoadCloudFiles, where TypeParam = pcl::PointWithRange
[  FAILED  ] AutoIOTest/14.AutoLoadCloudFiles, where TypeParam = pcl::PointWithViewpoint
[  FAILED  ] AutoIOTest/15.AutoLoadCloudFiles, where TypeParam = pcl::PointWithScale
[  FAILED  ] AutoIOTest/16.AutoLoadCloudFiles, where TypeParam = pcl::PointSurfel
[  FAILED  ] AutoIOTest/17.AutoLoadCloudFiles, where TypeParam = pcl::PointDEM
[  FAILED  ] AutoIOTest/18.AutoLoadCloudFiles, where TypeParam = pcl::Normal
[  FAILED  ] AutoIOTest/19.AutoLoadCloudFiles, where TypeParam = pcl::PointNormal
[  FAILED  ] AutoIOTest/20.AutoLoadCloudFiles, where TypeParam = pcl::PointXYZRGBNormal
[  FAILED  ] AutoIOTest/21.AutoLoadCloudFiles, where TypeParam = pcl::PointXYZINormal
[  FAILED  ] AutoIOTest/22.AutoLoadCloudFiles, where TypeParam = pcl::PointXYZLNormal
[  FAILED  ] AutoIOTest/23.AutoLoadCloudFiles, where TypeParam = pcl::PointSurfel

28 FAILED TESTS
$  work/.build/test/outofcore/test_outofcore 
[==========] Running 16 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 4 tests from PCL
[ RUN      ] PCL.Outofcore_Octree_Build
[pcl::PCDWriter::writeBinaryCompressed] raw_fallocate(length=196) returned 45. errno: 2 strerror: No such file or directory
unknown file: Failure
C++ exception with description ": [pcl::PCDWriter::writeBinaryCompressed] Error during raw_fallocate ()!" thrown in the test body.
[  FAILED  ] PCL.Outofcore_Octree_Build (4 ms)
[ RUN      ] PCL.Outofcore_Octree_Build_LOD
[pcl::PCDWriter::writeBinaryCompressed] raw_fallocate(length=208) returned 45. errno: 2 strerror: No such file or directory
unknown file: Failure
C++ exception with description ": [pcl::PCDWriter::writeBinaryCompressed] Error during raw_fallocate ()!" thrown in the test body.
[  FAILED  ] PCL.Outofcore_Octree_Build_LOD (0 ms)
[ RUN      ] P