run zef --verbose test for Imlib2 [agent] flamboyant-moore-63797432 [raku] /tmp/whateverable/rakudo-moar/fe0e20c28859ea709eefad19af452c9d35dff20d/bin//raku Welcome to Rakudo™ v2025.11. Implementing the Raku® Programming Language v6.d. Built on MoarVM version 2025.11. [zef] /tmp/whateverable/rakudo-moar/fe0e20c28859ea709eefad19af452c9d35dff20d/share/perl6/site/bin/zef 1.0.0 === 1) install Imlib2 dependencies All candidates are currently installed 2) zef --verbose test . ===> Testing: Imlib2:ver<0.0.3> [Imlib2] Command: /tmp/whateverable/rakudo-moar/fe0e20c28859ea709eefad19af452c9d35dff20d/bin/rakudo -I /tmp/.zef.1765207241.48223/Imlib2%3Aver%3C0.0.3%3E%3Aauth%3Cgithub%3Ahankache%3E.tar.gz/perl6-Imlib2-master t/00-load.t [Imlib2] 1..1 [Imlib2] ok 1 - Imlib2 module can be use-d ok [Imlib2] Command: /tmp/whateverable/rakudo-moar/fe0e20c28859ea709eefad19af452c9d35dff20d/bin/rakudo -I /tmp/.zef.1765207241.48223/Imlib2%3Aver%3C0.0.3%3E%3Aauth%3Cgithub%3Ahankache%3E.tar.gz/perl6-Imlib2-master t/01-pre_test.t [Imlib2] 1..10 [Imlib2] ok 1 - The object is-a 'Imlib2::ColorModifier' [Imlib2] ok 2 - create_color_modifier [Imlib2] ok 3 - context_set color_modifier [Imlib2] ok 4 - free_color_modifier [Imlib2] ok 5 - The object is-a 'Imlib2::Image' [Imlib2] ok 6 - create_image [Imlib2] ok 7 - context_set image [Imlib2] ok 8 - image_set_format [Imlib2] ok 9 - save_image [Imlib2] ok 10 - free_image [Imlib2] Command: /tmp/whateverable/rakudo-moar/fe0e20c28859ea709eefad19af452c9d35dff20d/bin/rakudo -I /tmp/.zef.1765207241.48223/Imlib2%3Aver%3C0.0.3%3E%3Aauth%3Cgithub%3Ahankache%3E.tar.gz/perl6-Imlib2-master t/02-context_setting_getting.t [Imlib2] 1..73 [Imlib2] ok 1 - context_set_dither_mask is set to True [Imlib2] ok 2 - context_get_dither_mask returns True [Imlib2] ok 3 - context_set_dither_mask is set to False [Imlib2] ok 4 - context_get_dither_mask returns False [Imlib2] ok 5 - context_set_anti_alias is set to True [Imlib2] ok 6 - context_get_anti_alias returns True [Imlib2] ok 7 - context_set_anti_alias is set to False [Imlib2] ok 8 - context_get_anti_alias returns False [Imlib2] ok 9 - context_set_mask_alpha_threshold is set to 150 [Imlib2] ok 10 - context_get_mask_alpha_threshold returns 150 [Imlib2] ok 11 - context_set_dither is set to True [Imlib2] ok 12 - context_get_dither returns True [Imlib2] ok 13 - context_set_dither is set to False [Imlib2] ok 14 - context_get_dither returns False [Imlib2] ok 15 - context_set_blend is set to True [Imlib2] ok 16 - context_get_blend returns True [Imlib2] ok 17 - context_set_blend is set to False [Imlib2] ok 18 - context_get_blend returns False [Imlib2] ok 19 - context_set_operation is set to IMLIB_OP_COPY mode [Imlib2] ok 20 - context_get_operation returns IMLIB_OP_COPY mode [Imlib2] ok 21 - context_set_operation is set to IMLIB_OP_ADD mode [Imlib2] ok 22 - context_get_operation returns IMLIB_OP_ADD mode [Imlib2] ok 23 - context_set_operation is set to IMLIB_OP_SUBTRACT mode [Imlib2] ok 24 - context_get_operation returns IMLIB_OP_SUBTRACT mode [Imlib2] ok 25 - context_set_operation is set to IMLIB_OP_RESHADE mode [Imlib2] ok 26 - context_get_operation returns IMLIB_OP_RESHADE mode [Imlib2] ok 27 - context_set_direction is set to IMLIB_TEXT_TO_RIGHT [Imlib2] ok 28 - context_get_direction returns IMLIB_TEXT_TO_RIGHT [Imlib2] ok 29 - context_set_direction is set to IMLIB_TEXT_TO_LEFT [Imlib2] ok 30 - context_get_direction returns IMLIB_TEXT_TO_LEFT [Imlib2] ok 31 - context_set_direction is set to IMLIB_TEXT_TO_DOWN [Imlib2] ok 32 - context_get_direction returns IMLIB_TEXT_TO_DOWN [Imlib2] ok 33 - context_set_direction is set to IMLIB_TEXT_TO_UP [Imlib2] ok 34 - context_get_direction returns IMLIB_TEXT_TO_UP [Imlib2] ok 35 - context_set_direction is set to IMLIB_TEXT_TO_ANGLE [Imlib2] ok 36 - context_get_direction returns IMLIB_TEXT_TO_ANGLE [Imlib2] ok 37 - context_set_angle is set to -45.0 [Imlib2] ok 38 - context_get_angle returns -45.0 [Imlib2] ok 39 - context_set_color with hexadecimal color string rgb [Imlib2] ok 40 - context_set_color with hexadecimal color string rgba [Imlib2] ok 41 - context_set_color with hexadecimal color number [Imlib2] ok 42 - imlib_context_set_color - sets the color channel in RGBA color space [Imlib2] ok 43 - imlib_context_get_color - gets the colors channel in RGBA color space [Imlib2] ok 44 - returns the value 50 for red color channel [Imlib2] ok 45 - returns the value 100 for green color channel [Imlib2] ok 46 - returns the value 150 for blue color channel [Imlib2] ok 47 - returns the value 200 for alpha color channel [Imlib2] ok 48 - get_hex_color_code returns the code \#326496c8 [Imlib2] ok 49 - imlib_context_set_color_hsva - sets the color channel in HSVA color space [Imlib2] ok 50 - imlib_context_get_color_hsva - gets the colors channel in HSVA color space [Imlib2] ok 51 - returns the value 205 for alpha color channel [Imlib2] ok 52 - imlib_context_set_color_hlsa - sets the color channel in HLSA color space [Imlib2] ok 53 - imlib_context_get_color_hlsa - gets the colors channel in HLSA color space [Imlib2] ok 54 - returns the value 210 for alpha color channel [Imlib2] ok 55 - imlib_context_set_color_cmya - sets the color channel in CMYA color space [Imlib2] ok 56 - imlib_context_get_color_cmya - gets the colors channel in CMYA color space [Imlib2] ok 57 - returns the value 65 for cyan color channel [Imlib2] ok 58 - returns the value 115 for magenta color channel [Imlib2] ok 59 - returns the value 165 for yellow color channel [Imlib2] ok 60 - returns the value 215 for alpha color channel [Imlib2] ok 61 - context_set image [Imlib2] ok 62 - The object is-a 'Imlib2::Image' [Imlib2] ok 63 - context_get_image [Imlib2] ok 64 - context_set_cliprect [Imlib2] ok 65 - imlib_context_get_cliprect - gets the rectangle of the current context [Imlib2] ok 66 - the top left x coordinate of the rectangle is 10 [Imlib2] ok 67 - the top left y coordinate of the rectangle is 25 [Imlib2] ok 68 - the width of the rectangle is 100 [Imlib2] ok 69 - the height of the rectangle is 125 [Imlib2] ok 70 - set_cache_size [Imlib2] ok 71 - the cache size is set to 2048 * 1024 bytes [Imlib2] ok 72 - set_color_usage [Imlib2] ok 73 - the current number of colors is 256 [Imlib2] Command: /tmp/whateverable/rakudo-moar/fe0e20c28859ea709eefad19af452c9d35dff20d/bin/rakudo -I /tmp/.zef.1765207241.48223/Imlib2%3Aver%3C0.0.3%3E%3Aauth%3Cgithub%3Ahankache%3E.tar.gz/perl6-Imlib2-master t/03-loading_functions.t [Imlib2] 1..19 [Imlib2] ok 1 - free_image [Imlib2] ok 2 - The object is-a 'Imlib2::Image' [Imlib2] ok 3 - load_image [Imlib2] ok 4 - The object is-a 'Imlib2::Image' [Imlib2] ok 5 - imlib_load_image with named arguments [Imlib2] ok 6 - The object is-a 'Imlib2::Image' [Imlib2] ok 7 - imlib_load_image_immediately [Imlib2] ok 8 - The object is-a 'Imlib2::Image' [Imlib2] ok 9 - imlib_load_image_without_cache [Imlib2] ok 10 - The object is-a 'Imlib2::Image' [Imlib2] ok 11 - imlib_load_image_immediately_without_cache [Imlib2] ok 12 - The object is-a 'Imlib2::Image' [Imlib2] ok 13 - imlib_load_image_with_error_return [Imlib2] ok 14 - imlib_load_image_with_error_return IMLIB_LOAD_ERROR_NONE [Imlib2] not ok 15 - imlib_save_image_with_error_return IMLIB_LOAD_ERROR_PATH_COMPONENT_NON_EXISTANT [Imlib2] # Failed test 'imlib_save_image_with_error_return IMLIB_LOAD_ERROR_PATH_COMPONENT_NON_EXISTANT' [Imlib2] # at t/03-loading_functions.t line 58 [Imlib2] # expected: 'IMLIB_LOAD_ERROR_PATH_COMPONENT_NON_EXISTANT' [Imlib2] # got: 'IMLIB_LOAD_ERROR_FILE_DOES_NOT_EXIST' [Imlib2] ok 16 - imlib_save_image_with_error_return IMLIB_LOAD_ERROR_NONE [Imlib2] ok 17 - imlib_free_image_and_decache [Imlib2] ok 18 - imlib_load_image_with_error_return IMLIB_LOAD_ERROR_FILE_DOES_NOT_EXIST [Imlib2] ok 19 - flush_loaders [Imlib2] # You failed 1 test of 19 [Imlib2] Command: /tmp/whateverable/rakudo-moar/fe0e20c28859ea709eefad19af452c9d35dff20d/bin/rakudo -I /tmp/.zef.1765207241.48223/Imlib2%3Aver%3C0.0.3%3E%3Aauth%3Cgithub%3Ahankache%3E.tar.gz/perl6-Imlib2-master t/04-query_modify_parameters.t [Imlib2] 1..25 [Imlib2] ok 1 - image_set_format [Imlib2] ok 2 - image_format returns PNG format [Imlib2] ok 3 - image_get_width - the image width is 100 pixels [Imlib2] ok 4 - image_get_height - the image height is 200 pixels [Imlib2] ok 5 - image_get_size - the image width is 100 pixels [Imlib2] ok 6 - image_get_size - the image height is 200 pixels [Imlib2] ok 7 - image_get_filename [Imlib2] ok 8 - image_set_has_alpha - set has alpha to True [Imlib2] ok 9 - image_has_alpha returns True [Imlib2] ok 10 - image_set_has_alpha - set has alpha to False [Imlib2] ok 11 - image_has_alpha returns False [Imlib2] ok 12 - image_set_changes_on_disk [Imlib2] ok 13 - The object is-a 'Imlib2::Border' [Imlib2] ok 14 - set a new border object structure [Imlib2] ok 15 - left border stored value is 0 [Imlib2] ok 16 - right border stored value is 0 [Imlib2] ok 17 - top border stored value is 0 [Imlib2] ok 18 - bottom border stored value is 0 [Imlib2] ok 19 - fills the border structure with the values of the border [Imlib2] ok 20 - image_set_irrelevant_format is set to True [Imlib2] ok 21 - image_set_irrelevant_format is set to False [Imlib2] ok 22 - image_set_irrelevant_border is set to True [Imlib2] ok 23 - image_set_irrelevant_border is set to False [Imlib2] ok 24 - image_set_irrelevant_alpha is set to True [Imlib2] ok 25 - image_set_irrelevant_alpha is set to False [Imlib2] Command: /tmp/whateverable/rakudo-moar/fe0e20c28859ea709eefad19af452c9d35dff20d/bin/rakudo -I /tmp/.zef.1765207241.48223/Imlib2%3Aver%3C0.0.3%3E%3Aauth%3Cgithub%3Ahankache%3E.tar.gz/perl6-Imlib2-master t/05-rendering_functions.t [Imlib2] 1..1 [Imlib2] ok 1 - blend_image_onto_image [Imlib2] Command: /tmp/whateverable/rakudo-moar/fe0e20c28859ea709eefad19af452c9d35dff20d/bin/rakudo -I /tmp/.zef.1765207241.48223/Imlib2%3Aver%3C0.0.3%3E%3Aauth%3Cgithub%3Ahankache%3E.tar.gz/perl6-Imlib2-master t/06-create_functions.t [Imlib2] 1..16 [Imlib2] ok 1 - The object is-a 'Imlib2::Image' [Imlib2] ok 2 - create_image [Imlib2] ok 3 - The object is-a 'Imlib2::Image' [Imlib2] ok 4 - clone_image [Imlib2] ok 5 - The object is-a 'Imlib2::Image' [Imlib2] ok 6 - create_resized_image - cropped image without location [Imlib2] ok 7 - The object is-a 'Imlib2::Image' [Imlib2] ok 8 - create_resized_image - cropped image with location [Imlib2] ok 9 - The object is-a 'Imlib2::Image' [Imlib2] ok 10 - create_resized_image - scaled image without location [Imlib2] ok 11 - The object is-a 'Imlib2::Image' [Imlib2] ok 12 - create_resized_image - scaled image with location [Imlib2] ok 13 - The object is-a 'Imlib2::Image' [Imlib2] ok 14 - create_resized_image - cropped and scaled image without location [Imlib2] ok 15 - The object is-a 'Imlib2::Image' [Imlib2] ok 16 - create_resized_image - cropped and scaled image with location [Imlib2] Command: /tmp/whateverable/rakudo-moar/fe0e20c28859ea709eefad19af452c9d35dff20d/bin/rakudo -I /tmp/.zef.1765207241.48223/Imlib2%3Aver%3C0.0.3%3E%3Aauth%3Cgithub%3Ahankache%3E.tar.gz/perl6-Imlib2-master t/07-imlib_updates.t [Imlib2] 1..1 [Imlib2] ok 1 - under construction [Imlib2] Command: /tmp/whateverable/rakudo-moar/fe0e20c28859ea709eefad19af452c9d35dff20d/bin/rakudo -I /tmp/.zef.1765207241.48223/Imlib2%3Aver%3C0.0.3%3E%3Aauth%3Cgithub%3Ahankache%3E.tar.gz/perl6-Imlib2-master t/08-image_modification.t [Imlib2] 1..11 [Imlib2] ok 1 - imlib_image_flip_horizontal [Imlib2] ok 2 - imlib_image_flip_vertical [Imlib2] ok 3 - imlib_image_flip_diagonal [Imlib2] ok 4 - image_orientate - rotate 90 degrees [Imlib2] ok 5 - image_orientate - rotate 180 degrees [Imlib2] ok 6 - image_orientate - rotate 270 degrees [Imlib2] ok 7 - image_blur is set to 12 [Imlib2] ok 8 - image_sharpen is set to 20 [Imlib2] ok 9 - image_tile [Imlib2] ok 10 - imlib_image_tile_horizontal [Imlib2] ok 11 - imlib_image_tile_vertical [Imlib2] Command: /tmp/whateverable/rakudo-moar/fe0e20c28859ea709eefad19af452c9d35dff20d/bin/rakudo -I /tmp/.zef.1765207241.48223/Imlib2%3Aver%3C0.0.3%3E%3Aauth%3Cgithub%3Ahankache%3E.tar.gz/perl6-Imlib2-master t/09-fonts_and_text.t [Imlib2] 1..33 [Imlib2] ok 1 - add_path_to_font_path - add "t/fonts" path [Imlib2] ok 2 - list_font_path - the list has one element [Imlib2] ok 3 - list_font_path - the only value is the path t/fonts [Imlib2] ok 4 - list_font - the list has one element [Imlib2] ok 5 - list_font - the only value is the comic font [Imlib2] ok 6 - flush_font_cache [Imlib2] ok 7 - font_cache_size - the cache size is set to 512 * 1024 bytes [Imlib2] ok 8 - font_cache_size returns 512 * 1024 bytes [Imlib2] ok 9 - The object is-a 'Imlib2::Font' [Imlib2] ok 10 - load_font [Imlib2] ok 11 - context_set font [Imlib2] ok 12 - The object is-a 'Imlib2::Font' [Imlib2] ok 13 - context_get_font [Imlib2] ok 14 - text_draw [Imlib2] ok 15 - text_draw with return metrics [Imlib2] ok 16 - the width of the string is 78 pixels [Imlib2] ok 17 - the height of the string is 66 pixels [Imlib2] ok 18 - the horizontal offset is 78 pixels [Imlib2] ok 19 - the vertical offset is 66 pixels [Imlib2] ok 20 - imlib_get_text_size [Imlib2] ok 21 - the width of the string is 94 pixels [Imlib2] ok 22 - the height of the string is 66 pixels [Imlib2] ok 23 - imlib_get_text_advance [Imlib2] ok 24 - the horizontal offset is 78 pixels [Imlib2] ok 25 - the vertical offset is 66 pixels [Imlib2] ok 26 - get_text_inset returns -3 pixels [Imlib2] ok 27 - get_font_ascent returns 52 pixels [Imlib2] ok 28 - get_font_descent returns 13 pixels [Imlib2] ok 29 - get_maximum_font_ascent returns 52 pixels [Imlib2] ok 30 - get_maximum_font_descent returns -14 pixels [Imlib2] ok 31 - free_font [Imlib2] ok 32 - remove_path_from_font_path - remove "t/fonts" path [Imlib2] ok 33 - load_font - no font found [Imlib2] Command: /tmp/whateverable/rakudo-moar/fe0e20c28859ea709eefad19af452c9d35dff20d/bin/rakudo -I /tmp/.zef.1765207241.48223/Imlib2%3Aver%3C0.0.3%3E%3Aauth%3Cgithub%3Ahankache%3E.tar.gz/perl6-Imlib2-master t/10-color_modifiers.t [Imlib2] 1..18 [Imlib2] ok 1 - The object is-a 'Imlib2::ColorModifier' [Imlib2] ok 2 - imlib_create_color_modifier [Imlib2] ok 3 - imlib_context_set_color_modifier [Imlib2] ok 4 - The object is-a 'Imlib2::ColorModifier' [Imlib2] ok 5 - imlib_context_get_color_modifier [Imlib2] ok 6 - imlib_set_color_modifier_tables [Imlib2] ok 7 - imlib_get_color_modifier_tables [Imlib2] ok 8 - The value of position 127 of the red table is 8. [Imlib2] ok 9 - The value of position 127 of the green table is 16. [Imlib2] ok 10 - The value of position 127 of the blue table is 32. [Imlib2] ok 11 - The value of position 127 of the alpha table is 64. [Imlib2] ok 12 - imlib_reset_color_modifier [Imlib2] ok 13 - imlib_modify_color_modifier_gamma [Imlib2] ok 14 - imlib_modify_color_modifier_brightness [Imlib2] ok 15 - imlib_modify_color_modifier_contrast [Imlib2] ok 16 - imlib_apply_color_modifier [Imlib2] ok 17 - imlib_apply_color_modifier_to_rectangle [Imlib2] ok 18 - imlib_free_color_modifier [Imlib2] Command: /tmp/whateverable/rakudo-moar/fe0e20c28859ea709eefad19af452c9d35dff20d/bin/rakudo -I /tmp/.zef.1765207241.48223/Imlib2%3Aver%3C0.0.3%3E%3Aauth%3Cgithub%3Ahankache%3E.tar.gz/perl6-Imlib2-master t/11-drawing_on_images.t [Imlib2] 1..9 [Imlib2] ok 1 - image_draw_pixel with update option set to False [Imlib2] ok 2 - The object is-a 'Imlib2::Updates' [Imlib2] ok 3 - image_draw_pixel with update option set to True [Imlib2] ok 4 - image_draw_line with update option set to False [Imlib2] ok 5 - The object is-a 'Imlib2::Updates' [Imlib2] ok 6 - image_draw_line with update option set to True [Imlib2] ok 7 - image_draw_rectangle - fill is set to True [Imlib2] ok 8 - image_draw_rectangle - fill is set to False [Imlib2] ok 9 - image_draw_rectangle - without location [Imlib2] Command: /tmp/whateverable/rakudo-moar/fe0e20c28859ea709eefad19af452c9d35dff20d/bin/rakudo -I /tmp/.zef.1765207241.48223/Imlib2%3Aver%3C0.0.3%3E%3Aauth%3Cgithub%3Ahankache%3E.tar.gz/perl6-Imlib2-master t/12-polygon.t [Imlib2] 1..15 [Imlib2] ok 1 - The object is-a 'Imlib2::Polygon' [Imlib2] ok 2 - polygon_new [Imlib2] ok 3 - polygon add_point [Imlib2] ok 4 - polygon contains_point returns True [Imlib2] ok 5 - contains_point returns False [Imlib2] ok 6 - polygon get_bounds [Imlib2] ok 7 - the array contains 4 elements. [Imlib2] ok 8 - x coordinate of the upper left corner [Imlib2] ok 9 - y coordinate of the upper left corner [Imlib2] ok 10 - x coordinate of the lower right corner [Imlib2] ok 11 - y coordinate of the lower right corner [Imlib2] ok 12 - image_draw_polygon - closed flag is set to True and fill to False [Imlib2] ok 13 - image_draw_polygon - closed flag is set to False and fill to False [Imlib2] ok 14 - image_draw_polygon - closed flag is set to True and fill to True [Imlib2] ok 15 - polygon free Aborting due to test failure: Imlib2:ver<0.0.3> (use --force-test to override) [Imlib2] Command: /tmp/whateverable/rakudo-moar/fe0e20c28859ea709eefad19af452c9d35dff20d/bin/rakudo -I /tmp/.zef.1765207241.48223/Imlib2%3Aver%3C0.0.3%3E%3Aauth%3Cgithub%3Ahankache%3E.tar.gz/perl6-Imlib2-master t/13-ellipse_circumference.t [Imlib2] 1..4 [Imlib2] ok 1 - image_draw_ellipse - fill is set to False [Imlib2] ok 2 - image_draw_ellipse - fill is set to True [Imlib2] ok 3 - image_draw_circumference - fill is set to False [Imlib2] ok 4 - image_draw_circumference - fill is set to True [Imlib2] Command: /tmp/whateverable/rakudo-moar/fe0e20c28859ea709eefad19af452c9d35dff20d/bin/rakudo -I /tmp/.zef.1765207241.48223/Imlib2%3Aver%3C0.0.3%3E%3Aauth%3Cgithub%3Ahankache%3E.tar.gz/perl6-Imlib2-master t/14-color_ranges.t [Imlib2] 1..9 [Imlib2] ok 1 - The object is-a 'Imlib2::ColorRange' [Imlib2] ok 2 - create_color_range [Imlib2] ok 3 - context_set color_range [Imlib2] ok 4 - The object is-a 'Imlib2::ColorRange' [Imlib2] ok 5 - context_get_color_range [Imlib2] ok 6 - add_color_to_color_range [Imlib2] ok 7 - image_fill_color_range_rectangle - the flag option hsva is set to False [Imlib2] ok 8 - image_fill_color_range_rectangle - the flag option hsva is set to True [Imlib2] ok 9 - free_color_range [Imlib2] Command: /tmp/whateverable/rakudo-moar/fe0e20c28859ea709eefad19af452c9d35dff20d/bin/rakudo -I /tmp/.zef.1765207241.48223/Imlib2%3Aver%3C0.0.3%3E%3Aauth%3Cgithub%3Ahankache%3E.tar.gz/perl6-Imlib2-master t/15-image_data.t [Imlib2] 1..1 [Imlib2] ok 1 - under construction [Imlib2] Command: /tmp/whateverable/rakudo-moar/fe0e20c28859ea709eefad19af452c9d35dff20d/bin/rakudo -I /tmp/.zef.1765207241.48223/Imlib2%3Aver%3C0.0.3%3E%3Aauth%3Cgithub%3Ahankache%3E.tar.gz/perl6-Imlib2-master t/16-saving.t [Imlib2] 1..3 [Imlib2] ok 1 - save_image [Imlib2] not ok 2 - imlib_save_image_with_error_return IMLIB_LOAD_ERROR_PATH_COMPONENT_NON_EXISTANT [Imlib2] # Failed test 'imlib_save_image_with_error_return IMLIB_LOAD_ERROR_PATH_COMPONENT_NON_EXISTANT' [Imlib2] # at t/16-saving.t line 24 [Imlib2] # expected: 'IMLIB_LOAD_ERROR_PATH_COMPONENT_NON_EXISTANT' [Imlib2] # got: 'IMLIB_LOAD_ERROR_FILE_DOES_NOT_EXIST' [Imlib2] ok 3 - imlib_save_image_with_error_return IMLIB_LOAD_ERROR_NONE [Imlib2] # You failed 1 test of 3 [Imlib2] Command: /tmp/whateverable/rakudo-moar/fe0e20c28859ea709eefad19af452c9d35dff20d/bin/rakudo -I /tmp/.zef.1765207241.48223/Imlib2%3Aver%3C0.0.3%3E%3Aauth%3Cgithub%3Ahankache%3E.tar.gz/perl6-Imlib2-master t/17-rotation_skewing.t [Imlib2] 1..2 [Imlib2] ok 1 - The object is-a 'Imlib2::Image' [Imlib2] ok 2 - create_rotated_image [Imlib2] Command: /tmp/whateverable/rakudo-moar/fe0e20c28859ea709eefad19af452c9d35dff20d/bin/rakudo -I /tmp/.zef.1765207241.48223/Imlib2%3Aver%3C0.0.3%3E%3Aauth%3Cgithub%3Ahankache%3E.tar.gz/perl6-Imlib2-master t/18-color_modifier.t [Imlib2] 1..6 [Imlib2] ok 1 - The object is-a 'Imlib2::ColorModifier' [Imlib2] ok 2 - create_color_modifier [Imlib2] ok 3 - context_set color_modifier [Imlib2] ok 4 - The object is-a 'Imlib2::ColorModifier' [Imlib2] ok 5 - context_get_color_modifier [Imlib2] ok 6 - free_color_modifier ===> Testing [FAIL]: Imlib2:ver<0.0.3>