ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Arseny Maslennikov <arseny@altlinux.org>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] [cyber] I: Sisyphus-20221222 x86_64 beehive_status: +37 -3 (101)
Date: Thu, 22 Dec 2022 14:12:43 +0300
Message-ID: <Y6Q7mt8NWPCX/Qai@cello> (raw)
In-Reply-To: <9a4bd73e-d486-909c-beca-0221e2e88476@altlinux.ru>

[-- Attachment #1: Type: text/plain, Size: 2569 bytes --]

On Thu, Dec 22, 2022 at 12:05:56PM +0300, Валерий Иноземцев wrote:
> 22.12.2022 11:25, Dmitry V. Levin пишет:
> > On Thu, Dec 22, 2022 at 08:10:27AM +0000, ALT beekeeper wrote:
> > > 	37 NEW error logs
> > [...]
> > > xdg-dbus-proxy-0.1.4-alt1
> > > 	dbus-daemon[4180584]: Failed to start message bus: Failed to bind socket
> > > 	"/run/dbus/users/dbus-DkOyMz7clK": No such file or directory
> > 
> > Что-то массово сломалось после обновления пакета dbus?
> 
> да. см. аттач
> какие предложения? откатывать a70b042f?

Помимо уже предложенного, можно при использовании dbus-run-session в
тестах пакетов перебивать путь по умолчанию для unix:tmpdir= в конфиге
дыбас-сервера.

    [builder@localhost basu-0.2.0]$ grep listen /usr/share/dbus-1/session.conf
      <listen>unix:tmpdir=/run/dbus/users</listen>

Вот вместо этого файла подсовывать dbus-run-session его копию, но с
другим путём (где-то, куда усер builder может писать).

    $ sed s)/run/dbus/users)/usr/src/tmp) /usr/share/dbus-1/session.conf > /usr/src/rpmb-dbus-1-session.conf
    $ dbus-run-session --config-file=/usr/src/rpmb-dbus-1-session.conf -- ninja -C x86_64-alt-linux/ test
    ninja: Entering directory `x86_64-alt-linux/'
    [0/1] Running all tests.
     1/11 test-bus-cleanup            OK              0.05s
     2/11 test-bus-error              OK              0.05s
     3/11 test-bus-vtable             OK              0.03s
     4/11 test-bus-introspect         OK              0.02s
     5/11 test-bus-marshal            OK              0.07s
     6/11 test-bus-signature          OK              0.06s
     7/11 test-bus-server             OK              0.05s
     8/11 test-bus-gvariant           OK              0.04s
     9/11 test-bus-objects            OK              0.04s
    10/11 test-bus-match              OK              0.03s
    11/11 test-bus-chat               OK              2.01s
    
    Ok:                 11  
    Expected Fail:      0   
    Fail:               0   
    Unexpected Pass:    0   
    Skipped:            0   
    Timeout:            0   
    
    Full log written to /usr/src/RPM/BUILD/basu-0.2.0/x86_64-alt-linux/meson-logs/testlog.txt

Это из разряда быстрых хотпатчей, конечно.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  parent reply	other threads:[~2022-12-22 11:12 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-22  8:25 ` Dmitry V. Levin
2022-12-22  9:05   ` Валерий Иноземцев
2022-12-22  9:42     ` Валерий Иноземцев
2022-12-22 10:26     ` Dmitry V. Levin
2022-12-22 10:33       ` Валерий Иноземцев
2022-12-22 11:01         ` Dmitry V. Levin
2022-12-23 15:26           ` Dmitry V. Levin
2022-12-23 15:42             ` Alexey Gladkov
2022-12-23 15:47               ` Dmitry V. Levin
2022-12-23 15:51                 ` Dmitry V. Levin
2022-12-23 16:16                   ` Alexey Gladkov
2022-12-23 15:52                 ` Alexey Gladkov
2022-12-24 13:38             ` Mikhail Efremov
2023-01-10 14:04               ` Mikhail Efremov
2023-01-10 17:16                 ` Dmitry V. Levin
2022-12-22 11:12     ` Arseny Maslennikov [this message]
2022-12-22 11:16       ` Валерий Иноземцев
2022-12-22 11:21         ` Sergey V Turchin
2022-12-22 11:40         ` Dmitry V. Levin
2022-12-22 11:45           ` Sergey V Turchin
2022-12-22 11:59           ` Антон Мидюков
2022-12-22 12:29     ` Sergey V Turchin
2022-12-22 12:33       ` Валерий Иноземцев
2022-12-22 12:40         ` Sergey V Turchin
2022-12-22 12:55           ` Валерий Иноземцев
2022-12-22 13:06             ` Sergey V Turchin
2022-12-22 13:21               ` Валерий Иноземцев
2022-12-22 13:53                 ` Sergey V Turchin
2022-12-22 13:12           ` Антон Мидюков
2022-12-22 13:15             ` Dmitry V. Levin
2023-02-28 13:54         ` Stanislav Levin

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=Y6Q7mt8NWPCX/Qai@cello \
    --to=arseny@altlinux.org \
    --cc=devel@lists.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