lizmat / App-Rak

21st century grep / find / ack / ag / rg on steroids
Artistic License 2.0
152 stars 7 forks source link

zef install failure #19

Closed librasteve closed 1 year ago

librasteve commented 1 year ago

I got a few failures on zef install (see below) OK with --force-test

This is a clean ubuntu image docker run -it p6steve/rakudo:basic

Welcome to Rakudo™ v2022.07. Implementing the Raku® Programming Language v6.d. Built on MoarVM version 2022.07. root@dde8520a4b0a:/# zef install App::Rak ===> Searching for: App::Rak ===> Updating fez mirror: http://360.zef.pm/ ===> Updated fez mirror: http://360.zef.pm/ ===> Updating cpan mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/cpan1.json ===> Updated cpan mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/cpan1.json ===> Updating p6c mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/p6c1.json ===> Updated p6c mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/p6c1.json ===> Searching for missing dependencies: as-cli-arguments:ver<0.0.7>:auth, CLI::Version:ver<0.0.8>:auth, has-word:ver<0.0.3>:auth, highlighter:ver<0.0.15>:auth, JSON::Fast::Hyper:ver<0.0.3>:auth, META::constants:ver<0.0.3>:auth, rak:ver<0.0.35>:auth, String::Utils:ver<0.0.13>:auth ===> Searching for missing dependencies: Git::Files:ver<0.0.3>:auth, hyperize:ver<0.0.2>:auth, paths:ver<10.0.7>:auth, path-utils:ver<0.0.10>:auth, Trap:ver<0.0.1>:auth ===> Testing: as-cli-arguments:ver<0.0.7>:auth ===> Testing [OK] for as-cli-arguments:ver<0.0.7>:auth ===> Testing: CLI::Version:ver<0.0.8>:auth ===> Testing [OK] for CLI::Version:ver<0.0.8>:auth ===> Testing: has-word:ver<0.0.3>:auth ===> Testing [OK] for has-word:ver<0.0.3>:auth ===> Testing: highlighter:ver<0.0.15>:auth ===> Testing [OK] for highlighter:ver<0.0.15>:auth ===> Testing: JSON::Fast::Hyper:ver<0.0.3>:auth ===> Testing [OK] for JSON::Fast::Hyper:ver<0.0.3>:auth ===> Testing: META::constants:ver<0.0.3>:auth ===> Testing [OK] for META::constants:ver<0.0.3>:auth ===> Testing: path-utils:ver<0.0.10>:auth [path-utils] # Failed test 'is /root/.zef/store/dd2ba2fc9d21a6b29081c03d405bcb59a663500b.tar.gz/path-utils-0.0.10/t/01-basic.rakutest owned by user' [path-utils] # at t/01-basic.rakutest line 61 [path-utils] # Failed test 'is /root/.zef/store/dd2ba2fc9d21a6b29081c03d405bcb59a663500b.tar.gz/path-utils-0.0.10/t/01-basic.rakutest owned by user' [path-utils] # at t/01-basic.rakutest line 62 [path-utils] # Failed test 'is /root/.zef/store/dd2ba2fc9d21a6b29081c03d405bcb59a663500b.tar.gz/path-utils-0.0.10/t/01-basic.rakutest owned by group' [path-utils] # at t/01-basic.rakutest line 63 [path-utils] # Failed test 'is /root/.zef/store/dd2ba2fc9d21a6b29081c03d405bcb59a663500b.tar.gz/path-utils-0.0.10/t/01-basic.rakutest owned by group' [path-utils] # at t/01-basic.rakutest line 64 [path-utils] # You failed 4 tests of 57 ===> Testing [FAIL]: path-utils:ver<0.0.10>:auth Aborting due to test failure: path-utils:ver<0.0.10>:auth (use --force-test to override)

lizmat commented 1 year ago

Please force install "path-utils" first, then the rest should be ok.

What OS are you running?

Apparently some of the path-utils tests only for me :-(

lizmat commented 1 year ago

I have just uploaded a new version of App::Rak (0.1.8) which should not have this testing issue anymore.

Could you please verify? And if ok now, close this? Thanks!

librasteve commented 1 year ago

This is Docker ubuntu:latest, I build weekly https://github.com/p6steve/raku-Dockerfiles/blob/main/basic-ma/Dockerfile

now works with zef install App::Rak

thanks!

closing this issue