Your message dated Tue, 24 May 2022 09:04:17 +0000
with message-id <e1ntqsf-000azp...@fasolo.debian.org>
and subject line Bug#952229: fixed in libkiokudb-backend-dbi-perl 1.23-3
has caused the Debian Bug report #952229,
regarding libkiokudb-backend-dbi-perl: FTBFS: dh_auto_test: error: make -j4
test TEST_VERBOSE=1 returned exit code 2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
952229: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952229
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libkiokudb-backend-dbi-perl
Version: 1.23-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness"
> "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib',
> 'blib/arch')" t/*.t
> t/00-compile.t .........
> 1..9
> ok 1 - DBIx/Class/KiokuDB.pm loaded ok
> ok 2 - DBIx/Class/KiokuDB/EntryProxy.pm loaded ok
> ok 3 - DBIx/Class/Schema/KiokuDB.pm loaded ok
> ok 4 - KiokuDB/Backend/DBI.pm loaded ok
> ok 5 - KiokuDB/Backend/DBI/Schema.pm loaded ok
> ok 6 - KiokuDB/TypeMap/Entry/DBIC/ResultSet.pm loaded ok
> ok 7 - KiokuDB/TypeMap/Entry/DBIC/ResultSource.pm loaded ok
> ok 8 - KiokuDB/TypeMap/Entry/DBIC/Row.pm loaded ok
> ok 9 - KiokuDB/TypeMap/Entry/DBIC/Schema.pm loaded ok
> ok
> t/autovivify_handle.t ..
> ok 1 - An object of class 'KiokuDB' isa 'KiokuDB'
> ok 2 - KiokuDB handle not weak when autovivified
> ok 3 - 'got autovived directory handle from schema' isa 'KiokuDB'
> ok 4 - create row in DB
> ok 5 - 'got DBIC row object back' isa 'MyApp::DB::Result::Gaplonk'
> ok 6 - row->name
> ok 7 - An object of class 'Patawee' isa 'Patawee'
> ok 8 - object attribute
> 1..8
> ok
> t/basic.t ..............
> ok 1 - ID
> ok 2 - class
> ok 3 - root entry
> ok 4 - data
> ok 5 - extracted column
> ok 6 - column data
> ok 7 # skip SQL::Translator >= 0.11005 is required
> ok 8 # skip SQL::Translator >= 0.11005 is required
> 1..8
> ok
> t/dbic.t ...............
> ok 1 - 'inflated from constructor' isa 'Foo'
> ok 2 - no live objects
> ok 3 - An object of class 'MyApp::DB::Result::Foo' isa
> 'MyApp::DB::Result::Foo'
> ok 4 - An object of class 'Foo' isa 'Foo'
> ok 5 - kiokudb ID
> ok 6 - An object of class 'MyApp::DB::Result::Foo' isa
> 'MyApp::DB::Result::Foo'
> ok 7 - An object of class 'Foo' isa 'Foo'
> ok 8 - kiokudb ID
> ok 9 - no live objects
> ok 10 - no live objects
> ok 11 - An object of class 'MyApp::DB::Result::Foo' isa
> 'MyApp::DB::Result::Foo'
> ok 12 - An object of class 'Foo' isa 'Foo'
> ok 13 - kiokudb ID
> ok 14 - 'weakened object with no other refs' isa 'Foo'
> ok 15 - can't update object without related KiokuDB objects being in storage
> ok 16 - store method works
> ok 17 - no live objects
> ok 18 - no live objects
> ok 19 - An object of class 'MyApp::DB::Result::Foo' isa 'DBIx::Class::Row'
> ok 20 - ID
> ok 21 - no live objects
> ok 22 - dbic row exists
> ok 23 - An object of class 'MyApp::DB::Result::Foo' isa 'DBIx::Class::Row'
> ok 24 - ID
> ok 25 - no live objects
> ok 26 - no live objects
> ok 27 - An object of class 'MyApp::DB::Result::Foo' isa 'DBIx::Class::Row'
> ok 28 - ID
> ok 29 - An object of class 'MyApp::DB::Result::Foo' isa 'DBIx::Class::Row'
> ok 30 - ID
> ok 31 - no live objects
> ok 32 - object to ID of row fetched using 'find'
> ok 33 - An object of class 'Foo' isa 'Foo'
> ok 34 - An object of class 'MyApp::DB::Result::Foo' isa 'DBIx::Class::Row'
> ok 35 - no live objects
> ok 36 - no live objects
> ok 37 - An object of class 'Foo' isa 'Foo'
> ok 38 - An object of class 'DBIx::Class::ResultSet' isa
> 'DBIx::Class::ResultSet'
> ok 39 - schema restored in resultset handle
> ok 40 - result set works
> ok 41 - no live objects
> ok 42 - no live objects
> ok 43 - An object of class 'Foo' isa 'Foo'
> ok 44 - An object of class 'MyApp::DB' isa 'DBIx::Class::Schema'
> ok 45 - schema restored
> ok 46 - no live objects
> 1..46
> ok
> Attempt to free unreferenced scalar: SV 0x564244b94950, Perl interpreter:
> 0x56423eedd2a0 at /usr/share/perl5/KiokuDB/Test/Fixture/Sets.pm line 150.
> Attempt to free unreferenced scalar: SV 0x56424582ce70, Perl interpreter:
> 0x56423eedd2a0 at /usr/share/perl5/KiokuDB/Test/Fixture/Sets.pm line 150.
>
> # Failed test 'transaction finished without errors'
> # at /usr/share/perl5/KiokuDB/Test/Fixture.pm line 336.
> # died: Can't call method "id" on unblessed reference at
> /usr/share/perl5/KiokuDB/Stream/Objects.pm line 73.
>
> # Failed test 'transaction finished without errors'
> # at /usr/share/perl5/KiokuDB/Test/Fixture.pm line 336.
> # died: Can't call method "id" on unblessed reference at
> /usr/share/perl5/KiokuDB/Stream/Objects.pm line 73.
>
> # Failed test 'lookup 1 objects'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/Overwrite.pm line 85.
> # died: Can't call method "isa" on unblessed reference at
> /usr/share/perl5/KiokuDB/LiveObjects.pm line 423.
>
> # Failed test 'all lookups succeeded'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/Overwrite.pm line 85.
> # got: '0'
> # expected: '1'
>
> # Failed test 'The class (or class-like) '0' isa 'KiokuDB::Test::Person''
> # at /usr/share/perl5/KiokuDB/Test/Fixture/Overwrite.pm line 87.
> # The class (or class-like) '0' isn't a 'KiokuDB::Test::Person'
>
> # Failed test 'no error in fixture'
> # at /usr/share/perl5/KiokuDB/Test.pm line 38.
> # died: Can't locate object method "name" via package "0" (perhaps you forgot
> to load "0"?) at /usr/share/perl5/KiokuDB/Test/Fixture/Overwrite.pm line 89.
>
> # Failed test 'lookup 1 objects'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/Refresh.pm line 54.
> # died: Can't call method "isa" on unblessed reference at
> /usr/share/perl5/KiokuDB/LiveObjects.pm line 423.
>
> # Failed test 'all lookups succeeded'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/Refresh.pm line 54.
> # got: '0'
> # expected: '1'
>
> # Failed test 'The class (or class-like) '0' isa 'KiokuDB::Test::Person''
> # at /usr/share/perl5/KiokuDB/Test/Fixture/Refresh.pm line 56.
> # The class (or class-like) '0' isn't a 'KiokuDB::Test::Person'
>
> # Failed test 'transaction finished without errors'
> # at /usr/share/perl5/KiokuDB/Test/Fixture.pm line 336.
> # died: Can't locate object method "name" via package "0" (perhaps you forgot
> to load "0"?) at /usr/share/perl5/KiokuDB/Test/Fixture/Refresh.pm line 58.
>
> # Failed test 'lookup 2 objects'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/Small.pm line 84.
> # died: Can't call method "id" on unblessed reference at
> /usr/share/perl5/KiokuDB/Linker.pm line 311.
>
> # Failed test 'all lookups succeeded'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/Small.pm line 84.
> # got: '0'
> # expected: '2'
>
> # Failed test 'undef isa 'KiokuDB::Test::Person''
> # at /usr/share/perl5/KiokuDB/Test/Fixture/Small.pm line 86.
> # undef isn't defined
>
> # Failed test 'undef isa 'KiokuDB::Test::Employee''
> # at /usr/share/perl5/KiokuDB/Test/Fixture/Small.pm line 87.
> # undef isn't defined
>
> # Failed test 'undef isa 'KiokuDB::Test::Person''
> # at /usr/share/perl5/KiokuDB/Test/Fixture/Small.pm line 89.
> # undef isn't defined
> Use of uninitialized value $obj in hash element at
> /usr/share/perl5/KiokuDB/LiveObjects.pm line 298.
>
> # Failed test 'transaction finished without errors'
> # at /usr/share/perl5/KiokuDB/Test/Fixture.pm line 336.
> # died: Can't call method "has_object" on an undefined value at
> /usr/share/perl5/KiokuDB/Test/Fixture/Small.pm line 93.
>
> # Failed test 'lookup 1 objects'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/RootSet.pm line 33.
> # died: Can't call method "isa" on unblessed reference at
> /usr/share/perl5/KiokuDB/LiveObjects.pm line 423.
>
> # Failed test 'all lookups succeeded'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/RootSet.pm line 33.
> # got: '0'
> # expected: '1'
>
> # Failed test 'The class (or class-like) '0' isa 'KiokuDB::Test::Person''
> # at /usr/share/perl5/KiokuDB/Test/Fixture/RootSet.pm line 35.
> # The class (or class-like) '0' isn't a 'KiokuDB::Test::Person'
> Use of uninitialized value in join or string at
> /usr/share/perl5/KiokuDB/Test/Fixture.pm line 237.
>
> # Failed test '[] are in the root set'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/RootSet.pm line 37.
> # got: '0'
> # expected: '1'
>
> # Failed test 'transaction finished without errors'
> # at /usr/share/perl5/KiokuDB/Test/Fixture.pm line 336.
> # died: Can't locate object method "kids" via package "0" (perhaps you forgot
> to load "0"?) at /usr/share/perl5/KiokuDB/Test/Fixture/RootSet.pm line 38.
>
> # Failed test 'lookup 1 objects'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/RootSet.pm line 44.
> # died: Can't call method "isa" on unblessed reference at
> /usr/share/perl5/KiokuDB/LiveObjects.pm line 423.
>
> # Failed test 'all lookups succeeded'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/RootSet.pm line 44.
> # got: '0'
> # expected: '1'
> Use of uninitialized value in join or string at
> /usr/share/perl5/KiokuDB/Test/Fixture.pm line 237.
>
> # Failed test '[] are in the root set'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/RootSet.pm line 46.
> # got: '0'
> # expected: '1'
>
> # Failed test 'transaction finished without errors'
> # at /usr/share/perl5/KiokuDB/Test/Fixture.pm line 336.
> # died: Can't locate object method "kids" via package "0" (perhaps you forgot
> to load "0"?) at /usr/share/perl5/KiokuDB/Test/Fixture/RootSet.pm line 47.
>
> # Failed test 'lookup 1 objects'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/RootSet.pm line 60.
> # died: Can't call method "isa" on unblessed reference at
> /usr/share/perl5/KiokuDB/LiveObjects.pm line 423.
>
> # Failed test 'all lookups succeeded'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/RootSet.pm line 60.
> # got: '0'
> # expected: '1'
> Use of uninitialized value in join or string at
> /usr/share/perl5/KiokuDB/Test/Fixture.pm line 237.
>
> # Failed test '[] are in the root set'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/RootSet.pm line 62.
> # got: '0'
> # expected: '1'
>
> # Failed test 'transaction finished without errors'
> # at /usr/share/perl5/KiokuDB/Test/Fixture.pm line 336.
> # died: Can't locate object method "kids" via package "0" (perhaps you forgot
> to load "0"?) at /usr/share/perl5/KiokuDB/Test/Fixture/RootSet.pm line 63.
>
> # Failed test 'lookup 1 objects'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/RootSet.pm line 77.
> # died: Can't call method "isa" on unblessed reference at
> /usr/share/perl5/KiokuDB/LiveObjects.pm line 423.
>
> # Failed test 'all lookups succeeded'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/RootSet.pm line 77.
> # got: '0'
> # expected: '1'
>
> # Failed test 'transaction finished without errors'
> # at /usr/share/perl5/KiokuDB/Test/Fixture.pm line 336.
> # died: Can't locate object method "kids" via package "0" (perhaps you forgot
> to load "0"?) at /usr/share/perl5/KiokuDB/Test/Fixture/RootSet.pm line 79.
>
> # Failed test 'lookup 1 objects'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/RootSet.pm line 90.
> # died: Can't call method "isa" on unblessed reference at
> /usr/share/perl5/KiokuDB/LiveObjects.pm line 423.
>
> # Failed test 'all lookups succeeded'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/RootSet.pm line 90.
> # got: '0'
> # expected: '1'
>
> # Failed test 'transaction finished without errors'
> # at /usr/share/perl5/KiokuDB/Test/Fixture.pm line 336.
> # died: Can't locate object method "kids" via package "0" (perhaps you forgot
> to load "0"?) at /usr/share/perl5/KiokuDB/Test/Fixture/RootSet.pm line 92.
>
> # Failed test 'lookup 1 objects'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/RootSet.pm line 105.
> # died: Can't call method "isa" on unblessed reference at
> /usr/share/perl5/KiokuDB/LiveObjects.pm line 423.
>
> # Failed test 'all lookups succeeded'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/RootSet.pm line 105.
> # got: '0'
> # expected: '1'
> Use of uninitialized value in join or string at
> /usr/share/perl5/KiokuDB/Test/Fixture.pm line 237.
>
> # Failed test '[] are in the root set'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/RootSet.pm line 107.
> # got: '0'
> # expected: '1'
>
> # Failed test 'transaction finished without errors'
> # at /usr/share/perl5/KiokuDB/Test/Fixture.pm line 336.
> # died: Can't locate object method "kids" via package "0" (perhaps you forgot
> to load "0"?) at /usr/share/perl5/KiokuDB/Test/Fixture/RootSet.pm line 108.
>
> # Failed test 'lookup 2 objects'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/Clear.pm line 34.
> # died: Can't call method "id" on unblessed reference at
> /usr/share/perl5/KiokuDB/Linker.pm line 311.
>
> # Failed test 'all lookups succeeded'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/Clear.pm line 34.
> # got: '0'
> # expected: '2'
>
> # Failed test 'lookup 1 objects'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/CAS.pm line 55.
> # died: Can't call method "isa" on unblessed reference at
> /usr/share/perl5/KiokuDB/LiveObjects.pm line 423.
>
> # Failed test 'all lookups succeeded'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/CAS.pm line 55.
> # got: '0'
> # expected: '1'
>
> # Failed test 'transaction finished without errors'
> # at /usr/share/perl5/KiokuDB/Test/Fixture.pm line 336.
> # died: Can't locate object method "digest" via package "0" (perhaps you
> forgot to load "0"?) at /usr/share/perl5/KiokuDB/Test/Fixture/CAS.pm line 57.
>
> # Failed test 'lookup 1 objects'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/CAS.pm line 79.
> # died: Can't call method "isa" on unblessed reference at
> /usr/share/perl5/KiokuDB/LiveObjects.pm line 423.
>
> # Failed test 'all lookups succeeded'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/CAS.pm line 79.
> # got: '0'
> # expected: '1'
>
> # Failed test 'transaction finished without errors'
> # at /usr/share/perl5/KiokuDB/Test/Fixture.pm line 336.
> # died: Can't locate object method "clone" via package "0" (perhaps you
> forgot to load "0"?) at /usr/share/perl5/KiokuDB/Test/Fixture/CAS.pm line 81.
>
> # Failed test 'lookup 1 objects'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/CAS.pm line 91.
> # died: Can't call method "isa" on unblessed reference at
> /usr/share/perl5/KiokuDB/LiveObjects.pm line 423.
>
> # Failed test 'all lookups succeeded'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/CAS.pm line 91.
> # got: '0'
> # expected: '1'
>
> # Failed test 'transaction finished without errors'
> # at /usr/share/perl5/KiokuDB/Test/Fixture.pm line 336.
> # died: Can't locate object method "clone" via package "0" (perhaps you
> forgot to load "0"?) at /usr/share/perl5/KiokuDB/Test/Fixture/CAS.pm line 93.
>
> # Failed test 'transaction finished without errors'
> # at /usr/share/perl5/KiokuDB/Test/Fixture.pm line 336.
> # died: Can't call method "id" on unblessed reference at
> /usr/share/perl5/KiokuDB/Stream/Objects.pm line 73.
>
> # Failed test 'transaction finished without errors'
> # at /usr/share/perl5/KiokuDB/Test/Fixture.pm line 336.
> # died: Can't call method "id" on unblessed reference at
> /usr/share/perl5/KiokuDB/Linker.pm line 322.
>
> # Failed test 'transaction finished without errors'
> # at /usr/share/perl5/KiokuDB/Test/Fixture.pm line 336.
> # died: Can't call method "id" on unblessed reference at
> /usr/share/perl5/KiokuDB/Linker.pm line 322.
>
> # Failed test 'lookup 3 objects'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/Sets.pm line 32.
> # died: Can't call method "id" on unblessed reference at
> /usr/share/perl5/KiokuDB/Linker.pm line 311.
>
> # Failed test 'all lookups succeeded'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/Sets.pm line 32.
> # got: '0'
> # expected: '3'
>
> # Failed test 'no error in fixture'
> # at /usr/share/perl5/KiokuDB/Test.pm line 38.
> # died: Can't insert non reference into a KiokuDB::Set at
> /usr/share/perl5/KiokuDB/Test/Fixture/Sets.pm line 38.
>
> # Failed test 'no error in fixture'
> # at /usr/share/perl5/KiokuDB/Test.pm line 38.
> # died: Can't call method "id" on unblessed reference at
> /usr/share/perl5/KiokuDB/Stream/Objects.pm line 73.
>
> # Failed test 'lookup 1 objects'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/TypeMap/Default.pm line 162.
> # died: Can't call method "isa" on unblessed reference at
> /usr/share/perl5/KiokuDB/LiveObjects.pm line 423.
>
> # Failed test 'all lookups succeeded'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/TypeMap/Default.pm line 162.
> # got: '0'
> # expected: '1'
>
> # Failed test 'reftype for scalar'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/TypeMap/Default.pm line 164.
> # got: ''
> # expected: 'SCALAR'
>
> # Failed test 'no error in fixture'
> # at /usr/share/perl5/KiokuDB/Test.pm line 38.
> # died: Can't use string ("0") as a SCALAR ref while "strict refs" in use at
> /usr/share/perl5/KiokuDB/Test/Fixture/TypeMap/Default.pm line 166.
>
> # Failed test 'lookup 1 objects'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/Unicode.pm line 38.
> # died: Can't call method "isa" on unblessed reference at
> /usr/share/perl5/KiokuDB/LiveObjects.pm line 423.
>
> # Failed test 'all lookups succeeded'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/Unicode.pm line 38.
> # got: '0'
> # expected: '1'
>
> # Failed test 'The class (or class-like) '0' isa 'KiokuDB::Test::Person''
> # at /usr/share/perl5/KiokuDB/Test/Fixture/Unicode.pm line 40.
> # The class (or class-like) '0' isn't a 'KiokuDB::Test::Person'
>
> # Failed test 'transaction finished without errors'
> # at /usr/share/perl5/KiokuDB/Test/Fixture.pm line 336.
> # died: Can't locate object method "name" via package "0" (perhaps you forgot
> to load "0"?) at /usr/share/perl5/KiokuDB/Test/Fixture/Unicode.pm line 42.
>
> # Failed test 'lookup 1024 objects'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/MassInsert.pm line 49.
> # died: Can't call method "id" on unblessed reference at
> /usr/share/perl5/KiokuDB/Linker.pm line 311.
>
> # Failed test 'all lookups succeeded'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/MassInsert.pm line 49.
> # got: '0'
> # expected: '1024'
>
> # Failed test 'transaction finished without errors'
> # at /usr/share/perl5/KiokuDB/Test/Fixture.pm line 336.
> # died: Can't call method "isa" on unblessed reference at
> /usr/share/perl5/KiokuDB/LiveObjects.pm line 423.
>
> # Failed test 'transaction finished without errors'
> # at /usr/share/perl5/KiokuDB/Test/Fixture.pm line 336.
> # died: Can't call method "isa" on unblessed reference at
> /usr/share/perl5/KiokuDB/LiveObjects.pm line 423.
>
> # Failed test 'transaction finished without errors'
> # at /usr/share/perl5/KiokuDB/Test/Fixture.pm line 336.
> # died: Can't call method "isa" on unblessed reference at
> /usr/share/perl5/KiokuDB/LiveObjects.pm line 423.
>
> # Failed test 'transaction finished without errors'
> # at /usr/share/perl5/KiokuDB/Test/Fixture.pm line 336.
> # died: Can't call method "isa" on unblessed reference at
> /usr/share/perl5/KiokuDB/LiveObjects.pm line 423.
>
> # Failed test 'transaction finished without errors'
> # at /usr/share/perl5/KiokuDB/Test/Fixture.pm line 336.
> # died: Can't call method "isa" on unblessed reference at
> /usr/share/perl5/KiokuDB/LiveObjects.pm line 423.
>
> # Failed test 'transaction finished without errors'
> # at /usr/share/perl5/KiokuDB/Test/Fixture.pm line 336.
> # died: Can't call method "isa" on unblessed reference at
> /usr/share/perl5/KiokuDB/LiveObjects.pm line 423.
>
> # Failed test 'c46f7b3c-55e6-11ea-93ea-06216363030a do not exist in DB'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/ObjectGraph.pm line 256.
> # got: '0'
> # expected: '1'
>
> # Failed test 'lookup 1 objects'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/TXN.pm line 36.
> # died: Can't call method "isa" on unblessed reference at
> /usr/share/perl5/KiokuDB/LiveObjects.pm line 423.
>
> # Failed test 'all lookups succeeded'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/TXN.pm line 36.
> # got: '0'
> # expected: '1'
>
> # Failed test 'no error in fixture'
> # at /usr/share/perl5/KiokuDB/Test.pm line 38.
> # died: Can't locate object method "name" via package "0" (perhaps you forgot
> to load "0"?) at /usr/share/perl5/KiokuDB/Test/Fixture/TXN.pm line 38.
>
> # Failed test 'transaction finished without errors'
> # at /usr/share/perl5/KiokuDB/Test/Fixture.pm line 336.
> # died: Can't call method "id" on unblessed reference at
> /usr/share/perl5/KiokuDB/Stream/Objects.pm line 73.
>
> # Failed test 'threw Regexp ((?^:rollback))'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/TXN/Scan.pm line 81.
> # expecting: Regexp ((?^:rollback))
> # found: Can't call method "id" on unblessed reference at
> /usr/share/perl5/KiokuDB/Stream/Objects.pm line 73.
>
> # Failed test 'transaction finished without errors'
> # at /usr/share/perl5/KiokuDB/Test/Fixture.pm line 336.
> # died: Can't call method "id" on unblessed reference at
> /usr/share/perl5/KiokuDB/Stream/Objects.pm line 73.
>
> # Failed test 'transaction finished without errors'
> # at /usr/share/perl5/KiokuDB/Test/Fixture.pm line 336.
> # died: Can't call method "id" on unblessed reference at
> /usr/share/perl5/KiokuDB/Stream/Objects.pm line 73.
>
> # Failed test 'got an ID for foo'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/TXN/Scan.pm line 109.
> Use of uninitialized value $thing in delete at
> /usr/share/perl5/KiokuDB/LiveObjects.pm line 518.
>
> # Failed test 'threw Regexp ((?^:rollback))'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/TXN/Scan.pm line 161.
> # expecting: Regexp ((?^:rollback))
> # found: Can't call method "id" on unblessed reference at
> /usr/share/perl5/KiokuDB/Stream/Objects.pm line 73.
>
> # Failed test 'transaction finished without errors'
> # at /usr/share/perl5/KiokuDB/Test/Fixture.pm line 336.
> # died: Can't call method "id" on unblessed reference at
> /usr/share/perl5/KiokuDB/Stream/Objects.pm line 73.
>
> # Failed test 'transaction finished without errors'
> # at /usr/share/perl5/KiokuDB/Test/Fixture.pm line 336.
> # died: Can't call method "id" on unblessed reference at
> /usr/share/perl5/KiokuDB/Stream/Objects.pm line 73.
>
> # Failed test 'rolled back'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/TXN/Scan.pm line 237.
> # expecting: Regexp ((?^:rollback))
> # found: Can't call method "id" on unblessed reference at
> /usr/share/perl5/KiokuDB/Stream/Objects.pm line 73.
>
> # Failed test 'transaction finished without errors'
> # at /usr/share/perl5/KiokuDB/Test/Fixture.pm line 336.
> # died: Can't call method "id" on unblessed reference at
> /usr/share/perl5/KiokuDB/Stream/Objects.pm line 73.
> # Leaving tables in dbi:SQLite:dbname=t/tmp/db due to test failures
> # Leaving temporary directory 't/tmp' due to test fails
> # Looks like you failed 87 tests of 1562.
> t/fixtures.t ...........
> ok 1 - no live objects at start of GIN::Class fixture
> ok 2 - no live entries at start of GIN::Class fixture
> ok 3 - An object of class 'KiokuDB::Test::Employee' isa
> 'KiokuDB::Test::Person'
> ok 4 - An object of class 'KiokuDB::Test::Employee' isa
> 'KiokuDB::Test::Employee'
> ok 5 - An object of class 'KiokuDB::Test::Person' isa 'KiokuDB::Test::Person'
> ok 6 - stored 2 objects
> ok 7 - correct live objects
> ok 8 - no live objects
> ok 9 - The object does Data::Stream::Bulk
> ok 10 - The object does Data::Stream::Bulk
> ok 11 - lookup 1 objects
> ok 12 - all lookups succeeded
> ok 13 - employees
> ok 14 - lookup 1 objects
> ok 15 - all lookups succeeded
> ok 16 - set of all people
> ok 17 - transaction finished without errors
> ok 18 - no live objects
> ok 19 - no live entries
> ok 20 - loaded first object
> ok 21 - loaded second object
> ok 22 - loaded third object
> ok 23 - interrelated objects loaded in one graph
> ok 24 - transaction finished without errors
> ok 25 - no live objects
> ok 26 - no live entries
> ok 27 - no error in fixture
> ok 28 - no live objects at end of GIN::Class fixture
> ok 29 - no live entries at end of GIN::Class fixture
> ok 30 - no live objects at start of Overwrite fixture
> ok 31 - no live entries at start of Overwrite fixture
> ok 32 - An object of class 'KiokuDB::Test::Person' isa 'KiokuDB::Test::Person'
> ok 33 - An object of class 'KiokuDB::Test::BLOB' isa 'KiokuDB::Test::BLOB'
> ok 34 - stored 2 objects
> ok 35 - correct live objects
> ok 36 - no live objects
> ok 37 - lookup 1 objects
> ok 38 - all lookups succeeded
> ok 39 - An object of class 'KiokuDB::Test::Person' isa 'KiokuDB::Test::Person'
> ok 40 - name attr
> ok 41 - update
> ok 42 - no live objects
> ok 43 - no live entries
> ok 44 - lookup 1 objects
> ok 45 - all lookups succeeded
> ok 46 - An object of class 'KiokuDB::Test::BLOB' isa 'KiokuDB::Test::BLOB'
> ok 47 - data attr
> ok 48 - update (noop)
> ok 49 - entry refaddr unchanged
> ok 50 - no live objects
> ok 51 - no live entries
> ok 52 - can't insert duplicate
> ok 53 - no live objects
> ok 54 - no live entries
> ok 55 - not an error to insert a duplicate of a content addressed object
> ok 56 - no live objects
> ok 57 - no live entries
> ok 58 - lookup 1 objects
> ok 59 - all lookups succeeded
> ok 60 - not an error to insert a duplicate of a live content addressed object
> ok 61 - no live objects
> ok 62 - no live entries
> ok 63 - no error in fixture
> ok 64 - no live objects at end of Overwrite fixture
> ok 65 - no live entries at end of Overwrite fixture
> ok 66 - no live objects at start of Refresh fixture
> ok 67 - no live entries at start of Refresh fixture
> ok 68 - An object of class 'KiokuDB::Test::Person' isa 'KiokuDB::Test::Person'
> ok 69 - stored 1 objects
> ok 70 - correct live objects
> ok 71 - no live objects
> ok 72 - lookup 1 objects
> ok 73 - all lookups succeeded
> ok 74 - An object of class 'KiokuDB::Test::Person' isa 'KiokuDB::Test::Person'
> ok 75 - name
> ok 76 - An object of class 'KiokuDB::Entry' isa 'KiokuDB::Entry'
> ok 77 - age attr
> ok 78 - age attr not updated even though it was written
> ok 79 - no error in refresh
> ok 80 - age updated
> ok 81 - transaction finished without errors
> ok 82 - no error in fixture
> ok 83 - no live objects at end of Refresh fixture
> ok 84 - no live entries at end of Refresh fixture
> ok 85 - no live objects at start of Small fixture
> ok 86 - no live entries at start of Small fixture
> ok 87 - An object of class 'KiokuDB::Test::Employee' isa
> 'KiokuDB::Test::Person'
> ok 88 - An object of class 'KiokuDB::Test::Employee' isa
> 'KiokuDB::Test::Employee'
> ok 89 - An object of class 'KiokuDB::Test::Person' isa 'KiokuDB::Test::Person'
> ok 90 - stored 2 objects
> ok 91 - correct live objects
> ok 92 - no live objects
> ok 93 - lookup 2 objects
> ok 94 - all lookups succeeded
> ok 95 - An object of class 'KiokuDB::Test::Employee' isa
> 'KiokuDB::Test::Person'
> ok 96 - An object of class 'KiokuDB::Test::Employee' isa
> 'KiokuDB::Test::Employee'
> ok 97 - An object of class 'KiokuDB::Test::Person' isa 'KiokuDB::Test::Person'
> ok 98 - entry is associated with object
> ok 99 - the right object
> ok 100 - name
> ok 101 - parents
> ok 102 - array ref
> ok 103 - one parent
> ok 104 - An object of class 'KiokuDB::Test::Person' isa
> 'KiokuDB::Test::Person'
> ok 105 - parent name
> ok 106 - company
> ok 107 - An object of class 'KiokuDB::Test::Company' isa
> 'KiokuDB::Test::Company'
> ok 108 - name
> ok 109 - lookup of nonexistent ID is nonfatal
> ok 110 - transaction finished without errors
> ok 111 - no error in fixture
> ok 112 - no live objects at end of Small fixture
> ok 113 - no live entries at end of Small fixture
> ok 114 - no live objects at start of RootSet fixture
> ok 115 - no live entries at start of RootSet fixture
> ok 116 - stored 1 objects
> ok 117 - no live objects
> ok 118 - lookup 1 objects
> ok 119 - all lookups succeeded
> ok 120 - An object of class 'KiokuDB::Test::Person' isa
> 'KiokuDB::Test::Person'
> ok 121 - [root_person] are in the root set
> ok 122 - [c32341aa-55e6-11ea-93ea-06216363030a] aren't in the root set
> ok 123 - transaction finished without errors
> ok 124 - no live objects
> ok 125 - no live entries
> ok 126 - lookup 1 objects
> ok 127 - all lookups succeeded
> ok 128 - [root_person] are in the root set
> ok 129 - [c32341aa-55e6-11ea-93ea-06216363030a] aren't in the root set
> ok 130 - updated 1 objects
> ok 131 - [root_person] are in the root set
> ok 132 - [c32341aa-55e6-11ea-93ea-06216363030a] aren't in the root set
> ok 133 - transaction finished without errors
> ok 134 - no live objects
> ok 135 - no live entries
> ok 136 - lookup 1 objects
> ok 137 - all lookups succeeded
> ok 138 - [root_person] are in the root set
> ok 139 - [c32341aa-55e6-11ea-93ea-06216363030a] aren't in the root set
> ok 140 - [root_person c32341aa-55e6-11ea-93ea-06216363030a] aren't in the
> root set
> ok 141 - updated 1 objects
> ok 142 - [root_person c32341aa-55e6-11ea-93ea-06216363030a] aren't in the
> root set
> ok 143 - transaction finished without errors
> ok 144 - no live objects
> ok 145 - no live entries
> ok 146 - lookup 1 objects
> ok 147 - all lookups succeeded
> ok 148 - [root_person c32341aa-55e6-11ea-93ea-06216363030a] aren't in the
> root set
> ok 149 - [root_person] are in the root set
> ok 150 - [c32341aa-55e6-11ea-93ea-06216363030a] aren't in the root set
> ok 151 - transaction finished without errors
> ok 152 - no live objects
> ok 153 - no live entries
> ok 154 - lookup 1 objects
> ok 155 - all lookups succeeded
> ok 156 - [root_person c32341aa-55e6-11ea-93ea-06216363030a] aren't in the
> root set
> ok 157 - [root_person] are in the root set
> ok 158 - [c32341aa-55e6-11ea-93ea-06216363030a] aren't in the root set
> ok 159 - updated 1 objects
> ok 160 - transaction finished without errors
> ok 161 - no live objects
> ok 162 - no live entries
> ok 163 - lookup 1 objects
> ok 164 - all lookups succeeded
> ok 165 - [root_person] are in the root set
> ok 166 - [c32341aa-55e6-11ea-93ea-06216363030a] aren't in the root set
> ok 167 - transaction finished without errors
> ok 168 - no error in fixture
> ok 169 - no live objects at end of RootSet fixture
> ok 170 - no live entries at end of RootSet fixture
> ok 171 - no live objects at start of Clear fixture
> ok 172 - no live entries at start of Clear fixture
> ok 173 - stored 2 objects
> ok 174 - no live objects
> ok 175 - lookup 2 objects
> ok 176 - all lookups succeeded
> ok 177 - transaction finished without errors
> ok 178 - transaction finished without errors
> ok 179 - c326976a-55e6-11ea-93ea-06216363030a
> c326a3e0-55e6-11ea-93ea-06216363030a do not exist in DB
> ok 180 - transaction finished without errors
> ok 181 - no error in fixture
> ok 182 - no live objects at end of Clear fixture
> ok 183 - no live entries at end of Clear fixture
> ok 184 # skip Binary fixture (Backend does not implement required roles
> (BinarySafe))
> ok 185 - no live objects at start of CAS fixture
> ok 186 - no live entries at start of CAS fixture
> ok 187 - stored 1 objects
> ok 188 - no live objects
> ok 189 - no live objects
> ok 190 - no live entries
> ok 191 - lookup 1 objects
> ok 192 - all lookups succeeded
> ok 193 - id is object digest
> ok 194 - field retained
> ok 195 - transaction finished without errors
> ok 196 - no live objects
> ok 197 - no live entries
> ok 198 - inserted 1 objects
> ok 199 - transaction finished without errors
> ok 200 - no live objects
> ok 201 - no live entries
> ok 202 - lookup 1 objects
> ok 203 - all lookups succeeded
> ok 204 - inserted 1 objects
> not ok 205 - idempotent add when instance already live # TODO ID not yet
> returned
> # Failed (TODO) test 'idempotent add when instance already live'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/CAS.pm line 84.
> # got: undef
> # expected: 'c10c2d564404fb39e7ca305a1803a9f9a4c60361'
> ok 206 - transaction finished without errors
> ok 207 - no live objects
> ok 208 - no live entries
> ok 209 - lookup 1 objects
> ok 210 - all lookups succeeded
> ok 211 - inserted 1 objects
> ok 212 - got a new ID
> ok 213 - idempotent add when instance already live
> ok 214 - transaction finished without errors
> ok 215 - no live objects
> ok 216 - no live entries
> ok 217 - no error in fixture
> ok 218 - no live objects at end of CAS fixture
> ok 219 - no live entries at end of CAS fixture
> ok 220 # skip Set KIOKUDB_STRESS_TEST to run this fixture
> ok 221 - no live objects at start of Scan fixture
> ok 222 - no live entries at start of Scan fixture
> ok 223 - stored 3 objects
> ok 224 - no live objects
> ok 225 - The object does Data::Stream::Bulk
> ok 226 - root set
> ok 227 - root set IDs
> ok 228 - transaction finished without errors
> ok 229 - The object does Data::Stream::Bulk
> ok 230 - nonroot entries
> ok 231 - nonroot IDs
> ok 232 - transaction finished without errors
> ok 233 - The object does Data::Stream::Bulk
> ok 234 - all entries
> ok 235 - all IDs
> ok 236 - transaction finished without errors
> ok 237 - no error in fixture
> ok 238 - no live objects at end of Scan fixture
> ok 239 - no live entries at end of Scan fixture
> ok 240 - no live objects at start of Sets fixture
> ok 241 - no live entries at start of Sets fixture
> ok 242 - stored 3 objects
> ok 243 - no live objects
> ok 244 - lookup 3 objects
> ok 245 - all lookups succeeded
> ok 246 - no members
> ok 247 - set members
> ok 248 - set is loaded
> ok 249 - inserting ID of live object already in set did not affect set size
> ok 250 - set still loaded
> ok 251 - inserting ID of live object
> ok 252 - set still loaded
> ok 253 - members
> ok 254 - removed element
> ok 255 - KiokuDB::Set::Transient->can('union')
> ok 256 - 'union' isa 'KiokuDB::Set::Transient'
> ok 257 - members
> ok 258 - 'union' isa 'KiokuDB::Set::Transient'
> ok 259 - members
> ok 260 - set not loaded
> ok 261 - lookup 1 objects
> ok 262 - all lookups succeeded
> ok 263 - set vivified
> ok 264 - now marked as loaded
> ok 265 - lookup 3 objects
> ok 266 - all lookups succeeded
> ok 267 - 'union' isa 'KiokuDB::Set::Loaded'
> ok 268 - members
> ok 269 - 'union' isa 'KiokuDB::Set::Loaded'
> ok 270 - members
> ok 271 - set size is 0
> ok 272 - no members
> ok 273 - calling members on empty set does not load it
> ok 274 - lookup 3 objects
> ok 275 - all lookups succeeded
> ok 276 - set not loaded by insertion of live objects
> ok 277 - lookup 1 objects
> ok 278 - all lookups succeeded
> ok 279 - removed element
> ok 280 - set not loaded
> ok 281 - An object of class 'KiokuDB::Set::Deferred' isa
> 'KiokuDB::Set::Deferred'
> ok 282 - union is deferred
> ok 283 - lookup 2 objects
> ok 284 - all lookups succeeded
> ok 285 - members
> ok 286 - now it is loaded
> ok 287 - lookup 3 objects
> ok 288 - all lookups succeeded
> ok 289 - union
> ok 290 - no live objects
> ok 291 - no live entries
> ok 292 - no members
> ok 293 - set not loaded
> ok 294 - cleared
> ok 295 - cleared set is loaded
> ok 296 - no live objects
> ok 297 - no live entries
> ok 298 - lookup 3 objects
> ok 299 - all lookups succeeded
> ok 300 - stored 1 objects
> ok 301 - no live objects
> ok 302 - no live entries
> ok 303 - lookup 1 objects
> ok 304 - all lookups succeeded
> ok 305 - 'deferred set' isa 'KiokuDB::Set::Deferred'
> ok 306 - set size
> ok 307 - lookup 1 objects
> ok 308 - all lookups succeeded
> ok 309 - members
> ok 310 - loaded set
> ok 311 - no live objects
> ok 312 - no live entries
> ok 313 - lookup 1 objects
> ok 314 - all lookups succeeded
> ok 315 - 'deferred set' isa 'KiokuDB::Set::Deferred'
> ok 316 - set size
> ok 317 - lookup 1 objects
> ok 318 - all lookups succeeded
> ok 319 - set size is 2
> ok 320 - set not loaded
> ok 321 - stored 1 objects
> ok 322 - set not loaded by ->store
> ok 323 - no live objects
> ok 324 - no live entries
> ok 325 - lookup 1 objects
> ok 326 - all lookups succeeded
> ok 327 - 'deferred set' isa 'KiokuDB::Set::Deferred'
> ok 328 - set size
> ok 329 - lookup 2 objects
> ok 330 - all lookups succeeded
> ok 331 - members
> ok 332 - loaded set
> ok 333 - no live objects
> ok 334 - no live entries
> ok 335 - no error in fixture
> ok 336 - no live objects at end of Sets fixture
> ok 337 - no live entries at end of Sets fixture
> ok 338 - no live objects at start of SimpleSearch fixture
> ok 339 - no live entries at start of SimpleSearch fixture
> ok 340 - stored 3 objects
> ok 341 - no live objects
> ok 342 - The object does Data::Stream::Bulk
> ok 343 - one object
> ok 344 - name attr
> ok 345 - no live objects
> ok 346 - no live entries
> ok 347 - The object does Data::Stream::Bulk
> ok 348 - two objects
> ok 349 - name attr
> ok 350 - name attr
> ok 351 - no error in fixture
> ok 352 - no live objects at end of SimpleSearch fixture
> ok 353 - no live entries at end of SimpleSearch fixture
> ok 354 - no live objects at start of TypeMap::Default fixture
> ok 355 - no live entries at start of TypeMap::Default fixture
> ok 356 - stored 5 objects
> ok 357 - no live objects
> ok 358 - lookup 1 objects
> ok 359 - all lookups succeeded
> ok 360 - reftype for scalar
> ok 361 - value
> ok 362 - no live objects
> ok 363 - no live entries
> ok 364 - lookup 1 objects
> ok 365 - all lookups succeeded
> ok 366 - plain hash
> ok 367 - 'tied' isa 'Tie::RefHash'
> ok 368 - keys
> ok 369 - no live objects
> ok 370 - no live entries
> ok 371 - lookup 1 objects
> ok 372 - all lookups succeeded
> ok 373 - coderef
> ok 374 - invoke closure
> ok 375 - invoke closure
> ok 376 - no live objects
> ok 377 - no live entries
> ok 378 - lookup 1 objects
> ok 379 - all lookups succeeded
> ok 380 - coderef
> ok 381 - invoke closure
> ok 382 - invoke closure
> ok 383 - stored 1 objects
> ok 384 - no live objects
> ok 385 - no live entries
> ok 386 - lookup 1 objects
> ok 387 - all lookups succeeded
> ok 388 - coderef
> ok 389 - closure updated
> ok 390 - no live objects
> ok 391 - no live entries
> ok 392 - lookup 1 objects
> ok 393 - all lookups succeeded
> ok 394 - An object of class 'Moose::Meta::Class::__ANON__::SERIAL::10' isa
> 'KiokuDB::Test::Person'
> ok 395 - class attr
> ok 396 - does runtime role
> ok 397 - role attr
> ok 398 - anon class
> ok 399 - An object of class 'KiokuDB::Test::Company' isa
> 'KiokuDB::Test::Company'
> ok 400 - no live objects
> ok 401 - no live entries
> ok 402 - lookup 1 objects
> ok 403 - all lookups succeeded
> ok 404 - An object of class 'Path::Class::File' isa 'Path::Class::Entity'
> ok 405 - An object of class 'Path::Class::File' isa 'Path::Class::File'
> ok 406 - basename
> ok 407 - no error in fixture
> ok 408 - no live objects at end of TypeMap::Default fixture
> ok 409 - no live entries at end of TypeMap::Default fixture
> ok 410 - no live objects at start of Unicode fixture
> ok 411 - no live entries at start of Unicode fixture
> ok 412 - stored 1 objects
> ok 413 - no live objects
> ok 414 - lookup 1 objects
> ok 415 - all lookups succeeded
> ok 416 - An object of class 'KiokuDB::Test::Person' isa
> 'KiokuDB::Test::Person'
> ok 417 - preserved is_utf8
> ok 418 - correct value
> ok 419 - transaction finished without errors
> ok 420 - no error in fixture
> ok 421 - no live objects at end of Unicode fixture
> ok 422 - no live entries at end of Unicode fixture
> ok 423 - no live objects at start of MassInsert fixture
> ok 424 - no live entries at start of MassInsert fixture
> ok 425 - stored 1024 objects
> ok 426 - no live objects
> ok 427 - no live entries
> ok 428 - lookup 1024 objects
> ok 429 - all lookups succeeded
> ok 430 - no live objects
> ok 431 - no live entries
> ok 432 - no error in fixture
> ok 433 - no live objects at end of MassInsert fixture
> ok 434 - no live entries at end of MassInsert fixture
> ok 435 - no live objects at start of ObjectGraph fixture
> ok 436 - no live entries at start of ObjectGraph fixture
> ok 437 - stored 3 objects
> ok 438 - no live objects
> ok 439 - no live entries
> ok 440 - lookup c37a89a6-55e6-11ea-93ea-06216363030a
> ok 441 - An object of class 'KiokuDB::Test::Person' isa
> 'KiokuDB::Test::Person'
> ok 442 - ref to other object
> ok 443 - mututal ref
> ok 444 - ref in auxillary structure
> ok 445 - mutual ref in auxillary structure
> ok 446 - mutual refs in nested structure
> ok 447 - mutual refs in nested and non nested structure
> ok 448 - mutual refs in nested and non nested structure
> ok 449 - Putin is paranoid
> ok 450 - updated 1 objects
> ok 451 - transaction finished without errors
> ok 452 - no live objects
> ok 453 - no live entries
> ok 454 - lookup c37a89a6-55e6-11ea-93ea-06216363030a
> ok 455 - An object of class 'KiokuDB::Test::Person' isa
> 'KiokuDB::Test::Person'
> ok 456 - Georgia got plastered
> ok 457 - correct live objects
> ok 458 - Putin is a dead object
> ok 459 - updated live objects
> ok 460 - transaction finished without errors
> ok 461 - no live objects
> ok 462 - no live entries
> ok 463 - lookup c37aeb80-55e6-11ea-93ea-06216363030a
> ok 464 - An object of class 'KiokuDB::Test::Person' isa
> 'KiokuDB::Test::Person'
> ok 465 - inter object rels
> ok 466 - updated 1 objects
> ok 467 - transaction finished without errors
> ok 468 - no live objects
> ok 469 - no live entries
> ok 470 - lookup c37aeb80-55e6-11ea-93ea-06216363030a
> ok 471 - An object of class 'KiokuDB::Test::Person' isa
> 'KiokuDB::Test::Person'
> ok 472 - name
> ok 473 - transaction finished without errors
> ok 474 - no live objects
> ok 475 - no live entries
> ok 476 - lookup c37ae234-55e6-11ea-93ea-06216363030a
> ok 477 - correct live objects
> ok 478 - updated 1 objects
> ok 479 - updated 1 objects
> ok 480 - updated 1 objects
> ok 481 - updated 1 objects
> ok 482 - transaction finished without errors
> ok 483 - no live objects
> ok 484 - no live entries
> ok 485 - lookup c37ae234-55e6-11ea-93ea-06216363030a
> ok 486 - updated in storage
> ok 487 - deleted 1 objects
> ok 488 - c37ae234-55e6-11ea-93ea-06216363030a do not exist in DB
> ok 489 - lookup no longer returns object
> ok 490 - transaction finished without errors
> ok 491 - no live objects
> ok 492 - no live entries
> ok 493 - c37ae234-55e6-11ea-93ea-06216363030a do not exist in DB
> ok 494 - no error in fixture
> ok 495 - no live objects at end of ObjectGraph fixture
> ok 496 - no live entries at end of ObjectGraph fixture
> ok 497 - no live objects at start of TXN fixture
> ok 498 - no live entries at start of TXN fixture
> ok 499 - An object of class 'KiokuDB::Test::Employee' isa
> 'KiokuDB::Test::Person'
> ok 500 - An object of class 'KiokuDB::Test::Employee' isa
> 'KiokuDB::Test::Employee'
> ok 501 - An object of class 'KiokuDB::Test::Person' isa
> 'KiokuDB::Test::Person'
> ok 502 - stored 2 objects
> ok 503 - correct live objects
> ok 504 - no live objects
> ok 505 - [c3810e3e-55e6-11ea-93ea-06216363030a] exist in DB
> ok 506 - lookup 1 objects
> ok 507 - all lookups succeeded
> ok 508 - name attr
> ok 509 - An object of class 'KiokuDB::Entry' isa 'KiokuDB::Entry'
> ok 510 - updated 1 objects
> ok 511 - entry updated
> ok 512 - parent of updated is orig
> ok 513 - successful transaction
> ok 514 - entry updated
> ok 515 - parent of updated is orig
> ok 516 - name attr
> ok 517 - no live objects
> ok 518 - no live entries
> ok 519 - lookup 1 objects
> ok 520 - all lookups succeeded
> ok 521 - An object of class 'KiokuDB::Entry' isa 'KiokuDB::Entry'
> ok 522 - updated 1 objects
> ok 523 - entry updated
> ok 524 - parent of updated is orig
> ok 525 - failed transaction
> ok 526 - entry rolled back
> ok 527 - name not rolled back in live object
> ok 528 - no live objects
> ok 529 - no live entries
> ok 530 - lookup 1 objects
> ok 531 - all lookups succeeded
> ok 532 - name rolled back in DB
> ok 533 - no live objects
> ok 534 - no live entries
> ok 535 - lookup 1 objects
> ok 536 - all lookups succeeded
> ok 537 - name attr
> ok 538 - An object of class 'KiokuDB::Entry' isa 'KiokuDB::Entry'
> ok 539 - updated 1 objects
> ok 540 - updated 1 objects
> ok 541 - entry updated
> ok 542 - parent of parent of updated is orig
> ok 543 - failed transaction
> ok 544 - entry rolled back
> ok 545 - name attr of object
> ok 546 - no live objects
> ok 547 - no live entries
> ok 548 - lookup 1 objects
> ok 549 - all lookups succeeded
> ok 550 - name rolled back in DB
> ok 551 - no live objects
> ok 552 - no live entries
> ok 553 - lookup 1 objects
> ok 554 - all lookups succeeded
> ok 555 - updated 1 objects
> ok 556 - no live entries
> ok 557 - no live entries
> ok 558 - lookup 1 objects
> ok 559 - all lookups succeeded
> ok 560 - deleted 1 objects
> ok 561 - c3810e3e-55e6-11ea-93ea-06216363030a do not exist in DB
> ok 562 - failed transaction
> ok 563 - [c3810e3e-55e6-11ea-93ea-06216363030a] exist in DB
> ok 564 - no live objects
> ok 565 - no live entries
> ok 566 - [c3810e3e-55e6-11ea-93ea-06216363030a] exist in DB
> ok 567 - lookup 1 objects
> ok 568 - all lookups succeeded
> ok 569 - no live objects
> ok 570 - no live entries
> ok 571 - deleted 1 objects
> ok 572 - c3810e3e-55e6-11ea-93ea-06216363030a do not exist in DB
> ok 573 - failed transaction
> ok 574 - [c3810e3e-55e6-11ea-93ea-06216363030a] exist in DB
> ok 575 - no live objects
> ok 576 - no live entries
> ok 577 - [c3810e3e-55e6-11ea-93ea-06216363030a] exist in DB
> ok 578 - deleted 1 objects
> ok 579 - c3810e3e-55e6-11ea-93ea-06216363030a do not exist in DB
> ok 580 - c3810e3e-55e6-11ea-93ea-06216363030a do not exist in DB
> ok 581 - no live objects
> ok 582 - no live entries
> ok 583 - c3810e3e-55e6-11ea-93ea-06216363030a do not exist in DB
> ok 584 - no error in fixture
> ok 585 - no live objects at end of TXN fixture
> ok 586 - no live entries at end of TXN fixture
> ok 587 # skip TXN::Nested fixture (Backend does not implement required roles
> (TXN::Nested))
> ok 588 - no live objects at start of TXN::Scan fixture
> ok 589 - no live entries at start of TXN::Scan fixture
> ok 590 - stored 3 objects
> ok 591 - no live objects
> ok 592 - The object does Data::Stream::Bulk
> ok 593 - root set
> ok 594 - root set IDs
> ok 595 - transaction finished without errors
> ok 596 - inserted 1 objects
> ok 597 - The object does Data::Stream::Bulk
> ok 598 - root set reflects insertion
> ok 599 - root set IDs are the same
> ok 600 - threw Regexp ((?^:rollback))
> ok 601 - root set rolled back
> ok 602 - ids are the same
> ok 603 - transaction finished without errors
> ok 604 - transaction finished without errors
> ok 605 - got an ID for foo
> ok 606 - deleted 1 objects
> ok 607 - root set reflects deletion
> ok 608 - root set IDs are the same
> ok 609 - inserted 1 objects
> ok 610 - The object does Data::Stream::Bulk
> ok 611 - root set reflects deletion and insertion
> ok 612 - root set IDs are the same
> ok 613 - threw Regexp ((?^:rollback))
> ok 614 - root set
> ok 615 - ids are the same
> ok 616 - transaction finished without errors
> ok 617 - all entries
> ok 618 - all IDs
> ok 619 - transaction finished without errors
> ok 620 - no entries (db cleared)
> ok 621 - inserted 1 objects
> ok 622 - one entry
> ok 623 - no entries (db cleared)
> ok 624 - transaction finished without errors
> ok 625 - no entries (db cleared)
> ok 626 - rolled back
> ok 627 - all entries restored
> ok 628 - all IDs
> ok 629 - transaction finished without errors
> ok 630 - transaction finished without errors
> ok 631 - no entries (db cleared)
> ok 632 - transaction finished without errors
> ok 633 - no error in fixture
> ok 634 - no live objects at end of TXN::Scan fixture
> ok 635 - no live entries at end of TXN::Scan fixture
> ok 636 - no live objects at start of GIN::Class fixture
> ok 637 - no live entries at start of GIN::Class fixture
> ok 638 - An object of class 'KiokuDB::Test::Employee' isa
> 'KiokuDB::Test::Person'
> ok 639 - An object of class 'KiokuDB::Test::Employee' isa
> 'KiokuDB::Test::Employee'
> ok 640 - An object of class 'KiokuDB::Test::Person' isa
> 'KiokuDB::Test::Person'
> ok 641 - stored 2 objects
> ok 642 - correct live objects
> ok 643 - no live objects
> ok 644 - The object does Data::Stream::Bulk
> ok 645 - The object does Data::Stream::Bulk
> ok 646 - lookup 1 objects
> ok 647 - all lookups succeeded
> ok 648 - employees
> ok 649 - lookup 1 objects
> ok 650 - all lookups succeeded
> ok 651 - set of all people
> ok 652 - transaction finished without errors
> ok 653 - no live objects
> ok 654 - no live entries
> ok 655 - loaded first object
> ok 656 - loaded second object
> ok 657 - loaded third object
> ok 658 - interrelated objects loaded in one graph
> ok 659 - transaction finished without errors
> ok 660 - no live objects
> ok 661 - no live entries
> ok 662 - no error in fixture
> ok 663 - no live objects at end of GIN::Class fixture
> ok 664 - no live entries at end of GIN::Class fixture
> ok 665 - no live objects at start of Overwrite fixture
> ok 666 - no live entries at start of Overwrite fixture
> ok 667 - An object of class 'KiokuDB::Test::Person' isa
> 'KiokuDB::Test::Person'
> ok 668 - An object of class 'KiokuDB::Test::BLOB' isa 'KiokuDB::Test::BLOB'
> ok 669 - stored 2 objects
> ok 670 - correct live objects
> ok 671 - no live objects
> ok 672 - lookup 1 objects
> ok 673 - all lookups succeeded
> ok 674 - An object of class 'KiokuDB::Test::Person' isa
> 'KiokuDB::Test::Person'
> ok 675 - name attr
> ok 676 - update
> ok 677 - no live objects
> ok 678 - no live entries
> ok 679 - lookup 1 objects
> ok 680 - all lookups succeeded
> ok 681 - An object of class 'KiokuDB::Test::BLOB' isa 'KiokuDB::Test::BLOB'
> ok 682 - data attr
> ok 683 - update (noop)
> ok 684 - entry refaddr unchanged
> ok 685 - no live objects
> ok 686 - no live entries
> ok 687 - can't insert duplicate
> ok 688 - no live objects
> ok 689 - no live entries
> ok 690 - not an error to insert a duplicate of a content addressed object
> ok 691 - no live objects
> ok 692 - no live entries
> ok 693 - lookup 1 objects
> ok 694 - all lookups succeeded
> ok 695 - not an error to insert a duplicate of a live content addressed object
> ok 696 - no live objects
> ok 697 - no live entries
> ok 698 - no error in fixture
> ok 699 - no live objects at end of Overwrite fixture
> ok 700 - no live entries at end of Overwrite fixture
> ok 701 - no live objects at start of Refresh fixture
> ok 702 - no live entries at start of Refresh fixture
> ok 703 - An object of class 'KiokuDB::Test::Person' isa
> 'KiokuDB::Test::Person'
> ok 704 - stored 1 objects
> ok 705 - correct live objects
> ok 706 - no live objects
> ok 707 - lookup 1 objects
> ok 708 - all lookups succeeded
> ok 709 - An object of class 'KiokuDB::Test::Person' isa
> 'KiokuDB::Test::Person'
> ok 710 - name
> ok 711 - An object of class 'KiokuDB::Entry' isa 'KiokuDB::Entry'
> ok 712 - age attr
> ok 713 - age attr not updated even though it was written
> ok 714 - no error in refresh
> ok 715 - age updated
> ok 716 - transaction finished without errors
> ok 717 - no error in fixture
> ok 718 - no live objects at end of Refresh fixture
> ok 719 - no live entries at end of Refresh fixture
> ok 720 - no live objects at start of Small fixture
> ok 721 - no live entries at start of Small fixture
> ok 722 - An object of class 'KiokuDB::Test::Employee' isa
> 'KiokuDB::Test::Person'
> ok 723 - An object of class 'KiokuDB::Test::Employee' isa
> 'KiokuDB::Test::Employee'
> ok 724 - An object of class 'KiokuDB::Test::Person' isa
> 'KiokuDB::Test::Person'
> ok 725 - stored 2 objects
> ok 726 - correct live objects
> ok 727 - no live objects
> ok 728 - lookup 2 objects
> ok 729 - all lookups succeeded
> ok 730 - An object of class 'KiokuDB::Test::Employee' isa
> 'KiokuDB::Test::Person'
> ok 731 - An object of class 'KiokuDB::Test::Employee' isa
> 'KiokuDB::Test::Employee'
> ok 732 - An object of class 'KiokuDB::Test::Person' isa
> 'KiokuDB::Test::Person'
> ok 733 - entry is associated with object
> ok 734 - the right object
> ok 735 - name
> ok 736 - parents
> ok 737 - array ref
> ok 738 - one parent
> ok 739 - An object of class 'KiokuDB::Test::Person' isa
> 'KiokuDB::Test::Person'
> ok 740 - parent name
> ok 741 - company
> ok 742 - An object of class 'KiokuDB::Test::Company' isa
> 'KiokuDB::Test::Company'
> ok 743 - name
> ok 744 - lookup of nonexistent ID is nonfatal
> ok 745 - transaction finished without errors
> ok 746 - no error in fixture
> ok 747 - no live objects at end of Small fixture
> ok 748 - no live entries at end of Small fixture
> ok 749 - no live objects at start of RootSet fixture
> ok 750 - no live entries at start of RootSet fixture
> ok 751 - stored 1 objects
> ok 752 - no live objects
> ok 753 - lookup 1 objects
> ok 754 - all lookups succeeded
> ok 755 - An object of class 'KiokuDB::Test::Person' isa
> 'KiokuDB::Test::Person'
> ok 756 - [root_person] are in the root set
> ok 757 - [c3983e56-55e6-11ea-93ea-06216363030a] aren't in the root set
> ok 758 - transaction finished without errors
> ok 759 - no live objects
> ok 760 - no live entries
> ok 761 - lookup 1 objects
> ok 762 - all lookups succeeded
> ok 763 - [root_person] are in the root set
> ok 764 - [c3983e56-55e6-11ea-93ea-06216363030a] aren't in the root set
> ok 765 - updated 1 objects
> ok 766 - [root_person] are in the root set
> ok 767 - [c3983e56-55e6-11ea-93ea-06216363030a] aren't in the root set
> ok 768 - transaction finished without errors
> ok 769 - no live objects
> ok 770 - no live entries
> ok 771 - lookup 1 objects
> ok 772 - all lookups succeeded
> ok 773 - [root_person] are in the root set
> ok 774 - [c3983e56-55e6-11ea-93ea-06216363030a] aren't in the root set
> ok 775 - [root_person c3983e56-55e6-11ea-93ea-06216363030a] aren't in the
> root set
> ok 776 - updated 1 objects
> ok 777 - [root_person c3983e56-55e6-11ea-93ea-06216363030a] aren't in the
> root set
> ok 778 - transaction finished without errors
> ok 779 - no live objects
> ok 780 - no live entries
> ok 781 - lookup 1 objects
> ok 782 - all lookups succeeded
> ok 783 - [root_person c3983e56-55e6-11ea-93ea-06216363030a] aren't in the
> root set
> ok 784 - [root_person] are in the root set
> ok 785 - [c3983e56-55e6-11ea-93ea-06216363030a] aren't in the root set
> ok 786 - transaction finished without errors
> ok 787 - no live objects
> ok 788 - no live entries
> ok 789 - lookup 1 objects
> ok 790 - all lookups succeeded
> ok 791 - [root_person c3983e56-55e6-11ea-93ea-06216363030a] aren't in the
> root set
> ok 792 - [root_person] are in the root set
> ok 793 - [c3983e56-55e6-11ea-93ea-06216363030a] aren't in the root set
> ok 794 - updated 1 objects
> ok 795 - transaction finished without errors
> ok 796 - no live objects
> ok 797 - no live entries
> ok 798 - lookup 1 objects
> ok 799 - all lookups succeeded
> ok 800 - [root_person] are in the root set
> ok 801 - [c3983e56-55e6-11ea-93ea-06216363030a] aren't in the root set
> ok 802 - transaction finished without errors
> ok 803 - no error in fixture
> ok 804 - no live objects at end of RootSet fixture
> ok 805 - no live entries at end of RootSet fixture
> ok 806 - no live objects at start of Clear fixture
> ok 807 - no live entries at start of Clear fixture
> ok 808 - stored 2 objects
> ok 809 - no live objects
> ok 810 - lookup 2 objects
> ok 811 - all lookups succeeded
> ok 812 - transaction finished without errors
> ok 813 - transaction finished without errors
> ok 814 - c39b816a-55e6-11ea-93ea-06216363030a
> c39b8dae-55e6-11ea-93ea-06216363030a do not exist in DB
> ok 815 - transaction finished without errors
> ok 816 - no error in fixture
> ok 817 - no live objects at end of Clear fixture
> ok 818 - no live entries at end of Clear fixture
> ok 819 - no live objects at start of Binary fixture
> ok 820 - no live entries at start of Binary fixture
> ok 821 - stored 2 objects
> ok 822 - no live objects
> ok 823 - lookup 2 objects
> ok 824 - all lookups succeeded
> ok 825 - An object of class 'KiokuDB::Test::Person' isa
> 'KiokuDB::Test::Person'
> ok 826 - An object of class 'KiokuDB::Test::Person' isa
> 'KiokuDB::Test::Person'
> ok 827 - preserved utf8 bytes
> ok 828 - decoded cleanly
> ok 829 - decoded to correct value
> ok 830 - preserved arbitrary bytes
> ok 831 - bytes not truncated
> ok 832 - bytes equal
> ok 833 - transaction finished without errors
> ok 834 - no error in fixture
> ok 835 - no live objects at end of Binary fixture
> ok 836 - no live entries at end of Binary fixture
> ok 837 - no live objects at start of CAS fixture
> ok 838 - no live entries at start of CAS fixture
> ok 839 - stored 1 objects
> ok 840 - no live objects
> ok 841 - no live objects
> ok 842 - no live entries
> ok 843 - lookup 1 objects
> ok 844 - all lookups succeeded
> ok 845 - id is object digest
> ok 846 - field retained
> ok 847 - transaction finished without errors
> ok 848 - no live objects
> ok 849 - no live entries
> ok 850 - inserted 1 objects
> ok 851 - transaction finished without errors
> ok 852 - no live objects
> ok 853 - no live entries
> ok 854 - lookup 1 objects
> ok 855 - all lookups succeeded
> ok 856 - inserted 1 objects
> not ok 857 - idempotent add when instance already live # TODO ID not yet
> returned
> # Failed (TODO) test 'idempotent add when instance already live'
> # at /usr/share/perl5/KiokuDB/Test/Fixture/CAS.pm line 84.
> # got: undef
> # expected: 'c10c2d564404fb39e7ca305a1803a9f9a4c60361'
> ok 858 - transaction finished without errors
> ok 859 - no live objects
> ok 860 - no live entries
> ok 861 - lookup 1 objects
> ok 862 - all lookups succeeded
> ok 863 - inserted 1 objects
> ok 864 - got a new ID
> ok 865 - idempotent add when instance already live
> ok 866 - transaction finished without errors
> ok 867 - no live objects
> ok 868 - no live entries
> ok 869 - no error in fixture
> ok 870 - no live objects at end of CAS fixture
> ok 871 - no live entries at end of CAS fixture
> ok 872 # skip Set KIOKUDB_STRESS_TEST to run this fixture
> ok 873 - no live objects at start of Scan fixture
> ok 874 - no live entries at start of Scan fixture
> ok 875 - stored 3 objects
> ok 876 - no live objects
> ok 877 - The object does Data::Stream::Bulk
> ok 878 - root set
> ok 879 - root set IDs
> ok 880 - transaction finished without errors
> ok 881 - The object does Data::Stream::Bulk
> ok 882 - nonroot entries
> ok 883 - nonroot IDs
> ok 884 - transaction finished without errors
> ok 885 - The object does Data::Stream::Bulk
> ok 886 - all entries
> ok 887 - all IDs
> ok 888 - transaction finished without errors
> ok 889 - no error in fixture
> ok 890 - no live objects at end of Scan fixture
> ok 891 - no live entries at end of Scan fixture
> ok 892 - no live objects at start of Sets fixture
> ok 893 - no live entries at start of Sets fixture
> ok 894 - stored 3 objects
> ok 895 - no live objects
> ok 896 - lookup 3 objects
> ok 897 - all lookups succeeded
> ok 898 - no members
> ok 899 - set members
> ok 900 - set is loaded
> ok 901 - inserting ID of live object already in set did not affect set size
> ok 902 - set still loaded
> ok 903 - inserting ID of live object
> ok 904 - set still loaded
> ok 905 - members
> ok 906 - removed element
> ok 907 - KiokuDB::Set::Transient->can('union')
> ok 908 - 'union' isa 'KiokuDB::Set::Transient'
> ok 909 - members
> ok 910 - 'union' isa 'KiokuDB::Set::Transient'
> ok 911 - members
> ok 912 - set not loaded
> ok 913 - lookup 1 objects
> ok 914 - all lookups succeeded
> ok 915 - set vivified
> ok 916 - now marked as loaded
> ok 917 - lookup 3 objects
> ok 918 - all lookups succeeded
> ok 919 - 'union' isa 'KiokuDB::Set::Loaded'
> ok 920 - members
> ok 921 - 'union' isa 'KiokuDB::Set::Loaded'
> ok 922 - members
> ok 923 - set size is 0
> ok 924 - no members
> ok 925 - calling members on empty set does not load it
> ok 926 - lookup 3 objects
> ok 927 - all lookups succeeded
> ok 928 - set not loaded by insertion of live objects
> ok 929 - lookup 1 objects
> ok 930 - all lookups succeeded
> ok 931 - removed element
> ok 932 - set not loaded
> ok 933 - An object of class 'KiokuDB::Set::Deferred' isa
> 'KiokuDB::Set::Deferred'
> ok 934 - union is deferred
> ok 935 - lookup 2 objects
> ok 936 - all lookups succeeded
> ok 937 - members
> ok 938 - now it is loaded
> ok 939 - lookup 3 objects
> ok 940 - all lookups succeeded
> ok 941 - union
> ok 942 - no live objects
> ok 943 - no live entries
> ok 944 - no members
> ok 945 - set not loaded
> ok 946 - cleared
> ok 947 - cleared set is loaded
> ok 948 - no live objects
> ok 949 - no live entries
> ok 950 - lookup 3 objects
> ok 951 - all lookups succeeded
> ok 952 - stored 1 objects
> ok 953 - no live objects
> ok 954 - no live entries
> ok 955 - lookup 1 objects
> ok 956 - all lookups succeeded
> ok 957 - 'deferred set' isa 'KiokuDB::Set::Deferred'
> ok 958 - set size
> ok 959 - lookup 1 objects
> ok 960 - all lookups succeeded
> ok 961 - members
> ok 962 - loaded set
> ok 963 - no live objects
> ok 964 - no live entries
> ok 965 - lookup 1 objects
> ok 966 - all lookups succeeded
> ok 967 - 'deferred set' isa 'KiokuDB::Set::Deferred'
> ok 968 - set size
> ok 969 - lookup 1 objects
> ok 970 - all lookups succeeded
> ok 971 - set size is 2
> ok 972 - set not loaded
> ok 973 - stored 1 objects
> ok 974 - set not loaded by ->store
> ok 975 - no live objects
> ok 976 - no live entries
> ok 977 - lookup 1 objects
> ok 978 - all lookups succeeded
> ok 979 - 'deferred set' isa 'KiokuDB::Set::Deferred'
> ok 980 - set size
> ok 981 - lookup 2 objects
> ok 982 - all lookups succeeded
> ok 983 - members
> ok 984 - loaded set
> ok 985 - no live objects
> ok 986 - no live entries
> ok 987 - no error in fixture
> ok 988 - no live objects at end of Sets fixture
> ok 989 - no live entries at end of Sets fixture
> ok 990 - no live objects at start of SimpleSearch fixture
> ok 991 - no live entries at start of SimpleSearch fixture
> ok 992 - stored 3 objects
> ok 993 - no live objects
> ok 994 - The object does Data::Stream::Bulk
> ok 995 - one object
> ok 996 - name attr
> ok 997 - no live objects
> ok 998 - no live entries
> ok 999 - The object does Data::Stream::Bulk
> ok 1000 - two objects
> ok 1001 - name attr
> ok 1002 - name attr
> ok 1003 - no error in fixture
> ok 1004 - no live objects at end of SimpleSearch fixture
> ok 1005 - no live entries at end of SimpleSearch fixture
> ok 1006 - no live objects at start of TypeMap::Default fixture
> ok 1007 - no live entries at start of TypeMap::Default fixture
> ok 1008 - stored 5 objects
> ok 1009 - no live objects
> ok 1010 - lookup 1 objects
> ok 1011 - all lookups succeeded
> ok 1012 - reftype for scalar
> ok 1013 - value
> ok 1014 - no live objects
> ok 1015 - no live entries
> ok 1016 - lookup 1 objects
> ok 1017 - all lookups succeeded
> ok 1018 - plain hash
> ok 1019 - 'tied' isa 'Tie::RefHash'
> ok 1020 - keys
> ok 1021 - no live objects
> ok 1022 - no live entries
> ok 1023 - lookup 1 objects
> ok 1024 - all lookups succeeded
> ok 1025 - coderef
> ok 1026 - invoke closure
> ok 1027 - invoke closure
> ok 1028 - no live objects
> ok 1029 - no live entries
> ok 1030 - lookup 1 objects
> ok 1031 - all lookups succeeded
> ok 1032 - coderef
> ok 1033 - invoke closure
> ok 1034 - invoke closure
> ok 1035 - stored 1 objects
> ok 1036 - no live objects
> ok 1037 - no live entries
> ok 1038 - lookup 1 objects
> ok 1039 - all lookups succeeded
> ok 1040 - coderef
> ok 1041 - closure updated
> ok 1042 - no live objects
> ok 1043 - no live entries
> ok 1044 - lookup 1 objects
> ok 1045 - all lookups succeeded
> ok 1046 - An object of class 'Moose::Meta::Class::__ANON__::SERIAL::10' isa
> 'KiokuDB::Test::Person'
> ok 1047 - class attr
> ok 1048 - does runtime role
> ok 1049 - role attr
> ok 1050 - anon class
> ok 1051 - An object of class 'KiokuDB::Test::Company' isa
> 'KiokuDB::Test::Company'
> ok 1052 - no live objects
> ok 1053 - no live entries
> ok 1054 - lookup 1 objects
> ok 1055 - all lookups succeeded
> ok 1056 - An object of class 'Path::Class::File' isa 'Path::Class::Entity'
> ok 1057 - An object of class 'Path::Class::File' isa 'Path::Class::File'
> ok 1058 - basename
> ok 1059 - no error in fixture
> ok 1060 - no live objects at end of TypeMap::Default fixture
> ok 1061 - no live entries at end of TypeMap::Default fixture
> ok 1062 - no live objects at start of Unicode fixture
> ok 1063 - no live entries at start of Unicode fixture
> ok 1064 - stored 1 objects
> ok 1065 - no live objects
> ok 1066 - lookup 1 objects
> ok 1067 - all lookups succeeded
> ok 1068 - An object of class 'KiokuDB::Test::Person' isa
> 'KiokuDB::Test::Person'
> ok 1069 - preserved is_utf8
> ok 1070 - correct value
> ok 1071 - transaction finished without errors
> ok 1072 - no error in fixture
> ok 1073 - no live objects at end of Unicode fixture
> ok 1074 - no live entries at end of Unicode fixture
> ok 1075 - no live objects at start of MassInsert fixture
> ok 1076 - no live entries at start of MassInsert fixture
> ok 1077 - stored 1024 objects
> ok 1078 - no live objects
> ok 1079 - no live entries
> ok 1080 - lookup 1024 objects
> ok 1081 - all lookups succeeded
> ok 1082 - no live objects
> ok 1083 - no live entries
> ok 1084 - no error in fixture
> ok 1085 - no live objects at end of MassInsert fixture
> ok 1086 - no live entries at end of MassInsert fixture
> ok 1087 - no live objects at start of ObjectGraph fixture
> ok 1088 - no live entries at start of ObjectGraph fixture
> ok 1089 - stored 3 objects
> ok 1090 - no live objects
> ok 1091 - no live entries
> ok 1092 - lookup c3eb8b1a-55e6-11ea-93ea-06216363030a
> ok 1093 - An object of class 'KiokuDB::Test::Person' isa
> 'KiokuDB::Test::Person'
> ok 1094 - ref to other object
> ok 1095 - mututal ref
> ok 1096 - ref in auxillary structure
> ok 1097 - mutual ref in auxillary structure
> ok 1098 - mutual refs in nested structure
> ok 1099 - mutual refs in nested and non nested structure
> ok 1100 - mutual refs in nested and non nested structure
> ok 1101 - Putin is paranoid
> ok 1102 - updated 1 objects
> ok 1103 - transaction finished without errors
> ok 1104 - no live objects
> ok 1105 - no live entries
> ok 1106 - lookup c3eb8b1a-55e6-11ea-93ea-06216363030a
> ok 1107 - An object of class 'KiokuDB::Test::Person' isa
> 'KiokuDB::Test::Person'
> ok 1108 - Georgia got plastered
> ok 1109 - correct live objects
> ok 1110 - Putin is a dead object
> ok 1111 - updated live objects
> ok 1112 - transaction finished without errors
> ok 1113 - no live objects
> ok 1114 - no live entries
> ok 1115 - lookup c3ebed08-55e6-11ea-93ea-06216363030a
> ok 1116 - An object of class 'KiokuDB::Test::Person' isa
> 'KiokuDB::Test::Person'
> ok 1117 - inter object rels
> ok 1118 - updated 1 objects
> ok 1119 - transaction finished without errors
> ok 1120 - no live objects
> ok 1121 - no live entries
> ok 1122 - lookup c3ebed08-55e6-11ea-93ea-06216363030a
> ok 1123 - An object of class 'KiokuDB::Test::Person' isa
> 'KiokuDB::Test::Person'
> ok 1124 - name
> ok 1125 - transaction finished without errors
> ok 1126 - no live objects
> ok 1127 - no live entries
> ok 1128 - lookup c3ebe38a-55e6-11ea-93ea-06216363030a
> ok 1129 - correct live objects
> ok 1130 - updated 1 objects
> ok 1131 - updated 1 objects
> ok 1132 - updated 1 objects
> ok 1133 - updated 1 objects
> ok 1134 - transaction finished without errors
> ok 1135 - no live objects
> ok 1136 - no live entries
> ok 1137 - lookup c3ebe38a-55e6-11ea-93ea-06216363030a
> ok 1138 - updated in storage
> ok 1139 - deleted 1 objects
> ok 1140 - c3ebe38a-55e6-11ea-93ea-06216363030a do not exist in DB
> ok 1141 - lookup no longer returns object
> ok 1142 - transaction finished without errors
> ok 1143 - no live objects
> ok 1144 - no live entries
> ok 1145 - c3ebe38a-55e6-11ea-93ea-06216363030a do not exist in DB
> ok 1146 - no error in fixture
> ok 1147 - no live objects at end of ObjectGraph fixture
> ok 1148 - no live entries at end of ObjectGraph fixture
> ok 1149 - no live objects at start of TXN fixture
> ok 1150 - no live entries at start of TXN fixture
> ok 1151 - An object of class 'KiokuDB::Test::Employee' isa
> 'KiokuDB::Test::Person'
> ok 1152 - An object of class 'KiokuDB::Test::Employee' isa
> 'KiokuDB::Test::Employee'
> ok 1153 - An object of class 'KiokuDB::Test::Person' isa
> 'KiokuDB::Test::Person'
> ok 1154 - stored 2 objects
> ok 1155 - correct live objects
> ok 1156 - no live objects
> ok 1157 - [c3f1f31a-55e6-11ea-93ea-06216363030a] exist in DB
> ok 1158 - lookup 1 objects
> ok 1159 - all lookups succeeded
> ok 1160 - name attr
> ok 1161 - An object of class 'KiokuDB::Entry' isa 'KiokuDB::Entry'
> ok 1162 - updated 1 objects
> ok 1163 - entry updated
> ok 1164 - parent of updated is orig
> ok 1165 - successful transaction
> ok 1166 - entry updated
> ok 1167 - parent of updated is orig
> ok 1168 - name attr
> ok 1169 - no live objects
> ok 1170 - no live entries
> ok 1171 - lookup 1 objects
> ok 1172 - all lookups succeeded
> ok 1173 - An object of class 'KiokuDB::Entry' isa 'KiokuDB::Entry'
> ok 1174 - updated 1 objects
> ok 1175 - entry updated
> ok 1176 - parent of updated is orig
> ok 1177 - failed transaction
> ok 1178 - entry rolled back
> ok 1179 - name not rolled back in live object
> ok 1180 - no live objects
> ok 1181 - no live entries
> ok 1182 - lookup 1 objects
> ok 1183 - all lookups succeeded
> ok 1184 - name rolled back in DB
> ok 1185 - no live objects
> ok 1186 - no live entries
> ok 1187 - lookup 1 objects
> ok 1188 - all lookups succeeded
> ok 1189 - name attr
> ok 1190 - An object of class 'KiokuDB::Entry' isa 'KiokuDB::Entry'
> ok 1191 - updated 1 objects
> ok 1192 - updated 1 objects
> ok 1193 - entry updated
> ok 1194 - parent of parent of updated is orig
> ok 1195 - failed transaction
> ok 1196 - entry rolled back
> ok 1197 - name attr of object
> ok 1198 - no live objects
> ok 1199 - no live entries
> ok 1200 - lookup 1 objects
> ok 1201 - all lookups succeeded
> ok 1202 - name rolled back in DB
> ok 1203 - no live objects
> ok 1204 - no live entries
> ok 1205 - lookup 1 objects
> ok 1206 - all lookups succeeded
> ok 1207 - updated 1 objects
> ok 1208 - no live entries
> ok 1209 - no live entries
> ok 1210 - lookup 1 objects
> ok 1211 - all lookups succeeded
> ok 1212 - deleted 1 objects
> ok 1213 - c3f1f31a-55e6-11ea-93ea-06216363030a do not exist in DB
> ok 1214 - failed transaction
> ok 1215 - [c3f1f31a-55e6-11ea-93ea-06216363030a] exist in DB
> ok 1216 - no live objects
> ok 1217 - no live entries
> ok 1218 - [c3f1f31a-55e6-11ea-93ea-06216363030a] exist in DB
> ok 1219 - lookup 1 objects
> ok 1220 - all lookups succeeded
> ok 1221 - no live objects
> ok 1222 - no live entries
> ok 1223 - deleted 1 objects
> ok 1224 - c3f1f31a-55e6-11ea-93ea-06216363030a do not exist in DB
> ok 1225 - failed transaction
> ok 1226 - [c3f1f31a-55e6-11ea-93ea-06216363030a] exist in DB
> ok 1227 - no live objects
> ok 1228 - no live entries
> ok 1229 - [c3f1f31a-55e6-11ea-93ea-06216363030a] exist in DB
> ok 1230 - deleted 1 objects
> ok 1231 - c3f1f31a-55e6-11ea-93ea-06216363030a do not exist in DB
> ok 1232 - c3f1f31a-55e6-11ea-93ea-06216363030a do not exist in DB
> ok 1233 - no live objects
> ok 1234 - no live entries
> ok 1235 - c3f1f31a-55e6-11ea-93ea-06216363030a do not exist in DB
> ok 1236 - no error in fixture
> ok 1237 - no live objects at end of TXN fixture
> ok 1238 - no live entries at end of TXN fixture
> ok 1239 # skip TXN::Nested fixture (Backend does not implement required roles
> (TXN::Nested))
> ok 1240 - no live objects at start of TXN::Scan fixture
> ok 1241 - no live entries at start of TXN::Scan fixture
> ok 1242 - stored 3 objects
> ok 1243 - no live objects
> ok 1244 - The object does Data::Stream::Bulk
> ok 1245 - root set
> ok 1246 - root set IDs
> ok 1247 - transaction finished without errors
> ok 1248 - inserted 1 objects
> ok 1249 - The object does Data::Stream::Bulk
> ok 1250 - root set reflects insertion
> ok 1251 - root set IDs are the same
> ok 1252 - threw Regexp ((?^:rollback))
> ok 1253 - root set rolled back
> ok 1254 - ids are the same
> ok 1255 - transaction finished without errors
> ok 1256 - transaction finished without errors
> ok 1257 - got an ID for foo
> ok 1258 - deleted 1 objects
> ok 1259 - root set reflects deletion
> ok 1260 - root set IDs are the same
> ok 1261 - inserted 1 objects
> ok 1262 - The object does Data::Stream::Bulk
> ok 1263 - root set reflects deletion and insertion
> ok 1264 - root set IDs are the same
> ok 1265 - threw Regexp ((?^:rollback))
> ok 1266 - root set
> ok 1267 - ids are the same
> ok 1268 - transaction finished without errors
> ok 1269 - all entries
> ok 1270 - all IDs
> ok 1271 - transaction finished without errors
> ok 1272 - no entries (db cleared)
> ok 1273 - inserted 1 objects
> ok 1274 - one entry
> ok 1275 - no entries (db cleared)
> ok 1276 - transaction finished without errors
> ok 1277 - no entries (db cleared)
> ok 1278 - rolled back
> ok 1279 - all entries restored
> ok 1280 - all IDs
> ok 1281 - transaction finished without errors
> ok 1282 - transaction finished without errors
> ok 1283 - no entries (db cleared)
> ok 1284 - transaction finished without errors
> ok 1285 - no error in fixture
> ok 1286 - no live objects at end of TXN::Scan fixture
> ok 1287 - no live entries at end of TXN::Scan fixture
> ok 1288 - no live objects at start of GIN::Class fixture
> ok 1289 - no live entries at start of GIN::Class fixture
> ok 1290 - An object of class 'KiokuDB::Test::Employee' isa
> 'KiokuDB::Test::Person'
> ok 1291 - An object of class 'KiokuDB::Test::Employee' isa
> 'KiokuDB::Test::Employee'
> ok 1292 - An object of class 'KiokuDB::Test::Person' isa
> 'KiokuDB::Test::Person'
> ok 1293 - stored 2 objects
> ok 1294 - correct live objects
> ok 1295 - no live objects
> not ok 1296 - transaction finished without errors
> ok 1297 - no live objects
> ok 1298 - no live entries
> not ok 1299 - transaction finished without errors
> ok 1300 - no live objects
> ok 1301 - no live entries
> ok 1302 - no error in fixture
> ok 1303 - no live objects at end of GIN::Class fixture
> ok 1304 - no live entries at end of GIN::Class fixture
> ok 1305 - no live objects at start of Overwrite fixture
> ok 1306 - no live entries at start of Overwrite fixture
> ok 1307 - An object of class 'KiokuDB::Test::Person' isa
> 'KiokuDB::Test::Person'
> ok 1308 - An object of class 'KiokuDB::Test::BLOB' isa 'KiokuDB::Test::BLOB'
> ok 1309 - stored 2 objects
> ok 1310 - correct live objects
> ok 1311 - no live objects
> not ok 1312 - lookup 1 objects
> not ok 1313 - all lookups succeeded
> not ok 1314 - The class (or class-like) '0' isa 'KiokuDB::Test::Person'
> not ok 1315 - no error in fixture
> ok 1316 - no live objects at end of Overwrite fixture
> ok 1317 - no live entries at end of Overwrite fixture
> ok 1318 - no live objects at start of Refresh fixture
> ok 1319 - no live entries at start of Refresh fixture
> ok 1320 - An object of class 'KiokuDB::Test::Person' isa
> 'KiokuDB::Test::Person'
> ok 1321 - stored 1 objects
> ok 1322 - correct live objects
> ok 1323 - no live objects
> not ok 1324 - lookup 1 objects
> not ok 1325 - all lookups succeeded
> not ok 1326 - The class (or class-like) '0' isa 'KiokuDB::Test::Person'
> not ok 1327 - transaction finished without errors
> ok 1328 - no error in fixture
> ok 1329 - no live objects at end of Refresh fixture
> ok 1330 - no live entries at end of Refresh fixture
> ok 1331 - no live objects at start of Small fixture
> ok 1332 - no live entries at start of Small fixture
> ok 1333 - An object of class 'KiokuDB::Test::Employee' isa
> 'KiokuDB::Test::Person'
> ok 1334 - An object of class 'KiokuDB::Test::Employee' isa
> 'KiokuDB::Test::Employee'
> ok 1335 - An object of class 'KiokuDB::Test::Person' isa
> 'KiokuDB::Test::Person'
> ok 1336 - stored 2 objects
> ok 1337 - correct live objects
> ok 1338 - no live objects
> not ok 1339 - lookup 2 objects
> not ok 1340 - all lookups succeeded
> not ok 1341 - undef isa 'KiokuDB::Test::Person'
> not ok 1342 - undef isa 'KiokuDB::Test::Employee'
> not ok 1343 - undef isa 'KiokuDB::Test::Person'
> not ok 1344 - transaction finished without errors
> ok 1345 - no error in fixture
> ok 1346 - no live objects at end of Small fixture
> ok 1347 - no live entries at end of Small fixture
> ok 1348 - no live objects at start of RootSet fixture
> ok 1349 - no live entries at start of RootSet fixture
> ok 1350 - stored 1 objects
> ok 1351 - no live objects
> not ok 1352 - lookup 1 objects
> not ok 1353 - all lookups succeeded
> not ok 1354 - The class (or class-like) '0' isa 'KiokuDB::Test::Person'
> not ok 1355 - [] are in the root set
> not ok 1356 - transaction finished without errors
> ok 1357 - no live objects
> ok 1358 - no live entries
> not ok 1359 - lookup 1 objects
> not ok 1360 - all lookups succeeded
> not ok 1361 - [] are in the root set
> not ok 1362 - transaction finished without errors
> ok 1363 - no live objects
> ok 1364 - no live entries
> not ok 1365 - lookup 1 objects
> not ok 1366 - all lookups succeeded
> not ok 1367 - [] are in the root set
> not ok 1368 - transaction finished without errors
> ok 1369 - no live objects
> ok 1370 - no live entries
> not ok 1371 - lookup 1 objects
> not ok 1372 - all lookups succeeded
> not ok 1373 - transaction finished without errors
> ok 1374 - no live objects
> ok 1375 - no live entries
> not ok 1376 - lookup 1 objects
> not ok 1377 - all lookups succeeded
> not ok 1378 - transaction finished without errors
> ok 1379 - no live objects
> ok 1380 - no live entries
> not ok 1381 - lookup 1 objects
> not ok 1382 - all lookups succeeded
> not ok 1383 - [] are in the root set
> not ok 1384 - transaction finished without errors
> ok 1385 - no error in fixture
> ok 1386 - no live objects at end of RootSet fixture
> ok 1387 - no live entries at end of RootSet fixture
> ok 1388 - no live objects at start of Clear fixture
> ok 1389 - no live entries at start of Clear fixture
> ok 1390 - stored 2 objects
> ok 1391 - no live objects
> not ok 1392 - lookup 2 objects
> not ok 1393 - all lookups succeeded
> ok 1394 - transaction finished without errors
> ok 1395 - transaction finished without errors
> ok 1396 - c4076fe2-55e6-11ea-93ea-06216363030a
> c4077c58-55e6-11ea-93ea-06216363030a do not exist in DB
> ok 1397 - transaction finished without errors
> ok 1398 - no error in fixture
> ok 1399 - no live objects at end of Clear fixture
> ok 1400 - no live entries at end of Clear fixture
> ok 1401 # skip Binary fixture (Backend does not implement required roles
> (BinarySafe))
> ok 1402 - no live objects at start of CAS fixture
> ok 1403 - no live entries at start of CAS fixture
> ok 1404 - stored 1 objects
> ok 1405 - no live objects
> ok 1406 - no live objects
> ok 1407 - no live entries
> not ok 1408 - lookup 1 objects
> not ok 1409 - all lookups succeeded
> not ok 1410 - transaction finished without errors
> ok 1411 - no live objects
> ok 1412 - no live entries
> ok 1413 - inserted 1 objects
> ok 1414 - transaction finished without errors
> ok 1415 - no live objects
> ok 1416 - no live entries
> not ok 1417 - lookup 1 objects
> not ok 1418 - all lookups succeeded
> not ok 1419 - transaction finished without errors
> ok 1420 - no live objects
> ok 1421 - no live entries
> not ok 1422 - lookup 1 objects
> not ok 1423 - all lookups succeeded
> not ok 1424 - transaction finished without errors
> ok 1425 - no live objects
> ok 1426 - no live entries
> ok 1427 - no error in fixture
> ok 1428 - no live objects at end of CAS fixture
> ok 1429 - no live entries at end of CAS fixture
> ok 1430 # skip Set KIOKUDB_STRESS_TEST to run this fixture
> ok 1431 - no live objects at start of Scan fixture
> ok 1432 - no live entries at start of Scan fixture
> ok 1433 - stored 3 objects
> ok 1434 - no live objects
> ok 1435 - The object does Data::Stream::Bulk
> not ok 1436 - transaction finished without errors
> ok 1437 - The object does Data::Stream::Bulk
> not ok 1438 - transaction finished without errors
> ok 1439 - The object does Data::Stream::Bulk
> not ok 1440 - transaction finished without errors
> ok 1441 - no error in fixture
> ok 1442 - no live objects at end of Scan fixture
> ok 1443 - no live entries at end of Scan fixture
> ok 1444 - no live objects at start of Sets fixture
> ok 1445 - no live entries at start of Sets fixture
> ok 1446 - stored 3 objects
> ok 1447 - no live objects
> not ok 1448 - lookup 3 objects
> not ok 1449 - all lookups succeeded
> ok 1450 - no members
> not ok 1451 - no error in fixture
> ok 1452 - no live objects at end of Sets fixture
> ok 1453 - no live entries at end of Sets fixture
> ok 1454 - no live objects at start of SimpleSearch fixture
> ok 1455 - no live entries at start of SimpleSearch fixture
> ok 1456 - stored 3 objects
> ok 1457 - no live objects
> ok 1458 - The object does Data::Stream::Bulk
> not ok 1459 - no error in fixture
> ok 1460 - no live objects at end of SimpleSearch fixture
> ok 1461 - no live entries at end of SimpleSearch fixture
> ok 1462 - no live objects at start of TypeMap::Default fixture
> ok 1463 - no live entries at start of TypeMap::Default fixture
> ok 1464 - stored 5 objects
> ok 1465 - no live objects
> not ok 1466 - lookup 1 objects
> not ok 1467 - all lookups succeeded
> not ok 1468 - reftype for scalar
> not ok 1469 - no error in fixture
> ok 1470 - no live objects at end of TypeMap::Default fixture
> ok 1471 - no live entries at end of TypeMap::Default fixture
> ok 1472 - no live objects at start of Unicode fixture
> ok 1473 - no live entries at start of Unicode fixture
> ok 1474 - stored 1 objects
> ok 1475 - no live objects
> not ok 1476 - lookup 1 objects
> not ok 1477 - all lookups succeeded
> not ok 1478 - The class (or class-like) '0' isa 'KiokuDB::Test::Person'
> not ok 1479 - transaction finished without errors
> ok 1480 - no error in fixture
> ok 1481 - no live objects at end of Unicode fixture
> ok 1482 - no live entries at end of Unicode fixture
> ok 1483 - no live objects at start of MassInsert fixture
> ok 1484 - no live entries at start of MassInsert fixture
> ok 1485 - stored 1024 objects
> ok 1486 - no live objects
> ok 1487 - no live entries
> not ok 1488 - lookup 1024 objects
> not ok 1489 - all lookups succeeded
> ok 1490 - no live objects
> ok 1491 - no live entries
> ok 1492 - no error in fixture
> ok 1493 - no live objects at end of MassInsert fixture
> ok 1494 - no live entries at end of MassInsert fixture
> ok 1495 - no live objects at start of ObjectGraph fixture
> ok 1496 - no live entries at start of ObjectGraph fixture
> ok 1497 - stored 3 objects
> ok 1498 - no live objects
> ok 1499 - no live entries
> not ok 1500 - transaction finished without errors
> ok 1501 - no live objects
> ok 1502 - no live entries
> not ok 1503 - transaction finished without errors
> ok 1504 - no live objects
> ok 1505 - no live entries
> not ok 1506 - transaction finished without errors
> ok 1507 - no live objects
> ok 1508 - no live entries
> not ok 1509 - transaction finished without errors
> ok 1510 - no live objects
> ok 1511 - no live entries
> not ok 1512 - transaction finished without errors
> ok 1513 - no live objects
> ok 1514 - no live entries
> not ok 1515 - transaction finished without errors
> ok 1516 - no live objects
> ok 1517 - no live entries
> not ok 1518 - c46f7b3c-55e6-11ea-93ea-06216363030a do not exist in DB
> ok 1519 - no error in fixture
> ok 1520 - no live objects at end of ObjectGraph fixture
> ok 1521 - no live entries at end of ObjectGraph fixture
> ok 1522 - no live objects at start of TXN fixture
> ok 1523 - no live entries at start of TXN fixture
> ok 1524 - An object of class 'KiokuDB::Test::Employee' isa
> 'KiokuDB::Test::Person'
> ok 1525 - An object of class 'KiokuDB::Test::Employee' isa
> 'KiokuDB::Test::Employee'
> ok 1526 - An object of class 'KiokuDB::Test::Person' isa
> 'KiokuDB::Test::Person'
> ok 1527 - stored 2 objects
> ok 1528 - correct live objects
> ok 1529 - no live objects
> ok 1530 - [c4736be8-55e6-11ea-93ea-06216363030a] exist in DB
> not ok 1531 - lookup 1 objects
> not ok 1532 - all lookups succeeded
> not ok 1533 - no error in fixture
> ok 1534 - no live objects at end of TXN fixture
> ok 1535 - no live entries at end of TXN fixture
> ok 1536 # skip TXN::Nested fixture (Backend does not implement required roles
> (TXN::Nested))
> ok 1537 - no live objects at start of TXN::Scan fixture
> ok 1538 - no live entries at start of TXN::Scan fixture
> ok 1539 - stored 3 objects
> ok 1540 - no live objects
> ok 1541 - The object does Data::Stream::Bulk
> not ok 1542 - transaction finished without errors
> ok 1543 - inserted 1 objects
> ok 1544 - The object does Data::Stream::Bulk
> not ok 1545 - threw Regexp ((?^:rollback))
> not ok 1546 - transaction finished without errors
> not ok 1547 - transaction finished without errors
> not ok 1548 - got an ID for foo
> ok 1549 - deleted 1 objects
> not ok 1550 - threw Regexp ((?^:rollback))
> not ok 1551 - transaction finished without errors
> not ok 1552 - transaction finished without errors
> ok 1553 - no entries (db cleared)
> ok 1554 - inserted 1 objects
> not ok 1555 - rolled back
> not ok 1556 - transaction finished without errors
> ok 1557 - transaction finished without errors
> ok 1558 - no entries (db cleared)
> ok 1559 - transaction finished without errors
> ok 1560 - no error in fixture
> ok 1561 - no live objects at end of TXN::Scan fixture
> ok 1562 - no live entries at end of TXN::Scan fixture
> 1..1562
> Dubious, test returned 87 (wstat 22272, 0x5700)
> Failed 87/1562 subtests
> (less 8 skipped subtests: 1467 okay)
> t/set_query.t ..........
> ok 1 - one object in the bulk
> ok 2 - Found the correct object
> ok 3 - no more posts
> ok 4
> 1..4
> ok
>
> Test Summary Report
> -------------------
> t/fixtures.t (Wstat: 22272 Tests: 1562 Failed: 87)
> Failed tests: 1296, 1299, 1312-1315, 1324-1327, 1339-1344
> 1352-1356, 1359-1362, 1365-1368, 1371-1373
> 1376-1378, 1381-1384, 1392-1393, 1408-1410
> 1417-1419, 1422-1424, 1436, 1438, 1440
> 1448-1449, 1451, 1459, 1466-1469, 1476-1479
> 1488-1489, 1500, 1503, 1506, 1509, 1512
> 1515, 1518, 1531-1533, 1542, 1545-1548
> 1550-1552, 1555-1556
> Non-zero exit status: 87
> Files=6, Tests=1637, 8 wallclock secs ( 0.09 usr 0.00 sys + 7.88 cusr
> 0.47 csys = 8.44 CPU)
> Result: FAIL
> Failed 1/6 test programs. 87/1637 subtests failed.
> make[1]: *** [Makefile:968: test_dynamic] Error 255
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_test: error: make -j4 test TEST_VERBOSE=1 returned exit code 2
The full build log is available from:
http://qa-logs.debian.net/2020/02/22/libkiokudb-backend-dbi-perl_1.23-2_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: libkiokudb-backend-dbi-perl
Source-Version: 1.23-3
Done: gregor herrmann <gre...@debian.org>
We believe that the bug you reported is fixed in the latest version of
libkiokudb-backend-dbi-perl, which is due to be installed in the Debian FTP
archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 952...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
gregor herrmann <gre...@debian.org> (supplier of updated
libkiokudb-backend-dbi-perl package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 24 May 2022 10:23:34 +0200
Source: libkiokudb-backend-dbi-perl
Architecture: source
Version: 1.23-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
Changed-By: gregor herrmann <gre...@debian.org>
Closes: 952229
Changes:
libkiokudb-backend-dbi-perl (1.23-3) unstable; urgency=medium
.
* debian/watch: use uscan version 4.
* Make build dependency on libkiokudb-perl versioned. (Closes: #952229)
* Update years of packaging copyright.
* Simplify alternative test dependencies.
* Declare compliance with Debian Policy 4.6.1.
* Bump debhelper-compat to 13.
* Drop unneeded version constraints from (build) dependencies.
* Annotate test-only build dependencies with <!nocheck>.
* Add debian/upstream/metadata.
Checksums-Sha1:
0bdf3d4e6b174efe09b97259d32a834f52ba4d85 3189
libkiokudb-backend-dbi-perl_1.23-3.dsc
88e60e584f0ae9a4166b7e1d07a288e6f06448e7 2824
libkiokudb-backend-dbi-perl_1.23-3.debian.tar.xz
Checksums-Sha256:
d3f9beb437e6e625cce8e6c44e10ba9f9a55f1e17f971acd6ea18e6f48528a28 3189
libkiokudb-backend-dbi-perl_1.23-3.dsc
1278ccf3cc8f689f63c3481a57b3d0a76d0f8180aad8ba8e5cb4bb621f1f5f1a 2824
libkiokudb-backend-dbi-perl_1.23-3.debian.tar.xz
Files:
56d3307c826794e9edae8fb297ef002c 3189 perl optional
libkiokudb-backend-dbi-perl_1.23-3.dsc
b84d1e6c1d641d549dc14779e95381e2 2824 perl optional
libkiokudb-backend-dbi-perl_1.23-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAmKMlyVfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgZWhQ//U7nvqWsTB4xb6S7sITIXe9lcfAQiTCCLv/lb3n+BjD+RvTGmRzB9mLwk
/BbmOHdetENakGfNPPnAowISwiDMR07zCOXOywyeFDhXwkBgv2UE2XVClw01ZNsC
1f1rms7XURpPOg05kxz5OQlIcu0sJDKFSiswtnwmgFAJwJC8VimXJqAAtfG40ywP
fBi3QdkVBTbUC5BGpt2jzHmAeqqVgBo0HVQ7oVwdnbjSOKdu06J0T93ggBtsVRo3
QvzfBUpPojmheNzcXoWBp8RPmO8soz3vBcaacUXE4isloOrijmtyJMbDGJpkdg0+
7XE96jGg0X2jTHaTO4OPjPPsJJUliWB0YCvhDZf20FnUZosbMZsnhJPNLA6hDAls
CSdYRXBp8qpHx1xE0AxtxJrYC1dFda2mggySts+iPAZdH1M2cFb1ZpX+pCYEKnkx
TXPIz1Kk+Ld9g46pYh06ir8dZOHS/cGZ/Og/OQqf0oYLDlcz+Zl0EAaJkYmJLzAE
1h0eosjaXrO9HIaVTEdiHgrw16tbGMpe6YgbKZbJCO0Ms337VeOMjtgHWl8ADWxv
IlVCJREXeZ0X1c5gzcjPpZ5VSAwOXuTgLASaNIB0Wq5nl+aLrdHHzXO0zq4Bmyzy
+Ibnk8XNebxmNZzuc/BXbuVzw8HL8wP25RCyOik4pT9cxAAwfss=
=it4p
-----END PGP SIGNATURE-----
--- End Message ---