Your package rubygem-database_cleaner failed to build from source in current rawhide. http://koji.fedoraproject.org/koji/taskinfo?taskID=12865950 For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
Created attachment 1126120 [details] build.log
Created attachment 1126121 [details] root.log
Created attachment 1126122 [details] state.log
This bug appears to have been reported against 'rawhide' during the Fedora 24 development cycle. Changing version to '24'. More information and reason for this action is here: https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora24#Rawhide_Rebase
Though this is just memo, I tried to test latest version 1.5.3 in my mock environment. But test was failed for some reason related on rubygem-mongo. So, I will check rubygem-mongo later. Failures: 1) DatabaseCleaner::Mongo::Truncation truncates all collections by default Failure/Error: model_class.count.should equal(expected_count), "#{model_class} expected to have a count of #{expected_count} but was #{model_class.count}" MongoTest::Widget expected to have a count of 0 but was 1 # ./spec/database_cleaner/mongo/truncation_spec.rb:27:in `block in ensure_counts' # ./spec/database_cleaner/mongo/truncation_spec.rb:26:in `each' # ./spec/database_cleaner/mongo/truncation_spec.rb:26:in `ensure_counts' # ./spec/database_cleaner/mongo/truncation_spec.rb:44:in `block (2 levels) in <module:Mongo>' 2) DatabaseCleaner::Mongo::Truncation when collections are provided to the :only option only truncates the specified collections Failure/Error: model_class.count.should equal(expected_count), "#{model_class} expected to have a count of #{expected_count} but was #{model_class.count}" MongoTest::Widget expected to have a count of 0 but was 1 # ./spec/database_cleaner/mongo/truncation_spec.rb:27:in `block in ensure_counts' # ./spec/database_cleaner/mongo/truncation_spec.rb:26:in `each' # ./spec/database_cleaner/mongo/truncation_spec.rb:26:in `ensure_counts' # ./spec/database_cleaner/mongo/truncation_spec.rb:54:in `block (3 levels) in <module:Mongo>' 3) DatabaseCleaner::Mongo::Truncation when collections are provided to the :except option truncates all but the specified collections Failure/Error: model_class.count.should equal(expected_count), "#{model_class} expected to have a count of #{expected_count} but was #{model_class.count}" MongoTest::Gadget expected to have a count of 0 but was 1 # ./spec/database_cleaner/mongo/truncation_spec.rb:27:in `block in ensure_counts' # ./spec/database_cleaner/mongo/truncation_spec.rb:26:in `each' # ./spec/database_cleaner/mongo/truncation_spec.rb:26:in `ensure_counts' # ./spec/database_cleaner/mongo/truncation_spec.rb:65:in `block (3 levels) in <module:Mongo>'
(In reply to Jun Aruga from comment #5) > Though this is just memo, I tried to test latest version 1.5.3 in my mock > environment. But test was failed for some reason related on rubygem-mongo. Have seen something like this? http://koji.fedoraproject.org/koji/taskinfo?taskID=13603076 As far as I remember, similar issues started since GCC 6.x landed in Rawhide. You might want to check with MongoDB maintainer (although they have not appeared in Koschei since mongodb-3.2.4-1.fc25 was released) ....
vondruch's rubygem-database_cleaner-1.5.3-1.fc25 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=785329
I disabled the tests. It seems to be some incompatibility of MongoDB 3.x or what not ... May be we need to update rubygem-mongo, but this update is blocked by DNF ...