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

Running zef to install module dies with "Fetching [FAIL]" error #2486

Closed
zarulzakuan opened this issue Dec 4, 2018 · 11 comments
Closed

Running zef to install module dies with "Fetching [FAIL]" error #2486

zarulzakuan opened this issue Dec 4, 2018 · 11 comments
Labels
external Depends on another ticket (likely in another repo)

Comments

@zarulzakuan
Copy link

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

@JJ JJ added the external Depends on another ticket (likely in another repo) label Dec 4, 2018
@JJ
Copy link
Contributor

JJ commented Dec 4, 2018

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.

@zarulzakuan
Copy link
Author

Nope. still happening to me. I should have mentioned that, the CPU shoots up to 100% and zef dies.

@JJ
Copy link
Contributor

JJ commented Dec 4, 2018

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...

@JJ
Copy link
Contributor

JJ commented Dec 4, 2018 via email

@zarulzakuan
Copy link
Author

@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

@zarulzakuan
Copy link
Author

Is there a way that I can install the module if I downloaded the package manually to my server?

@JJ
Copy link
Contributor

JJ commented Dec 5, 2018

@zarulzakuan you can download via git, and then zef test and zef install...

@zarulzakuan
Copy link
Author

zarulzakuan commented Dec 5, 2018 via email

@JJ
Copy link
Contributor

JJ commented Dec 5, 2018

If it's (kinda) solved, feel free to close this now...

@zarulzakuan
Copy link
Author

zarulzakuan commented Dec 5, 2018 via email

@JJ
Copy link
Contributor

JJ commented Dec 19, 2018

Closing this, since it probably does not belong to this repo.

@JJ JJ closed this as completed Dec 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external Depends on another ticket (likely in another repo)
Projects
None yet
Development

No branches or pull requests

2 participants