Your message dated Sun, 24 May 2026 15:48:38 +0000
with message-id <[email protected]>
and subject line Bug#1134983: fixed in ruby-curb 1.3.5-1
has caused the Debian Bug report #1134983,
regarding ruby-curb: FTBFS: Failure: test_username_password(TestCurbCurlEasy)
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 [email protected]
immediately.)
--
1134983: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1134983
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ruby-curb
Version: 1.3.1-1
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, this package failed to build.
Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:
https://people.debian.org/~sanvila/build-logs/202604/
Note: The package FTBFS 100% of the time in all my test machines.
On machines with 2 CPUs, the (failed) build takes only one minute to finish.
On machines with 1 CPU, the (also failed) build hangs the autobuilder:
===============================================================================
E: Build killed with signal TERM after 60 minutes of inactivity
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:ruby-curb, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
find lib/ -type d -empty -delete
cd -
cd -
/usr/bin/ruby3.3 /usr/bin/gem2deb-test-runner
ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
â Checking Rubygems dependency resolution on ruby3.3
â
ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
RUBYLIB=.
GEM_PATH=/<<PKGBUILDDIR>>/debian/ruby-curb/usr/lib/x86_64-linux-gnu/rubygems-integration/3.3.0:/<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home/.local/share/gem/ruby/3.3.0:/var/lib/gems/3.3.0:/usr/local/lib/ruby/gems/3.3.0:/usr/lib/ruby/gems/3.3.0:/usr/lib/x86_64-linux-gnu/ruby/gems/3.3.0:/usr/share/rubygems-integration/3.3.0:/usr/share/rubygems-integration/all:/usr/lib/x86_64-linux-gnu/rubygems-integration/3.3.0
ruby3.3 -e gem\ \"curb\"
ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
â Run tests for ruby3.3 from debian/ruby-tests.rake
â
ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
RUBYLIB=.
GEM_PATH=/<<PKGBUILDDIR>>/debian/ruby-curb/usr/lib/x86_64-linux-gnu/rubygems-integration/3.3.0:/<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home/.local/share/gem/ruby/3.3.0:/var/lib/gems/3.3.0:/usr/local/lib/ruby/gems/3.3.0:/usr/lib/ruby/gems/3.3.0:/usr/lib/x86_64-linux-gnu/ruby/gems/3.3.0:/usr/share/rubygems-integration/3.3.0:/usr/share/rubygems-integration/all:/usr/lib/x86_64-linux-gnu/rubygems-integration/3.3.0
ruby3.3 -S rake --rakelibdir /gem2deb-nonexistent -f debian/ruby-tests.rake
Loaded suite
/usr/share/rubygems-integration/all/gems/rake-13.4.2/lib/rake/rake_test_loader
Started
F
===============================================================================
Failure: test_username_password(TestCurbCurlEasy)
/<<PKGBUILDDIR>>/tests/tc_curl_easy.rb:1471:in `test_username_password'
1468: end
1469: curl.http_auth_types = :ntlm
1470: curl.perform
=> 1471: assert_equal 'NTLM
TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=', $auth_header
1472: end
1473:
1474: def test_primary_ip
<"NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=">(UTF-8) expected but was
<"Basic Zm9vOmJhcg==">(ASCII-8BIT)
diff:
? NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
? asic Zm9vOmJhcg =
? ---------------- ??????????????????????????????? +
? Encoding: UTF -8
? ASCII BIT
? ??? +++
===============================================================================Skipping
fiber scheduler test (Async gem not available)
Skipping fiber scheduler test (Async gem not available)
Skipping fiber scheduler test (Async gem not available)
Skipping fiber scheduler test (Async gem not available)
Skipping fiber scheduler test (Async gem not available)
Skipping fiber scheduler test (Async gem not available)
Skipping fiber scheduler test (Async gem not available)
Skipping fiber scheduler test (Async gem not available)
Skipping fiber scheduler test (Async gem not available)
Skipping fiber scheduler test (Async gem not available)
Skipping fiber scheduler test (Async gem not available)
F
===============================================================================
Failure:
test_multi_single_request_socket_perform_passes_integer_events_to_io_wait(TestCurbFiberScheduler):
<0> was expected to be
>=
<1>.
/<<PKGBUILDDIR>>/tests/tc_fiber_scheduler.rb:211:in
`test_multi_single_request_socket_perform_passes_integer_events_to_io_wait'
208: end
209:
210: assert_equal 200, result
=> 211: assert_operator scheduler.io_wait_events.length, :>=, 1
212: assert scheduler.io_wait_events.all? { |events|
events.is_a?(Integer) }
213: assert scheduler.io_wait_events.any? { |events| (events &
(IO::READABLE | IO::WRITABLE)) != 0 }
214: end
===============================================================================
Finished in 10.456397431 seconds.
-------------------------------------------------------------------------------
282 tests, 1432 assertions, 2 failures, 0 errors, 0 pendings, 0 omissions, 0
notifications
99.2908% passed
-------------------------------------------------------------------------------
26.97 tests/s, 136.95 assertions/s
rake aborted!
Command failed with status (1)
/usr/share/rubygems-integration/all/gems/rake-13.4.2/exe/rake:27:in `<top
(required)>'
Tasks: TOP => default => unittests
(See full trace by running task with --trace)
/usr/lib/ruby/vendor_ruby/gem2deb.rb:52:in `run': /usr/bin/ruby3.3
/usr/bin/gem2deb-test-runner (Gem2Deb::CommandFailed)
from /usr/lib/ruby/vendor_ruby/gem2deb.rb:64:in `block in run_ruby'
from /usr/lib/ruby/vendor_ruby/gem2deb.rb:87:in `maybe_crossbuild'
from /usr/lib/ruby/vendor_ruby/gem2deb.rb:63:in `run_ruby'
from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:189:in
`run_tests_for_version'
from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:176:in `block in
run_tests'
from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:175:in `each'
from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:175:in `run_tests'
from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:71:in `run_tests'
from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:57:in `install'
from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:163:in `install'
from /usr/bin/dh_ruby:89:in `<main>'
dh_auto_install: error: dh_ruby --install /<<PKGBUILDDIR>>/debian/ruby-curb
returned exit code 1
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: ruby-curb
Source-Version: 1.3.5-1
Done: Pirate Praveen <[email protected]>
We believe that the bug you reported is fixed in the latest version of
ruby-curb, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Pirate Praveen <[email protected]> (supplier of updated ruby-curb 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 24 May 2026 21:01:34 +0530
Source: ruby-curb
Architecture: source
Version: 1.3.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team
<[email protected]>
Changed-By: Pirate Praveen <[email protected]>
Closes: 1134983
Changes:
ruby-curb (1.3.5-1) unstable; urgency=medium
.
* New upstream version 1.3.5 (Closes: #1134983)
Checksums-Sha1:
fbfd435d0387954051693acf74dd2676559273eb 2107 ruby-curb_1.3.5-1.dsc
428042ba476f1f6dd16b509f12a4a782939d7286 138765 ruby-curb_1.3.5.orig.tar.gz
89cd58f6c45de60f0bf226ec9f012dc364de8fa8 6404 ruby-curb_1.3.5-1.debian.tar.xz
d0103b17d40d2f6eaf0874da073e80e068699d5c 8465 ruby-curb_1.3.5-1_amd64.buildinfo
Checksums-Sha256:
ce3c800829ef9749e7514c058b9444e7b4467d7355287b24e61612eb24007993 2107
ruby-curb_1.3.5-1.dsc
c8bd80c6344ebf37c838aa9cd51f1e337cb8d7bb25794689b30f40c9b26e73c4 138765
ruby-curb_1.3.5.orig.tar.gz
52f43d53b45c14940aaea377987e284e7d5c53f4ffb720088ac10387d95fa12d 6404
ruby-curb_1.3.5-1.debian.tar.xz
d3a213d8092bd5e79a44ae295430d43b05fc94fba1b8c2ff0397846650f1b117 8465
ruby-curb_1.3.5-1_amd64.buildinfo
Files:
5f297b7dfa4133dba3a6822e32995ade 2107 ruby optional ruby-curb_1.3.5-1.dsc
9473971223e2d787d31629d8076cb9fc 138765 ruby optional
ruby-curb_1.3.5.orig.tar.gz
9cd0238b83abc117a4374c32cd47b57f 6404 ruby optional
ruby-curb_1.3.5-1.debian.tar.xz
bdd5aca1e116e25ef50aa228d0af08b2 8465 ruby optional
ruby-curb_1.3.5-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE0whj4mAg5UP0cZqDj1PgGTspS3UFAmoTG2EACgkQj1PgGTsp
S3XpDQ//e7Ku32Ksawfx4WPuATuu4xmnfyeXSwLcJTxeRarwKxauiPrRybtjrU1y
ahVyfg6ZWfVaVXKvFiEb0qIH5mddVZXmHt/QWLXcbrFKs2RxZTcK1BA4s2LRx155
n3iEERAvXA0u0KegSKqw4c4I8B8thMnbkR2ikDrsmRc1gzA8Pti6PJLoVZXB16EG
ynLB7Ikk8BWXFh9fAH3PA0lPQzJ1pn6/dq7yUWsaIfy0dTphrj1ycOvVLyM2rK7s
+cy9wPuk5Kmx79Pw6P28NOuFcePowKD5v+P09wkchzaiGP6qISC0SC4zdEC0NoF4
/YiW5q4bd4AOOlA78uw0sBAgiwpboaPd/w0iXZaNq/625xvj81cwnLrFm2Yd2Ndt
Hy5SPR0s+bwYlsbPFaDhoO7eC35EoJJBnGNVP/RDbKRuZayUAnP53osakNmfhgu/
+ZBpO1aVoK/QvnIzVosJzVy3WR9mmEDLN6w9ZQuEOx98xSz+51kx7VwTpBHhYumk
xY4fL1lVNcsDzqqpcaFvQ4txzttBmD45xqd07MN0b612Suk5WLqmk4f2ePcdstjn
T49jR4ljRzDnZWlUE8OT7SWH0ew4XPTK5ly6kojdo9F6SelvPd8vBVrCesZs/6FI
Tr2xf7Yew/9hf1TD8zsrU0f1JFhKiHT/fL2j6N8D4w7+9suatXw=
=BfjM
-----END PGP SIGNATURE-----
pgpJS8IV3xfAV.pgp
Description: PGP signature
--- End Message ---
_______________________________________________
Pkg-ruby-extras-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers