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

t/scroll.t failing in 2.008000 #75

Closed
pghmcfc opened this issue Mar 22, 2017 · 2 comments
Closed

t/scroll.t failing in 2.008000 #75

pghmcfc opened this issue Mar 22, 2017 · 2 comments

Comments

@pghmcfc
Copy link

pghmcfc commented Mar 22, 2017

$ cd MetaCPAN-Client-2.008000
$ make test
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/api/*.t
# 
# Versions for all modules listed in MYMETA.json (including optional ones):
# 
# === Configure Requires ===
# 
#     Module                Want Have
#     ------------------- ------ ----
#     ExtUtils::MakeMaker 7.1101 7.04
# 
# === Build Requires ===
# 
#     Module              Want Have
#     ------------------- ---- ----
#     ExtUtils::MakeMaker  any 7.04
# 
# === Test Requires ===
# 
#     Module              Want     Have
#     ------------------- ---- --------
#     ExtUtils::MakeMaker  any     7.04
#     File::Spec           any     3.47
#     Test::Fatal          any    0.014
#     Test::More           any 1.302078
#     Test::Requires       any     0.10
#     base                 any     2.22
#     blib                1.01     1.06
# 
# === Test Recommends ===
# 
#     Module                     Want     Have
#     ---------------------- -------- --------
#     CPAN::Meta             2.120900 2.150010
#     HTTP::Tiny::Mech            any  missing
#     LWP::Protocol::https        any     6.06
#     WWW::Mechanize::Cached     1.48  missing
# 
# === Runtime Requires ===
# 
#     Module           Want     Have
#     --------------- ----- --------
#     Carp              any     1.38
#     HTTP::Tiny      0.056    0.070
#     IO::Socket::SSL  1.42    2.047
#     JSON::MaybeXS     any 1.003009
#     JSON::PP          any  2.27400
#     Moo               any 2.003001
#     Moo::Role         any 2.003001
#     Net::SSLeay      1.49     1.80
#     Ref::Util         any    0.113
#     Safe::Isa         any 1.000006
#     Type::Tiny        any 1.000006
#     URI::Escape       any     3.31
#     strict            any     1.08
#     warnings          any     1.23
# 
# 
# *** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING ***
# 
# The following REQUIRED prerequisites were not satisfied:
# 
# ExtUtils::MakeMaker version '7.04' is not in required range '7.1101'
# 
t/00-report-prereqs.t ... ok
t/api/_get.t ............ ok
t/api/_get_or_search.t .. ok
t/api/_search.t ......... ok
t/api/author.t .......... ok
t/api/distribution.t .... ok
t/api/download_url.t .... ok
t/api/favorite.t ........ ok
t/api/file.t ............ ok
t/api/module.t .......... ok
t/api/pod.t ............. ok
t/api/rating.t .......... ok
t/api/release.t ......... ok
t/entity.t .............. ok
t/request.t ............. ok
t/resultset.t ........... ok

#   Failed test 'can read all matching docs'
#   at t/scroll.t line 36.
#          got: '52'
#     expected: '51'
# Looks like you failed 1 test of 6.
t/scroll.t .............. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/6 subtests 
t/ua_trap.t ............. skipped: Test requires module 'WWW::Mechanize::Cached' but it's not found

Test Summary Report
-------------------
t/scroll.t            (Wstat: 256 Tests: 6 Failed: 1)
  Failed test:  6
  Non-zero exit status: 1
Files=18, Tests=174, 18 wallclock secs ( 0.04 usr  0.02 sys +  1.93 cusr  0.17 csys =  2.16 CPU)
Result: FAIL
Failed 1/18 test programs. 1/174 subtests failed.
Makefile:939: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255

This is happening consistently for me.

@mickeyn
Copy link
Contributor

mickeyn commented Mar 23, 2017

@pghmcfc thanks for reporting, i'll look into it.

@pghmcfc
Copy link
Author

pghmcfc commented Mar 23, 2017

@mickeyn, 2.008001 works for me, thanks.

@pghmcfc pghmcfc closed this as completed Mar 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants