Lucas Kanashiro

Results 16 issues of Lucas Kanashiro

`TestMetrics_MeasureSince` is failing in Ubuntu Groovy 20.10 (development release) on arm64 (Go 1.14), here is the [test log](https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-groovy/groovy/arm64/g/golang-github-armon-go-metrics/20200727_133111_c078b@/log.gz). I patched the test to print `m` (`MockSink`) after each call of...

The ubuntu-archive-keyring binary package does not exist in the archive. autopkgtest is currently failing in Ubuntu Hirsute (development release): https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-hirsute/hirsute/amd64/a/apt-clone/20210127_145044_77992@/log.gz autopkgtest result with the proposed change: autopkgtest [15:36:32]: @@@@@@@@@@@@@@@@@@@@ summary...

In Debian and Ubuntu, the following tests are failing when executed in armhf (32bits): ``` 1) OilyPNG::Color#compose_quick should use the background color as is when a fully transparent pixel is...

## Problem description In Debian, we are moving from `ruby2.7` to `ruby3.0` and `ruby-byebug` is failing to build with the new version. Here is the full build log: https://people.debian.org/~kanashiro/ruby3.0/round2/builds/3/ruby-byebug/ruby-byebug_11.1.3-1+rebuild1633376056_amd64.build.txt You...

I tried to run the tests (spec) of bunny 2.14.4 using rabbitmq 3.8.2 in an Ubuntu Focal (20.04) s390x virtual machine and I got a failure: ``` Failures: 1) Bunny::Queue#subscribe...

help wanted

**Describe the bug** In Ubuntu, the `TestCLI#test_control` has been intermittently failing on `arm64`. Ubuntu bug report: https://bugs.launchpad.net/ubuntu/+source/puma/+bug/1906307 The `pool_capacity` value sometimes is `0` and the expected is `16` due to...

bug

I ran the test suite using ruby2.5 and I got one failure: ``` Failures: 1) GrapeLogging::Formatters::Rails#call exception data returns a string with a backtrace Failure/Error: expect(lines[1]).to include 'grape_logging' expected "\t/usr/lib/ruby/vendor_ruby/rspec/core/example.rb:254:in...

`net-ssh` has some test failures because it tries to call `OpenSSL::Cipher.new` with the following ciphers: `bf-cbc`, `bf-ecb`, `cast-cbc`, and `cast5-ecb`. The error is: `OpenSSL::Cipher::CipherError: unsupported`. I checked if those ciphers...

The following tests are failing when executed on arm64, ppc64el and s390x: ``` ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure (test_smooth_knn_dists.R:272:1): (code run outside of `test_that()`) ── sknn4m$sigma not equal to...

bug