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

CI mark failed compiled PR as success. #5444

Closed
tonyyang-svail opened this issue Nov 7, 2017 · 1 comment
Closed

CI mark failed compiled PR as success. #5444

tonyyang-svail opened this issue Nov 7, 2017 · 1 comment
Assignees
Labels

Comments

@tonyyang-svail
Copy link

tonyyang-svail commented Nov 7, 2017

In #5411, https://paddleci.ngrok.io/viewLog.html?buildId=17380&buildTypeId=Paddle_PrCi.

The CI failed in compile.

[21:58:12][Step 1/1] [ 25%] Building CXX object paddle/framework/CMakeFiles/eigen_test.dir/eigen_test.cc.o
[21:58:13][Step 1/1] /paddle/paddle/framework/lod_tensor.cc: In function 'void paddle::framework::AppendLoD(paddle::framework::LoD*, const LoD&)':
[21:58:13][Step 1/1] /paddle/paddle/framework/lod_tensor.cc:178:38: error: converting to 'const value_type {aka const thrust::host_vector<long unsigned int, thrust::system::cuda::experimental::pinned_allocator<long unsigned int> >}' from initializer list would use explicit constructor 'thrust::host_vector<T, Alloc>::host_vector(thrust::host_vector<T, Alloc>::size_type) [with T = long unsigned int; Alloc = thrust::system::cuda::experimental::pinned_allocator<long unsigned int>; thrust::host_vector<T, Alloc>::size_type = long unsigned int]'
[21:58:13][Step 1/1]      *lod = LoD(lod_length.size(), {0});
[21:58:13][Step 1/1]                                       ^
[21:58:13][Step 1/1] paddle/framework/CMakeFiles/lod_tensor.dir/build.make:62: recipe for target 'paddle/framework/CMakeFiles/lod_tensor.dir/lod_tensor.cc.o' failed
[21:58:13][Step 1/1] make[2]: *** [paddle/framework/CMakeFiles/lod_tensor.dir/lod_tensor.cc.o] Error 1
[21:58:13][Step 1/1] CMakeFiles/Makefile2:9427: recipe for target 'paddle/framework/CMakeFiles/lod_tensor.dir/all' failed
[21:58:13][Step 1/1] make[1]: *** [paddle/framework/CMakeFiles/lod_tensor.dir/all] Error 2
[21:58:13][Step 1/1] make[1]: *** Waiting for unfinished jobs....
[21:58:18][Step 1/1] [ 25%] Linking CXX executable eigen_test

And we saw a bunch of Not Run

...
[21:58:43][Step 1/1]   3/267 Test   #7: CrossMapNormalOpTest ........................***Not Run   0.00 sec
[21:58:43][Step 1/1]         Start   8: TensorShapeTest
[21:58:43][Step 1/1] Could not find executable TensorShapeTest
[21:58:43][Step 1/1] Looked in the following places:
[21:58:43][Step 1/1] TensorShapeTest
[21:58:43][Step 1/1] TensorShapeTest
[21:58:43][Step 1/1] Release/TensorShapeTest
[21:58:43][Step 1/1] Release/TensorShapeTest
[21:58:43][Step 1/1] Debug/TensorShapeTest
[21:58:43][Step 1/1] Debug/TensorShapeTest
[21:58:43][Step 1/1] MinSizeRel/TensorShapeTest
[21:58:43][Step 1/1] MinSizeRel/TensorShapeTest
[21:58:43][Step 1/1] RelWithDebInfo/TensorShapeTest
[21:58:43][Step 1/1] RelWithDebInfo/TensorShapeTest
[21:58:43][Step 1/1] Deployment/TensorShapeTest
[21:58:43][Step 1/1] Deployment/TensorShapeTest
[21:58:43][Step 1/1] Development/TensorShapeTest
[21:58:43][Step 1/1] Development/TensorShapeTest
[21:58:43][Step 1/1]   4/267 Test   #8: TensorShapeTest .............................***Not Run   0.00 sec
[21:58:44][Step 1/1]         Start   9: TensorTypeTest
[21:58:44][Step 1/1] Unable to find executable: TensorTypeTest
[21:58:44][Step 1/1] Unable to find executable: BufferArgTest
[21:58:44][Step 1/1] Could not find executable TensorTypeTest
[21:58:44][Step 1/1] Unable to find executable: FunctionTest
[21:58:44][Step 1/1] Looked in the following places:
[21:58:44][Step 1/1] Unable to find executable: ContextProjectionOpTest
[21:58:44][Step 1/1] TensorTypeTest
[21:58:44][Step 1/1] TensorTypeTest
[21:58:44][Step 1/1] Release/TensorTypeTest
[21:58:44][Step 1/1] Release/TensorTypeTest
[21:58:44][Step 1/1] Debug/TensorTypeTest
[21:58:44][Step 1/1] Debug/TensorTypeTest
[21:58:44][Step 1/1] MinSizeRel/TensorTypeTest
[21:58:44][Step 1/1] MinSizeRel/TensorTypeTest
[21:58:44][Step 1/1] RelWithDebInfo/TensorTypeTest
[21:58:44][Step 1/1] RelWithDebInfo/TensorTypeTest
[21:58:44][Step 1/1] Deployment/TensorTypeTest
[21:58:44][Step 1/1] Deployment/TensorTypeTest
[21:58:44][Step 1/1] Development/TensorTypeTest
[21:58:44][Step 1/1] Development/TensorTypeTest
[21:58:44][Step 1/1]   5/267 Test   #9: TensorTypeTest ..............................***Not Run   0.00 sec
...

However, the commit is still marked as passed in the PR.

@tonyyang-svail
Copy link
Author

This has been fixed at fd7ed3b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants