← Back to team overview

debcrafters-packages team mailing list archive

[Bug 2125943] [NEW] rust-coreutils: dd: Broken pipe

 

Public bug reported:

Reproducer:

root@q:~# dd --version
dd (uutils coreutils) 0.1.0
root@q:~# dd if=/dev/random count=256 > /tmp/a
256+0 records in
256+0 records out
131072 bytes (131 kB, 128 KiB) copied, 0.00106029 s, 131 MB/s
root@q:~# dd if=/dev/random count=256 | cmp /tmp/a
/tmp/a - differ: byte 1, line 1
dd: IO error: Broken pipe
root@q:~# gnudd if=/dev/random count=256 | cmp /tmp/a
/tmp/a - differ: byte 1, line 1

--

This affects at least a couple of package's autopkgtests.

** Affects: openssh (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: rust-coreutils (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New

** Also affects: systemd (Ubuntu)
   Importance: Undecided
       Status: New

** Also affects: openssh (Ubuntu)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of
Debcrafters packages, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/2125943

Title:
  rust-coreutils: dd: Broken pipe

Status in openssh package in Ubuntu:
  New
Status in rust-coreutils package in Ubuntu:
  New
Status in systemd package in Ubuntu:
  New

Bug description:
  Reproducer:

  root@q:~# dd --version
  dd (uutils coreutils) 0.1.0
  root@q:~# dd if=/dev/random count=256 > /tmp/a
  256+0 records in
  256+0 records out
  131072 bytes (131 kB, 128 KiB) copied, 0.00106029 s, 131 MB/s
  root@q:~# dd if=/dev/random count=256 | cmp /tmp/a
  /tmp/a - differ: byte 1, line 1
  dd: IO error: Broken pipe
  root@q:~# gnudd if=/dev/random count=256 | cmp /tmp/a
  /tmp/a - differ: byte 1, line 1

  --

  This affects at least a couple of package's autopkgtests.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/2125943/+subscriptions



Follow ups