Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 935294

Summary: dev-util/arbua-2.2.0 fails tests on arm: disk usage is expected to be > 512
Product: Gentoo Linux Reporter: matoro <matoro_gentoo>
Component: Current packagesAssignee: Hans de Graaff <graaff>
Status: CONFIRMED ---    
Severity: normal CC: arm, matoro_gentoo
Priority: Normal Keywords: TESTFAILURE
Version: unspecified   
Hardware: ARM   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=932713
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log and emerge --info

Description matoro archtester 2024-07-01 17:59:19 UTC
Created attachment 896720 [details]
build.log and emerge --info

(::) failed steps (::)
 
expected "\ndisk usage\n  is expected to be > 512 (FAILED - 1)\n\nFailures:\n\n  1) disk usage is expected to ...re\n\nFailed examples:\n\nrspec ./spec/disk_usage_spec.rb:17 # disk usage is expected to be > 512\n" to string includes: "0 failures"
Diff:
@@ -1,27 +1,53 @@
-0 failures
+
+disk usage
+  is expected to be > 512 (FAILED - 1)
+
+Failures:
+
+  1) disk usage is expected to be > 512
+     Failure/Error: it { expect(@size1).to be > @size2 }
+
+       expected: > 512
+            got:   512
+     # ./spec/disk_usage_spec.rb:17:in `block (2 levels) in <top (required)>'
+     # /var/tmp/portage/dev-util/aruba-2.2.0/work/ruby31/aruba-2.2.0/lib/aruba/rspec.rb:35:in `block (3 levels) in <top (required)>'
+     # /var/tmp/portage/dev-util/aruba-2.2.0/work/ruby31/aruba-2.2.0/lib/aruba/platforms/local_environment.rb:22:in `call'
+     # /var/tmp/portage/dev-util/aruba-2.2.0/work/ruby31/aruba-2.2.0/lib/aruba/platforms/unix_platform.rb:79:in `with_environment'
+     # /var/tmp/portage/dev-util/aruba-2.2.0/work/ruby31/aruba-2.2.0/lib/aruba/api/core.rb:222:in `block in with_environment'
+     # /var/tmp/portage/dev-util/aruba-2.2.0/work/ruby31/aruba-2.2.0/lib/aruba/platforms/unix_environment_variables.rb:189:in `nest'
+     # /var/tmp/portage/dev-util/aruba-2.2.0/work/ruby31/aruba-2.2.0/lib/aruba/api/core.rb:220:in `with_environment'
+     # /var/tmp/portage/dev-util/aruba-2.2.0/work/ruby31/aruba-2.2.0/lib/aruba/rspec.rb:34:in `block (2 levels) in <top (required)>'
+     # /var/tmp/portage/dev-util/aruba-2.2.0/work/ruby31/aruba-2.2.0/lib/aruba/rspec.rb:25:in `block (2 levels) in <top (required)>'
+
+Finished in 0.09132 seconds (files took 0.45046 seconds to load)
+1 example, 1 failure
+
+Failed examples:
+
+rspec ./spec/disk_usage_spec.rb:17 # disk usage is expected to be > 512
 (RSpec::Expectations::ExpectationNotMetError)
./lib/aruba/cucumber/command.rb:126:in `"(the ){channel} should contain {string}"'
./lib/aruba/cucumber/testing_frameworks.rb:53:in `/^the spec(?:s)? should all pass$/'
./features/support/timing.rb:9:in `block in <top (required)>'
./lib/aruba/platforms/local_environment.rb:22:in `call'
./lib/aruba/platforms/unix_platform.rb:79:in `with_environment'
./lib/aruba/api/core.rb:222:in `block in with_environment'
./lib/aruba/platforms/unix_environment_variables.rb:189:in `nest'
./lib/aruba/api/core.rb:220:in `with_environment'
./lib/aruba/cucumber/hooks.rb:7:in `block in <top (required)>'
features/04_aruba_api/filesystem/report_disk_usage.feature:166:in `the specs should all pass'
 
Failing Scenarios:
cucumber features/04_aruba_api/filesystem/report_disk_usage.feature:143 # Scenario: Compare two repored disk usages
 
372 scenarios (1 failed, 3 skipped, 368 passed)
1748 steps (1 failed, 12 skipped, 1735 passed)
11m33.397s