Skip to content

test custom format #146

test custom format

test custom format #146

Triggered via push May 12, 2024 08:10
Status Failure
Total duration 9m 42s
Artifacts

ci.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
OS ubuntu-latest Perl 5.32: t/24_lchab_space.t#L16
Can't locate object method "dimensions" via package "Graphics::Toolkit::Color::Space"
OS ubuntu-latest Perl 5.32: t/25_lchuv_space.t#L16
Can't locate object method "dimensions" via package "Graphics::Toolkit::Color::Space"
OS ubuntu-latest Perl 5.32: t/41_name.t#L22
Can't locate object method "warning_like" via package "missing first argument: color name" (perhaps you forgot to load "missing first argument: color name"?)
OS ubuntu-latest Perl 5.32: t/50_color_new_getter_io.t#L12
constructor of Graphics::Toolkit::Color object needs either: 1. hash or ref (RGB, HSL or any other): ->new(r => 255, g => 0, b => 0), ->new({ h => 0, s => 100, l => 50 }) 2. RGB array or ref: ->new( [255, 0, 0 ]) or >new( 255, 0, 0 ) 3. hex form "#FF0000" or "#f00" 4. a name: "red" or "SVG:red".
OS ubuntu-latest Perl 5.32: t/50_color_new_getter_io.t#L12
Can't locate object method "warning_like" via package "1" (perhaps you forgot to load "1"?)
OS ubuntu-latest Perl 5.32: lib/Graphics/Toolkit/Color/Space/Shape.pm#L127
Argument "array" isn't numeric in numeric lt (<)
OS ubuntu-latest Perl 5.32: lib/Graphics/Toolkit/Color/Space/Shape.pm#L127
Argument "array" isn't numeric in numeric lt (<)
OS ubuntu-latest Perl 5.32: lib/Graphics/Toolkit/Color/Space/Hub.pm#L87
Can't call method "deformat" without a package or object reference
OS ubuntu-latest Perl 5.32: lib/Graphics/Toolkit/Color/Space/Shape.pm#L127
Argument "hex_string" isn't numeric in numeric lt (<)
OS ubuntu-latest Perl 5.32: lib/Graphics/Toolkit/Color/Space/Shape.pm#L127
Argument "hex_string" isn't numeric in numeric lt (<)
OS ubuntu-latest Perl 5.32
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
OS ubuntu-latest Perl 5.32
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/