Advertisement
Guest User

Untitled

a guest
Apr 6th, 2017
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.75 KB | None | 0 0
  1. zef install --force LWP::Simple
  2. ===> Searching for: LWP::Simple
  3. ===> Testing: LWP::Simple:ver('0.090'):auth('Cosimo Streppone')
  4. t/000-load-module.t ............. ok
  5. t/basic-auth.t ..................1/9Failed to connect: connection timed out
  6.   in method make_request at /root/.zef/store/perl6-lwp-simple.git/349408cf06eac91b68d29bcf8349ead7a146c2a9/lib/LWP/Simple.pm (LWP::Simple) line 234
  7.   in method request_shell at /root/.zef/store/perl6-lwp-simple.git/349408cf06eac91b68d29bcf8349ead7a146c2a9/lib/LWP/Simple.pm (LWP::Simple) line 84
  8.   in method get at /root/.zef/store/perl6-lwp-simple.git/349408cf06eac91b68d29bcf8349ead7a146c2a9/lib/LWP/Simple.pm (LWP::Simple) line 31
  9.   in block <unit> at t/basic-auth.t line 38
  10.  
  11. # Looks like you planned 9 tests, but ran 8
  12. t/basic-auth.t .................. All 9 subtests passed
  13. t/custom-headers-and-content.t .. ok
  14. t/get-binary-camelia.t .......... ok
  15. t/get-chunked-6guts.t ........... ok
  16. t/get-perl6-org.t ............... ok
  17. t/get-unsized.t ................. ok
  18. t/get-w3-latin1-utf8.t .......... ok
  19. t/get-w3-redirect.t ............. ok
  20. t/getstore.t .................... ok
  21. t/issue-7.t ..................... ok
  22. t/parse-url.t ................... ok  
  23. t/socket-sanity.t ............... ok
  24. t/stringify-headers.t ........... ok
  25. All tests successful.
  26.  
  27. Test Summary Report
  28. -------------------
  29. t/basic-auth.t  (Wstat: 0 Tests: 8 Failed: 0)
  30.   Parse errors: Bad plan.  You planned 9 tests but ran 8.
  31. Files=14, Tests=56,  149 wallclock secs
  32. Result: FAILED
  33. ===> Testing [FAIL]: LWP::Simple:ver('0.090'):auth('Cosimo Streppone')
  34. ===> Installing: LWP::Simple:ver('0.090'):auth('Cosimo Streppone')
  35.  
  36. 2 bin/ scripts [lwp-get.pl lwp-download.pl] installed to:
  37. /root/.rakudobrew/moar-nom/install/share/perl6/site/bin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement