-
Notifications
You must be signed in to change notification settings - Fork 12
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
on cygwin see filesystem (harmless) error messages about the *.db #23
Comments
I forgot to add and similar for crud.t.... somehow the fs does not let the test remove the .db presumably because the code still has the db loaded .... |
On windows this is usually due to antivirus. Does it happen consistently? |
I am using windows 10. 21H2. The only antivirus is bit defender which can be stopped for a short while. doing so I get the same messages... === Runtime Requires ===Module Want Have--------------------- ----- ------Carp any 1.50DBD::SQLite 1.68 1.70DBI 1.627 1.643File::Spec::Functions any 3.78File::Temp any 0.2311Mojolicious 8.03 9.22SQL::Abstract::Pg 1.0 1.0Scalar::Util any 1.60URI 1.69 5.10URI::db 0.15 0.19URI::file 4.21 5.10t/00-report-prereqs.t .. ok |
Hi Grinnz,
On cygwin for the latest Mojo::Sqlite I get:
t/results.t ............ 1/? cannot unlink file for /tmp/uShTlS3sau/sqlite.db: Device or resource busy at /tmp/cpanm_t.d/p5lib/lib/perl5/File/Temp.pm line 2643.
cannot restore permissions to 0100755 for /tmp/uShTlS3sau/sqlite.db: Device or resource busy at /tmp/cpanm_t.d/p5lib/lib/perl5/File/Temp.pm line 2643.
cannot unlink file for /tmp/uShTlS3sau/sqlite.db-shm: Device or resource busy at /tmp/cpanm_t.d/p5lib/lib/perl5/File/Temp.pm line 2643.
cannot restore permissions to 0100755 for /tmp/uShTlS3sau/sqlite.db-shm: Device or resource busy at /tmp/cpanm_t.d/p5lib/lib/perl5/File/Temp.pm line 2643.
cannot unlink file for /tmp/uShTlS3sau/sqlite.db-wal: Device or resource busy at /tmp/cpanm_t.d/p5lib/lib/perl5/File/Temp.pm line 2643.
cannot restore permissions to 0100755 for /tmp/uShTlS3sau/sqlite.db-wal: Device or resource busy at /tmp/cpanm_t.d/p5lib/lib/perl5/File/Temp.pm line 2643.
cannot remove directory for /tmp/uShTlS3sau: Directory not empty at /tmp/cpanm_t.d/p5lib/lib/perl5/File/Temp.pm line 2643.
t/results.t ............ ok
t/sqlite_lite_app.t .... ok
All tests successful.
Files=7, Tests=55, 7 wallclock secs ( 0.11 usr 0.08 sys + 3.46 cusr 2.60 csys = 6.25 CPU)
installs fine though. I've got similar messages in past versions, and if I recall correctly needed to force-install.
hth
p.s
cyg version is recent
% steph@kerangi (/xddxc) %
% cygcheck -dc | grep ^cygwin' '
cygwin 3.2.0-1
The text was updated successfully, but these errors were encountered: