Skip to content

Instantly share code, notes, and snippets.

@timo
Created November 18, 2015 00:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timo/cafd71a06a2a81a95a04 to your computer and use it in GitHub Desktop.
Save timo/cafd71a06a2a81a95a04 to your computer and use it in GitHub Desktop.
==> Fetching Net::ZMQ
==> Building Net::ZMQ
==> Testing Net::ZMQ
# Failed test 'sending and receiving simple message'
# at t/00-basic.t line 24
# expected: 'foo'
# got: ''
# Failed test 'receiving first part of two-part message'
# at t/00-basic.t line 31
# expected: 'quux'
# got: ''
# Failed test 'getting RCVMORE flag'
# at t/00-basic.t line 32
# expected: '1'
# got: '0'
# Failed test 'receiving second part of two-parter'
# at t/00-basic.t line 33
# expected: 'barf'
# got: ''
# Looks like you failed 4 tests of 10
t/00-basic.t ...
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/10 subtests
# Failed test 'sending and receiving simple binary message'
# at t/05-binary.t line 25
# Looks like you failed 1 test of 6
t/05-binary.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/6 subtests
Test Summary Report
-------------------
t/00-basic.t (Wstat: 1024 Tests: 10 Failed: 4)
Failed tests: 6, 8-10
Non-zero exit status: 4
t/05-binary.t (Wstat: 256 Tests: 6 Failed: 1)
Failed test: 6
Non-zero exit status: 1
Files=2, Tests=16, 11 wallclock secs ( 0.01 usr 0.00 sys + 9.94 cusr 0.14 csys = 10.09 CPU)
Result: FAIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment