Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blin 2022.07, round 1 #5002

Closed
6 tasks done
jdv opened this issue Jul 24, 2022 · 6 comments
Closed
6 tasks done

Blin 2022.07, round 1 #5002

jdv opened this issue Jul 24, 2022 · 6 comments
Labels
blin Result of a regular ecosystem check with modules regressed, which must be fixed before release BLOCKER Preventing the next release of rakudo, or just needing attention before the release

Comments

@jdv
Copy link
Collaborator

jdv commented Jul 24, 2022

Blin results between 2022.06 (6163fab) and HEAD (14fb6a5):

  • Structable – Fail, Bisected: aa462b4

    Old Output
    ===> Searching for: Structable
    ===> Found: Structable:ver<0.1.0>:auth<cpan:SAMGWISE> [via Zef::Repository::Ecosystems<rea>]
    ===> Fetching [OK]: Structable:ver<0.1.0>:auth<cpan:SAMGWISE> to /mnt/data/zef-data/tmp/1658415135.182701.3524.7307103972125/Structable%3Aver%3C0.1.0%3E%3Aauth%3Ccpan%3ASAMGWISE%3E.tar.gz
    ===> Extraction [OK]: Structable to /mnt/data/zef-data/tmp/Structable%3Aver%3C0.1.0%3E%3Aauth%3Ccpan%3ASAMGWISE%3E.tar.gz
    ===> Testing: Structable:ver<0.1.0>:auth<samgwise>
    [Structable] t/01-Structable.t6 .. ok
    [Structable] All tests successful.
    [Structable] Files=1, Tests=100,  9 wallclock secs ( 0.04 usr  0.00 sys +  8.73 cusr  0.50 csys =  9.27 CPU)
    [Structable] Result: PASS
    ===> Testing [OK] for Structable:ver<0.1.0>:auth<samgwise>
    ===> Installing: Structable:ver<0.1.0>:auth<samgwise>
    ===> Install [OK] for Structable:ver<0.1.0>:auth<samgwise>
    
    
    New Output
    ===> Searching for: Structable
    ===> Found: Structable:ver<0.1.0>:auth<cpan:SAMGWISE> [via Zef::Repository::Ecosystems<rea>]
    ===> Fetching [OK]: Structable:ver<0.1.0>:auth<cpan:SAMGWISE> to /mnt/data/zef-data/tmp/1658415042.173766.3641.5036506152965/Structable%3Aver%3C0.1.0%3E%3Aauth%3Ccpan%3ASAMGWISE%3E.tar.gz
    ===> Extraction [OK]: Structable to /mnt/data/zef-data/tmp/Structable%3Aver%3C0.1.0%3E%3Aauth%3Ccpan%3ASAMGWISE%3E.tar.gz
    ===> Testing: Structable:ver<0.1.0>:auth<samgwise>
    [Structable] # Failed test 'Str to DateTime coercion (date string)'
    [Structable] # at t/01-Structable.t6 line 87
    [Structable] # expected: 'False'
    [Structable] #      got: 'True'
    [Structable] # You failed 1 test of 100
    [Structable] t/01-Structable.t6 .. 
    [Structable] Dubious, test returned 1 (wstat 256, 0x100)
    [Structable] Failed 1/100 subtests 
    [Structable] Test Summary Report
    [Structable] -------------------
    [Structable] t/01-Structable.t6 (Wstat: 256 Tests: 100 Failed: 1)
    [Structable]   Failed test:  45
    [Structable]   Non-zero exit status: 1
    [Structable] Files=1, Tests=100,  6 wallclock secs ( 0.03 usr  0.01 sys +  6.99 cusr  0.29 csys =  7.32 CPU)
    [Structable] Result: FAIL
    ===> Testing [FAIL]: Structable:ver<0.1.0>:auth<samgwise>
    [Structable] Failed to get passing tests, but continuing with --force-test
    ===> Installing: Structable:ver<0.1.0>:auth<samgwise>
    ===> Install [OK] for Structable:ver<0.1.0>:auth<samgwise>
    
    
  • Test::Stream – Fail, Bisected: af31b1d

    Old Output
    ===> Searching for: Test::Stream
    ===> Found: Test::Stream:ver<0.0.2>:auth<zef:raku-community-modules> [via Zef::Repository::Ecosystems<fez>]
    ===> Fetching [OK]: Test::Stream:ver<0.0.2>:auth<zef:raku-community-modules> to /mnt/data/zef-data/tmp/1658414484.126039.5728.748264211408/2de0376e3169cca5e60b50801920072f38e0946a.tar.gz
    ===> Extraction [OK]: Test::Stream to /mnt/data/zef-data/tmp/2de0376e3169cca5e60b50801920072f38e0946a.tar.gz
    ===> Testing: Test::Stream:ver<0.0.2>:auth<zef:raku-community-modules>
    [Test::Stream] # got the expected exception when a SkipAll comes after running tests
    [Test::Stream] # got the expected exception when a Todo::End does not match Todo::Start
    [Test::Stream] # got the expected exception with Todo::End before Todo::Start
    [Test::Stream] t/000-suite.t ........... ok
    [Test::Stream] # errors from bad event sequences
    [Test::Stream]     # got exception trying to end a suite before any suites were started
    [Test::Stream]     # event[0]
    [Test::Stream]     # event[0]
    [Test::Stream]     # got exception trying to end a suite that does not match the last suite started (depth of 2)
    [Test::Stream]     # event[0]
    [Test::Stream]     # event[0]
    [Test::Stream]     # got exception trying to end a suite that does not match the last suite started (depth of 1)
    [Test::Stream]     # event[0]
    [Test::Stream] # events after Bail
    [Test::Stream] # finalize when Bail is seen
    [Test::Stream] # finalize when 3 tests fail
    [Test::Stream] # finalize when plan does not match tests run
    [Test::Stream] # finalize when 2 child suites are unfinished
    [Test::Stream] # finalize when all tests pass
    [Test::Stream] # starting a suite without any listeners
    [Test::Stream] # instance returns the same object
    [Test::Stream] t/100-hub.t ............. ok
    [Test::Stream]     # sub sets source marker and then calls another sub to make the source
    [Test::Stream]     # sub does not set source marker and then calls sub that does
    [Test::Stream] t/200-event-source.t .... ok
    [Test::Stream]     # event[0]
    [Test::Stream]     # event[1]
    [Test::Stream] # ok(True) without name
    [Test::Stream]     # event[0]
    [Test::Stream] # ok(False) without name
    [Test::Stream]     # event[0]
    [Test::Stream] # ok(True) with name
    [Test::Stream]     # event[0]
    [Test::Stream] # ok(False) with name
    [Test::Stream]     # event[0]
    [Test::Stream] # ok(1) without name
    [Test::Stream]     # event[0]
    [Test::Stream] # ok(0) without name
    [Test::Stream]     # event[0]
    [Test::Stream] # pass()
    [Test::Stream]     # event[0]
    [Test::Stream] # flunk()
    [Test::Stream]     # event[0]
    [Test::Stream] # is( undef, undef ) without name
    [Test::Stream]     # event[0]
    [Test::Stream] # is( undef !=== undef ) without name
    [Test::Stream]     # event[0]
    [Test::Stream] # is( undef !=== defined ) without name
    [Test::Stream]     # event[0]
    [Test::Stream] # is( defined !=== undef ) without name
    [Test::Stream]     # event[0]
    [Test::Stream] # is( defined(Int) != defined(Int) ) without name
    [Test::Stream]     # event[0]
    [Test::Stream] # is( defined(Str) != defined(Int) ) without name
    [Test::Stream]     # event[0]
    [Test::Stream] # is( defined(Int) == defined(Int) ) without name
    [Test::Stream]     # event[0]
    [Test::Stream] # is( defined(Str) == defined(Str) ) without name
    [Test::Stream]     # event[0]
    [Test::Stream] # is( defined(Str) == defined(Str) ) with name
    [Test::Stream]     # event[0]
    [Test::Stream] # isnt( undef, undef ) without name
    [Test::Stream]     # event[0]
    [Test::Stream] # isnt( undef !=== undef ) without name
    [Test::Stream]     # event[0]
    [Test::Stream] # isnt( undef !=== defined ) without name
    [Test::Stream]     # event[0]
    [Test::Stream] # isnt( defined !=== undef ) without name
    [Test::Stream]     # event[0]
    [Test::Stream] # isnt( defined(Int) != defined(Int) ) without name
    [Test::Stream]     # event[0]
    [Test::Stream] # isnt( defined(Str) != defined(Int) ) without name
    [Test::Stream]     # event[0]
    [Test::Stream] # isnt( defined(Int) == defined(Int) ) without name
    [Test::Stream]     # event[0]
    [Test::Stream] # isnt( defined(Str) == defined(Str) ) without name
    [Test::Stream]     # event[0]
    [Test::Stream] # isnt( defined(Str) == defined(Str) ) with name
    [Test::Stream]     # event[0]
    [Test::Stream] # cmp-ok( 2 < 3 )
    [Test::Stream]     # event[0]
    [Test::Stream] # cmp-ok( 2 > 3 )
    [Test::Stream]     # event[0]
    [Test::Stream] # cmp-ok( 2 not-an-op 3 )
    [Test::Stream]     # event[0]
    [Test::Stream] # isa-ok( $obj, $type )
    [Test::Stream]     # event[0]
    [Test::Stream] # isa-ok( $obj, !$type )
    [Test::Stream]     # event[0]
    [Test::Stream] # isa-ok( $obj, $type, $name )
    [Test::Stream]     # event[0]
    [Test::Stream] # isa-ok( $obj, !$type, $name )
    [Test::Stream]     # event[0]
    [Test::Stream] # does-ok( $obj, $role )
    [Test::Stream]     # event[0]
    [Test::Stream] # does-ok( $obj, !$role )
    [Test::Stream]     # event[0]
    [Test::Stream] # does-ok( $obj, $role, $name )
    [Test::Stream]     # event[0]
    [Test::Stream] # does-ok( $obj, !$role, $name )
    [Test::Stream]     # event[0]
    [Test::Stream] # does-ok( $obj, $role, $name )
    [Test::Stream]     # event[0]
    [Test::Stream] # does-ok( $class, $role )
    [Test::Stream]     # event[0]
    [Test::Stream] # does-ok( $role, $role )
    [Test::Stream]     # event[0]
    [Test::Stream] # can-ok( $obj, $method )
    [Test::Stream]     # event[0]
    [Test::Stream] # can-ok( $obj, !$method )
    [Test::Stream]     # event[0]
    [Test::Stream] # can-ok( $obj, $method, $name )
    [Test::Stream]     # event[0]
    [Test::Stream] # can-ok( $obj, !$method, $name )
    [Test::Stream]     # event[0]
    [Test::Stream] # can-ok( $class, $method )
    [Test::Stream]     # event[0]
    [Test::Stream] # like( $str, $regex ) without name
    [Test::Stream]     # event[0]
    [Test::Stream] # like( $str, !$regex ) without name
    [Test::Stream]     # event[0]
    [Test::Stream] # unlike( $str, $regex ) without name
    [Test::Stream]     # event[0]
    [Test::Stream] # unlike( $str, !$regex ) without name
    [Test::Stream]     # event[0]
    [Test::Stream] # is-deeply( $str, $regex ) without name
    [Test::Stream]     # event[0]
    [Test::Stream] # is-deeply( $str, $regex ) without name
    [Test::Stream]     # event[0]
    [Test::Stream] # lives-ok( lives )
    [Test::Stream]     # event[0]
    [Test::Stream] # lives-ok( dies )
    [Test::Stream]     # event[0]
    [Test::Stream] # dies-ok( dies )
    [Test::Stream]     # event[0]
    [Test::Stream] # dies-ok( dies )
    [Test::Stream]     # event[0]
    [Test::Stream] # dies-ok( dies )
    [Test::Stream]     # event[0]
    [Test::Stream] # throws-like( $sub, X::AdHoc )
    [Test::Stream]     # event[0]
    [Test::Stream]     # event[1]
    [Test::Stream]     # event[2]
    [Test::Stream]     # event[3]
    [Test::Stream] # throws-like( $sub, X::AdHoc, $name )
    [Test::Stream]     # event[0]
    [Test::Stream]     # event[1]
    [Test::Stream]     # event[2]
    [Test::Stream]     # event[3]
    [Test::Stream] # throws-like( $sub does not die, X::AdHoc )
    [Test::Stream]     # event[0]
    [Test::Stream]     # event[1]
    [Test::Stream]     # event[2]
    [Test::Stream] # throws-like( $sub, $regex )
    [Test::Stream]     # event[0]
    [Test::Stream]     # event[1]
    [Test::Stream]     # event[2]
    [Test::Stream]     # event[3]
    [Test::Stream] # throws-like( $sub, $regex, $name )
    [Test::Stream]     # event[0]
    [Test::Stream]     # event[1]
    [Test::Stream]     # event[2]
    [Test::Stream]     # event[3]
    [Test::Stream] # throws-like( $sub, $regex )
    [Test::Stream]     # event[0]
    [Test::Stream]     # event[1]
    [Test::Stream]     # event[2]
    [Test::Stream]     # event[3]
    [Test::Stream] # todo()
    [Test::Stream]     # event[0]
    [Test::Stream]     # event[1]
    [Test::Stream]     # event[2]
    [Test::Stream] # skip()
    [Test::Stream]     # event[0]
    [Test::Stream] # skip(reason)
    [Test::Stream]     # event[0]
    [Test::Stream] # skip( 2, reason )
    [Test::Stream]     # event[0]
    [Test::Stream] # diag(...)
    [Test::Stream]     # event[0]
    [Test::Stream] # subtest( subname, &block ) with passing subtest
    [Test::Stream]     # event[0]
    [Test::Stream]     # event[1]
    [Test::Stream]     # event[2]
    [Test::Stream] # subtest( subname, &block ) with failing subtest
    [Test::Stream]     # event[0]
    [Test::Stream]     # event[1]
    [Test::Stream]     # event[2]
    [Test::Stream] # nested subtests
    [Test::Stream]     # event[0]
    [Test::Stream]     # event[1]
    [Test::Stream]     # event[2]
    [Test::Stream]     # event[3]
    [Test::Stream]     # event[4]
    [Test::Stream]     # event[5]
    [Test::Stream] # subtest that runs no tests returns false
    [Test::Stream]     # event[0]
    [Test::Stream]     # event[1]
    [Test::Stream] # subtest with wrong plan returns false
    [Test::Stream]     # event[0]
    [Test::Stream]     # event[1]
    [Test::Stream]     # event[2]
    [Test::Stream]     # event[3]
    [Test::Stream] # nested subtest with wrong plan returns false
    [Test::Stream]     # event[0]
    [Test::Stream]     # event[1]
    [Test::Stream]     # event[2]
    [Test::Stream]     # event[3]
    [Test::Stream]     # event[4]
    [Test::Stream]     # event[5]
    [Test::Stream]     # event[6]
    [Test::Stream]     # event[7]
    [Test::Stream] # skip-all()
    [Test::Stream]     # event[0]
    [Test::Stream]     # event[1]
    [Test::Stream] # skip-all()
    [Test::Stream]     # event[0]
    [Test::Stream]     # event[1]
    [Test::Stream] t/300-predicates.t ...... ok
    [Test::Stream] t/350-predicate-exit.t .. ok
    [Test::Stream] # Failures, todo, and skip
    [Test::Stream] # Escaping of # and \ in test names, diag messages, todo & skip reasons
    [Test::Stream] # Escaping # of and \ in SkipAll reason
    [Test::Stream] # Plan does not match count of tests run
    [Test::Stream] # Note always go to $.output, whether in todo or not
    [Test::Stream] # Skip all
    [Test::Stream] # Skip all in a subtest
    [Test::Stream] t/400-tap-formatter.t ... ok
    [Test::Stream] All tests successful.
    [Test::Stream] Files=6, Tests=148, 68 wallclock secs ( 0.08 usr  0.00 sys + 64.69 cusr  2.66 csys = 67.43 CPU)
    [Test::Stream] Result: PASS
    ===> Testing [OK] for Test::Stream:ver<0.0.2>:auth<zef:raku-community-modules>
    ===> Installing: Test::Stream:ver<0.0.2>:auth<zef:raku-community-modules>
    ===> Install [OK] for Test::Stream:ver<0.0.2>:auth<zef:raku-community-modules>
    
    
    New Output
    ===> Searching for: Test::Stream
    ===> Found: Test::Stream:ver<0.0.2>:auth<zef:raku-community-modules> [via Zef::Repository::Ecosystems<fez>]
    ===> Fetching [OK]: Test::Stream:ver<0.0.2>:auth<zef:raku-community-modules> to /mnt/data/zef-data/tmp/1658414314.113025.5845.516819356006/2de0376e3169cca5e60b50801920072f38e0946a.tar.gz
    ===> Extraction [OK]: Test::Stream to /mnt/data/zef-data/tmp/2de0376e3169cca5e60b50801920072f38e0946a.tar.gz
    ===> Testing: Test::Stream:ver<0.0.2>:auth<zef:raku-community-modules>
    [Test::Stream] # got the expected exception when a SkipAll comes after running tests
    [Test::Stream] # got the expected exception when a Todo::End does not match Todo::Start
    [Test::Stream] # got the expected exception with Todo::End before Todo::Start
    [Test::Stream] t/000-suite.t ........... ok
    [Test::Stream] # errors from bad event sequences
    [Test::Stream]     # got exception trying to end a suite before any suites were started
    [Test::Stream]     # event[0]
    [Test::Stream]     # event[0]
    [Test::Stream]     # got exception trying to end a suite that does not match the last suite started (depth of 2)
    [Test::Stream]     # event[0]
    [Test::Stream]     # event[0]
    [Test::Stream]     # got exception trying to end a suite that does not match the last suite started (depth of 1)
    [Test::Stream]     # event[0]
    [Test::Stream] # events after Bail
    [Test::Stream] # finalize when Bail is seen
    [Test::Stream] # finalize when 3 tests fail
    [Test::Stream] # finalize when plan does not match tests run
    [Test::Stream] # finalize when 2 child suites are unfinished
    [Test::Stream] # finalize when all tests pass
    [Test::Stream] # starting a suite without any listeners
    [Test::Stream] # instance returns the same object
    [Test::Stream] t/100-hub.t ............. ok
    [Test::Stream]     # sub sets source marker and then calls another sub to make the source
    [Test::Stream]     # sub does not set source marker and then calls sub that does
    [Test::Stream] t/200-event-source.t .... ok
    [Test::Stream] ===SORRY!=== Error while compiling t/300-predicates.t
    [Test::Stream] Calling skip() will never work with signature of the proto (Mu, |)
    [Test::Stream] at t/300-predicates.t:1241
    [Test::Stream] ------>         ⏏skip();
    [Test::Stream] t/300-predicates.t ...... 
    [Test::Stream] Dubious, test returned 1 (wstat 256, 0x100)
    [Test::Stream] No subtests run 
    [Test::Stream] t/350-predicate-exit.t .. ok
    [Test::Stream] # Failures, todo, and skip
    [Test::Stream] # Escaping of # and \ in test names, diag messages, todo & skip reasons
    [Test::Stream] # Escaping # of and \ in SkipAll reason
    [Test::Stream] # Plan does not match count of tests run
    [Test::Stream] # Note always go to $.output, whether in todo or not
    [Test::Stream] # Skip all
    [Test::Stream] # Skip all in a subtest
    [Test::Stream] t/400-tap-formatter.t ... ok
    [Test::Stream] Test Summary Report
    [Test::Stream] -------------------
    [Test::Stream] t/300-predicates.t    (Wstat: 256 Tests: 0 Failed: 0)
    [Test::Stream]   Non-zero exit status: 1
    [Test::Stream]   Parse errors: No plan found in TAP output
    [Test::Stream] Files=6, Tests=71, 67 wallclock secs ( 0.03 usr  0.02 sys + 62.25 cusr  2.56 csys = 64.86 CPU)
    [Test::Stream] Result: FAIL
    ===> Testing [FAIL]: Test::Stream:ver<0.0.2>:auth<zef:raku-community-modules>
    [Test::Stream] Failed to get passing tests, but continuing with --force-test
    ===> Installing: Test::Stream:ver<0.0.2>:auth<zef:raku-community-modules>
    ===> Install [OK] for Test::Stream:ver<0.0.2>:auth<zef:raku-community-modules>
    
    
  • Getopt::Long – Fail, Bisected: 7774c33

    Old Output
    ===> Searching for: Getopt::Long
    ===> Found: Getopt::Long:ver<0.3.3>:auth<cpan:LEONT> [via Zef::Repository::Ecosystems<rea>]
    ===> Fetching [OK]: Getopt::Long:ver<0.3.3>:auth<cpan:LEONT> to /mnt/data/zef-data/tmp/1658413420.45545.5416.462739555731/Getopt%3A%3ALong%3Aver%3C0.3.3%3E%3Aauth%3Ccpan%3ALEONT%3E.tar.gz
    ===> Extraction [OK]: Getopt::Long to /mnt/data/zef-data/tmp/Getopt%3A%3ALong%3Aver%3C0.3.3%3E%3Aauth%3Ccpan%3ALEONT%3E.tar.gz
    ===> Testing: Getopt::Long:ver<0.3.3>
    [Getopt::Long] t/basic.t .. ok
    [Getopt::Long] All tests successful.
    [Getopt::Long] Files=1, Tests=44,  9 wallclock secs ( 0.03 usr  0.01 sys +  8.68 cusr  0.23 csys =  8.95 CPU)
    [Getopt::Long] Result: PASS
    ===> Testing [OK] for Getopt::Long:ver<0.3.3>
    ===> Installing: Getopt::Long:ver<0.3.3>
    ===> Install [OK] for Getopt::Long:ver<0.3.3>
    
    
    New Output
    ===> Searching for: Getopt::Long
    ===> Found: Getopt::Long:ver<0.3.3>:auth<cpan:LEONT> [via Zef::Repository::Ecosystems<rea>]
    ===> Fetching [OK]: Getopt::Long:ver<0.3.3>:auth<cpan:LEONT> to /mnt/data/zef-data/tmp/1658413326.38569.5308.925444081606/Getopt%3A%3ALong%3Aver%3C0.3.3%3E%3Aauth%3Ccpan%3ALEONT%3E.tar.gz
    ===> Extraction [OK]: Getopt::Long to /mnt/data/zef-data/tmp/Getopt%3A%3ALong%3Aver%3C0.3.3%3E%3Aauth%3Ccpan%3ALEONT%3E.tar.gz
    ===> Testing: Getopt::Long:ver<0.3.3>
    [Getopt::Long]     # Failed test 'right exception type (Getopt::Long::Exception)'
    [Getopt::Long]     # at SETTING::src/core.c/Exception.pm6 line 64
    [Getopt::Long]     # Expected: Getopt::Long::Exception
    [Getopt::Long]     # Got:      X::TypeCheck::Binding::Parameter
    [Getopt::Long]     # Exception message: Type check failed in binding to parameter '$bar'; expected Signature(Str) but got Foo (Foo.new(value => 1))
    [Getopt::Long]     # You failed 1 test of 2
    [Getopt::Long] # Failed test 'No conversion known for type Signature'
    [Getopt::Long] # at t/basic.t line 143
    [Getopt::Long] # You failed 1 test of 44
    [Getopt::Long] t/basic.t .. 
    [Getopt::Long] Dubious, test returned 1 (wstat 256, 0x100)
    [Getopt::Long] Failed 1/44 subtests 
    [Getopt::Long] Test Summary Report
    [Getopt::Long] -------------------
    [Getopt::Long] t/basic.t (Wstat: 256 Tests: 44 Failed: 1)
    [Getopt::Long]   Failed test:  40
    [Getopt::Long]   Non-zero exit status: 1
    [Getopt::Long] Files=1, Tests=44,  8 wallclock secs ( 0.04 usr  0.00 sys +  7.96 cusr  0.20 csys =  8.20 CPU)
    [Getopt::Long] Result: FAIL
    ===> Testing [FAIL]: Getopt::Long:ver<0.3.3>
    [Getopt::Long] Failed to get passing tests, but continuing with --force-test
    ===> Installing: Getopt::Long:ver<0.3.3>
    ===> Install [OK] for Getopt::Long:ver<0.3.3>
    
    
  • HTML::Canvas – Fail, Bisected: 7774c33

    Old Output
    ===> Searching for: HTML::Canvas
    ===> Found: HTML::Canvas:ver<0.1.2>:auth<zef:dwarring> [via Zef::Repository::Ecosystems<fez>]
    ===> Fetching [OK]: HTML::Canvas:ver<0.1.2>:auth<zef:dwarring> to /mnt/data/zef-data/tmp/1658418437.446199.6741.002619789773/760cf8596a8bbc32d96a02876a75d08b192ac136.tar.gz
    ===> Extraction [OK]: HTML::Canvas to /mnt/data/zef-data/tmp/760cf8596a8bbc32d96a02876a75d08b192ac136.tar.gz
    ===> Testing: HTML::Canvas:ver<0.1.2>:auth<zef:dwarring>
    [HTML::Canvas] t/00-readme.t ............... ok
    [HTML::Canvas] t/01-basic.t ................ ok
    [HTML::Canvas] t/cairo-transforms.t ........ ok
    [HTML::Canvas] t/direction.t ............... ok
    [HTML::Canvas] t/images.t .................. ok
    [HTML::Canvas] t/path-2d.t ................. ok
    [HTML::Canvas] t/placement.t ............... ok
    [HTML::Canvas] t/render-pdf-test-sheets.t .. ok
    [HTML::Canvas] t/render-png-basic.t ........ ok
    [HTML::Canvas] t/transforms.t .............. ok
    [HTML::Canvas] All tests successful.
    [HTML::Canvas] Files=10, Tests=61, 124 wallclock secs ( 0.03 usr  0.01 sys + 174.53 cusr 10.01 csys = 184.58 CPU)
    [HTML::Canvas] Result: PASS
    ===> Testing [OK] for HTML::Canvas:ver<0.1.2>:auth<zef:dwarring>
    ===> Installing: HTML::Canvas:ver<0.1.2>:auth<zef:dwarring>
    ===> Install [OK] for HTML::Canvas:ver<0.1.2>:auth<zef:dwarring>
    
    
    New Output
    ===> Searching for: HTML::Canvas
    ===> Found: HTML::Canvas:ver<0.1.2>:auth<zef:dwarring> [via Zef::Repository::Ecosystems<fez>]
    ===> Fetching [OK]: HTML::Canvas:ver<0.1.2>:auth<zef:dwarring> to /mnt/data/zef-data/tmp/1658418327.440719.2197.0327400359192/760cf8596a8bbc32d96a02876a75d08b192ac136.tar.gz
    ===> Extraction [OK]: HTML::Canvas to /mnt/data/zef-data/tmp/760cf8596a8bbc32d96a02876a75d08b192ac136.tar.gz
    ===> Testing: HTML::Canvas:ver<0.1.2>:auth<zef:dwarring>
    [HTML::Canvas] # Failed test 'code sample'
    [HTML::Canvas] # at t/00-readme.t line 19
    [HTML::Canvas] # Impossible coercion from 'Rat' into 'Num': value is of unacceptable type Rat
    [HTML::Canvas] eval error: use HTML::Canvas;
    [HTML::Canvas] use HTML::Canvas::Image;
    [HTML::Canvas] my HTML::Canvas $canvas .= new;
    [HTML::Canvas] my @html-body;
    [HTML::Canvas] # add the image, as a hidden DOM item
    [HTML::Canvas] my HTML::Canvas::Image \image .= open("t/images/camelia-logo.png");
    [HTML::Canvas] @html-body.push: HTML::Canvas.to-html: image, :style("visibility:hidden");
    [HTML::Canvas] # draw it
    [HTML::Canvas] $canvas.context: -> \ctx {
    [HTML::Canvas]     ctx.drawImage(image, 10, 10  );  
    [HTML::Canvas] };
    [HTML::Canvas] @html-body.push: $canvas.to-html;
    [HTML::Canvas] my $html = "<html><body>" ~ @html-body.join ~ "</body></html>";
    [HTML::Canvas]   in block  at t/00-readme.t line 19
    [HTML::Canvas]   in block <unit> at t/00-readme.t line 14
    [HTML::Canvas] # You planned 6 tests, but ran 3
    [HTML::Canvas] # You failed 1 test of 3
    [HTML::Canvas] t/00-readme.t ............... 
    [HTML::Canvas] Dubious, test returned 1 (wstat 256, 0x100)
    [HTML::Canvas] Failed 4/6 subtests 
    [HTML::Canvas] t/01-basic.t ................ ok
    [HTML::Canvas] t/cairo-transforms.t ........ ok
    [HTML::Canvas] t/direction.t ............... ok
    [HTML::Canvas] # Failed test at t/images.t line 20
    [HTML::Canvas] # Impossible coercion from 'Rat' into 'Num': value is of unacceptable type Rat
    [HTML::Canvas] # You failed 1 test of 1
    [HTML::Canvas] t/images.t .................. 
    [HTML::Canvas] Dubious, test returned 1 (wstat 256, 0x100)
    [HTML::Canvas] Failed 1/1 subtests 
    [HTML::Canvas] t/path-2d.t ................. ok
    [HTML::Canvas] Impossible coercion from 'Rat' into 'Num': value is of unacceptable type Rat
    [HTML::Canvas]   in method paint_with_alpha at /mnt/installed/Cairo_0.3.2/sources/AEE1CF6A5AD64E69814E784D00AC04E1E831E270 (Cairo) line 1612
    [HTML::Canvas]   in method drawImage at /mnt/data/zef-data/tmp/760cf8596a8bbc32d96a02876a75d08b192ac136.tar.gz/HTML-Canvas-0.1.2/lib/HTML/Canvas/To/Cairo.rakumod (HTML::Canvas::To::Cairo) line 427
    [HTML::Canvas]   in sub  at /mnt/data/zef-data/tmp/760cf8596a8bbc32d96a02876a75d08b192ac136.tar.gz/HTML-Canvas-0.1.2/lib/HTML/Canvas/To/Cairo.rakumod (HTML::Canvas::To::Cairo) line 91
    [HTML::Canvas]   in method call at /mnt/data/zef-data/tmp/760cf8596a8bbc32d96a02876a75d08b192ac136.tar.gz/HTML-Canvas-0.1.2/lib/HTML/Canvas.rakumod (HTML::Canvas) line 368
    [HTML::Canvas]   in block <unit> at t/placement.t line 47
    [HTML::Canvas] t/placement.t ............... 
    [HTML::Canvas] Dubious, test returned 255 (wstat 65280, 0xff00)
    [HTML::Canvas] Failed 1/1 subtests 
    [HTML::Canvas] stopped on image 7: Impossible coercion from 'Rat' into 'Num': value is of unacceptable type Rat
    [HTML::Canvas] # Failed test 'completion of image 7'
    [HTML::Canvas] # at t/render-pdf-test-sheets.t line 42
    [HTML::Canvas] stopped on image 8: Impossible coercion from 'Rat' into 'Num': value is of unacceptable type Rat
    [HTML::Canvas] # Failed test 'completion of image 8'
    [HTML::Canvas] # at t/render-pdf-test-sheets.t line 42
    [HTML::Canvas] stopped on image 11: Impossible coercion from 'Rat' into 'Num': value is of unacceptable type Rat
    [HTML::Canvas] # Failed test 'completion of image 11'
    [HTML::Canvas] # at t/render-pdf-test-sheets.t line 42
    [HTML::Canvas] # You failed 3 tests of 13
    [HTML::Canvas] t/render-pdf-test-sheets.t .. 
    [HTML::Canvas] Dubious, test returned 3 (wstat 768, 0x300)
    [HTML::Canvas] Failed 3/13 subtests 
    [HTML::Canvas] Impossible coercion from 'Rat' into 'Num': value is of unacceptable type Rat
    [HTML::Canvas]   in method set_dash at /mnt/installed/Cairo_0.3.2/sources/AEE1CF6A5AD64E69814E784D00AC04E1E831E270 (Cairo) line 1769
    [HTML::Canvas]   in method setLineDash at /mnt/data/zef-data/tmp/760cf8596a8bbc32d96a02876a75d08b192ac136.tar.gz/HTML-Canvas-0.1.2/lib/HTML/Canvas/To/Cairo.rakumod (HTML::Canvas::To::Cairo) line 305
    [HTML::Canvas]   in sub  at /mnt/data/zef-data/tmp/760cf8596a8bbc32d96a02876a75d08b192ac136.tar.gz/HTML-Canvas-0.1.2/lib/HTML/Canvas/To/Cairo.rakumod (HTML::Canvas::To::Cairo) line 91
    [HTML::Canvas]   in method call at /mnt/data/zef-data/tmp/760cf8596a8bbc32d96a02876a75d08b192ac136.tar.gz/HTML-Canvas-0.1.2/lib/HTML/Canvas.rakumod (HTML::Canvas) line 368
    [HTML::Canvas]   in block  at t/render-png-basic.t line 40
    [HTML::Canvas]   in method context at /mnt/data/zef-data/tmp/760cf8596a8bbc32d96a02876a75d08b192ac136.tar.gz/HTML-Canvas-0.1.2/lib/HTML/Canvas.rakumod (HTML::Canvas) line 383
    [HTML::Canvas]   in block <unit> at t/render-png-basic.t line 13
    [HTML::Canvas] # You planned 14 tests, but ran 12
    [HTML::Canvas] t/render-png-basic.t ........ 
    [HTML::Canvas] Dubious, test returned 255 (wstat 65280, 0xff00)
    [HTML::Canvas] Failed 2/14 subtests 
    [HTML::Canvas] Impossible coercion from 'Rat' into 'Num': value is of unacceptable type Rat
    [HTML::Canvas]   in method set_dash at /mnt/installed/Cairo_0.3.2/sources/AEE1CF6A5AD64E69814E784D00AC04E1E831E270 (Cairo) line 1769
    [HTML::Canvas]   in method setLineDash at /mnt/data/zef-data/tmp/760cf8596a8bbc32d96a02876a75d08b192ac136.tar.gz/HTML-Canvas-0.1.2/lib/HTML/Canvas/To/Cairo.rakumod (HTML::Canvas::To::Cairo) line 305
    [HTML::Canvas]   in sub  at /mnt/data/zef-data/tmp/760cf8596a8bbc32d96a02876a75d08b192ac136.tar.gz/HTML-Canvas-0.1.2/lib/HTML/Canvas/To/Cairo.rakumod (HTML::Canvas::To::Cairo) line 91
    [HTML::Canvas]   in method call at /mnt/data/zef-data/tmp/760cf8596a8bbc32d96a02876a75d08b192ac136.tar.gz/HTML-Canvas-0.1.2/lib/HTML/Canvas.rakumod (HTML::Canvas) line 368
    [HTML::Canvas]   in sub  at /mnt/data/zef-data/tmp/760cf8596a8bbc32d96a02876a75d08b192ac136.tar.gz/HTML-Canvas-0.1.2/lib/HTML/Canvas.rakumod (HTML::Canvas) line 87
    [HTML::Canvas]   in block  at t/transforms.t line 37
    [HTML::Canvas]   in method context at /mnt/data/zef-data/tmp/760cf8596a8bbc32d96a02876a75d08b192ac136.tar.gz/HTML-Canvas-0.1.2/lib/HTML/Canvas.rakumod (HTML::Canvas) line 383
    [HTML::Canvas]   in block <unit> at t/transforms.t line 10
    [HTML::Canvas] # You planned 14 tests, but ran 10
    [HTML::Canvas] t/transforms.t .............. 
    [HTML::Canvas] Dubious, test returned 255 (wstat 65280, 0xff00)
    [HTML::Canvas] Failed 4/14 subtests 
    [HTML::Canvas] Test Summary Report
    [HTML::Canvas] -------------------
    [HTML::Canvas] t/00-readme.t             (Wstat: 256 Tests: 3 Failed: 1)
    [HTML::Canvas]   Failed test:  3
    [HTML::Canvas]   Non-zero exit status: 1
    [HTML::Canvas]   Parse errors: Bad plan.  You planned 6 tests but ran 3.
    [HTML::Canvas] t/images.t                (Wstat: 256 Tests: 1 Failed: 1)
    [HTML::Canvas]   Failed test:  1
    [HTML::Canvas]   Non-zero exit status: 1
    [HTML::Canvas] t/placement.t             (Wstat: 65280 Tests: 0 Failed: 0)
    [HTML::Canvas]   Non-zero exit status: 255
    [HTML::Canvas]   Parse errors: Bad plan.  You planned 1 tests but ran 0.
    [HTML::Canvas] t/render-pdf-test-sheets.t (Wstat: 768 Tests: 13 Failed: 3)
    [HTML::Canvas]   Failed tests:  8-9, 12
    [HTML::Canvas]   Non-zero exit status: 3
    [HTML::Canvas] t/render-png-basic.t      (Wstat: 65280 Tests: 12 Failed: 0)
    [HTML::Canvas]   Non-zero exit status: 255
    [HTML::Canvas]   Parse errors: Bad plan.  You planned 14 tests but ran 12.
    [HTML::Canvas] t/transforms.t            (Wstat: 65280 Tests: 10 Failed: 0)
    [HTML::Canvas]   Non-zero exit status: 255
    [HTML::Canvas]   Parse errors: Bad plan.  You planned 14 tests but ran 10.
    [HTML::Canvas] Files=10, Tests=51, 52 wallclock secs ( 0.04 usr  0.02 sys + 67.46 cusr  3.29 csys = 70.81 CPU)
    [HTML::Canvas] Result: FAIL
    ===> Testing [FAIL]: HTML::Canvas:ver<0.1.2>:auth<zef:dwarring>
    [HTML::Canvas] Failed to get passing tests, but continuing with --force-test
    ===> Installing: HTML::Canvas:ver<0.1.2>:auth<zef:dwarring>
    ===> Install [OK] for HTML::Canvas:ver<0.1.2>:auth<zef:dwarring>
    
    
  • HTML::Canvas::To::PDF – Fail, Bisected: 7774c33

    Old Output
    ===> Searching for: HTML::Canvas::To::PDF
    ===> Found: HTML::Canvas::To::PDF:ver<0.0.10>:auth<zef:dwarring> [via Zef::Repository::Ecosystems<fez>]
    ===> Fetching [OK]: HTML::Canvas::To::PDF:ver<0.0.10>:auth<zef:dwarring> to /mnt/data/zef-data/tmp/1658420932.489235.4377.732054014475/a2d28a9d7c199a74282afacdb62db0fc20e36a89.tar.gz
    ===> Extraction [OK]: HTML::Canvas::To::PDF to /mnt/data/zef-data/tmp/a2d28a9d7c199a74282afacdb62db0fc20e36a89.tar.gz
    ===> Testing: HTML::Canvas::To::PDF:ver<0.0.10>:auth<zef:dwarring>
    [HTML::Canvas::To::PDF] t/00-readme.t ............... ok
    [HTML::Canvas::To::PDF] t/direction.t ............... ok
    [HTML::Canvas::To::PDF] t/font-face.t ............... ok
    [HTML::Canvas::To::PDF] t/path-2d.t ................. ok
    [HTML::Canvas::To::PDF] t/render-pdf-basic.t ........ ok
    [HTML::Canvas::To::PDF] t/render-pdf-test-sheets.t .. ok
    [HTML::Canvas::To::PDF] t/transforms.t .............. ok
    [HTML::Canvas::To::PDF] All tests successful.
    [HTML::Canvas::To::PDF] Files=7, Tests=44, 193 wallclock secs ( 0.01 usr  0.01 sys + 266.42 cusr 15.90 csys = 282.34 CPU)
    [HTML::Canvas::To::PDF] Result: PASS
    ===> Testing [OK] for HTML::Canvas::To::PDF:ver<0.0.10>:auth<zef:dwarring>
    ===> Installing: HTML::Canvas::To::PDF:ver<0.0.10>:auth<zef:dwarring>
    ===> Install [OK] for HTML::Canvas::To::PDF:ver<0.0.10>:auth<zef:dwarring>
    
    
    New Output
    ===> Searching for: HTML::Canvas::To::PDF
    ===> Found: HTML::Canvas::To::PDF:ver<0.0.10>:auth<zef:dwarring> [via Zef::Repository::Ecosystems<fez>]
    ===> Fetching [OK]: HTML::Canvas::To::PDF:ver<0.0.10>:auth<zef:dwarring> to /mnt/data/zef-data/tmp/1658420809.489045.2446.786755445517/a2d28a9d7c199a74282afacdb62db0fc20e36a89.tar.gz
    ===> Extraction [OK]: HTML::Canvas::To::PDF to /mnt/data/zef-data/tmp/a2d28a9d7c199a74282afacdb62db0fc20e36a89.tar.gz
    ===> Testing: HTML::Canvas::To::PDF:ver<0.0.10>:auth<zef:dwarring>
    [HTML::Canvas::To::PDF] t/00-readme.t ............... ok
    [HTML::Canvas::To::PDF] t/direction.t ............... ok
    [HTML::Canvas::To::PDF] t/font-face.t ............... ok
    [HTML::Canvas::To::PDF] t/path-2d.t ................. ok
    [HTML::Canvas::To::PDF] Impossible coercion from 'Rat' into 'Num': value is of unacceptable type Rat
    [HTML::Canvas::To::PDF]   in method set_dash at /mnt/installed/Cairo_0.3.2/sources/AEE1CF6A5AD64E69814E784D00AC04E1E831E270 (Cairo) line 1769
    [HTML::Canvas::To::PDF]   in method setLineDash at /mnt/installed/HTML::Canvas_0.1.2/sources/BF87445D12316BF9B8D038E6E2637DFABADB7662 (HTML::Canvas::To::Cairo) line 305
    [HTML::Canvas::To::PDF]   in sub  at /mnt/installed/HTML::Canvas_0.1.2/sources/BF87445D12316BF9B8D038E6E2637DFABADB7662 (HTML::Canvas::To::Cairo) line 91
    [HTML::Canvas::To::PDF]   in method call at /mnt/installed/HTML::Canvas_0.1.2/sources/61FAE6344208C0A70BE0F1B0F357B9CBAC139D6B (HTML::Canvas) line 368
    [HTML::Canvas::To::PDF]   in block  at t/render-pdf-basic.t line 51
    [HTML::Canvas::To::PDF]   in method context at /mnt/installed/HTML::Canvas_0.1.2/sources/61FAE6344208C0A70BE0F1B0F357B9CBAC139D6B (HTML::Canvas) line 383
    [HTML::Canvas::To::PDF]   in block <unit> at t/render-pdf-basic.t line 16
    [HTML::Canvas::To::PDF] # You planned 20 tests, but ran 16
    [HTML::Canvas::To::PDF] t/render-pdf-basic.t ........ 
    [HTML::Canvas::To::PDF] Dubious, test returned 255 (wstat 65280, 0xff00)
    [HTML::Canvas::To::PDF] Failed 4/20 subtests 
    [HTML::Canvas::To::PDF] stopped on page 7: Impossible coercion from 'Rat' into 'Num': value is of unacceptable type Rat
    [HTML::Canvas::To::PDF]   in block  at t/render-pdf-test-sheets.t line 46
    [HTML::Canvas::To::PDF] # Failed test 'completion of page 7'
    [HTML::Canvas::To::PDF] # at t/render-pdf-test-sheets.t line 56
    [HTML::Canvas::To::PDF] stopped on page 8: Impossible coercion from 'Rat' into 'Num': value is of unacceptable type Rat
    [HTML::Canvas::To::PDF]   in block  at t/render-pdf-test-sheets.t line 46
    [HTML::Canvas::To::PDF] # Failed test 'completion of page 8'
    [HTML::Canvas::To::PDF] # at t/render-pdf-test-sheets.t line 56
    [HTML::Canvas::To::PDF] stopped on page 11: Impossible coercion from 'Rat' into 'Num': value is of unacceptable type Rat
    [HTML::Canvas::To::PDF]   in block  at t/render-pdf-test-sheets.t line 46
    [HTML::Canvas::To::PDF] # Failed test 'completion of page 11'
    [HTML::Canvas::To::PDF] # at t/render-pdf-test-sheets.t line 56
    [HTML::Canvas::To::PDF] # You failed 3 tests of 13
    [HTML::Canvas::To::PDF] Saw 1 occurrence of deprecated code.
    [HTML::Canvas::To::PDF] ================================================================================
    [HTML::Canvas::To::PDF] Method subpath (from HTML::Canvas) seen at:
    [HTML::Canvas::To::PDF]   t/render-pdf-test-sheets.t, line 49
    [HTML::Canvas::To::PDF] Please use path instead.
    [HTML::Canvas::To::PDF] --------------------------------------------------------------------------------
    [HTML::Canvas::To::PDF] Please contact the author to have these occurrences of deprecated code
    [HTML::Canvas::To::PDF] adapted, so that this message will disappear!
    [HTML::Canvas::To::PDF] t/render-pdf-test-sheets.t .. 
    [HTML::Canvas::To::PDF] Dubious, test returned 3 (wstat 768, 0x300)
    [HTML::Canvas::To::PDF] Failed 3/13 subtests 
    [HTML::Canvas::To::PDF] t/transforms.t .............. ok
    [HTML::Canvas::To::PDF] Test Summary Report
    [HTML::Canvas::To::PDF] -------------------
    [HTML::Canvas::To::PDF] t/render-pdf-basic.t      (Wstat: 65280 Tests: 16 Failed: 0)
    [HTML::Canvas::To::PDF]   Non-zero exit status: 255
    [HTML::Canvas::To::PDF]   Parse errors: Bad plan.  You planned 20 tests but ran 16.
    [HTML::Canvas::To::PDF] t/render-pdf-test-sheets.t (Wstat: 768 Tests: 13 Failed: 3)
    [HTML::Canvas::To::PDF]   Failed tests:  8-9, 12
    [HTML::Canvas::To::PDF]   Non-zero exit status: 3
    [HTML::Canvas::To::PDF] Files=7, Tests=40, 78 wallclock secs ( 0.02 usr  0.01 sys + 89.27 cusr  3.89 csys = 93.19 CPU)
    [HTML::Canvas::To::PDF] Result: FAIL
    ===> Testing [FAIL]: HTML::Canvas::To::PDF:ver<0.0.10>:auth<zef:dwarring>
    [HTML::Canvas::To::PDF] Failed to get passing tests, but continuing with --force-test
    ===> Installing: HTML::Canvas::To::PDF:ver<0.0.10>:auth<zef:dwarring>
    ===> Install [OK] for HTML::Canvas::To::PDF:ver<0.0.10>:auth<zef:dwarring>
    
    
  • LibYAML – Fail, Bisected: 7774c33

    Old Output
    ===> Searching for: LibYAML
    ===> Found: LibYAML:ver<0.2.1>:auth<github:yaml> [via Zef::Repository::Ecosystems<rea>]
    ===> Fetching [OK]: LibYAML:ver<0.2.1>:auth<github:yaml> to /mnt/data/zef-data/tmp/1658414952.165467.9037.218647557262/LibYAML%3Aver%3C0.2.1%3E%3Aauth%3Cgithub%3Ayaml%3E.tar.gz
    ===> Extraction [OK]: LibYAML to /mnt/data/zef-data/tmp/LibYAML%3Aver%3C0.2.1%3E%3Aauth%3Cgithub%3Ayaml%3E.tar.gz
    ===> Testing: LibYAML:ver<0.2.1>:auth<github:yaml>
    [LibYAML] # 236B ERROR
    [LibYAML] # 2CMS ERROR
    [LibYAML] # 4HVU ERROR
    [LibYAML] # 4JVG ERROR
    [LibYAML] # 5U3A ERROR
    [LibYAML] # 6S55 ERROR
    [LibYAML] # 7LBH ERROR
    [LibYAML] # 7MNF ERROR
    [LibYAML] # 9CWY ERROR
    [LibYAML] # 9KBC ERROR
    [LibYAML] # BD7L ERROR
    [LibYAML] # BS4K ERROR
    [LibYAML] # C2SP ERROR
    [LibYAML] # D49Q ERROR
    [LibYAML] # DMG6 ERROR
    [LibYAML] # EW3V ERROR
    [LibYAML] # G7JE ERROR
    [LibYAML] # GT5M ERROR
    [LibYAML] # H7J7 ERROR
    [LibYAML] # HU3P ERROR
    [LibYAML] # SR86 ERROR
    [LibYAML] # TD5N ERROR
    [LibYAML] # ZCZ6 ERROR
    [LibYAML] # ZVH3 ERROR
    [LibYAML] t/10.parse.t ............... ok
    [LibYAML] t/20.emit.t ................ ok
    [LibYAML] t/30.parse-bug-implicit.t .. ok
    [LibYAML] All tests successful.
    [LibYAML] Test Summary Report
    [LibYAML] -------------------
    [LibYAML] t/20.emit.t              (Wstat: 0 Tests: 120 Failed: 0)
    [LibYAML]   TODO passed:   89
    [LibYAML] t/30.parse-bug-implicit.t (Wstat: 0 Tests: 6 Failed: 0)
    [LibYAML]   TODO passed:   1, 3
    [LibYAML] Files=3, Tests=281, 21 wallclock secs ( 0.11 usr  0.01 sys + 20.15 cusr  0.78 csys = 21.05 CPU)
    [LibYAML] Result: PASS
    ===> Testing [OK] for LibYAML:ver<0.2.1>:auth<github:yaml>
    ===> Installing: LibYAML:ver<0.2.1>:auth<github:yaml>
    ===> Install [OK] for LibYAML:ver<0.2.1>:auth<github:yaml>
    
    
    New Output
    ===> Searching for: LibYAML
    ===> Found: LibYAML:ver<0.2.1>:auth<github:yaml> [via Zef::Repository::Ecosystems<rea>]
    ===> Fetching [OK]: LibYAML:ver<0.2.1>:auth<github:yaml> to /mnt/data/zef-data/tmp/1658414834.153988.8687.191205149673/LibYAML%3Aver%3C0.2.1%3E%3Aauth%3Cgithub%3Ayaml%3E.tar.gz
    ===> Extraction [OK]: LibYAML to /mnt/data/zef-data/tmp/LibYAML%3Aver%3C0.2.1%3E%3Aauth%3Cgithub%3Ayaml%3E.tar.gz
    ===> Testing: LibYAML:ver<0.2.1>:auth<github:yaml>
    [LibYAML] Impossible coercion from 'Int' into 'Bool': value is of unacceptable type Int
    [LibYAML]   in method implicit at /mnt/data/zef-data/tmp/LibYAML%3Aver%3C0.2.1%3E%3Aauth%3Cgithub%3Ayaml%3E.tar.gz/yaml-libyaml-perl6-master/lib/LibYAML.pm6 (LibYAML) line 112
    [LibYAML]   in method parse-stream at /mnt/data/zef-data/tmp/LibYAML%3Aver%3C0.2.1%3E%3Aauth%3Cgithub%3Ayaml%3E.tar.gz/yaml-libyaml-perl6-master/lib/LibYAML/Parser.pm6 (LibYAML::Parser) line 75
    [LibYAML]   in method parse-file at /mnt/data/zef-data/tmp/LibYAML%3Aver%3C0.2.1%3E%3Aauth%3Cgithub%3Ayaml%3E.tar.gz/yaml-libyaml-perl6-master/lib/LibYAML/Parser.pm6 (LibYAML::Parser) line 57
    [LibYAML]   in block <unit> at t/10.parse.t line 41
    [LibYAML] t/10.parse.t ............... 
    [LibYAML] Dubious, test returned 255 (wstat 65280, 0xff00)
    [LibYAML] Failed 155/155 subtests 
    [LibYAML] t/20.emit.t ................ ok
    [LibYAML] Impossible coercion from 'Int' into 'Bool': value is of unacceptable type Int
    [LibYAML]   in method implicit at /mnt/data/zef-data/tmp/LibYAML%3Aver%3C0.2.1%3E%3Aauth%3Cgithub%3Ayaml%3E.tar.gz/yaml-libyaml-perl6-master/lib/LibYAML.pm6 (LibYAML) line 112
    [LibYAML]   in method parse-stream at /mnt/data/zef-data/tmp/LibYAML%3Aver%3C0.2.1%3E%3Aauth%3Cgithub%3Ayaml%3E.tar.gz/yaml-libyaml-perl6-master/lib/LibYAML/Parser.pm6 (LibYAML::Parser) line 75
    [LibYAML]   in method parse-string at /mnt/data/zef-data/tmp/LibYAML%3Aver%3C0.2.1%3E%3Aauth%3Cgithub%3Ayaml%3E.tar.gz/yaml-libyaml-perl6-master/lib/LibYAML/Parser.pm6 (LibYAML::Parser) line 43
    [LibYAML]   in block <unit> at t/30.parse-bug-implicit.t line 45
    [LibYAML] t/30.parse-bug-implicit.t .. 
    [LibYAML] Dubious, test returned 255 (wstat 65280, 0xff00)
    [LibYAML] Failed 6/6 subtests 
    [LibYAML] Test Summary Report
    [LibYAML] -------------------
    [LibYAML] t/10.parse.t             (Wstat: 65280 Tests: 0 Failed: 0)
    [LibYAML]   Non-zero exit status: 255
    [LibYAML]   Parse errors: Bad plan.  You planned 155 tests but ran 0.
    [LibYAML] t/20.emit.t              (Wstat: 0 Tests: 120 Failed: 0)
    [LibYAML]   TODO passed:   89
    [LibYAML] t/30.parse-bug-implicit.t (Wstat: 65280 Tests: 0 Failed: 0)
    [LibYAML]   Non-zero exit status: 255
    [LibYAML]   Parse errors: Bad plan.  You planned 6 tests but ran 0.
    [LibYAML] Files=3, Tests=120, 19 wallclock secs ( 0.06 usr  0.01 sys + 19.45 cusr  0.93 csys = 20.45 CPU)
    [LibYAML] Result: FAIL
    ===> Testing [FAIL]: LibYAML:ver<0.2.1>:auth<github:yaml>
    [LibYAML] Failed to get passing tests, but continuing with --force-test
    ===> Installing: LibYAML:ver<0.2.1>:auth<github:yaml>
    ===> Install [OK] for LibYAML:ver<0.2.1>:auth<github:yaml>
    
    
