Deep3DFaceReconstruction icon indicating copy to clipboard operation
Deep3DFaceReconstruction copied to clipboard

Bazel test is failed

Open Ishve opened this issue 3 years ago • 7 comments

bazeltestfailed

Bazel test is failed as per below log from terminal. please see the attached screenshot as well.

FAIL: //mesh_renderer:mesh_renderer_test (see /home/preksh/.cache/bazel/_bazel_preksh/887e388b830f4415bdb0c32c0787f49a/execroot/tf_mesh_renderer/bazel-out/k8-fastbuild/testlogs/mesh_renderer/mesh_renderer_test/test.log) FAIL: //mesh_renderer:rasterize_triangles_test (see /home/preksh/.cache/bazel/_bazel_preksh/887e388b830f4415bdb0c32c0787f49a/execroot/tf_mesh_renderer/bazel-out/k8-fastbuild/testlogs/mesh_renderer/rasterize_triangles_test/test.log) INFO: Elapsed time: 70.600s, Critical Path: 34.69s INFO: 30 processes: 30 linux-sandbox. INFO: Build completed, 2 tests FAILED, 48 total actions //mesh_renderer/kernels:rasterize_triangles_impl_test PASSED in 0.2s //mesh_renderer:mesh_renderer_test FAILED in 3.2s /home/preksh/.cache/bazel/_bazel_preksh/887e388b830f4415bdb0c32c0787f49a/execroot/tf_mesh_renderer/bazel-out/k8-fastbuild/testlogs/mesh_renderer/mesh_renderer_test/test.log //mesh_renderer:rasterize_triangles_test FAILED in 4.1s /home/preksh/.cache/bazel/_bazel_preksh/887e388b830f4415bdb0c32c0787f49a/execroot/tf_mesh_renderer/bazel-out/k8-fastbuild/testlogs/mesh_renderer/rasterize_triangles_test/test.log

Executed 3 out of 3 tests: 1 test passes and 2 fail locally. There were tests whose specified size is too big. Use the --test_verbose_timeoutINFO: Build completed, 2 tests FAILED, 48 total actions

Ishve avatar Mar 04 '21 17:03 Ishve

Hi, if you pass the first test (kernels:rasterize_triangles_impl_test), the library is ready to use. You can find rasterize_triangles_kernel.so following the instruction of our repository and run the demo code as well as the training code. The following two failed tests seem to cause by incompatibility between different versions of tf_mesh_renderer.

YuDeng avatar Mar 05 '21 07:03 YuDeng

I encountered the following problems image

AKclown avatar Jul 20 '21 10:07 AKclown

Hi, Please download correct version of Tensorflow then check the folder structure according to the github steps. If you install correct version of tensorflow you will get Kernels:rasterize_triangles_imple_test folder.

On Tue, Jul 20, 2021 at 4:18 PM AKclown @.***> wrote:

I encountered the following problems [image: image] https://user-images.githubusercontent.com/33648653/126311613-0d79d4fd-745e-41aa-8fa8-3007cb7da937.png

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/microsoft/Deep3DFaceReconstruction/issues/117#issuecomment-883294388, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASKSBLXS34SHYR4CMAIYHFTTYVIBHANCNFSM4YTVXKEQ .

Ishve avatar Jul 20 '21 13:07 Ishve

Hi, It exists in the directory you mentioned . I am a window 10 system, Is it because mine is not caused by the linux system? image

AKclown avatar Jul 21 '21 03:07 AKclown

bazeltestfailed

Bazel test is failed as per below log from terminal. please see the attached screenshot as well.

FAIL: //mesh_renderer:mesh_renderer_test (see /home/preksh/.cache/bazel/_bazel_preksh/887e388b830f4415bdb0c32c0787f49a/execroot/tf_mesh_renderer/bazel-out/k8-fastbuild/testlogs/mesh_renderer/mesh_renderer_test/test.log) FAIL: //mesh_renderer:rasterize_triangles_test (see /home/preksh/.cache/bazel/_bazel_preksh/887e388b830f4415bdb0c32c0787f49a/execroot/tf_mesh_renderer/bazel-out/k8-fastbuild/testlogs/mesh_renderer/rasterize_triangles_test/test.log) INFO: Elapsed time: 70.600s, Critical Path: 34.69s INFO: 30 processes: 30 linux-sandbox. INFO: Build completed, 2 tests FAILED, 48 total actions //mesh_renderer/kernels:rasterize_triangles_impl_test PASSED in 0.2s //mesh_renderer:mesh_renderer_test FAILED in 3.2s /home/preksh/.cache/bazel/_bazel_preksh/887e388b830f4415bdb0c32c0787f49a/execroot/tf_mesh_renderer/bazel-out/k8-fastbuild/testlogs/mesh_renderer/mesh_renderer_test/test.log //mesh_renderer:rasterize_triangles_test FAILED in 4.1s /home/preksh/.cache/bazel/_bazel_preksh/887e388b830f4415bdb0c32c0787f49a/execroot/tf_mesh_renderer/bazel-out/k8-fastbuild/testlogs/mesh_renderer/rasterize_triangles_test/test.log

