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
Running zef to install module dies with "Fetching [FAIL]" error #2486
Comments
|
I would say it's a temporary failure. I just managed to install it here. I have also reported it in the specific repo for that tool. Please close if it works now or if it's better to continue discussion in that issue. |
|
Nope. still happening to me. I should have mentioned that, the CPU shoots up to 100% and zef dies. |
|
Half gigabyte of RAM is too little RAM... In that case I would say the problem is in zef itself, since the module does not even start to install... |
|
Do you have swap configured? What's the size for that? For 0.5 Gb, it
should be 1
El mar., 4 dic. 2018 a las 11:04, zarulzakuan (<notifications@github.com>)
escribió:
… Nope. still happening to me. I should have mentioned that, the CPU shoots
up to 100% and zef dies.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2486 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAAB9Hak5d_XgmXQ6bcYi1MSCUQZNCPPks5u1kjLgaJpZM4ZAR3b>
.
--
JJ
|
|
@JJ I have swap configured 2gb with swapiness 30. It's not eating the ram by the way. It's the CPU. The CPU shoots up to 100% and zef fails |
|
Is there a way that I can install the module if I downloaded the package manually to my server? |
|
@zarulzakuan you can download via git, and then zef test and zef install... |
|
zef install ./META6.json to be exact. Thanks JJ!
…On Wed, Dec 5, 2018 at 2:17 PM Juan Julián Merelo Guervós < ***@***.***> wrote:
@zarulzakuan <https://github.com/zarulzakuan> you can download via git,
and then zef test and zef install...
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2486 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AV4FlFVEmp7BoztSCXz1GI7REgx8Scz8ks5u12TpgaJpZM4ZAR3b>
.
--
Best Regards!
Zarul Izuan Bin Ahmad Zakuan
+60194301275
zarulzakuan@gmail.com
|
|
If it's (kinda) solved, feel free to close this now... |
|
it's a workaround. fetch still problematic
…On Wed, Dec 5, 2018 at 2:38 PM Juan Julián Merelo Guervós < ***@***.***> wrote:
If it's (kinda) solved, feel free to close this now...
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2486 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AV4FlPEkQUxIIW0qxVDnIhAwCBwtJJ3Mks5u12nhgaJpZM4ZAR3b>
.
--
Best Regards!
Zarul Izuan Bin Ahmad Zakuan
+60194301275
zarulzakuan@gmail.com
|
|
Closing this, since it probably does not belong to this repo. |
The problem
I was trying to run the following command
zef install App::MoarVM::HeapAnalyzer
and it fails with the following message
===> Searching for: App::MoarVM::HeapAnalyzer
===> Fetching [FAIL]: App::MoarVM::HeapAnalyzer from git://github.com/jnthn/p6-app-moarvm-heapanalyzer.git
Aborting due to fetch failure: App::MoarVM::HeapAnalyzer (use --force-fetch to override)
I then run it again with --force-fetch and it also fails with the following message
Failed to fetch, but continuing with --force-fetch
No such method 'parent' for invocant of type 'Any'. Did you mean 'print'?
My Perl6 and MoarVM info:
This is Rakudo Star version 2018.10 built on MoarVM version 2018.10
implementing Perl 6.c.
I'm running Ubuntu 14.04.5 LTS and I have half gig RAM and CPU with the following details;
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 85
model name : Intel(R) Xeon(R) Platinum 8163 CPU @ 2.50GHz
stepping : 4
microcode : 0x1
cpu MHz : 2499.996
cache size : 33792 KB
physical id : 0
siblings : 1
core id : 0
cpu cores : 1
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl eagerfpu pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx avx512f rdseed adx smap avx512cd xsaveopt xsavec xgetbv1
bugs :
bogomips : 4999.99
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
The text was updated successfully, but these errors were encountered: