cpantestlogs/Net::RabbitMQ::Channel_genfailure.log
2017-05-02 18:44:36 -07:00

907 lines
29 KiB
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

perl-blead
==========
cpanm (App::cpanminus) 1.7043 on perl 5.026000 built for x86_64-linux
Work directory is /home/ryan/.cpanm/work/1492966752.21751
You have make /usr/bin/make
You have LWP 6.26
You have /bin/tar: tar (GNU tar) 1.29
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by John Gilmore and Jay Fenlason.
You have /usr/bin/unzip
Searching Net::RabbitMQ::Channel () on cpanmetadb ...
! Download http://www.cpan.org/authors/id/A/AP/APLA/Net-RabbitMQ-Channel-0.05.tar.gz failed. Retrying ...
Unpacking Net-RabbitMQ-Channel-0.05.tar.gz
--> Working on Net::RabbitMQ::Channel
Fetching http://www.cpan.org/authors/id/A/AP/APLA/Net-RabbitMQ-Channel-0.05.tar.gz ... FAIL
Net-RabbitMQ-Channel-0.05/
Net-RabbitMQ-Channel-0.05/Changes
Net-RabbitMQ-Channel-0.05/lib/
Net-RabbitMQ-Channel-0.05/Makefile.PL
Net-RabbitMQ-Channel-0.05/MANIFEST
Net-RabbitMQ-Channel-0.05/META.yml
Net-RabbitMQ-Channel-0.05/README
Net-RabbitMQ-Channel-0.05/t/
Net-RabbitMQ-Channel-0.05/t/001-mqc-basics.t
Net-RabbitMQ-Channel-0.05/lib/Net/
Net-RabbitMQ-Channel-0.05/lib/Net/RabbitMQ/
Net-RabbitMQ-Channel-0.05/lib/Net/RabbitMQ/Channel.pm
Net-RabbitMQ-Channel-0.05/lib/Net/RabbitMQ/Connection.pm
Net-RabbitMQ-Channel-0.05/lib/Net/RabbitMQ/Exchange.pm
Net-RabbitMQ-Channel-0.05/lib/Net/RabbitMQ/Queue.pm
Entering Net-RabbitMQ-Channel-0.05
Checking configure dependencies from META.yml
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
Running Makefile.PL
Configuring Net-RabbitMQ-Channel-0.05 ... Warning: prerequisite Net::RabbitMQ v0.1.8 not found.
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Net::RabbitMQ::Channel
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have Class::Easy 0.11 ... Yes (0.18)
Checking if you have Net::RabbitMQ v0.1.8 ... No
Checking if you have Sys::SigAction 0.11 ... Yes (0.23)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
Searching Net::RabbitMQ (v0.1.8) on cpanmetadb ...
Unpacking Net--RabbitMQ-0.2.8.tgz
OK
==> Found dependencies: Net::RabbitMQ
--> Working on Net::RabbitMQ
Fetching http://www.cpan.org/authors/id/J/JE/JESUS/Net--RabbitMQ-0.2.8.tgz ... OK
Net--RabbitMQ-0.2.8/
Net--RabbitMQ-0.2.8/.gitignore
Net--RabbitMQ-0.2.8/amqp.h
Net--RabbitMQ-0.2.8/amqp_api.c
Net--RabbitMQ-0.2.8/amqp_config.h
Net--RabbitMQ-0.2.8/amqp_connection.c
Net--RabbitMQ-0.2.8/amqp_debug.c
Net--RabbitMQ-0.2.8/amqp_framing.c
Net--RabbitMQ-0.2.8/amqp_framing.h
Net--RabbitMQ-0.2.8/amqp_mem.c
Net--RabbitMQ-0.2.8/amqp_private.h
Net--RabbitMQ-0.2.8/amqp_socket.c
Net--RabbitMQ-0.2.8/amqp_table.c
Net--RabbitMQ-0.2.8/Changes
Net--RabbitMQ-0.2.8/LICENSE
Net--RabbitMQ-0.2.8/LICENSE-MPL-RabbitMQ
Net--RabbitMQ-0.2.8/Makefile.PL
Net--RabbitMQ-0.2.8/MANIFEST
Net--RabbitMQ-0.2.8/META.yml
Net--RabbitMQ-0.2.8/RabbitMQ.pm
Net--RabbitMQ-0.2.8/RabbitMQ.xs
Net--RabbitMQ-0.2.8/README
Net--RabbitMQ-0.2.8/t/
Net--RabbitMQ-0.2.8/typemap
Net--RabbitMQ-0.2.8/t/001_declare_exchange.t
Net--RabbitMQ-0.2.8/t/002_publish.t
Net--RabbitMQ-0.2.8/t/003_consume.t
Net--RabbitMQ-0.2.8/t/004_selfconsume.t
Net--RabbitMQ-0.2.8/t/005_noack.t
Net--RabbitMQ-0.2.8/t/006_txn.t
Net--RabbitMQ-0.2.8/t/007_get.t
Net--RabbitMQ-0.2.8/t/008_queue_declare.t
Net--RabbitMQ-0.2.8/t/009_no_route.t
Net--RabbitMQ-0.2.8/t/010_qos.t
Net--RabbitMQ-0.2.8/t/011_hearbeat.t
Net--RabbitMQ-0.2.8/t/012_timeout.t
Net--RabbitMQ-0.2.8/t/013_headers.t
Net--RabbitMQ-0.2.8/t/014_bind_with_headers.t
Net--RabbitMQ-0.2.8/t/015_declare_queue_with_headers.t
Net--RabbitMQ-0.2.8/t/016_reject.t
Entering Net--RabbitMQ-0.2.8
Checking configure dependencies from META.yml
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
Running Makefile.PL
Configuring Net-RabbitMQ-0.2.8 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Net::RabbitMQ
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
OK
Building and testing Net-RabbitMQ-0.2.8 ... cp RabbitMQ.pm blib/lib/Net/RabbitMQ.pm
Running Mkbootstrap for RabbitMQ ()
chmod 644 "RabbitMQ.bs"
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- RabbitMQ.bs blib/arch/auto/Net/RabbitMQ/RabbitMQ.bs 644
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "/home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/ExtUtils/typemap' -typemap '/home/ryan/.cpanm/work/1492966752.21751/Net--RabbitMQ-0.2.8/typemap' RabbitMQ.xs > RabbitMQ.xsc
mv RabbitMQ.xsc RabbitMQ.c
cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.2.8\" -DXS_VERSION=\"0.2.8\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" RabbitMQ.c
RabbitMQ.xs: In function hash_to_amqp_table:
RabbitMQ.xs:252:3: warning: implicit declaration of function amqp_create_table [-Wimplicit-function-declaration]
amqp_create_table(conn, table, HvKEYS(hash));
^~~~~~~~~~~~~~~~~
RabbitMQ.xs:263:7: warning: implicit declaration of function amqp_table_add_string [-Wimplicit-function-declaration]
amqp_table_add_string(conn, table, amqp_cstring_bytes(key), amqp_cstring_bytes(SvPV_nolen(value)));
^~~~~~~~~~~~~~~~~~~~~
RabbitMQ.xs:265:7: warning: implicit declaration of function amqp_table_add_int [-Wimplicit-function-declaration]
amqp_table_add_int(conn, table, amqp_cstring_bytes(key), (uint64_t) SvIV(value));
^~~~~~~~~~~~~~~~~~
cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.2.8\" -DXS_VERSION=\"0.2.8\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" amqp_api.c
cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.2.8\" -DXS_VERSION=\"0.2.8\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" amqp_connection.c
cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.2.8\" -DXS_VERSION=\"0.2.8\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" amqp_debug.c
cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.2.8\" -DXS_VERSION=\"0.2.8\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" amqp_framing.c
cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.2.8\" -DXS_VERSION=\"0.2.8\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" amqp_mem.c
cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.2.8\" -DXS_VERSION=\"0.2.8\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" amqp_socket.c
cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.2.8\" -DXS_VERSION=\"0.2.8\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" amqp_table.c
rm -f blib/arch/auto/Net/RabbitMQ/RabbitMQ.so
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong 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
Manifying 1 pod document
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- RabbitMQ.bs blib/arch/auto/Net/RabbitMQ/RabbitMQ.bs 644
PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Failed test 'connect'
# at t/001_declare_exchange.t line 12.
# got: 'Opening socket: No such file or directory
# '
# expected: ''
# Failed test 'channel_open'
# at t/001_declare_exchange.t line 14.
# got: 'Opening channel: Operation not permitted
# '
# expected: ''
# Failed test 'exchange_declare'
# at t/001_declare_exchange.t line 16.
# got: 'Declaring exchange: Operation not permitted
# '
# expected: ''
# Looks like you failed 3 tests of 5.
t/001_declare_exchange.t ............
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/5 subtests
# Failed test 'connect'
# at t/002_publish.t line 12.
# got: 'Opening socket: No such file or directory
# '
# expected: ''
# Failed test 'channel_open'
# at t/002_publish.t line 14.
# got: 'Opening channel: Operation not permitted
# '
# expected: ''
# Failed test 'queue_declare'
# at t/002_publish.t line 16.
# got: 'Declaring queue: Operation not permitted
# '
# expected: ''
# Failed test 'queue_bind'
# at t/002_publish.t line 18.
# got: 'Binding queue: Operation not permitted
# '
# expected: ''
# Failed test 'drain queue'
# at t/002_publish.t line 20.
# got: 'basic_get: Operation not permitted
# '
# expected: ''
# Looks like you failed 5 tests of 8.
t/002_publish.t .....................
Dubious, test returned 5 (wstat 1280, 0x500)
Failed 5/8 subtests
# Failed test 'connect'
# at t/003_consume.t line 13.
# got: 'Opening socket: No such file or directory
# '
# expected: ''
# Failed test 'channel_open'
# at t/003_consume.t line 15.
# got: 'Opening channel: Operation not permitted
# '
# expected: ''
# Failed test 'consume'
# at t/003_consume.t line 17.
# got: 'Consume queue: Operation not permitted
# '
# expected: ''
# Failed test 'recv'
# at t/003_consume.t line 21.
# got: 'Bad frame read. at t/003_consume.t line 20.
# '
# expected: ''
# Failed test 'payload'
# at t/003_consume.t line 23.
# Structures begin differing at:
# $got->{body} = Does not exist
# $expected->{body} = 'Magic Payload'
# Looks like you failed 5 tests of 7.
t/003_consume.t .....................
Dubious, test returned 5 (wstat 1280, 0x500)
Failed 5/7 subtests
# Failed test 'connect'
# at t/004_selfconsume.t line 13.
# got: 'Opening socket: No such file or directory
# '
# expected: ''
# Failed test 'channel_open'
# at t/004_selfconsume.t line 15.
# got: 'Opening channel: Operation not permitted
# '
# expected: ''
# Failed test 'queue_declare'
# at t/004_selfconsume.t line 18.
# got: 'Declaring queue: Operation not permitted
# '
# expected: ''
# Failed test 'queue_declare -> private name'
# at t/004_selfconsume.t line 19.
# got: ''
# expected: anything else
# Failed test 'queue_bind'
# at t/004_selfconsume.t line 21.
# got: 'Binding queue: Operation not permitted
# '
# expected: ''
# Failed test 'consume'
# at t/004_selfconsume.t line 25.
# got: 'Consume queue: Operation not permitted
# '
# expected: ''
# Failed test 'recv'
# at t/004_selfconsume.t line 29.
# got: 'Bad frame read. at t/004_selfconsume.t line 28.
# '
# expected: ''
# Failed test 'payload'
# at t/004_selfconsume.t line 31.
# Structures begin differing at:
# $got->{consumer_tag} = Does not exist
# $expected->{consumer_tag} = 'ctag'
# Looks like you failed 8 tests of 11.
t/004_selfconsume.t .................
Dubious, test returned 8 (wstat 2048, 0x800)
Failed 8/11 subtests
# Failed test 'connect'
# at t/005_noack.t line 13.
# got: 'Opening socket: No such file or directory
# '
# expected: ''
# Failed test 'channel_open'
# at t/005_noack.t line 15.
# got: 'Opening channel: Operation not permitted
# '
# expected: ''
# Failed test 'queue_declare'
# at t/005_noack.t line 17.
# got: 'Declaring queue: Operation not permitted
# '
# expected: ''
# Failed test 'queue_bind'
# at t/005_noack.t line 19.
# got: 'Binding queue: Operation not permitted
# '
# expected: ''
# Failed test 'purge'
# at t/005_noack.t line 21.
# got: 'Purging queue: Operation not permitted
# '
# expected: ''
# Failed test 'consuming'
# at t/005_noack.t line 25.
# got: 'Consume queue: Operation not permitted
# '
# expected: ''
# Failed test 'payload'
# at t/005_noack.t line 29.
# Structures begin differing at:
# $got->{exchange} = Does not exist
# $expected->{exchange} = 'nr_test_x'
# Failed test 'disconnect'
# at t/005_noack.t line 39.
# got: 'Closing connection: Operation not permitted
# '
# expected: ''
# Failed test 'connect'
# at t/005_noack.t line 42.
# got: 'Opening socket: No such file or directory
# '
# expected: ''
# Failed test 'channel_open'
# at t/005_noack.t line 44.
# got: 'Opening channel: Operation not permitted
# '
# expected: ''
# Failed test 'consuming'
# at t/005_noack.t line 46.
# got: 'Consume queue: Operation not permitted
# '
# expected: ''
# Failed test 'payload'
# at t/005_noack.t line 51.
# Structures begin differing at:
# $got->{consumer_tag} = Does not exist
# $expected->{consumer_tag} = 'ctag'
# Failed test 'acking'
# at t/005_noack.t line 61.
# got: 'bad tag at t/005_noack.t line 60.
# '
# expected: ''
# Looks like you failed 13 tests of 16.
t/005_noack.t .......................
Dubious, test returned 13 (wstat 3328, 0xd00)
Failed 13/16 subtests
# Failed test 'connect'
# at t/006_txn.t line 13.
# got: 'Opening socket: No such file or directory
# '
# expected: ''
# Failed test 'channel_open'
# at t/006_txn.t line 15.
# got: 'Opening channel: Operation not permitted
# '
# expected: ''
# Failed test 'queue_declare'
# at t/006_txn.t line 18.
# got: 'Declaring queue: Operation not permitted
# '
# expected: ''
# Failed test 'queue_declare -> private name'
# at t/006_txn.t line 19.
# got: ''
# expected: anything else
# Failed test 'queue_bind'
# at t/006_txn.t line 21.
# got: 'Binding queue: Operation not permitted
# '
# expected: ''
# Failed test 'tx_select'
# at t/006_txn.t line 23.
# got: 'Selecting transaction: Operation not permitted
# '
# expected: ''
# Failed test 'tx_rollback'
# at t/006_txn.t line 26.
# got: 'Rolling Back transaction: Operation not permitted
# '
# expected: ''
# Failed test 'tx_commit'
# at t/006_txn.t line 29.
# got: 'Commiting transaction: Operation not permitted
# '
# expected: ''
# Failed test 'consume'
# at t/006_txn.t line 31.
# got: 'Consume queue: Operation not permitted
# '
# expected: ''
# Failed test 'recv'
# at t/006_txn.t line 35.
# got: 'Bad frame read. at t/006_txn.t line 34.
# '
# expected: ''
# Failed test 'payload'
# at t/006_txn.t line 37.
# Structures begin differing at:
# $got->{exchange} = Does not exist
# $expected->{exchange} = 'nr_test_x'
# Looks like you failed 11 tests of 13.
t/006_txn.t .........................
Dubious, test returned 11 (wstat 2816, 0xb00)
Failed 11/13 subtests
# Failed test 'connect'
# at t/007_get.t line 13.
# got: 'Opening socket: No such file or directory
# '
# expected: ''
# Failed test 'channel_open'
# at t/007_get.t line 15.
# got: 'Opening channel: Operation not permitted
# '
# expected: ''
# Failed test 'queue_declare'
# at t/007_get.t line 18.
# got: 'Declaring queue: Operation not permitted
# '
# expected: ''
# Failed test 'queue_declare -> private name'
# at t/007_get.t line 19.
# got: ''
# expected: anything else
# Failed test 'queue_bind'
# at t/007_get.t line 21.
# got: 'Binding queue: Operation not permitted
# '
# expected: ''
# Failed test 'get'
# at t/007_get.t line 25.
# got: 'basic_get: Operation not permitted
# '
# expected: ''
# Failed test 'get'
# at t/007_get.t line 31.
# got: 'basic_get: Operation not permitted
# '
# expected: ''
# Failed test 'get should see message'
# at t/007_get.t line 33.
# Structures begin differing at:
# $got->{body} = Does not exist
# $expected->{body} = 'Magic Transient Payload'
# Failed test 'get'
# at t/007_get.t line 64.
# got: 'basic_get: Operation not permitted
# '
# expected: ''
# Failed test 'get should see message'
# at t/007_get.t line 67.
# Structures begin differing at:
# $got->{exchange} = Does not exist
# $expected->{exchange} = 'nr_test_x'
# Looks like you failed 10 tests of 13.
t/007_get.t .........................
Dubious, test returned 10 (wstat 2560, 0xa00)
Failed 10/13 subtests
# Failed test 'connect'
# at t/008_queue_declare.t line 12.
# got: 'Opening socket: No such file or directory
# '
# expected: ''
# Failed test 'channel_open'
# at t/008_queue_declare.t line 14.
# got: 'Opening channel: Operation not permitted
# '
# expected: ''
# Failed test 'queue_declare'
# at t/008_queue_declare.t line 21.
# got: 'Declaring queue: Operation not permitted
# '
# expected: ''
# Failed test 'queue_declare -> = test.net.rabbitmq.perl'
# at t/008_queue_declare.t line 22.
# got: undef
# expected: 'test.net.rabbitmq.perl'
# Looks like you failed 4 tests of 8.
t/008_queue_declare.t ...............
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/8 subtests
Opening socket: No such file or directory
# Looks like your test exited with 110 just after 2.
t/009_no_route.t ....................
Dubious, test returned 110 (wstat 28160, 0x6e00)
Failed 8/10 subtests
# Failed test 'connect'
# at t/010_qos.t line 13.
# got: 'Opening socket: No such file or directory
# '
# expected: ''
# Failed test 'channel_open'
# at t/010_qos.t line 15.
# got: 'Opening channel: Operation not permitted
# '
# expected: ''
# Failed test 'qos error'
# at t/010_qos.t line 18.
# got: 'Basic QoS: Operation not permitted
# '
# expected: ''
# Failed test 'qos'
# at t/010_qos.t line 19.
# got: ''
# expected: undef
# Looks like you failed 4 tests of 6.
t/010_qos.t .........................
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/6 subtests
# Failed test 'connect'
# at t/011_hearbeat.t line 13.
# got: 'Opening socket: No such file or directory
# '
# expected: ''
# Failed test 'channel_open'
# at t/011_hearbeat.t line 15.
# got: 'Opening channel: Operation not permitted
# '
# expected: ''
# Sleeping for 5 seconds
# Sleeping for 1 seconds
# Looks like you failed 2 tests of 6.
t/011_hearbeat.t ....................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/6 subtests
t/012_timeout.t ..................... ok
# Failed test 'connect'
# at t/013_headers.t line 26.
# got: 'Opening socket: No such file or directory
# '
# expected: ''
# Failed test 'channel_open'
# at t/013_headers.t line 29.
# got: 'Opening channel: Operation not permitted
# '
# expected: ''
# Failed test 'queue_declare'
# at t/013_headers.t line 32.
# got: 'Declaring queue: Operation not permitted
# '
# expected: ''
# Failed test 'queue_bind'
# at t/013_headers.t line 35.
# got: 'Binding queue: Operation not permitted
# '
# expected: ''
# Failed test 'drain queue'
# at t/013_headers.t line 38.
# got: 'basic_get: Operation not permitted
# '
# expected: ''
# Failed test 'consume'
# at t/013_headers.t line 63.
# got: 'Consume queue: Operation not permitted
# '
# expected: ''
# Failed test 'recv'
# at t/013_headers.t line 67.
# got: 'Bad frame read. at t/013_headers.t line 66.
# '
# expected: ''
# Failed test 'Received body'
# at t/013_headers.t line 69.
# got: undef
# expected: 'Header Test'
# Failed test 'Props exist'
# at t/013_headers.t line 70.
# got: ''
# expected: '1'
# Failed test 'Headers exist'
# at t/013_headers.t line 71.
# got: ''
# expected: '1'
# Failed test 'Received headers'
# at t/013_headers.t line 72.
# Structures begin differing at:
# $got = undef
# $expected = HASH(0x5577c931af70)
# Failed test 'recv from blessed header values'
# at t/013_headers.t line 85.
# got: 'Bad frame read. at t/013_headers.t line 84.
# '
# expected: ''
# Failed test 'Received blessed headers'
# at t/013_headers.t line 87.
# Structures begin differing at:
# $got = undef
# $expected = HASH(0x5577c98529c8)
# Failed test 'recv from magic header values'
# at t/013_headers.t line 108.
# got: 'Bad frame read. at t/013_headers.t line 107.
# '
# expected: ''
# Failed test 'Received magic headers'
# at t/013_headers.t line 110.
# Structures begin differing at:
# $got = undef
# $expected = HASH(0x5577c9852ab8)
# Looks like you failed 15 tests of 20.
t/013_headers.t .....................
Dubious, test returned 15 (wstat 3840, 0xf00)
Failed 15/20 subtests
# Failed test 'connect'
# at t/014_bind_with_headers.t line 12.
# got: 'Opening socket: No such file or directory
# '
# expected: ''
# Failed test 'channel_open'
# at t/014_bind_with_headers.t line 15.
# got: 'Opening channel: Operation not permitted
# '
# expected: ''
# Failed test 'queue_declare'
# at t/014_bind_with_headers.t line 21.
# got: 'Declaring queue: Operation not permitted
# '
# expected: ''
# Using queue
# Failed test 'exchange_declare'
# at t/014_bind_with_headers.t line 27.
# got: 'Declaring exchange: Operation not permitted
# '
# expected: ''
# Failed test 'queue_bind'
# at t/014_bind_with_headers.t line 31.
# got: 'Binding queue: Operation not permitted
# '
# expected: ''
# Failed test 'consume'
# at t/014_bind_with_headers.t line 41.
# got: 'Consume queue: Operation not permitted
# '
# expected: ''
# Failed test 'recv'
# at t/014_bind_with_headers.t line 45.
# got: 'Bad frame read. at t/014_bind_with_headers.t line 44.
# '
# expected: ''
# Failed test 'Got expected message'
# at t/014_bind_with_headers.t line 46.
# got: undef
# expected: 'Routable'
# Failed test 'queue_unbind'
# at t/014_bind_with_headers.t line 55.
# got: 'Unbinding queue: Operation not permitted
# '
# expected: ''
# Looks like you failed 9 tests of 14.
t/014_bind_with_headers.t ...........
Dubious, test returned 9 (wstat 2304, 0x900)
Failed 9/14 subtests
(less 1 skipped subtest: 4 okay)
# Failed test 'connect'
# at t/015_declare_queue_with_headers.t line 12.
# got: 'Opening socket: No such file or directory
# '
# expected: ''
# Failed test 'channel_open'
# at t/015_declare_queue_with_headers.t line 15.
# got: 'Opening channel: Operation not permitted
# '
# expected: ''
# Failed test 'queue_declare'
# at t/015_declare_queue_with_headers.t line 21.
# got: 'Declaring queue: Operation not permitted
# '
# expected: ''
# Failed test 'Redeclaring queue without header arguments fails: Declaring queue: Operation not permitted
# '
# at t/015_declare_queue_with_headers.t line 24.
# 'Declaring queue: Operation not permitted
# '
# doesn't match '(?^:PRECONDITION_FAILED)'
# Looks like you failed 4 tests of 6.
t/015_declare_queue_with_headers.t ..
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/6 subtests
# Failed test 'connect'
# at t/016_reject.t line 13.
# got: 'Opening socket: No such file or directory
# '
# expected: ''
# Failed test 'channel_open'
# at t/016_reject.t line 15.
# got: 'Opening channel: Operation not permitted
# '
# expected: ''
# Failed test 'queue_declare'
# at t/016_reject.t line 17.
# got: 'Declaring queue: Operation not permitted
# '
# expected: ''
# Failed test 'queue_bind'
# at t/016_reject.t line 19.
# got: 'Binding queue: Operation not permitted
# '
# expected: ''
# Failed test 'purge'
# at t/016_reject.t line 21.
# got: 'Purging queue: Operation not permitted
# '
# expected: ''
# Failed test 'consuming'
# at t/016_reject.t line 25.
# got: 'Consume queue: Operation not permitted
# '
# expected: ''
# Failed test 'payload'
# at t/016_reject.t line 29.
# Structures begin differing at:
# $got->{consumer_tag} = Does not exist
# $expected->{consumer_tag} = 'ctag'
# Failed test 'disconnect'
# at t/016_reject.t line 39.
# got: 'Closing connection: Operation not permitted
# '
# expected: ''
# Failed test 'connect'
# at t/016_reject.t line 42.
# got: 'Opening socket: No such file or directory
# '
# expected: ''
# Failed test 'channel_open'
# at t/016_reject.t line 44.
# got: 'Opening channel: Operation not permitted
# '
# expected: ''
# Failed test 'consuming'
# at t/016_reject.t line 46.
# got: 'Consume queue: Operation not permitted
# '
# expected: ''
# Failed test 'payload'
# at t/016_reject.t line 51.
# Structures begin differing at:
# $got->{exchange} = Does not exist
# $expected->{exchange} = 'nr_test_x'
# Failed test 'rejecting'
# at t/016_reject.t line 61.
# got: 'bad tag at t/016_reject.t line 60.
# '
# expected: ''
# Looks like you failed 13 tests of 16.
t/016_reject.t ......................
Dubious, test returned 13 (wstat 3328, 0xd00)
Failed 13/16 subtests
Test Summary Report
-------------------
t/001_declare_exchange.t (Wstat: 768 Tests: 5 Failed: 3)
Failed tests: 3-5
Non-zero exit status: 3
t/002_publish.t (Wstat: 1280 Tests: 8 Failed: 5)
Failed tests: 3-7
Non-zero exit status: 5
t/003_consume.t (Wstat: 1280 Tests: 7 Failed: 5)
Failed tests: 3-7
Non-zero exit status: 5
t/004_selfconsume.t (Wstat: 2048 Tests: 11 Failed: 8)
Failed tests: 3-7, 9-11
Non-zero exit status: 8
t/005_noack.t (Wstat: 3328 Tests: 16 Failed: 13)
Failed tests: 3-7, 9-16
Non-zero exit status: 13
t/006_txn.t (Wstat: 2816 Tests: 13 Failed: 11)
Failed tests: 3-13
Non-zero exit status: 11
t/007_get.t (Wstat: 2560 Tests: 13 Failed: 10)
Failed tests: 3-8, 10-13
Non-zero exit status: 10
t/008_queue_declare.t (Wstat: 1024 Tests: 8 Failed: 4)
Failed tests: 3-6
Non-zero exit status: 4
t/009_no_route.t (Wstat: 28160 Tests: 2 Failed: 0)
Non-zero exit status: 110
Parse errors: Bad plan. You planned 10 tests but ran 2.
t/010_qos.t (Wstat: 1024 Tests: 6 Failed: 4)
Failed tests: 3-6
Non-zero exit status: 4
t/011_hearbeat.t (Wstat: 512 Tests: 6 Failed: 2)
Failed tests: 3-4
Non-zero exit status: 2
t/013_headers.t (Wstat: 3840 Tests: 20 Failed: 15)
Failed tests: 3-7, 9-14, 16-17, 19-20
Non-zero exit status: 15
t/014_bind_with_headers.t (Wstat: 2304 Tests: 14 Failed: 9)
Failed tests: 3-7, 10-12, 14
Non-zero exit status: 9
t/015_declare_queue_with_headers.t (Wstat: 1024 Tests: 6 Failed: 4)
Failed tests: 3-6
Non-zero exit status: 4
t/016_reject.t (Wstat: 3328 Tests: 16 Failed: 13)
Failed tests: 3-7, 9-16
Non-zero exit status: 13
Files=16, Tests=155, 107 wallclock secs ( 0.04 usr 0.00 sys + 0.38 cusr 0.02 csys = 0.44 CPU)
Result: FAIL
Failed 15/16 test programs. 106/155 subtests failed.
Makefile:1027: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 13
! Installing Net::RabbitMQ failed. See /home/ryan/.cpanm/work/1492966752.21751/build.log for details. Retry with --force to force install it.
! Installing the dependencies failed: Module 'Net::RabbitMQ' is not installed
! Bailing out the installation for Net-RabbitMQ-Channel-0.05.
FAIL
Command [cpanm --reinstall --verbose Net::RabbitMQ::Channel] terminated with exit code 1 ($? = 256) under the following perl environment:
Command terminated with non-zero status.
Current perl:
Name: perl-blead
Path: /home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl
Config: -de -Dprefix=/home/ryan/perl5/perlbrew/perls/perl-blead -Dusedevel -Aeval:scriptdir=/home/ryan/perl5/perlbrew/perls/perl-blead/bin
Compiled at: Mar 30 2017 03:10:09
perlbrew:
version: 0.78
ENV:
PERLBREW_ROOT: /home/ryan/perl5/perlbrew
PERLBREW_HOME: /home/ryan/.perlbrew
PERLBREW_PATH: /home/ryan/perl5/perlbrew/bin:/home/ryan/perl5/perlbrew/perls/perl-blead/bin
PERLBREW_MANPATH: /home/ryan/perl5/perlbrew/perls/perl-blead/man