Status Count Modules
UnhandledException 1 Foo::Foo
Flapper 4 HTTP::Server::Middleware::JSON IO::Handle::Rollover Net::Telnet SAT::Solver::MiniSAT
InstallableButUntested 5 HTTP::Server::Async IO::Socket::Async::SSL Log::Minimal MoarVM::Remote Uzu
Fail 6 Getopt::Long HTML::Canvas HTML::Canvas::To::PDF LibYAML Structable Test::Stream
ZefFailure 6 Games::BubbleBreaker Spit Test::Time Universal::Errno Universal::errno Web::Scraper
MissingDependency 10 Async::Workers Chemistry::Elements Concurrent::PChannel Config::BINDish DBIx::NamedQueries Learn::Raku::With META6::To::Man Perl6::Tracer Task::Galaxy Vikna
CyclicDependency 11 Algorithm::HierarchicalPAM Algorithm::LBFGS Algorithm::LDA Algorithm::LibSVM Algorithm::XGBoost Chart::Gnuplot Foo::Dependencies::A-on-B Foo::Dependencies::B-on-A Foo::Dependencies::Self Geo::Hash MeCab
AlwaysFail 458
OK 1383

This run started on 2022-07-21T17:25:27Z and finished in ≈3 hours.

@jdv jdv added BLOCKER Preventing the next release of rakudo, or just needing attention before the release blin Result of a regular ecosystem check with modules regressed, which must be fixed before release labels Jul 24, 2022
@vrurg
Copy link
Member

vrurg commented Jul 25, 2022

Forgot to mention, that #5003 fixes the coercion-related problems. With regard to HTML::Canvas::To::PDF I'm still having problems, but now they seem to be related to DateTime. So, I don't mark it as fixed for now.

@lizmat
Copy link
Contributor

lizmat commented Jul 26, 2022

The Structable issue is because of a test checking that DateTime.new("YYYY-MM-DD") is now valid, and it wasn't before aa462b4 I've created an issue for it: samgwise/p6-structable#1

@lizmat
Copy link
Contributor

lizmat commented Jul 26, 2022

The Test::Stream issue was caused by some weird interaction with skip being also a thing in the Test module. I've not been able to fix the issue, and am not sure it is actually an issue with the module, but rather with the test. Since it is a prototype only without much use anyway, I've decided to just disable the failing tests for now, and upload a new version of the module with these.

@lizmat
Copy link
Contributor

lizmat commented Jul 26, 2022

@vrurg I've just fixed a DateTime.ACCEPTS related issue, so maybe that also fixes the HTML::Canvas::To::PDF issue?

@vrurg
Copy link
Member

vrurg commented Jul 26, 2022

Confirm that HTML::Canvas::To::PDF is passing now.

@lizmat
Copy link
Contributor

lizmat commented Jul 26, 2022

Then closing this now

@lizmat lizmat closed this as completed Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blin Result of a regular ecosystem check with modules regressed, which must be fixed before release BLOCKER Preventing the next release of rakudo, or just needing attention before the release
Projects
None yet
Development

No branches or pull requests

3 participants