Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created October 3, 2019 19:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/508f9a4b712f54b014ea6e73a5de80e7 to your computer and use it in GitHub Desktop.
Save Whateverable/508f9a4b712f54b014ea6e73a5de80e7 to your computer and use it in GitHub Desktop.
bisectable6
old=2019.07.1 run <<$*EXECUTABLE --profile sandbox/roast/S03-operators/repeat.t>>
Bisecting: 184 revisions left to test after this (roughly 8 steps)
[6a8859089521ab6b655ad266c53da019f75866ca] Merge pull request #3112 from vrurg/problem-solving-80
»»»»» Testing 6a8859089521ab6b655ad266c53da019f75866ca
»»»»» Script output:
1..62
ok 1 - string repeat operator works on single character
ok 2 - string repeat operator works on multiple character
ok 3 - number repeat operator works on number and creates string
ok 4 - repeating an empty string creates an empty string
ok 5 - repeating zero times produces an empty string
ok 6 - repeating negative times produces an empty string
ok 7 - repeating with a fractional number coerces to Int
Use of uninitialized value of type Int in numeric context
in block <unit> at sandbox/roast/S03-operators/repeat.t line 24
ok 8 - x with Int type object
1..2
at gen/moar/Perl6-Optimizer.nqp:1961 (/tmp/whateverable/rakudo-moar/6a8859089521ab6b655ad266c53da019f75866ca/share/perl6/lib/Perl6/Optimizer.moarvm:)
from gen/moar/Perl6-Optimizer.nqp:1906 (/tmp/whateverable/rakudo-moar/6a8859089521ab6b655ad266c53da019f75866ca/share/perl6/lib/Perl6/Optimizer.moarvm:optimize_call)
from gen/moar/Perl6-Optimizer.nqp:1705 (/tmp/whateverable/rakudo-moar/6a8859089521ab6b655ad266c53da019f7…
»»»»» (output was trimmed because it is too large)
»»»»» Script exit code: 1
»»»»» Bisecting by exit code
»»»»» Current exit code is 1, exit code on “old” revision is 0
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 2ee82afe6e6713c26b929e2855ea05d8eb3b9fee
»»»»» Script output:
1..62
ok 1 - string repeat operator works on single character
ok 2 - string repeat operator works on multiple character
ok 3 - number repeat operator works on number and creates string
ok 4 - repeating an empty string creates an empty string
ok 5 - repeating zero times produces an empty string
ok 6 - repeating negative times produces an empty string
ok 7 - repeating with a fractional number coerces to Int
Use of uninitialized value of type Int in numeric context
in block <unit> at sandbox/roast/S03-operators/repeat.t line 24
ok 8 - x with Int type object
1..2
at gen/moar/Perl6-Optimizer.nqp:1975 (/tmp/whateverable/rakudo-moar/2ee82afe6e6713c26b929e2855ea05d8eb3b9fee/share/perl6/lib/Perl6/Optimizer.moarvm:)
from gen/moar/Perl6-Optimizer.nqp:1920 (/tmp/whateverable/rakudo-moar/2ee82afe6e6713c26b929e2855ea05d8eb3b9fee/share/perl6/lib/Perl6/Optimizer.moarvm:optimize_call)
from gen/moar/Perl6-Optimizer.nqp:1719 (/tmp/whateverable/rakudo-moar/2ee82afe6e6713c26b929e2855ea05d8eb…
»»»»» (output was trimmed because it is too large)
»»»»» Script exit code: 1
»»»»» Bisecting by exit code
»»»»» Current exit code is 1, exit code on “old” revision is 0
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 4c10373b874a79c8bfb14c8808c1b41e4a0cef30
»»»»» Script output:
1..62
ok 1 - string repeat operator works on single character
ok 2 - string repeat operator works on multiple character
ok 3 - number repeat operator works on number and creates string
ok 4 - repeating an empty string creates an empty string
ok 5 - repeating zero times produces an empty string
ok 6 - repeating negative times produces an empty string
ok 7 - repeating with a fractional number coerces to Int
Use of uninitialized value of type Int in numeric context
in block <unit> at sandbox/roast/S03-operators/repeat.t line 24
ok 8 - x with Int type object
1..2
at gen/moar/Perl6-Optimizer.nqp:1975 (/tmp/whateverable/rakudo-moar/4c10373b874a79c8bfb14c8808c1b41e4a0cef30/share/perl6/lib/Perl6/Optimizer.moarvm:)
from gen/moar/Perl6-Optimizer.nqp:1920 (/tmp/whateverable/rakudo-moar/4c10373b874a79c8bfb14c8808c1b41e4a0cef30/share/perl6/lib/Perl6/Optimizer.moarvm:optimize_call)
from gen/moar/Perl6-Optimizer.nqp:1719 (/tmp/whateverable/rakudo-moar/4c10373b874a79c8bfb14c8808c1b41e4a…
»»»»» (output was trimmed because it is too large)
»»»»» Script exit code: 1
»»»»» Bisecting by exit code
»»»»» Current exit code is 1, exit code on “old” revision is 0
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 3d356629a718349190d9cb74ac350d4d29750cd3
»»»»» Script output:
1..62
ok 1 - string repeat operator works on single character
ok 2 - string repeat operator works on multiple character
ok 3 - number repeat operator works on number and creates string
ok 4 - repeating an empty string creates an empty string
ok 5 - repeating zero times produces an empty string
ok 6 - repeating negative times produces an empty string
ok 7 - repeating with a fractional number coerces to Int
Use of uninitialized value of type Int in numeric context
in block <unit> at sandbox/roast/S03-operators/repeat.t line 24
ok 8 - x with Int type object
1..2
at gen/moar/Perl6-Optimizer.nqp:1990 (/tmp/whateverable/rakudo-moar/3d356629a718349190d9cb74ac350d4d29750cd3/share/perl6/lib/Perl6/Optimizer.moarvm:)
from gen/moar/Perl6-Optimizer.nqp:1935 (/tmp/whateverable/rakudo-moar/3d356629a718349190d9cb74ac350d4d29750cd3/share/perl6/lib/Perl6/Optimizer.moarvm:optimize_call)
from gen/moar/Perl6-Optimizer.nqp:1734 (/tmp/whateverable/rakudo-moar/3d356629a718349190d9cb74ac350d4d29…
»»»»» (output was trimmed because it is too large)
»»»»» Script exit code: 1
»»»»» Bisecting by exit code
»»»»» Current exit code is 1, exit code on “old” revision is 0
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing f44c14c356bbe221196f1cbcce60a9163f558985
»»»»» Script output:
1..62
ok 1 - string repeat operator works on single character
ok 2 - string repeat operator works on multiple character
ok 3 - number repeat operator works on number and creates string
ok 4 - repeating an empty string creates an empty string
ok 5 - repeating zero times produces an empty string
ok 6 - repeating negative times produces an empty string
ok 7 - repeating with a fractional number coerces to Int
Use of uninitialized value of type Int in numeric context
in block <unit> at sandbox/roast/S03-operators/repeat.t line 24
ok 8 - x with Int type object
1..2
at gen/moar/Perl6-Optimizer.nqp:1957 (/tmp/whateverable/rakudo-moar/f44c14c356bbe221196f1cbcce60a9163f558985/share/perl6/lib/Perl6/Optimizer.moarvm:)
from gen/moar/Perl6-Optimizer.nqp:1902 (/tmp/whateverable/rakudo-moar/f44c14c356bbe221196f1cbcce60a9163f558985/share/perl6/lib/Perl6/Optimizer.moarvm:optimize_call)
from gen/moar/Perl6-Optimizer.nqp:1701 (/tmp/whateverable/rakudo-moar/f44c14c356bbe221196f1cbcce60a9163f…
»»»»» (output was trimmed because it is too large)
»»»»» Script exit code: 1
»»»»» Bisecting by exit code
»»»»» Current exit code is 1, exit code on “old” revision is 0
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 669a3b9f3e1ee06876f402510bdca0188a2c76e7
»»»»» Script output:
1..62
ok 1 - string repeat operator works on single character
ok 2 - string repeat operator works on multiple character
ok 3 - number repeat operator works on number and creates string
ok 4 - repeating an empty string creates an empty string
ok 5 - repeating zero times produces an empty string
ok 6 - repeating negative times produces an empty string
ok 7 - repeating with a fractional number coerces to Int
Use of uninitialized value of type Int in numeric context
in block <unit> at sandbox/roast/S03-operators/repeat.t line 24
ok 8 - x with Int type object
1..2
at gen/moar/Perl6-Optimizer.nqp:1956 (/tmp/whateverable/rakudo-moar/669a3b9f3e1ee06876f402510bdca0188a2c76e7/share/perl6/lib/Perl6/Optimizer.moarvm:)
from gen/moar/Perl6-Optimizer.nqp:1901 (/tmp/whateverable/rakudo-moar/669a3b9f3e1ee06876f402510bdca0188a2c76e7/share/perl6/lib/Perl6/Optimizer.moarvm:optimize_call)
from gen/moar/Perl6-Optimizer.nqp:1699 (/tmp/whateverable/rakudo-moar/669a3b9f3e1ee06876f402510bdca0188a…
»»»»» (output was trimmed because it is too large)
»»»»» Script exit code: 1
»»»»» Bisecting by exit code
»»»»» Current exit code is 1, exit code on “old” revision is 0
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 5876d38aa76110d8a811bf1a7bc46e078224db7a
»»»»» Cannot test this commit. Reason: Commit exists, but a perl6 executable could not be built for it
»»»»» Therefore, skipping this revision
»»»»» -------------------------------------------------------------------------
»»»»» Testing 62e2555ee7c86f399c220ec0707367dc0842a73a
»»»»» Cannot test this commit. Reason: Commit exists, but a perl6 executable could not be built for it
»»»»» Therefore, skipping this revision
»»»»» -------------------------------------------------------------------------
»»»»» Testing 1e4d3ac468f455282e3d4029d864614293511e1c
»»»»» Script output:
1..62
ok 1 - string repeat operator works on single character
ok 2 - string repeat operator works on multiple character
ok 3 - number repeat operator works on number and creates string
ok 4 - repeating an empty string creates an empty string
ok 5 - repeating zero times produces an empty string
ok 6 - repeating negative times produces an empty string
ok 7 - repeating with a fractional number coerces to Int
Use of uninitialized value of type Int in numeric context
in block <unit> at sandbox/roast/S03-operators/repeat.t line 24
ok 8 - x with Int type object
1..2
at gen/moar/Perl6-Optimizer.nqp:1956 (/tmp/whateverable/rakudo-moar/1e4d3ac468f455282e3d4029d864614293511e1c/share/perl6/lib/Perl6/Optimizer.moarvm:)
from gen/moar/Perl6-Optimizer.nqp:1901 (/tmp/whateverable/rakudo-moar/1e4d3ac468f455282e3d4029d864614293511e1c/share/perl6/lib/Perl6/Optimizer.moarvm:optimize_call)
from gen/moar/Perl6-Optimizer.nqp:1699 (/tmp/whateverable/rakudo-moar/1e4d3ac468f455282e3d4029d864614293…
»»»»» (output was trimmed because it is too large)
»»»»» Script exit code: 1
»»»»» Bisecting by exit code
»»»»» Current exit code is 1, exit code on “old” revision is 0
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 290cd7924905c89d9cc5ae073c3caff2e75ae83c
»»»»» Cannot test this commit. Reason: Commit exists, but a perl6 executable could not be built for it
»»»»» Therefore, skipping this revision
There are only 'skip'ped commits left to test.
The first new commit could be any of:
5876d38aa76110d8a811bf1a7bc46e078224db7a
290cd7924905c89d9cc5ae073c3caff2e75ae83c
62e2555ee7c86f399c220ec0707367dc0842a73a
1e4d3ac468f455282e3d4029d864614293511e1c
We cannot bisect more!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment