Page MenuHome

script_pyapi_idprop_datablock test fails
Closed, ResolvedPublic

Description

System Information
Operating system: Windows 10
Graphics card: NVIDIA GeForce 1070

Blender Version
Broken: master branch 9c4cec2de9582e9f817af7320f77ee136db29adb

Short description of error

Test 8 fails when running make test.

Exact steps for others to reproduce the error

make update
make test

Test 8 fails.

Test 8 Output
8/39 Test  #8: script_pyapi_idprop_datablock ....***Failed    2.35 sec
Blender 2.82 (sub 2) (hash 9c4cec2de958 built 2019-11-27 18:48:56)
found bundled python: E:\code\blender\build_windows_x64_vc16_Release\bin\Release\2.82\python
Info: Total files 0 | Changed 0 | Failed 0
Info: Total files 1 | Changed 1 | Failed 0
Read blend: C:\Users\doug\AppData\Local\Temp\test.blend
Info: Read library:  'C:\Users\doug\AppData\Local\Temp\lib.blend', '//lib.blend', parent '<direct>'
Read blend: C:\Users\doug\AppData\Local\Temp\test.blend
Info: Read library:  'C:\Users\doug\AppData\Local\Temp\lib.blend', '//lib.blend', parent '<direct>'
Read blend: C:\Users\doug\AppData\Local\Temp\lib.blend
Read blend: C:\Users\doug\AppData\Local\Temp\test.blend_
Please, test GUI performance manually on the Render tab, 'Datablock IDProp' panel
'E:/code/blender/blender/tests/python/bl_pyapi_idprop_datablock.py': 318 >> test failed
Info: Read library:  'C:\Users\doug\AppData\Local\Temp\lib.blend', '//lib.blend', parent '<direct>'
Info: Read library:  'C:\Users\doug\AppData\Local\Temp\lib.blend', '//lib.blend', parent '<direct>'
Full Output
E:\code\blender\blender>make update
No explicit msvc version requested, autodetecting version.
**********************************************************************
** Visual Studio 2019 Developer Command Prompt v16.3.10
** Copyright (c) 2019 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x64'
Compiler Detection successful, detected VS2019

Updating Precompiled Libraries and Tests

C:\Program Files\SlikSvn\bin\svn.exe --non-interactive cleanup E:/code/blender/blender\..\lib\tests
C:\Program Files\SlikSvn\bin\svn.exe --non-interactive switch https://svn.blender.org/svnroot/bf-blender/trunk/lib/tests E:/code/blender/blender\..\lib\tests
At revision 62320.
C:\Program Files\SlikSvn\bin\svn.exe --non-interactive update E:/code/blender/blender\..\lib\tests
Updating 'E:\code\blender\lib\tests':
At revision 62320.
C:\Program Files\SlikSvn\bin\svn.exe --non-interactive cleanup E:/code/blender/blender\..\lib\win64_vc15
C:\Program Files\SlikSvn\bin\svn.exe --non-interactive switch https://svn.blender.org/svnroot/bf-blender/trunk/lib/win64_vc15 E:/code/blender/blender\..\lib\win64_vc15
At revision 62320.
C:\Program Files\SlikSvn\bin\svn.exe --non-interactive update E:/code/blender/blender\..\lib\win64_vc15
Updating 'E:\code\blender\lib\win64_vc15':
At revision 62320.

Updating Blender Git Repository

C:\Program Files\Git\cmd\git.exe pull --rebase
remote: Enumerating objects: 67, done.
remote: Counting objects: 100% (67/67), done.
remote: Compressing objects: 100% (67/67), done.
remote: Total 67 (delta 24), reused 0 (delta 0)
Unpacking objects: 100% (67/67), done.
From git://git.blender.org/blender
   a80801f3965..da29260ab6a  greasepencil-object -> origin/greasepencil-object
Already up to date.
Current branch master is up to date.

Updating Submodules

C:\Program Files\Git\cmd\git.exe pull --rebase origin master
From git://git.blender.org/blender-addons
 * branch              master     -> FETCH_HEAD
Already up to date.
Current branch master is up to date.
C:\Program Files\Git\cmd\git.exe pull --rebase origin master
From git://git.blender.org/blender-addons-contrib
 * branch            master     -> FETCH_HEAD
Already up to date.
Current branch master is up to date.
C:\Program Files\Git\cmd\git.exe pull --rebase origin master
From git://git.blender.org/blender-translations
 * branch            master     -> FETCH_HEAD
Already up to date.
Current branch master is up to date.
C:\Program Files\Git\cmd\git.exe pull --rebase origin master
From git://git.blender.org/blender-dev-tools
 * branch            master     -> FETCH_HEAD
Already up to date.
Current branch master is up to date.
E:\code\blender\blender>make test
No explicit msvc version requested, autodetecting version.
**********************************************************************
** Visual Studio 2019 Developer Command Prompt v16.3.10
** Copyright (c) 2019 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x64'
Compiler Detection successful, detected VS2019
Building blender with VS2019 for x64 in E:\code\blender\blender\..\build_windows_x64_vc16_Release
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\ctest.exe . --output-on-failure -C Release -O E:\code\blender\blender\..\build_windows_x64_vc16_Release\tests\log_Release.txt
Test project E:/code/blender/build_windows_x64_vc16_Release
      Start  1: script_load_keymap
 1/39 Test  #1: script_load_keymap ...............   Passed    0.31 sec
      Start  2: script_load_addons
 2/39 Test  #2: script_load_addons ...............   Passed    6.14 sec
      Start  3: script_load_modules
 3/39 Test  #3: script_load_modules ..............   Passed    1.56 sec
      Start  4: script_pyapi_bpy_path
 4/39 Test  #4: script_pyapi_bpy_path ............   Passed    0.34 sec
      Start  5: script_pyapi_bpy_utils_units
 5/39 Test  #5: script_pyapi_bpy_utils_units .....   Passed    0.32 sec
      Start  6: script_pyapi_mathutils
 6/39 Test  #6: script_pyapi_mathutils ...........   Passed    0.33 sec
      Start  7: script_pyapi_idprop
 7/39 Test  #7: script_pyapi_idprop ..............   Passed    0.47 sec
      Start  8: script_pyapi_idprop_datablock
 8/39 Test  #8: script_pyapi_idprop_datablock ....***Failed    2.35 sec
Blender 2.82 (sub 2) (hash 9c4cec2de958 built 2019-11-27 18:48:56)
found bundled python: E:\code\blender\build_windows_x64_vc16_Release\bin\Release\2.82\python
Info: Total files 0 | Changed 0 | Failed 0
Info: Total files 1 | Changed 1 | Failed 0
Read blend: C:\Users\doug\AppData\Local\Temp\test.blend
Info: Read library:  'C:\Users\doug\AppData\Local\Temp\lib.blend', '//lib.blend', parent '<direct>'
Read blend: C:\Users\doug\AppData\Local\Temp\test.blend
Info: Read library:  'C:\Users\doug\AppData\Local\Temp\lib.blend', '//lib.blend', parent '<direct>'
Read blend: C:\Users\doug\AppData\Local\Temp\lib.blend
Read blend: C:\Users\doug\AppData\Local\Temp\test.blend_
Please, test GUI performance manually on the Render tab, 'Datablock IDProp' panel
'E:/code/blender/blender/tests/python/bl_pyapi_idprop_datablock.py': 318 >> test failed
Info: Read library:  'C:\Users\doug\AppData\Local\Temp\lib.blend', '//lib.blend', parent '<direct>'
Info: Read library:  'C:\Users\doug\AppData\Local\Temp\lib.blend', '//lib.blend', parent '<direct>'

      Start  9: bmesh_bevel
 9/39 Test  #9: bmesh_bevel ......................   Passed    1.53 sec
      Start 10: bmesh_boolean
10/39 Test #10: bmesh_boolean ....................   Passed    0.33 sec
      Start 11: bmesh_split_faces
11/39 Test #11: bmesh_split_faces ................   Passed    0.48 sec
      Start 12: object_modifier_array
12/39 Test #12: object_modifier_array ............   Passed    0.29 sec
      Start 13: export_obj_cube
13/39 Test #13: export_obj_cube ..................   Passed    0.29 sec
      Start 14: export_obj_nurbs
14/39 Test #14: export_obj_nurbs .................   Passed    0.39 sec
      Start 15: import_ply_cube
15/39 Test #15: import_ply_cube ..................   Passed    0.39 sec
      Start 16: import_ply_bunny
16/39 Test #16: import_ply_bunny .................   Passed    0.41 sec
      Start 17: import_ply_small_holes
17/39 Test #17: import_ply_small_holes ...........   Passed    0.41 sec
      Start 18: export_ply_vertices
18/39 Test #18: export_ply_vertices ..............   Passed    0.29 sec
      Start 19: cycles_bake
19/39 Test #19: cycles_bake ......................   Passed    2.50 sec
      Start 20: cycles_bsdf
20/39 Test #20: cycles_bsdf ......................   Passed   15.11 sec
      Start 21: cycles_denoise
21/39 Test #21: cycles_denoise ...................   Passed    6.53 sec
      Start 22: cycles_denoise_animation
22/39 Test #22: cycles_denoise_animation .........   Passed    1.34 sec
      Start 23: cycles_displacement
23/39 Test #23: cycles_displacement ..............   Passed    5.02 sec
      Start 24: cycles_hair
24/39 Test #24: cycles_hair ......................   Passed   16.58 sec
      Start 25: cycles_image_colorspace
25/39 Test #25: cycles_image_colorspace ..........   Passed    3.55 sec
      Start 26: cycles_image_data_types
26/39 Test #26: cycles_image_data_types ..........   Passed    2.83 sec
      Start 27: cycles_image_mapping
27/39 Test #27: cycles_image_mapping .............   Passed    6.09 sec
      Start 28: cycles_image_texture_limit
28/39 Test #28: cycles_image_texture_limit .......   Passed    3.53 sec
      Start 29: cycles_integrator
29/39 Test #29: cycles_integrator ................   Passed    2.04 sec
      Start 30: cycles_light
30/39 Test #30: cycles_light .....................   Passed    5.03 sec
      Start 31: cycles_mesh
31/39 Test #31: cycles_mesh ......................   Passed    8.31 sec
      Start 32: cycles_motion_blur
32/39 Test #32: cycles_motion_blur ...............   Passed   21.44 sec
      Start 33: cycles_render_layer
33/39 Test #33: cycles_render_layer ..............   Passed    4.52 sec
      Start 34: cycles_reports
34/39 Test #34: cycles_reports ...................   Passed   22.74 sec
      Start 35: cycles_shader
35/39 Test #35: cycles_shader ....................   Passed    5.53 sec
      Start 36: cycles_shadow_catcher
36/39 Test #36: cycles_shadow_catcher ............   Passed    9.86 sec
      Start 37: cycles_sss
37/39 Test #37: cycles_sss .......................   Passed    7.28 sec
      Start 38: cycles_volume
38/39 Test #38: cycles_volume ....................   Passed   20.22 sec
      Start 39: ffmpeg
39/39 Test #39: ffmpeg ...........................   Passed    2.89 sec

97% tests passed, 1 tests failed out of 39

Total Test time (real) = 189.70 sec

The following tests FAILED:
          8 - script_pyapi_idprop_datablock (Failed)
Errors while running CTest
E:\code\blender\blender>

Based on the default startup or an attached .blend file (as simple as possible).

Event Timeline

n00b alert. I just realized I filed this under addons.

Re-tagged with BF Blender, I hope that's the correct home.

Philipp Oeser (lichtwerk) changed the task status from Unknown Status to Resolved.Nov 28 2019, 4:34 PM
Philipp Oeser (lichtwerk) claimed this task.
Philipp Oeser (lichtwerk) lowered the priority of this task from 90 to 50.

I assume this is resolved after rB627a34463511: Fix (unreported) broken python resgistrable classes checks logic.
feel free though to comment again if issues persists...