Bug 53164 - iperf3-3.18.1 собран из исходных кодов 3.8.1
Summary: iperf3-3.18.1 собран из исходных кодов 3.8.1
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: iperf3 (show other bugs)
Version: unstable
Hardware: aarch64 Linux
: P5 normal
Assignee: Sergey Y. Afonin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-20 12:34 MSK by Max Romanov
Modified: 2025-03-06 14:39 MSK (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Max Romanov 2025-02-20 12:34:41 MSK
$ iperf3 --version
iperf 3.8.1 (cJSON 1.7.13)

$ rpm -qi iperf3
Name        : iperf3
Version     : 3.18.1
Release     : alt1
DistTag     : p10+371726.100.1.1
Architecture: aarch64
Group       : Monitoring
Size        : 66426
License     : BSD-3-Clause and MIT
Signature   : RSA/SHA512, Sat Jan 25 12:26:24 2025, Key ID 42f343a2c7eb80f9
Source RPM  : iperf3-3.18.1-alt1.src.rpm
Build Date  : Sat Jan 25 12:26:21 2025
Build Host  : asy-p10.hasher.altlinux.org


$ curl -O http://ftp.altlinux.org/pub/distributions/ALTLinux/p10/branch/aarch64/SRPMS.classic/iperf3-3.18.1-alt1.src.rpm
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  619k  100  619k    0     0  6230k      0 --:--:-- --:--:-- --:--:-- 6261k
$ rpm2cpio iperf3-3.18.1-alt1.src.rpm | cpio -di
1225 blocks
$ curl -O https://downloads.es.net/pub/iperf/iperf-3.8.1.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  603k  100  603k    0     0   303k      0  0:00:01  0:00:01 --:--:--  303k
$ sha256sum iperf-3.8.1.tar.gz 
e5b080f3273a8a715a4100f13826ac2ca31cc7b1315925631b2ecf64957ded96  iperf-3.8.1.tar.gz
$ tar -xzf iperf-3.8.1.tar.gz
$ tar -xzf iperf-3.18.1.tar.gz
$ diff -aur iperf-3.8.1 iperf-3.8.1

Показывает пусто.
Comment 1 Evgeny Shesteperov 2025-02-22 09:57:34 MSK
Воспроизводится в P10.
Comment 2 Andrew Vasilyev 2025-02-23 23:25:09 MSK
(Ответ для Max Romanov на комментарий #0)
> $ diff -aur iperf-3.8.1 iperf-3.8.1
              ^^^^^^^^^^^^^^^^^^^^^^^
  Здесь точно нет ошибки?

> Показывает пусто.
Comment 3 Evgeny Shesteperov 2025-02-24 09:37:53 MSK
(Ответ для Andrew Vasilyev на комментарий #2)
> (Ответ для Max Romanov на комментарий #0)
> > $ diff -aur iperf-3.8.1 iperf-3.8.1
>               ^^^^^^^^^^^^^^^^^^^^^^^
>   Здесь точно нет ошибки?
> 
> > Показывает пусто.

# diff -aur iperf-3.18.1 iperf-3.8.1 && echo FAILED
FAILED
Comment 4 Max Romanov 2025-02-24 12:27:18 MSK
(In reply to Andrew Vasilyev from comment #2)
> (Ответ для Max Romanov на комментарий #0)
> > $ diff -aur iperf-3.8.1 iperf-3.8.1
>               ^^^^^^^^^^^^^^^^^^^^^^^
>   Здесь точно нет ошибки?
> 
> > Показывает пусто.

Здесь есть опечатка, которая иллюстрирует процесс появления ошибки.

Вместо "diff -aur iperf-3.8.1 iperf-3.8.1" следует читать "diff -aur iperf-3.8.1 iperf-3.18.1". К сожалению, пользовательский интерфейс не позволяет исправлять комментарии.
Comment 5 Sergey Y. Afonin 2025-02-25 11:49:24 MSK
Нда. Что-то косяк какой-то вышел.
Comment 6 Sergey Y. Afonin 2025-03-06 14:27:38 MSK
Я всё думал, как так-то... А это они там сами что-то напутали. Вот помню, что качал 3.18.1... Кое-каой хвост нашёл:

https://github.com/esnet/iperf/commit/e4cb673170a395c12d83ad74b247659b2e70e257

===
2024-12-13:  iperf-3.18 released
--------------------------------

| URL:  https://downloads.es.net/pub/iperf/iperf-3.8.1.tar.gz
| SHA256: ``c0618175514331e766522500e20c94bfb293b4424eb27d7207fb427b88d20bab``

iperf-3.18 includes fixes for several bugs, including one that could
===

Коммит в docs/news.rst после релиза 3.18, а упоминается архив 3.8.1. Думаю, всё же, был архив 3.18.1 c 3.8.1.
Comment 7 Repository Robot 2025-03-06 14:39:53 MSK
iperf3-3.18.1-alt2 -> sisyphus:

 Thu Mar 06 2025 Sergey Y. Afonin <asy@altlinux> 3.18.1-alt2
 - built with 3.18 source (ALT #53164)