Executed 3 out of 3 tests: 1 test passes and 2 fail locally. There were tests whose specified size is too big. Use the --test_verbose_timeoutINFO: Build completed, 2 tests FAILED, 48 total actions

I met the same situation with you and the .so file was not generated... (:

One-punch24 avatar Mar 25 '22 05:03 One-punch24

bazeltestfailed Bazel test is failed as per below log from terminal. please see the attached screenshot as well. FAIL: //mesh_renderer:mesh_renderer_test (see /home/preksh/.cache/bazel/_bazel_preksh/887e388b830f4415bdb0c32c0787f49a/execroot/tf_mesh_renderer/bazel-out/k8-fastbuild/testlogs/mesh_renderer/mesh_renderer_test/test.log) FAIL: //mesh_renderer:rasterize_triangles_test (see /home/preksh/.cache/bazel/_bazel_preksh/887e388b830f4415bdb0c32c0787f49a/execroot/tf_mesh_renderer/bazel-out/k8-fastbuild/testlogs/mesh_renderer/rasterize_triangles_test/test.log) INFO: Elapsed time: 70.600s, Critical Path: 34.69s INFO: 30 processes: 30 linux-sandbox. INFO: Build completed, 2 tests FAILED, 48 total actions //mesh_renderer/kernels:rasterize_triangles_impl_test PASSED in 0.2s //mesh_renderer:mesh_renderer_test FAILED in 3.2s /home/preksh/.cache/bazel/_bazel_preksh/887e388b830f4415bdb0c32c0787f49a/execroot/tf_mesh_renderer/bazel-out/k8-fastbuild/testlogs/mesh_renderer/mesh_renderer_test/test.log //mesh_renderer:rasterize_triangles_test FAILED in 4.1s /home/preksh/.cache/bazel/_bazel_preksh/887e388b830f4415bdb0c32c0787f49a/execroot/tf_mesh_renderer/bazel-out/k8-fastbuild/testlogs/mesh_renderer/rasterize_triangles_test/test.log Executed 3 out of 3 tests: 1 test passes and 2 fail locally. There were tests whose specified size is too big. Use the --test_verbose_timeoutINFO: Build completed, 2 tests FAILED, 48 total actions

I met the same situation with you and the .so file was not generated... (:

I‘m just like you, do you solve it?

xi4444x avatar Apr 08 '23 02:04 xi4444x

bazeltestfailed Bazel test is failed as per below log from terminal. please see the attached screenshot as well. FAIL: //mesh_renderer:mesh_renderer_test (see /home/preksh/.cache/bazel/_bazel_preksh/887e388b830f4415bdb0c32c0787f49a/execroot/tf_mesh_renderer/bazel-out/k8-fastbuild/testlogs/mesh_renderer/mesh_renderer_test/test.log) FAIL: //mesh_renderer:rasterize_triangles_test (see /home/preksh/.cache/bazel/_bazel_preksh/887e388b830f4415bdb0c32c0787f49a/execroot/tf_mesh_renderer/bazel-out/k8-fastbuild/testlogs/mesh_renderer/rasterize_triangles_test/test.log) INFO: Elapsed time: 70.600s, Critical Path: 34.69s INFO: 30 processes: 30 linux-sandbox. INFO: Build completed, 2 tests FAILED, 48 total actions //mesh_renderer/kernels:rasterize_triangles_impl_test PASSED in 0.2s //mesh_renderer:mesh_renderer_test FAILED in 3.2s /home/preksh/.cache/bazel/_bazel_preksh/887e388b830f4415bdb0c32c0787f49a/execroot/tf_mesh_renderer/bazel-out/k8-fastbuild/testlogs/mesh_renderer/mesh_renderer_test/test.log //mesh_renderer:rasterize_triangles_test FAILED in 4.1s /home/preksh/.cache/bazel/_bazel_preksh/887e388b830f4415bdb0c32c0787f49a/execroot/tf_mesh_renderer/bazel-out/k8-fastbuild/testlogs/mesh_renderer/rasterize_triangles_test/test.log Executed 3 out of 3 tests: 1 test passes and 2 fail locally. There were tests whose specified size is too big. Use the --test_verbose_timeoutINFO: Build completed, 2 tests FAILED, 48 total actions

I met the same situation with you and the .so file was not generated... (:

I‘m just like you, do you solve it?

Have you solved it yet?

afabazel avatar May 29 '23 03:05 afabazel