Skip to content
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

Prefer C++ method std::log over C method log #3270

Merged
merged 1 commit into from
Aug 8, 2019

Conversation

SunBlack
Copy link
Contributor

@SunBlack SunBlack commented Aug 6, 2019

No description provided.

Copy link
Member

@SergioRAgostinho SergioRAgostinho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm rebuilding the osx instance to see if it goes through this time. I briefly searched for an error message but couldn't find it. 🤷‍♂️

Edit: I just noticed the CI is failing even in master.

@taketwo
Copy link
Member

taketwo commented Aug 8, 2019

Yeah, osx fails most of the times lately...

@taketwo taketwo merged commit 2d445c2 into PointCloudLibrary:master Aug 8, 2019
@SunBlack SunBlack deleted the use_std-log branch August 8, 2019 15:21
@SergioRAgostinho
Copy link
Member

I'll try to reserve some time during the weekend to see if I can replicate it.

@SergioRAgostinho
Copy link
Member

Just gave it a test and master build without issues. My next conjecture is that the agent/VM might be running out of memory.

@taketwo
Copy link
Member

taketwo commented Aug 10, 2019

Couple of observations:

  • All osx jobs starting from August have failed in the same way:
    • at approximately the same time (40 or 41 minute into the build)
    • at the same percentage (35%) after completing pcl_surface target
  • Before August osx jobs occasionally failed, but with "communication lost" error
  • Before August in succeeding jobs pcl_surface target was at 36% of the build

I also checked updates that happened to Azure osx image recently (week 29, week 30), but there is nothing significant that can affect us. The only somewhat remotely related change is a tiny bump in homebrew version.

@taketwo
Copy link
Member

taketwo commented Aug 10, 2019

Our Ubuntu job has been failing lately as well. Coincidentally during compilation of examples for the surface module:

[ 41%] Building CXX object examples/surface/CMakeFiles/pcl_example_nurbs_fitting_closed_curve.dir/example_nurbs_fitting_closed_curve.cpp.o
/__w/1/s/examples/surface/example_nurbs_fitting_closed_curve.cpp:1:55: fatal error: pcl/surface/on_nurbs/fitting_curve_2d_pdm.h: No such file or directory
compilation terminated.
examples/surface/CMakeFiles/pcl_example_nurbs_fitting_closed_curve.dir/build.make:62: recipe for target 'examples/surface/CMakeFiles/pcl_example_nurbs_fitting_closed_curve.dir/example_nurbs_fitting_closed_curve.cpp.o' failed
make[2]: *** [examples/surface/CMakeFiles/pcl_example_nurbs_fitting_closed_curve.dir/example_nurbs_fitting_closed_curve.cpp.o] Error 1
make[1]: *** [examples/surface/CMakeFiles/pcl_example_nurbs_fitting_closed_curve.dir/all] Error 2

I can not reproduce on my 16.04 machine.

@SergioRAgostinho
Copy link
Member

Ok, I didn't build nurbs code before. Just the standard surface module. I'll have another look to see if something pops out.

@SunBlack
Copy link
Contributor Author

I can not reproduce on my 16.04 machine.

Neither on 18.04 with clang (as usual: full build)

@SergioRAgostinho SergioRAgostinho mentioned this pull request Aug 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants