-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
zef error message is confusing #446
Comments
Unfortunately I'm really sure what to tell you. It says it can't match
but if you look at the code you'll see it should always match: zef/lib/Zef/Service/Shell/git.rakumod Lines 104 to 109 in 3edbbcf
A similar problem happens with other runtime plugins, too, so AFAICT its likely a rakudo bug. However if you are having luck reproducing the issue: it could be useful if you modified the zef you are installing (particularly the |
Hi Nick. Thanks. I ll try do debug and let you know ... |
My hypothesis is that this type of error occurs when https://sparrowhub.io:4000/report/fastspec.notify/459
maybe this is not relevant to the original issue, but here the same "confusing" error message HTH |
It is not, it is what zef outputs shows, indeed you can see the SAME
scenario successfully runs on different docker instance with 6 GB memory -
https://sparrowhub.io:4000/report/fastspec.notify/451
We can exclude any VM state related effect as every scenario gets run a
freshly spawned azure container instance which gets killed in the end.
…On Fri, Mar 25, 2022 at 6:49 PM Nick Logan ***@***.***> wrote:
Hmm, in your last example the url seems to be missing (at a minimum) the
.tar.gz
don't understand
https://360.zef.pm/I/P_/IP_ADDR/898819a6597b8cdfea519ea53406d13
—
Reply to this email directly, view it on GitHub
<#446 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHRHSMN4JTRJRAP4UFIG7DVBZGJBANCNFSM5PL6RS6Q>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
The file name on stderr is broken onto two lines, which was confusing
|
Oh, I see. Yes it’s old Sparrow disadvantage I always find hard to fix ,
anyway I hope you understand my idea …
…On Fri, Mar 25, 2022 at 7:01 PM Nick Logan ***@***.***> wrote:
The file name on stderr is broken onto two lines, which was confusing
—
Reply to this email directly, view it on GitHub
<#446 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHRHSIBRTVOZPOOI2SWW73VBZHV7ANCNFSM5PL6RS6Q>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
An initial error when I try to install module with zef is this:
First it makes one think that there is no some dependency installed -
[unzip psunzip]
But it's not true ( maybe the reason is that zef is trying to build all the decency tree and it fails for the first time ? ... Anyway - this is not what an issue about ... ).
Once I run THE SAME build second time ( without changing anything on a target machine ), everything works great:
I've seen this issue many times with my Sparky installations, finally decided to describe it
HTH
The text was updated successfully, but these errors were encountered: