Skip Menu |

This queue is for tickets about the App-Daemon CPAN distribution.

Report information
The Basics
Id: 82399
Status: resolved
Priority: 0/
Queue: App-Daemon

People
Owner: Nobody in particular
Requestors: gabor [...] szabgab.com
Cc:
AdminCc:

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



Subject: App-Daemon-0.18 test stuck on Windows
Date: Fri, 4 Jan 2013 12:34:34 +0200
To: bug-App-Daemon [...] rt.cpan.org
From: Gabor Szabo <gabor [...] szabgab.com>
Tried on Strawberry Perl 5.12.3 32-bit C:\>cpan App::Daemon CPAN: CPAN::SQLite loaded ok (v0.202) Database was generated on Thu, 03 Jan 2013 11:15:04 GMT Running install for module 'App::Daemon' CPAN: YAML loaded ok (v0.84) CPAN: CPAN::Kwalify loaded ok (v5.50) CPAN: Kwalify loaded ok (v1.21) Running make for M/MS/MSCHILLI/App-Daemon-0.18.tar.gz CPAN: Digest::SHA loaded ok (v5.80) CPAN: Compress::Zlib loaded ok (v2.059) Checksum for C:\strawberry\cpan\sources\authors\id\M\MS\MSCHILLI\App-Daemon-0.18.tar.gz ok CPAN: Archive::Tar loaded ok (v1.90) CPAN: File::Temp loaded ok (v0.22) CPAN: Parse::CPAN::Meta loaded ok (v1.4404) CPAN: CPAN::Meta loaded ok (v2.120921) CPAN: Module::CoreList loaded ok (v2.79) CPAN.pm: Building M/MS/MSCHILLI/App-Daemon-0.18.tar.gz CPAN: CPAN::Reporter loaded ok (v1.2009) Checking if your kit is complete... Looks good Writing Makefile for App::Daemon Writing MYMETA.yml and MYMETA.json (C:\strawberry\perl\bin\perl.exe Makefile.PL exited with 0) CPAN::Reporter: Makefile.PL result is 'pass', No errors. cp Daemon.pm blib\lib\App\Daemon.pm (C:\strawberry\c\bin\dmake.EXE exited with 0) CPAN::Reporter: dmake result is 'pass', No errors. MSCHILLI/App-Daemon-0.18.tar.gz C:\strawberry\c\bin\dmake.EXE -- OK Running make test C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t t/001Basic.t .... ok t/002Params.t ... ok The process cannot access the file because it is being used by another process. # Failed test 'app start' # at t/003CmdLine.t line 21. # got: '256' # expected: '0' The process cannot access the file because it is being used by another process. # Failed test 'app start again' # at t/003CmdLine.t line 25. # got: '1' # expected: '150' The process cannot access the file because it is being used by another process. # Failed test 'status started' # at t/003CmdLine.t line 29. # got: '1' # expected: '0' The process cannot access the file because it is being used by another process. # Failed test 'app stop' # at t/003CmdLine.t line 33. # got: '256' # expected: '0' The process cannot access the file because it is being used by another process. # Failed test 'app stop again' # at t/003CmdLine.t line 37. # got: '1' # expected: '3' The process cannot access the file because it is being used by another process. # Failed test 'status stopped' # at t/003CmdLine.t line 41. # got: '1' # expected: '3' # Looks like you failed 6 tests of 6. t/003CmdLine.t .. Dubious, test returned 6 (wstat 1536, 0x600) Failed 6/6 subtests The process cannot access the file because it is being used by another process. # Failed test 'app start' # at t/004Pidfile.t line 25. # got: '256' # expected: '0'
This module won't work on Windows, it's using a lot of Unixisms with regards to process management.