Skip Menu |

This queue is for tickets about the Forks-Super CPAN distribution.

Report information
The Basics
Id: 105098
Status: rejected
Priority: 0/
Queue: Forks-Super

People
Owner: Nobody in particular
Requestors: Nathan.E.Waddell [...] usps.gov
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Timeout when creating SysInfo.pm file during install of Forks::Super
Date: Mon, 8 Jun 2015 18:20:55 +0000
To: "'bug-Forks-Super [...] rt.cpan.org'" <bug-Forks-Super [...] rt.cpan.org>
From: "Waddell, Nathan E - Memphis, TN - Contractor" <Nathan.E.Waddell [...] usps.gov>
UNAME info: Linux KDEMint 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux --> Working on Forks::Super Fetching http://cpan.metacpan.org/authors/id/M/MO/MOB/Forks-Super-0.73.tar.gz -> OK Unpacking Forks-Super-0.73.tar.gz Copying Forks-Super-0.73.tar.gz to /home/nathan/Projects/sftpbroker/local/cache/authors/id/M/MO/MOB/Forks-Super-0.73.tar.gz Entering Forks-Super-0.73 Checking configure dependencies from META.json Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.04) Configuring Forks-Super-0.73 Running Makefile.PL -------------------------------------------------- Running builder for submodules/Sys-CpuLoadX Sys::CpuLoadX v0.04 is already installed. Installation of Sys::CpuLoadX is not necessary. -------------------------------------------------- Running builder for submodules/Sys-CpuAffinity Sys::CpuAffinity v1.06 is already installed. Installation of Sys::CpuAffinity is not necessary. Gathering information on current system linux.5.012002 and creating Forks::Super::SysInfo package. -------------------------------------------------- Creating Forks/Super/SysInfo.pm file SysInfo.pm.PL: creating system-limits file. 1: sleep and alarm are compatible on this system There are 1 cpus on this system. Can open 1020 file handles simultaneously Default socket capacity is about 212992 bytes Default pipe capacity is about 65536 bytes advisory filelocking available for ipc synchronization Result: / Result: / Created system limitations file in: t/out/limits.linux.5.012002.tmp -> FAIL Timed out (> 60s). Use --verbose to retry. -> N/A -> FAIL Configure failed for Forks-Super-0.73. See /home/xxxx/.cpanm/work/1433786162.9227/build.log for details. -> FAIL Installing the dependencies failed: Module 'Forks::Super' is not installed -> FAIL Bailing out the installation for /home/xxx/Projects/xxxxx/. Expiring 1 work directories.
Is this a build attempt with cpanm? cpanm has a default conofigure timeout of 60 seconds, which you can override with a --configure-timeout command line option, like cpanm Forks::Super --configure-timeout=300 The configuration process is pretty thorough in discovering what it can about the particular system the module is being built on, and you can expect it to take longer than a minute the first time you run it. I'll put a note about this problem in the README file, but if it is just a matter of setting a longer configure timeout, it's not a bug in the distribution. On Mon Jun 08 14:21:21 2015, Nathan.E.Waddell@usps.gov wrote: Show quoted text
> UNAME info: > Linux KDEMint 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC > 2014 x86_64 x86_64 x86_64 GNU/Linux > > --> Working on Forks::Super > Fetching http://cpan.metacpan.org/authors/id/M/MO/MOB/Forks-Super- > 0.73.tar.gz > -> OK > Unpacking Forks-Super-0.73.tar.gz > Copying Forks-Super-0.73.tar.gz to > /home/nathan/Projects/sftpbroker/local/cache/authors/id/M/MO/MOB/Forks- > Super-0.73.tar.gz > Entering Forks-Super-0.73 > Checking configure dependencies from META.json > Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.04) > Configuring Forks-Super-0.73 > Running Makefile.PL > -------------------------------------------------- > Running builder for submodules/Sys-CpuLoadX > Sys::CpuLoadX v0.04 is already installed. > Installation of Sys::CpuLoadX is not necessary. > -------------------------------------------------- > Running builder for submodules/Sys-CpuAffinity > Sys::CpuAffinity v1.06 is already installed. > Installation of Sys::CpuAffinity is not necessary. > Gathering information on current system linux.5.012002 > and creating Forks::Super::SysInfo package. > -------------------------------------------------- > Creating Forks/Super/SysInfo.pm file > SysInfo.pm.PL: creating system-limits file. > 1: sleep and alarm are compatible on this system > There are 1 cpus on this system. > Can open 1020 file handles simultaneously > Default socket capacity is about 212992 bytes > Default pipe capacity is about 65536 bytes > advisory filelocking available for ipc synchronization > Result: / > Result: / > Created system limitations file in: t/out/limits.linux.5.012002.tmp > > > -> FAIL Timed out (> 60s). Use --verbose to retry. > -> N/A > -> FAIL Configure failed for Forks-Super-0.73. See > /home/xxxx/.cpanm/work/1433786162.9227/build.log for details. > -> FAIL Installing the dependencies failed: Module 'Forks::Super' is > not installed > -> FAIL Bailing out the installation for /home/xxx/Projects/xxxxx/. > Expiring 1 work directories.
Subject: RE: [rt.cpan.org #105098] Timeout when creating SysInfo.pm file during install of Forks::Super
Date: Mon, 8 Jun 2015 20:56:28 +0000
To: "'bug-Forks-Super [...] rt.cpan.org'" <bug-Forks-Super [...] rt.cpan.org>
From: "Waddell, Nathan E - Memphis, TN - Contractor" <Nathan.E.Waddell [...] usps.gov>
I appreciate the quick reply. This was a build attempt with Carton, which uses cpanm. I'll research and see if I can pass the timeout through carton install somehow. Nathan E Waddell | 901.681.4473 (o) |Nathan.E.Waddell@usps.gov Product Information, Enterprise Analytics | 225 N. Humphreys Blvd Ste 501, Memphis, TN 38188-0001 Group email account:  PASS_APPDEV_DL Remedy Group: USPS IT/NCSC/NCSC Transactional Record Processor Show quoted text
-----Original Message----- From: Marty O'Brien via RT [mailto:bug-Forks-Super@rt.cpan.org] Sent: Monday, June 08, 2015 3:55 PM To: Waddell, Nathan E - Memphis, TN - Contractor Subject: [rt.cpan.org #105098] Timeout when creating SysInfo.pm file during install of Forks::Super <URL: https://rt.cpan.org/Ticket/Display.html?id=105098 > Is this a build attempt with cpanm? cpanm has a default conofigure timeout of 60 seconds, which you can override with a --configure-timeout command line option, like cpanm Forks::Super --configure-timeout=300 The configuration process is pretty thorough in discovering what it can about the particular system the module is being built on, and you can expect it to take longer than a minute the first time you run it. I'll put a note about this problem in the README file, but if it is just a matter of setting a longer configure timeout, it's not a bug in the distribution. On Mon Jun 08 14:21:21 2015, Nathan.E.Waddell@usps.gov wrote:
> UNAME info: > Linux KDEMint 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC > 2014 x86_64 x86_64 x86_64 GNU/Linux > > --> Working on Forks::Super > Fetching http://cpan.metacpan.org/authors/id/M/MO/MOB/Forks-Super- > 0.73.tar.gz > -> OK > Unpacking Forks-Super-0.73.tar.gz > Copying Forks-Super-0.73.tar.gz to > /home/nathan/Projects/sftpbroker/local/cache/authors/id/M/MO/MOB/Forks > - > Super-0.73.tar.gz > Entering Forks-Super-0.73 > Checking configure dependencies from META.json Checking if you have > ExtUtils::MakeMaker 0 ... Yes (7.04) Configuring Forks-Super-0.73 > Running Makefile.PL > -------------------------------------------------- > Running builder for submodules/Sys-CpuLoadX Sys::CpuLoadX v0.04 is > already installed. > Installation of Sys::CpuLoadX is not necessary. > -------------------------------------------------- > Running builder for submodules/Sys-CpuAffinity Sys::CpuAffinity v1.06 > is already installed. > Installation of Sys::CpuAffinity is not necessary. > Gathering information on current system linux.5.012002 and creating > Forks::Super::SysInfo package. > -------------------------------------------------- > Creating Forks/Super/SysInfo.pm file > SysInfo.pm.PL: creating system-limits file. > 1: sleep and alarm are compatible on this system There are 1 cpus on > this system. > Can open 1020 file handles simultaneously Default socket capacity is > about 212992 bytes Default pipe capacity is about 65536 bytes advisory > filelocking available for ipc synchronization > Result: / > Result: / > Created system limitations file in: t/out/limits.linux.5.012002.tmp > > > -> FAIL Timed out (> 60s). Use --verbose to retry. > -> N/A > -> FAIL Configure failed for Forks-Super-0.73. See > /home/xxxx/.cpanm/work/1433786162.9227/build.log for details. > -> FAIL Installing the dependencies failed: Module 'Forks::Super' is > not installed > -> FAIL Bailing out the installation for /home/xxx/Projects/xxxxx/. > Expiring 1 work directories.