Skip to content

Instantly share code, notes, and snippets.

@igable
Created April 17, 2012 21:31
Show Gist options
  • Save igable/2409198 to your computer and use it in GitHub Desktop.
Save igable/2409198 to your computer and use it in GitHub Desktop.
Running Mkbootstrap for Net::RabbitMQ ()
chmod 644 RabbitMQ.bs
rm -f blib/arch/auto/Net/RabbitMQ/RabbitMQ.so
gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -L/usr/local/lib RabbitMQ.o amqp_api.o amqp_connection.o amqp_debug.o amqp_framing.o amqp_mem.o amqp_socket.o amqp_table.o -o blib/arch/auto/Net/RabbitMQ/RabbitMQ.so \
\
chmod 755 blib/arch/auto/Net/RabbitMQ/RabbitMQ.so
cp RabbitMQ.bs blib/arch/auto/Net/RabbitMQ/RabbitMQ.bs
chmod 644 blib/arch/auto/Net/RabbitMQ/RabbitMQ.bs
Manifying blib/man3/Net::RabbitMQ.3pm
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/001_declare_exchange.t .. ok
t/002_publish.t ........... ok
t/003_consume.t ........... ok
t/004_selfconsume.t ....... ok
t/005_noack.t ............. ok
t/006_txn.t ............... ok
t/007_get.t ............... ok
t/008_queue_declare.t ..... ok
t/009_no_route.t .......... ok
t/010_qos.t ............... ok
# Sleeping for 5 seconds
# Failed test 'publish'
# at t/011_hearbeat.t line 26.
# got: '-1'
# expected: '0'
# Sleeping for 1 seconds
# Looks like you failed 1 test of 7.
t/011_hearbeat.t ..........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/7 subtests
# Failed test 'timeout'
# at t/012_timeout.t line 18.
# '0.599856'
# <
# '0.05'
# Looks like you failed 1 test of 4.
t/012_timeout.t ...........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/4 subtests
t/013_headers.t ........... ok
Test Summary Report
-------------------
t/011_hearbeat.t (Wstat: 256 Tests: 7 Failed: 1)
Failed test: 6
Non-zero exit status: 1
t/012_timeout.t (Wstat: 256 Tests: 4 Failed: 1)
Failed test: 4
Non-zero exit status: 1
Files=13, Tests=128, 15 wallclock secs ( 0.06 usr 0.01 sys + 0.38 cusr 0.06 csys = 0.51 CPU)
Result: FAIL
Failed 2/13 test programs. 2/128 subtests failed.
make: *** [test_dynamic] Error 255
-> FAIL Testing Net::RabbitMQ failed. See /home/igable/.cpanm/build.log for details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment