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

Install fails on windows #40

Open
coke opened this issue Dec 5, 2024 · 0 comments
Open

Install fails on windows #40

coke opened this issue Dec 5, 2024 · 0 comments

Comments

@coke
Copy link

coke commented Dec 5, 2024

My system:

PS C:\dev\Log-Timeline> sw_vers

C:\dev\Log-Timeline>systeminfo   | findstr /B /C:"OS Name" /C:"OS Version"
OS Name:                   Microsoft Windows 11 Enterprise
OS Version:                10.0.22631 N/A Build 22631
PS C:\dev\Log-Timeline> raku --version
Welcome to Rakudo™ v2024.10.
Implementing the Raku® Programming Language v6.d.
Built on MoarVM version 2024.10.
PS C:\dev\Log-Timeline> zef install Data::Dump
===> Searching for: Data::Dump
===> Staging Data::Dump:ver<0.0.14>:auth<zef:tony-o>
===> Staging [OK] for Data::Dump:ver<0.0.14>:auth<zef:tony-o>
===> Testing: Data::Dump:ver<0.0.14>:auth<zef:tony-o>
[Data::Dump] # Failed test 'got expected data structure'
[Data::Dump] # at t\02-obj.t line 23
[Data::Dump] E :: (
[Data::Dump]   $!private => 5.Int,
[Data::Dump]   $!public => undefined,
[Data::Dump]   method e () returns Int {...},
[Data::Dump]   method public () returns Mu {...},
[Data::Dump]   method r (Str $a) returns Mu {...},
[Data::Dump]   method s ($b, :$named = 5) returns Mu {...},
[Data::Dump] )
[Data::Dump]   in method throw at 'SETTING::'src/core.c/Exception.rakumod line 65
[Data::Dump]   in sub die at 'SETTING::'src/core.c/control.rakumod line 253
[Data::Dump]   in block <unit> at t\02-obj.t line 23
[Data::Dump] # You planned 3 tests, but ran 1
[Data::Dump] # You failed 1 test of 1
[Data::Dump] # Failed test 'got expected data structure'
[Data::Dump] # at t\05-skipmethods.t line 21
[Data::Dump] E :: (
[Data::Dump]   $!private => 5.Int,
[Data::Dump]   $!public => undefined,
[Data::Dump] )
[Data::Dump]   in method throw at 'SETTING::'src/core.c/Exception.rakumod line 65
[Data::Dump]   in sub die at 'SETTING::'src/core.c/control.rakumod line 253
[Data::Dump]   in block <unit> at t\05-skipmethods.t line 21
[Data::Dump] # You planned 3 tests, but ran 1
[Data::Dump] # You failed 1 test of 1
[Data::Dump] # Failed test 'special handling for Match'
[Data::Dump] # at t\06-match.t line 13
[Data::Dump] "Match :: (\n  made => Nil :: (\n  ),\n  pos  => 7.Int,\n  hash => \{ },\n  from => 4.Int,\n  list => [ ],\n  orig => \"hello world\".Str,\n)"
[Data::Dump]   in method throw at 'SETTING::'src/core.c/Exception.rakumod line 65
[Data::Dump]   in sub die at 'SETTING::'src/core.c/control.rakumod line 253
[Data::Dump]   in block <unit> at t\06-match.t line 13
[Data::Dump] # You failed 1 test of 1
[Data::Dump] # Failed test 'got expected data structure'
[Data::Dump] # at t\07-obj-no-postfix.t line 26
[Data::Dump] E :: (
[Data::Dump]   $!private => 5,
[Data::Dump]   $!private2 => "hello",
[Data::Dump]   $!public => undefined,
[Data::Dump]   method e () returns Int {...},
[Data::Dump]   method public () returns Mu {...},
[Data::Dump]   method r (Str $a) returns Mu {...},
[Data::Dump]   method s ($b, :$named = 5) returns Mu {...},
[Data::Dump] )
[Data::Dump]   in method throw at 'SETTING::'src/core.c/Exception.rakumod line 65
[Data::Dump]   in sub die at 'SETTING::'src/core.c/control.rakumod line 253
[Data::Dump]   in block <unit> at t\07-obj-no-postfix.t line 26
[Data::Dump] # You planned 3 tests, but ran 1
[Data::Dump] # You failed 1 test of 1
[Data::Dump] # Failed test 'got expected data structure'
[Data::Dump] # at t\08-override.t line 34
[Data::Dump] E :: (
[Data::Dump]   $!private => 10,
[Data::Dump]   $!private2 => Str:hello,
[Data::Dump]   $!public => undefined,
[Data::Dump]   e ()
[Data::Dump]   public ()
[Data::Dump]   r ()
[Data::Dump]   s ()
[Data::Dump] )
[Data::Dump]   in method throw at 'SETTING::'src/core.c/Exception.rakumod line 65
[Data::Dump]   in sub die at 'SETTING::'src/core.c/control.rakumod line 253
[Data::Dump]   in block <unit> at t\08-override.t line 34
[Data::Dump] # You planned 3 tests, but ran 1
[Data::Dump] # You failed 1 test of 1
===> Testing [FAIL]: Data::Dump:ver<0.0.14>:auth<zef:tony-o>
Aborting due to test failure: Data::Dump:ver<0.0.14>:auth<zef:tony-o> (use --force-test to override)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant