Package: src:pyrr
Version: 0.10.3-6
Severity: serious
Tags: ftbfs
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules binary
dh binary --buildsystem=pybuild
dh_update_autotools_config -O--buildsystem=pybuild
dh_autoreconf -O--buildsystem=pybuild
dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:311: python3.13 setup.py config
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning:
Unknown distribution option: 'test_suite'
warnings.warn(msg)
running config
I: pybuild base:311: python3.12 setup.py config
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning:
Unknown distribution option: 'test_suite'
warnings.warn(msg)
running config
dh_auto_build -O--buildsystem=pybuild
[... snipped ...]
test_procedural_examples
(tests.test_examples.test_procedural_examples.test_procedural_examples) ... ok
test_create_from_points (tests.test_line.test_line.test_create_from_points) ...
ok
test_create_from_ray (tests.test_line.test_line.test_create_from_ray) ... ok
test_create_zeros (tests.test_line.test_line.test_create_zeros) ... ok
test_end (tests.test_line.test_line.test_end) ... ok
test_import (tests.test_line.test_line.test_import) ... ok
test_start (tests.test_line.test_line.test_start) ... ok
test_add_aabbs (tests.test_aambb.test_aambb.test_add_aabbs) ... ok
test_add_point (tests.test_aambb.test_aambb.test_add_point) ... ok
test_center_point (tests.test_aambb.test_aambb.test_center_point) ... ok
test_create_from_aabbs (tests.test_aambb.test_aambb.test_create_from_aabbs) ...
ok
test_create_from_bounds (tests.test_aambb.test_aambb.test_create_from_bounds)
... ok
test_create_from_points (tests.test_aambb.test_aambb.test_create_from_points)
... ok
test_create_zeros (tests.test_aambb.test_aambb.test_create_zeros) ... ok
test_import (tests.test_aambb.test_aambb.test_import) ... ok
test_apply_to_vector_identity
(tests.test_matrix44.test_matrix44.test_apply_to_vector_identity) ... ok
test_apply_to_vector_with_translation
(tests.test_matrix44.test_matrix44.test_apply_to_vector_with_translation) ... ok
test_apply_to_vector_x_rotation
(tests.test_matrix44.test_matrix44.test_apply_to_vector_x_rotation) ... ok
test_apply_to_vector_y_rotation
(tests.test_matrix44.test_matrix44.test_apply_to_vector_y_rotation) ... ok
test_apply_to_vector_z_rotation
(tests.test_matrix44.test_matrix44.test_apply_to_vector_z_rotation) ... ok
test_create_from_axis_rotation
(tests.test_matrix44.test_matrix44.test_create_from_axis_rotation) ... ok
test_create_from_axis_rotation_non_normalized
(tests.test_matrix44.test_matrix44.test_create_from_axis_rotation_non_normalized)
... ok
test_create_from_eulers
(tests.test_matrix44.test_matrix44.test_create_from_eulers) ... skipped Not
implemented
test_create_from_inverse_of_quaternion
(tests.test_matrix44.test_matrix44.test_create_from_inverse_of_quaternion) ...
ok
test_create_from_matrix33
(tests.test_matrix44.test_matrix44.test_create_from_matrix33) ... ok
test_create_from_quaternion_rotation
(tests.test_matrix44.test_matrix44.test_create_from_quaternion_rotation) ... ok
test_create_from_quaternion_unit
(tests.test_matrix44.test_matrix44.test_create_from_quaternion_unit) ... ok
test_create_from_quaternion_x
(tests.test_matrix44.test_matrix44.test_create_from_quaternion_x) ... ok
test_create_from_quaternion_y
(tests.test_matrix44.test_matrix44.test_create_from_quaternion_y) ... ok
test_create_from_quaternion_z
(tests.test_matrix44.test_matrix44.test_create_from_quaternion_z) ... ok
test_create_from_scale
(tests.test_matrix44.test_matrix44.test_create_from_scale) ... ok
test_create_from_translation
(tests.test_matrix44.test_matrix44.test_create_from_translation) ... ok
test_create_from_x_rotation
(tests.test_matrix44.test_matrix44.test_create_from_x_rotation) ... ok
test_create_from_y_rotation
(tests.test_matrix44.test_matrix44.test_create_from_y_rotation) ... ok
test_create_from_z_rotation
(tests.test_matrix44.test_matrix44.test_create_from_z_rotation) ... ok
test_create_identity (tests.test_matrix44.test_matrix44.test_create_identity)
... ok
test_create_look_at (tests.test_matrix44.test_matrix44.test_create_look_at) ...
ok
test_create_look_at_2 (tests.test_matrix44.test_matrix44.test_create_look_at_2)
... ok
test_create_look_at_3 (tests.test_matrix44.test_matrix44.test_create_look_at_3)
... ok
test_create_look_at_4 (tests.test_matrix44.test_matrix44.test_create_look_at_4)
... ok
test_create_look_at_determinant
(tests.test_matrix44.test_matrix44.test_create_look_at_determinant) ... ok
test_create_matrix33_view
(tests.test_matrix44.test_matrix44.test_create_matrix33_view) ... ok
test_create_orthogonal_projection_matrix_vector3
(tests.test_matrix44.test_matrix44.test_create_orthogonal_projection_matrix_vector3)
... ok
test_create_orthogonal_projection_matrix_vector4
(tests.test_matrix44.test_matrix44.test_create_orthogonal_projection_matrix_vector4)
... ok
test_create_perspective_projection_matrix_dtype
(tests.test_matrix44.test_matrix44.test_create_perspective_projection_matrix_dtype)
... ok
test_create_perspective_projection_matrix_vector3
(tests.test_matrix44.test_matrix44.test_create_perspective_projection_matrix_vector3)
... ok
test_create_perspective_projection_matrix_vector4_inside
(tests.test_matrix44.test_matrix44.test_create_perspective_projection_matrix_vector4_inside)
... ok
test_decompose (tests.test_matrix44.test_matrix44.test_decompose) ... ok
test_import (tests.test_matrix44.test_matrix44.test_import) ... ok
test_inverse (tests.test_matrix44.test_matrix44.test_inverse) ... ok
test_multiply_identity
(tests.test_matrix44.test_matrix44.test_multiply_identity) ... ok
test_multiply_rotation
(tests.test_matrix44.test_matrix44.test_multiply_rotation) ... ok
test_create (tests.test_vector3.test_vector3.test_create) ... ok
test_create_from_matrix44_translation
(tests.test_vector3.test_vector3.test_create_from_matrix44_translation) ... ok
test_create_from_matrix44_translation_dtype_matches
(tests.test_vector3.test_vector3.test_create_from_matrix44_translation_dtype_matches)
... ok
test_create_from_vector4
(tests.test_vector3.test_vector3.test_create_from_vector4) ... ok
test_create_list (tests.test_vector3.test_vector3.test_create_list) ... ok
test_create_unit_length_x
(tests.test_vector3.test_vector3.test_create_unit_length_x) ... ok
test_create_unit_length_x_dtype
(tests.test_vector3.test_vector3.test_create_unit_length_x_dtype) ... ok
test_create_unit_length_y
(tests.test_vector3.test_vector3.test_create_unit_length_y) ... ok
test_create_unit_length_y_dtype
(tests.test_vector3.test_vector3.test_create_unit_length_y_dtype) ... ok
test_create_unit_length_z
(tests.test_vector3.test_vector3.test_create_unit_length_z) ... ok
test_create_unit_length_z_dtype
(tests.test_vector3.test_vector3.test_create_unit_length_z_dtype) ... ok
test_create_values (tests.test_vector3.test_vector3.test_create_values) ... ok
test_cross_batch (tests.test_vector3.test_vector3.test_cross_batch) ... ok
test_cross_coincident (tests.test_vector3.test_vector3.test_cross_coincident)
... ok
test_cross_single_vector
(tests.test_vector3.test_vector3.test_cross_single_vector) ... ok
test_dot_adjacent (tests.test_vector3.test_vector3.test_dot_adjacent) ... ok
test_dot_angle (tests.test_vector3.test_vector3.test_dot_angle) ... ok
test_dot_batch (tests.test_vector3.test_vector3.test_dot_batch) ... ok
test_dot_parallel (tests.test_vector3.test_vector3.test_dot_parallel) ... ok
test_generate_normals (tests.test_vector3.test_vector3.test_generate_normals)
... ok
test_generate_normals_unnormalized
(tests.test_vector3.test_vector3.test_generate_normals_unnormalized) ... ok
test_generate_vertex_normals
(tests.test_vector3.test_vector3.test_generate_vertex_normals) ... ok
test_generate_vertex_normals_unnormalized
(tests.test_vector3.test_vector3.test_generate_vertex_normals_unnormalized) ...
ok
test_import (tests.test_vector3.test_vector3.test_import) ... ok
test_interoplation (tests.test_vector3.test_vector3.test_interoplation) ... ok
test_length (tests.test_vector3.test_vector3.test_length) ... ok
test_length_batch (tests.test_vector3.test_vector3.test_length_batch) ... ok
test_normalize_batch (tests.test_vector3.test_vector3.test_normalize_batch) ...
ok
test_normalize_single_vector
(tests.test_vector3.test_vector3.test_normalize_single_vector) ... ok
test_set_length (tests.test_vector3.test_vector3.test_set_length) ... ok
test_set_length_batch_vector
(tests.test_vector3.test_vector3.test_set_length_batch_vector) ... ok
test_squared_length_batch
(tests.test_vector3.test_vector3.test_squared_length_batch) ... ok
test_squared_length_single_vector
(tests.test_vector3.test_vector3.test_squared_length_single_vector) ... ok
test_import (tests.test_geometric_tests.test_geometric_tests.test_import) ... ok
test_point_closest_point_on_line
(tests.test_geometric_tests.test_geometric_tests.test_point_closest_point_on_line)
... ok
test_point_closest_point_on_line_2
(tests.test_geometric_tests.test_geometric_tests.test_point_closest_point_on_line_2)
... ok
test_point_closest_point_on_line_segment
(tests.test_geometric_tests.test_geometric_tests.test_point_closest_point_on_line_segment)
... ok
test_point_closest_point_on_plane
(tests.test_geometric_tests.test_geometric_tests.test_point_closest_point_on_plane)
... ok
test_point_closest_point_on_ray
(tests.test_geometric_tests.test_geometric_tests.test_point_closest_point_on_ray)
... ok
test_point_height_above_plane
(tests.test_geometric_tests.test_geometric_tests.test_point_height_above_plane)
... ok
test_point_intersect_line
(tests.test_geometric_tests.test_geometric_tests.test_point_intersect_line) ...
ok
test_point_intersect_line_invalid
(tests.test_geometric_tests.test_geometric_tests.test_point_intersect_line_invalid)
... ok
test_point_intersect_line_segment
(tests.test_geometric_tests.test_geometric_tests.test_point_intersect_line_segment)
... ok
test_point_intersect_line_segment_invalid
(tests.test_geometric_tests.test_geometric_tests.test_point_intersect_line_segment_invalid)
... ok
test_point_intersect_rectangle_invalid_intersections_1
(tests.test_geometric_tests.test_geometric_tests.test_point_intersect_rectangle_invalid_intersections_1)
... ok
test_point_intersect_rectangle_invalid_intersections_2
(tests.test_geometric_tests.test_geometric_tests.test_point_intersect_rectangle_invalid_intersections_2)
... ok
test_point_intersect_rectangle_invalid_intersections_3
(tests.test_geometric_tests.test_geometric_tests.test_point_intersect_rectangle_invalid_intersections_3)
... ok
test_point_intersect_rectangle_valid_intersections_1
(tests.test_geometric_tests.test_geometric_tests.test_point_intersect_rectangle_valid_intersections_1)
... ok
test_point_intersect_rectangle_valid_intersections_2
(tests.test_geometric_tests.test_geometric_tests.test_point_intersect_rectangle_valid_intersections_2)
... ok
test_point_intersect_rectangle_valid_intersections_3
(tests.test_geometric_tests.test_geometric_tests.test_point_intersect_rectangle_valid_intersections_3)
... ok
test_ray_coincident_ray
(tests.test_geometric_tests.test_geometric_tests.test_ray_coincident_ray) ... ok
test_ray_coincident_ray_2
(tests.test_geometric_tests.test_geometric_tests.test_ray_coincident_ray_2) ...
ok
test_ray_coincident_ray_3
(tests.test_geometric_tests.test_geometric_tests.test_ray_coincident_ray_3) ...
ok
test_ray_intersect_aabb_invalid_1
(tests.test_geometric_tests.test_geometric_tests.test_ray_intersect_aabb_invalid_1)
... ok
test_ray_intersect_aabb_valid_1
(tests.test_geometric_tests.test_geometric_tests.test_ray_intersect_aabb_valid_1)
... ok
test_ray_intersect_aabb_valid_2
(tests.test_geometric_tests.test_geometric_tests.test_ray_intersect_aabb_valid_2)
... ok
test_ray_intersect_aabb_valid_3
(tests.test_geometric_tests.test_geometric_tests.test_ray_intersect_aabb_valid_3)
... ok
test_ray_intersect_plane
(tests.test_geometric_tests.test_geometric_tests.test_ray_intersect_plane) ...
ok
test_ray_intersect_plane_front_only
(tests.test_geometric_tests.test_geometric_tests.test_ray_intersect_plane_front_only)
... ok
test_ray_intersect_plane_invalid
(tests.test_geometric_tests.test_geometric_tests.test_ray_intersect_plane_invalid)
... ok
test_ray_intersect_sphere_no_solution_1
(tests.test_geometric_tests.test_geometric_tests.test_ray_intersect_sphere_no_solution_1)
... ok
test_ray_intersect_sphere_no_solution_2
(tests.test_geometric_tests.test_geometric_tests.test_ray_intersect_sphere_no_solution_2)
... ok
test_ray_intersect_sphere_one_solution_1
(tests.test_geometric_tests.test_geometric_tests.test_ray_intersect_sphere_one_solution_1)
... ok
test_ray_intersect_sphere_two_solutions_1
(tests.test_geometric_tests.test_geometric_tests.test_ray_intersect_sphere_two_solutions_1)
... ok
test_ray_intersect_sphere_two_solutions_2
(tests.test_geometric_tests.test_geometric_tests.test_ray_intersect_sphere_two_solutions_2)
... ok
test_ray_parallel_ray
(tests.test_geometric_tests.test_geometric_tests.test_ray_parallel_ray) ... ok
test_ray_parallel_ray_2
(tests.test_geometric_tests.test_geometric_tests.test_ray_parallel_ray_2) ... ok
test_ray_parallel_ray_3
(tests.test_geometric_tests.test_geometric_tests.test_ray_parallel_ray_3) ... ok
test_sphere_does_intersect_sphere_1
(tests.test_geometric_tests.test_geometric_tests.test_sphere_does_intersect_sphere_1)
... ok
test_sphere_does_intersect_sphere_2
(tests.test_geometric_tests.test_geometric_tests.test_sphere_does_intersect_sphere_2)
... ok
test_sphere_does_intersect_sphere_3
(tests.test_geometric_tests.test_geometric_tests.test_sphere_does_intersect_sphere_3)
... ok
test_sphere_does_intersect_sphere_4
(tests.test_geometric_tests.test_geometric_tests.test_sphere_does_intersect_sphere_4)
... ok
test_sphere_penetration_sphere_1
(tests.test_geometric_tests.test_geometric_tests.test_sphere_penetration_sphere_1)
... ok
test_sphere_penetration_sphere_2
(tests.test_geometric_tests.test_geometric_tests.test_sphere_penetration_sphere_2)
... ok
test_sphere_penetration_sphere_3
(tests.test_geometric_tests.test_geometric_tests.test_sphere_penetration_sphere_3)
... ok
test_sphere_penetration_sphere_4
(tests.test_geometric_tests.test_geometric_tests.test_sphere_penetration_sphere_4)
... ok
test_vector_parallel_vector
(tests.test_geometric_tests.test_geometric_tests.test_vector_parallel_vector)
... ok
test_vector_parallel_vector_invalid
(tests.test_geometric_tests.test_geometric_tests.test_vector_parallel_vector_invalid)
... ok
test_euler_equivalence
(tests.test_equivalence.test_matrix_quaternion.test_euler_equivalence) ... ok
test_m44_q_equivalence
(tests.test_equivalence.test_matrix_quaternion.test_m44_q_equivalence)
Test for equivalance of matrix and quaternion rotations. ... ok
test_quaternion_matrix_conversion
(tests.test_equivalence.test_matrix_quaternion.test_quaternion_matrix_conversion)
... ok
test_add_aabbs (tests.test_aabb.test_aabb.test_add_aabbs) ... ok
test_add_point (tests.test_aabb.test_aabb.test_add_point) ... ok
test_centre_point_multiple_points
(tests.test_aabb.test_aabb.test_centre_point_multiple_points) ... ok
test_centre_point_single_point
(tests.test_aabb.test_aabb.test_centre_point_single_point) ... ok
test_clamp_points_list (tests.test_aabb.test_aabb.test_clamp_points_list) ... ok
test_clamp_points_single (tests.test_aabb.test_aabb.test_clamp_points_single)
... ok
test_create_from_aabbs (tests.test_aabb.test_aabb.test_create_from_aabbs) ... ok
test_create_from_bounds (tests.test_aabb.test_aabb.test_create_from_bounds) ...
ok
test_create_from_points (tests.test_aabb.test_aabb.test_create_from_points) ...
ok
test_create_zeros (tests.test_aabb.test_aabb.test_create_zeros) ... ok
test_import (tests.test_aabb.test_aabb.test_import) ... ok
test_maximum (tests.test_aabb.test_aabb.test_maximum) ... ok
test_minimum (tests.test_aabb.test_aabb.test_minimum) ... ok
test_create (tests.test_euler.test_euler.test_create) ... ok
test_import (tests.test_euler.test_euler.test_import) ... ok
test_dot_adjacent (tests.test_vector.test_vector.test_dot_adjacent) ... ok
test_dot_angle (tests.test_vector.test_vector.test_dot_angle) ... ok
test_dot_batch (tests.test_vector.test_vector.test_dot_batch) ... ok
test_dot_parallel (tests.test_vector.test_vector.test_dot_parallel) ... ok
test_import (tests.test_vector.test_vector.test_import) ... ok
test_interoplation (tests.test_vector.test_vector.test_interoplation) ... ok
test_length_vector3 (tests.test_vector.test_vector.test_length_vector3) ... ok
test_length_vector3_batch
(tests.test_vector.test_vector.test_length_vector3_batch) ... ok
test_length_vector4 (tests.test_vector.test_vector.test_length_vector4) ... ok
test_normalize_batch (tests.test_vector.test_vector.test_normalize_batch) ... ok
test_normalize_single_vector
(tests.test_vector.test_vector.test_normalize_single_vector) ... ok
test_set_length_batch_vector
(tests.test_vector.test_vector.test_set_length_batch_vector) ... ok
test_set_length_vector3 (tests.test_vector.test_vector.test_set_length_vector3)
... ok
test_set_length_vector4 (tests.test_vector.test_vector.test_set_length_vector4)
... ok
test_squared_length_batch
(tests.test_vector.test_vector.test_squared_length_batch) ... ok
test_squared_length_single_vector
(tests.test_vector.test_vector.test_squared_length_single_vector) ... ok
test_create_from_points (tests.test_sphere.test_sphere.test_create_from_points)
... ok
test_import (tests.test_sphere.test_sphere.test_import) ... ok
test_position (tests.test_sphere.test_sphere.test_position) ... ok
test_radius (tests.test_sphere.test_sphere.test_radius) ... ok
test_create (tests.test_vector4.test_vector4.test_create) ... ok
test_create_from_matrix44_translation
(tests.test_vector4.test_vector4.test_create_from_matrix44_translation) ... ok
test_create_from_matrix44_translation_dtype_matches
(tests.test_vector4.test_vector4.test_create_from_matrix44_translation_dtype_matches)
... ok
test_create_list (tests.test_vector4.test_vector4.test_create_list) ... ok
test_create_unit_length_w
(tests.test_vector4.test_vector4.test_create_unit_length_w) ... ok
test_create_unit_length_w_dtype
(tests.test_vector4.test_vector4.test_create_unit_length_w_dtype) ... ok
test_create_unit_length_x
(tests.test_vector4.test_vector4.test_create_unit_length_x) ... ok
test_create_unit_length_x_dtype
(tests.test_vector4.test_vector4.test_create_unit_length_x_dtype) ... ok
test_create_unit_length_y
(tests.test_vector4.test_vector4.test_create_unit_length_y) ... ok
test_create_unit_length_y_dtype
(tests.test_vector4.test_vector4.test_create_unit_length_y_dtype) ... ok
test_create_unit_length_z
(tests.test_vector4.test_vector4.test_create_unit_length_z) ... ok
test_create_unit_length_z_dtype
(tests.test_vector4.test_vector4.test_create_unit_length_z_dtype) ... ok
test_create_values (tests.test_vector4.test_vector4.test_create_values) ... ok
test_dot_adjacent (tests.test_vector4.test_vector4.test_dot_adjacent) ... ok
test_dot_angle (tests.test_vector4.test_vector4.test_dot_angle) ... ok
test_dot_batch (tests.test_vector4.test_vector4.test_dot_batch) ... ok
test_dot_parallel (tests.test_vector4.test_vector4.test_dot_parallel) ... ok
test_import (tests.test_vector4.test_vector4.test_import) ... ok
test_length (tests.test_vector4.test_vector4.test_length) ... ok
test_length_batch (tests.test_vector4.test_vector4.test_length_batch) ... ok
test_normalize_batch (tests.test_vector4.test_vector4.test_normalize_batch) ...
ok
test_normalize_single_vector
(tests.test_vector4.test_vector4.test_normalize_single_vector) ... ok
test_set_length (tests.test_vector4.test_vector4.test_set_length) ... ok
test_set_length_batch_vector
(tests.test_vector4.test_vector4.test_set_length_batch_vector) ... ok
test_squared_length_batch
(tests.test_vector4.test_vector4.test_squared_length_batch) ... ok
test_squared_length_single_vector
(tests.test_vector4.test_vector4.test_squared_length_single_vector) ... ok
test_create (tests.test_ray.test_ray.test_create) ... ok
test_create_dtype (tests.test_ray.test_ray.test_create_dtype) ... ok
test_create_from_line (tests.test_ray.test_ray.test_create_from_line) ... ok
test_direction (tests.test_ray.test_ray.test_direction) ... ok
test_import (tests.test_ray.test_ray.test_import) ... ok
test_invert (tests.test_ray.test_ray.test_invert) ... ok
test_position (tests.test_ray.test_ray.test_position) ... ok
test_accessors
(tests.objects.test_quaternion.test_object_quaternion.test_accessors) ... ok
test_angle (tests.objects.test_quaternion.test_object_quaternion.test_angle)
... ok
test_apply_to_vector_non_unit
(tests.objects.test_quaternion.test_object_quaternion.test_apply_to_vector_non_unit)
... ok
test_axis (tests.objects.test_quaternion.test_object_quaternion.test_axis) ...
ok
test_conjugate
(tests.objects.test_quaternion.test_object_quaternion.test_conjugate) ... ok
test_create (tests.objects.test_quaternion.test_object_quaternion.test_create)
... ok
test_cross (tests.objects.test_quaternion.test_object_quaternion.test_cross)
... ok
test_dot (tests.objects.test_quaternion.test_object_quaternion.test_dot) ... ok
test_equality
(tests.objects.test_quaternion.test_object_quaternion.test_equality) ... ok
test_equality_negative
(tests.objects.test_quaternion.test_object_quaternion.test_equality_negative)
... ok
test_exp (tests.objects.test_quaternion.test_object_quaternion.test_exp) ... ok
test_from_axis
(tests.objects.test_quaternion.test_object_quaternion.test_from_axis) ... ok
test_from_axis_rotation
(tests.objects.test_quaternion.test_object_quaternion.test_from_axis_rotation)
... ok
test_from_eulers
(tests.objects.test_quaternion.test_object_quaternion.test_from_eulers) ...
skipped Not implemented
test_from_inverse_of_eulers
(tests.objects.test_quaternion.test_object_quaternion.test_from_inverse_of_eulers)
... skipped Not implemented
test_from_x_rotation
(tests.objects.test_quaternion.test_object_quaternion.test_from_x_rotation) ...
ok
test_from_y_rotation
(tests.objects.test_quaternion.test_object_quaternion.test_from_y_rotation) ...
ok
test_from_z_rotation
(tests.objects.test_quaternion.test_object_quaternion.test_from_z_rotation) ...
ok
test_imports
(tests.objects.test_quaternion.test_object_quaternion.test_imports) ... ok
test_inverse
(tests.objects.test_quaternion.test_object_quaternion.test_inverse) ... ok
test_is_identity
(tests.objects.test_quaternion.test_object_quaternion.test_is_identity) ... ok
test_length (tests.objects.test_quaternion.test_object_quaternion.test_length)
... ok
test_matrix33
(tests.objects.test_quaternion.test_object_quaternion.test_matrix33) ... ok
test_matrix44
(tests.objects.test_quaternion.test_object_quaternion.test_matrix44) ... ok
test_negative
(tests.objects.test_quaternion.test_object_quaternion.test_negative) ... ok
test_normalize
(tests.objects.test_quaternion.test_object_quaternion.test_normalize) ... ok
test_normalized
(tests.objects.test_quaternion.test_object_quaternion.test_normalized) ... ok
test_operators_matrix33
(tests.objects.test_quaternion.test_object_quaternion.test_operators_matrix33)
... ok
test_operators_matrix44
(tests.objects.test_quaternion.test_object_quaternion.test_operators_matrix44)
... ok
test_operators_quaternion
(tests.objects.test_quaternion.test_object_quaternion.test_operators_quaternion)
... ok
test_operators_vector3
(tests.objects.test_quaternion.test_object_quaternion.test_operators_vector3)
... ok
test_operators_vector4
(tests.objects.test_quaternion.test_object_quaternion.test_operators_vector4)
... ok
test_power (tests.objects.test_quaternion.test_object_quaternion.test_power)
... ok
test_accessors
(tests.objects.test_matrix33.test_object_matrix33.test_accessors) ... ok
test_create (tests.objects.test_matrix33.test_object_matrix33.test_create) ...
ok
test_create_from_eulers
(tests.objects.test_matrix33.test_object_matrix33.test_create_from_eulers) ...
ok
test_create_from_inverse_quaternion
(tests.objects.test_matrix33.test_object_matrix33.test_create_from_inverse_quaternion)
... ok
test_create_from_matrix44
(tests.objects.test_matrix33.test_object_matrix33.test_create_from_matrix44)
... ok
test_create_from_quaternion
(tests.objects.test_matrix33.test_object_matrix33.test_create_from_quaternion)
... ok
test_create_from_scale
(tests.objects.test_matrix33.test_object_matrix33.test_create_from_scale) ... ok
test_from_translation
(tests.objects.test_matrix33.test_object_matrix33.test_from_translation) ...
skipped Not implemented
test_identity (tests.objects.test_matrix33.test_object_matrix33.test_identity)
... ok
test_imports (tests.objects.test_matrix33.test_object_matrix33.test_imports)
... ok
test_inverse (tests.objects.test_matrix33.test_object_matrix33.test_inverse)
... ok
test_matrix33 (tests.objects.test_matrix33.test_object_matrix33.test_matrix33)
... ok
test_matrix44 (tests.objects.test_matrix33.test_object_matrix33.test_matrix44)
... ok
test_multiply (tests.objects.test_matrix33.test_object_matrix33.test_multiply)
... ok
test_operators_matrix33
(tests.objects.test_matrix33.test_object_matrix33.test_operators_matrix33) ...
ok
test_operators_matrix44
(tests.objects.test_matrix33.test_object_matrix33.test_operators_matrix44) ...
ok
test_operators_number
(tests.objects.test_matrix33.test_object_matrix33.test_operators_number) ...
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pyrr/build/tests/objects/test_matrix33.py:219:
FutureWarning: Passing (type, 1) or '1type' as a synonym of type is
deprecated; in a future version of numpy, it will be understood as (type, (1,))
/ '(1,)type'.
fv = np.empty((1,), dtype=[('i', np.int16, 1),('f', np.float32, 1)])
ok
test_operators_quaternion
(tests.objects.test_matrix33.test_object_matrix33.test_operators_quaternion)
... ok
test_operators_vector3
(tests.objects.test_matrix33.test_object_matrix33.test_operators_vector3) ... ok
test_operators_vector4
(tests.objects.test_matrix33.test_object_matrix33.test_operators_vector4) ... ok
test_orthogonal_projection
(tests.objects.test_matrix33.test_object_matrix33.test_orthogonal_projection)
... skipped Not implemented
test_perspective_projection
(tests.objects.test_matrix33.test_object_matrix33.test_perspective_projection)
... skipped Not implemented
test_perspective_projection_bounds
(tests.objects.test_matrix33.test_object_matrix33.test_perspective_projection_bounds)
... skipped Not implemented
test_conversions
(tests.objects.test_examples.test_oo_examples.test_conversions) ... ok
test_oo_examples
(tests.objects.test_examples.test_oo_examples.test_oo_examples) ... ok
test_operators (tests.objects.test_examples.test_oo_examples.test_operators)
... ok
test_accessors
(tests.objects.test_matrix44.test_object_matrix44.test_accessors) ... ok
test_create (tests.objects.test_matrix44.test_object_matrix44.test_create) ...
ok
test_create_from_eulers
(tests.objects.test_matrix44.test_object_matrix44.test_create_from_eulers) ...
ok
test_create_from_inverse_quaternion
(tests.objects.test_matrix44.test_object_matrix44.test_create_from_inverse_quaternion)
... ok
test_create_from_matrix44
(tests.objects.test_matrix44.test_object_matrix44.test_create_from_matrix44)
... ok
test_create_from_quaternion
(tests.objects.test_matrix44.test_object_matrix44.test_create_from_quaternion)
... ok
test_create_from_scale
(tests.objects.test_matrix44.test_object_matrix44.test_create_from_scale) ... ok
test_decompose
(tests.objects.test_matrix44.test_object_matrix44.test_decompose) ... ok
test_from_translation
(tests.objects.test_matrix44.test_object_matrix44.test_from_translation) ...
skipped Not implemented
test_identity (tests.objects.test_matrix44.test_object_matrix44.test_identity)
... ok
test_imports (tests.objects.test_matrix44.test_object_matrix44.test_imports)
... ok
test_inverse (tests.objects.test_matrix44.test_object_matrix44.test_inverse)
... ok
test_matrix33 (tests.objects.test_matrix44.test_object_matrix44.test_matrix33)
... ok
test_matrix44 (tests.objects.test_matrix44.test_object_matrix44.test_matrix44)
... ok
test_multiply (tests.objects.test_matrix44.test_object_matrix44.test_multiply)
... ok
test_operators_matrix33
(tests.objects.test_matrix44.test_object_matrix44.test_operators_matrix33) ...
ok
test_operators_matrix44
(tests.objects.test_matrix44.test_object_matrix44.test_operators_matrix44) ...
ok
test_operators_number
(tests.objects.test_matrix44.test_object_matrix44.test_operators_number) ...
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pyrr/build/tests/objects/test_matrix44.py:219:
FutureWarning: Passing (type, 1) or '1type' as a synonym of type is
deprecated; in a future version of numpy, it will be understood as (type, (1,))
/ '(1,)type'.
fv = np.empty((1,), dtype=[('i', np.int16, 1),('f', np.float32, 1)])
ok
test_operators_quaternion
(tests.objects.test_matrix44.test_object_matrix44.test_operators_quaternion)
... ok
test_operators_vector3
(tests.objects.test_matrix44.test_object_matrix44.test_operators_vector3) ... ok
test_operators_vector4
(tests.objects.test_matrix44.test_object_matrix44.test_operators_vector4) ... ok
test_orthogonal_projection
(tests.objects.test_matrix44.test_object_matrix44.test_orthogonal_projection)
... skipped Not implemented
test_perspective_projection
(tests.objects.test_matrix44.test_object_matrix44.test_perspective_projection)
... skipped Not implemented
test_perspective_projection_bounds
(tests.objects.test_matrix44.test_object_matrix44.test_perspective_projection_bounds)
... skipped Not implemented
test_accessors (tests.objects.test_vector3.test_object_vector3.test_accessors)
... ok
test_bitwise (tests.objects.test_vector3.test_object_vector3.test_bitwise) ...
ok
test_create (tests.objects.test_vector3.test_object_vector3.test_create) ... ok
test_imports (tests.objects.test_vector3.test_object_vector3.test_imports) ...
ok
test_imports_1 (tests.objects.test_vector3.test_object_vector3.test_imports_1)
... ok
test_imports_2 (tests.objects.test_vector3.test_object_vector3.test_imports_2)
... ok
test_imports_3 (tests.objects.test_vector3.test_object_vector3.test_imports_3)
... ok
test_inverse (tests.objects.test_vector3.test_object_vector3.test_inverse) ...
ok
test_normalize (tests.objects.test_vector3.test_object_vector3.test_normalize)
... ok
test_operators_matrix33
(tests.objects.test_vector3.test_object_vector3.test_operators_matrix33) ... ok
test_operators_matrix44
(tests.objects.test_vector3.test_object_vector3.test_operators_matrix44) ... ok
test_operators_number
(tests.objects.test_vector3.test_object_vector3.test_operators_number) ...
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pyrr/build/tests/objects/test_vector3.py:190:
FutureWarning: Passing (type, 1) or '1type' as a synonym of type is
deprecated; in a future version of numpy, it will be understood as (type, (1,))
/ '(1,)type'.
fv = np.empty((1,), dtype=[('i', np.int16, 1),('f', np.float32, 1)])
ok
test_operators_quaternion
(tests.objects.test_vector3.test_object_vector3.test_operators_quaternion) ...
ok
test_operators_vector3
(tests.objects.test_vector3.test_object_vector3.test_operators_vector3) ... ok
test_operators_vector4
(tests.objects.test_vector3.test_object_vector3.test_operators_vector4) ... ok
test_euler_equivalence
(tests.objects.test_equivalence.test_matrix_quaternion.test_euler_equivalence)
... ok
test_m44_q_equivalence
(tests.objects.test_equivalence.test_matrix_quaternion.test_m44_q_equivalence)
Test for equivalance of matrix and quaternion rotations. ... ok
test_quaternion_matrix_conversion
(tests.objects.test_equivalence.test_matrix_quaternion.test_quaternion_matrix_conversion)
... ok
test_accessors (tests.objects.test_vector4.test_object_vector4.test_accessors)
... ok
test_bitwise (tests.objects.test_vector4.test_object_vector4.test_bitwise) ...
ok
test_create (tests.objects.test_vector4.test_object_vector4.test_create) ... ok
test_imports (tests.objects.test_vector4.test_object_vector4.test_imports) ...
ok
test_inverse (tests.objects.test_vector4.test_object_vector4.test_inverse) ...
ok
test_normalize (tests.objects.test_vector4.test_object_vector4.test_normalize)
... ok
test_operators_matrix33
(tests.objects.test_vector4.test_object_vector4.test_operators_matrix33) ... ok
test_operators_matrix44
(tests.objects.test_vector4.test_object_vector4.test_operators_matrix44) ... ok
test_operators_number
(tests.objects.test_vector4.test_object_vector4.test_operators_number) ...
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pyrr/build/tests/objects/test_vector4.py:173:
FutureWarning: Passing (type, 1) or '1type' as a synonym of type is
deprecated; in a future version of numpy, it will be understood as (type, (1,))
/ '(1,)type'.
fv = np.empty((1,), dtype=[('i', np.int16, 1),('f', np.float32, 1)])
ok
test_operators_quaternion
(tests.objects.test_vector4.test_object_vector4.test_operators_quaternion) ...
ok
test_operators_vector3
(tests.objects.test_vector4.test_object_vector4.test_operators_vector3) ... ok
test_operators_vector4
(tests.objects.test_vector4.test_object_vector4.test_operators_vector4) ... ok
----------------------------------------------------------------------
Ran 451 tests in 0.055s
OK (skipped=18)
[-1. -0. -0. -2.]
[ 0.80087974 0.03166748 0.59114721 -0.09018753] [ 0.80087974 0.03166748
0.59114721 -0.09018753]
[ 0.80087974 0.03166748 0.59114721 -0.09018753] [ 0.80087974 0.03166748
0.59114721 -0.09018753]
create-stamp debian/debhelper-build-stamp
dh_testroot -O--buildsystem=pybuild
dh_prep -O--buildsystem=pybuild
dh_auto_install -O--buildsystem=pybuild
I: pybuild base:311: /usr/bin/python3.13 setup.py install --root
/<<PKGBUILDDIR>>/debian/python3-pyrr
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning:
Unknown distribution option: 'test_suite'
warnings.warn(msg)
running install
/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66:
SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html
for details.
********************************************************************************
!!
self.initialize_options()
running build
running build_py
running install_lib
creating /<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages
creating
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/line.py ->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/vector4.py ->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/matrix33.py ->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/geometry.py ->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr
creating
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/__pycache__/quaternion.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/__pycache__/aambb.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/__pycache__/matrix33.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/__pycache__/vector3.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/__pycache__/geometry.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/__pycache__/euler.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/__pycache__/vector.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/__pycache__/aabb.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/__pycache__/matrix44.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/__pycache__/ray.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/__pycache__/integer.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/__pycache__/trig.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/__pycache__/utils.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/__pycache__/line.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/__pycache__/geometric_tests.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/__pycache__/rectangle.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/__pycache__/sphere.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/__pycache__/plane.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/__pycache__/vector4.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/__pycache__/version.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/__pycache__/__init__.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/aabb.py ->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/rectangle.py ->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/sphere.py ->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/integer.py ->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/matrix44.py ->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/geometric_tests.py ->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/utils.py ->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/ray.py ->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/__init__.py ->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/plane.py ->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/vector3.py ->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/quaternion.py
-> /<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/euler.py ->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/aambb.py ->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/trig.py ->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/version.py ->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/vector.py ->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr
creating
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/objects
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/objects/vector4.py ->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/objects
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/objects/matrix33.py ->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/objects
creating
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/objects/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/objects/__pycache__/quaternion.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/objects/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/objects/__pycache__/matrix33.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/objects/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/objects/__pycache__/vector3.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/objects/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/objects/__pycache__/base.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/objects/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/objects/__pycache__/matrix44.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/objects/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/objects/__pycache__/vector4.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/objects/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/objects/__pycache__/__init__.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/objects/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/objects/matrix44.py ->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/objects
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/objects/__init__.py ->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/objects
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/objects/vector3.py ->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/objects
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/objects/base.py
->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/objects
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyrr/build/pyrr/objects/quaternion.py
->
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/objects
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/line.py
to line.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/vector4.py
to vector4.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/matrix33.py
to matrix33.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/geometry.py
to geometry.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/aabb.py
to aabb.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/rectangle.py
to rectangle.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/sphere.py
to sphere.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/integer.py
to integer.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/matrix44.py
to matrix44.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/geometric_tests.py
to geometric_tests.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/utils.py
to utils.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/ray.py
to ray.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/__init__.py
to __init__.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/plane.py
to plane.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/vector3.py
to vector3.cpython-313.pyc
/usr/lib/python3.13/dist-packages/pyrr/vector3.py:48: SyntaxWarning: invalid
escape sequence '\ '
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/quaternion.py
to quaternion.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/euler.py
to euler.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/aambb.py
to aambb.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/trig.py
to trig.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/version.py
to version.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/vector.py
to vector.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/objects/vector4.py
to vector4.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/objects/matrix33.py
to matrix33.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/objects/matrix44.py
to matrix44.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/objects/__init__.py
to __init__.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/objects/vector3.py
to vector3.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/objects/base.py
to base.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr/objects/quaternion.py
to quaternion.cpython-313.pyc
running install_egg_info
running egg_info
creating pyrr.egg-info
writing pyrr.egg-info/PKG-INFO
writing dependency_links to pyrr.egg-info/dependency_links.txt
writing requirements to pyrr.egg-info/requires.txt
writing top-level names to pyrr.egg-info/top_level.txt
writing manifest file 'pyrr.egg-info/SOURCES.txt'
reading manifest file 'pyrr.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.py[co]' found anywhere in
distribution
no previously-included directories found matching 'docs/build'
adding license file 'LICENSE'
writing manifest file 'pyrr.egg-info/SOURCES.txt'
Copying pyrr.egg-info to
/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages/pyrr-0.10.3.egg-info
Skipping SOURCES.txt
running install_scripts
I: pybuild pybuild:334: /<<PKGBUILDDIR>>/debian/rules make-docs
PYTHONPATH=/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages
make[1]: Entering directory '/<<PKGBUILDDIR>>'
sphinx-build -M html /<<PKGBUILDDIR>>/docs/source /<<PKGBUILDDIR>>/docs/_build
Running Sphinx v8.1.3
loading translations [en]... done
making output directory... done
WARNING: html_static_path entry '_static' does not exist
Converting `source_suffix = '.rst'` to `source_suffix = {'.rst':
'restructuredtext'}`.
ERROR: Invalid value `None` in intersphinx_mapping['http://docs.python.org/'].
Expected a two-element tuple or list.
Configuration error:
Invalid `intersphinx_mapping` configuration (1 error).
make[1]: *** [/<<PKGBUILDDIR>>/debian/rules:12: make-docs] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
E: pybuild pybuild:389: install: plugin distutils failed with: exit code=2:
/<<PKGBUILDDIR>>/debian/rules make-docs
PYTHONPATH=/<<PKGBUILDDIR>>/debian/python3-pyrr/usr/lib/python3.13/dist-packages
dh_auto_install: error: pybuild --install -i python{version} -p "3.13 3.12"
--dest-dir /<<PKGBUILDDIR>>/debian/tmp returned exit code 13
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202412/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.
Thanks.