From: Leonid Krivoshein <klark.devel@gmail.com>
To: devel@lists.altlinux.org
Cc: Vitaly Chikunov <vt@altlinux.org>
Subject: Re: [devel] Fwd: [#246495] [test-only] FAILED partclone.git=0.3.11-alt0.1.git58d138d
Date: Wed, 19 Feb 2020 02:28:48 +0300
Message-ID: <e4fc8c9c-04c7-ec64-795c-d5c0761d0200@gmail.com> (raw)
In-Reply-To: <alpine.LFD.2.20.2002180434020.6363@imap.altlinux.org>
18.02.2020 4:35, Ivan Zakharyaschev пишет:
> On Tue, 18 Feb 2020, Leonid Krivoshein wrote:
>
>> 17.02.2020 4:37, Dmitry V. Levin пишет:
>>> On Mon, Feb 17, 2020 at 04:28:09AM +0300, Leonid Krivoshein wrote:
>>>> Всем привет!
>>>>
>>>> Недоумеваю: провалено 3 теста из 13 в vm-run и только на ppc64le.
>>>> Что я делаю не так!? Что там за виртуализация такая? На aarch64 OK.
>>> Всегда добавляйте VERBOSE=1 к automake'овому "make check",
>>> иначе останется только гадать.
>> Логи научился вытягивать наружу в процессе сборки. Но убрав "set -e", получил
>> прохождение трёх оставшихся тестов на ppc64le.
> Это "но" звучит странно. Как будто нельзя логи вытаскивать и set -e
> оставить ради корректности тестов?
>
>> А проблемы сборки там видны
>> невооружённым глазом. Получилось то, что получилось (#246564), вряд ли это
>> стоит отправлять в Сизиф?
> А что мешает сделать это так, чтобы себе понравилось?
Теперь уже ничего! Всё ни к чёрту не годится и придётся переделывать. ((
Интересно, почему в RHEL версия больше, хотя исходники более старые,
2018 года?
Я исправил в config.ac 0.3.13 на 0.3.11, т.к. думаю, что это опечатка
(см. changelog).
Не считая ARCH, у всех остальных partclone сейчас идёт с версией 0.3.11.
А что такое epel playgound?
Из забавного:
# Testsuite is CPU and disk space intensive, partially also just broken
%{!?testsuite: %global testsuite 1}
...
%if 0%{?testsuite}
%check
# Patch proposal submitted:
https://github.com/Thomas-Tsai/partclone/issues/103
sed -e 's/256/1440/' -i tests/_common
# Tests for Btrfs, XFS and F2FS filesystems are broken on all architectures
sed -e 's/^\(am__append_2 = btrfs.test\)/#\1/' \
-e 's/^\(am__append_6 = xfs.test\)/#\1/' \
-e 's/^\(am__append_8 = f2fs.test\)/#\1/' \
-e 's/^\(am__append_11 = btrfs.test\)/#\1/' \
-i tests/Makefile
# NILFS2 tests must be run as root (mockbuild is unprivileged)
sed -e 's/^\(am__append_13 = nilfs2.test\)/#\1/' \
-i tests/Makefile
# Tests for FAT and HFS+ filesystems are broken on ppc64 and s390x
%ifarch ppc64 s390x
sed -e 's/^\(am__append_3 = fat.test\)/#\1/' \
-e 's/^\(am__append_5 = hfsplus.test\)/#\1/' \
-i tests/Makefile
%endif
# No f2fs-tools and hfsplus-tools in RHEL or EPEL
%if 0%{?rhel}
sed -e 's/^\(am__append_5 = hfsplus.test\)/#\1/' \
-e 's/^\(am__append_8 = f2fs.test\)/#\1/' \
-i tests/Makefile
%endif
make check || (cat tests/test-suite.log; exit 1)
%endif
vm-run реально крут и полезен! И АЛЬТ крут: у нас уже все тесты
проходят... ну, почти))
P.S.: да, вот этот exit 1 мне в конце обработки тоже стоило добавить.
А вот вытаскивать tests/test-suite.log бесполезно, это совсем не те логи.
--
Best regards,
Leonid Krivoshein.
next prev parent reply other threads:[~2020-02-18 23:28 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-17 1:28 ` Leonid Krivoshein
2020-02-17 1:37 ` Dmitry V. Levin
2020-02-17 19:59 ` Leonid Krivoshein
2020-02-18 1:07 ` Leonid Krivoshein
2020-02-18 1:35 ` Ivan Zakharyaschev
2020-02-18 1:42 ` Ivan Zakharyaschev
2020-02-18 8:48 ` Leonid Krivoshein
2020-02-18 11:54 ` Andrey Savchenko
2020-02-18 22:33 ` Leonid Krivoshein
2020-02-18 22:38 ` Leonid Krivoshein
2020-02-19 4:34 ` Andrey Savchenko
2020-02-19 4:39 ` Ivan A. Melnikov
2020-02-19 7:38 ` Sergey V Turchin
2020-02-18 23:28 ` Leonid Krivoshein [this message]
2020-02-19 10:39 ` Ivan Zakharyaschev
2020-02-19 19:11 ` Leonid Krivoshein
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e4fc8c9c-04c7-ec64-795c-d5c0761d0200@gmail.com \
--to=klark.devel@gmail.com \
--cc=devel@lists.altlinux.org \
--cc=vt@altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git