[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_5 #331446

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Oct 17 12:12:15 BST 2022


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_5/331446/display/redirect>

Changes:


------------------------------------------
[...truncated 339.31 KB...]
  772 |                                                       gpointer         data);
      |                                                       ~~~~~~~~~~~~~~~~~^~~~
systemd-interfaces.c: In function 'job_unit_link_get_type':
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wincompatible-pointer-types]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro 'g_atomic_pointer_get'
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
systemd-interfaces.c:6843:6: note: in expansion of macro 'g_once_init_enter'
systemd-interfaces.c: In function 'job_get_type':
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wincompatible-pointer-types]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro 'g_atomic_pointer_get'
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
systemd-interfaces.c:6866:6: note: in expansion of macro 'g_once_init_enter'
systemd-interfaces.c:6872:91: warning: passing argument 3 of 'g_type_set_qdata' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
/usr/include/glib-2.0/gobject/gtype.h:772:72: note: expected 'gpointer' {aka 'void *'} but argument is of type 'const char *'
  772 |                                                       gpointer         data);
      |                                                       ~~~~~~~~~~~~~~~~~^~~~
systemd-interfaces.c: In function 'properties_get_type':
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wincompatible-pointer-types]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro 'g_atomic_pointer_get'
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
systemd-interfaces.c:7222:6: note: in expansion of macro 'g_once_init_enter'
systemd-interfaces.c:7228:98: warning: passing argument 3 of 'g_type_set_qdata' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
/usr/include/glib-2.0/gobject/gtype.h:772:72: note: expected 'gpointer' {aka 'void *'} but argument is of type 'const char *'
  772 |                                                       gpointer         data);
      |                                                       ~~~~~~~~~~~~~~~~~^~~~
/home/zbyszek/src/systemd-ui/src/gnome-ask-password-agent.vala: In function 'password_dialog_construct':
/home/zbyszek/src/systemd-ui/src/gnome-ask-password-agent.vala:39:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
/home/zbyszek/src/systemd-ui/src/gnome-ask-password-agent.vala:40:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from src/gnome-ask-password-agent.c:5:
gnome-ask-password-agent.c: In function 'password_dialog_get_type':
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wincompatible-pointer-types]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro 'g_atomic_pointer_get'
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
gnome-ask-password-agent.c:315:6: note: in expansion of macro 'g_once_init_enter'
gnome-ask-password-agent.c:316:127: warning: cast between incompatible function types from 'void (*)(PasswordDialogClass *)' {aka 'void (*)(struct _PasswordDialogClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type]
gnome-ask-password-agent.c:316:233: warning: cast between incompatible function types from 'void (*)(PasswordDialog *)' {aka 'void (*)(struct _PasswordDialog *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type]
/home/zbyszek/src/systemd-ui/src/gnome-ask-password-agent.vala: In function 'my_status_icon_construct':
/home/zbyszek/src/systemd-ui/src/gnome-ask-password-agent.vala:87:2: warning: 'gtk_status_icon_set_title' is deprecated [-Wdeprecated-declarations]
In file included from /usr/include/gtk-3.0/gtk/gtk.h:275,
                 from src/gnome-ask-password-agent.c:8:
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:143:23: note: declared here
  143 | void                  gtk_status_icon_set_title          (GtkStatusIcon      *status_icon,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/zbyszek/src/systemd-ui/src/gnome-ask-password-agent.vala: In function 'my_status_icon_look_for_password':
/home/zbyszek/src/systemd-ui/src/gnome-ask-password-agent.vala:142:3: warning: 'gtk_status_icon_set_visible' is deprecated [-Wdeprecated-declarations]
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:151:23: note: declared here
  151 | void                  gtk_status_icon_set_visible        (GtkStatusIcon      *status_icon,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/zbyszek/src/systemd-ui/src/gnome-ask-password-agent.vala: In function '__lambda2_':
/home/zbyszek/src/systemd-ui/src/gnome-ask-password-agent.vala:189:2: warning: 'gtk_status_icon_set_visible' is deprecated [-Wdeprecated-declarations]
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:151:23: note: declared here
  151 | void                  gtk_status_icon_set_visible        (GtkStatusIcon      *status_icon,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/zbyszek/src/systemd-ui/src/gnome-ask-password-agent.vala: In function 'my_status_icon_load_password':
/home/zbyszek/src/systemd-ui/src/gnome-ask-password-agent.vala:160:30: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 3 has type 'guint64 *' {aka 'long unsigned int *'} [-Wformat=]
/home/zbyszek/src/systemd-ui/src/gnome-ask-password-agent.vala:177:2: warning: 'gtk_status_icon_set_tooltip_text' is deprecated [-Wdeprecated-declarations]
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:137:23: note: declared here
  137 | void                  gtk_status_icon_set_tooltip_text   (GtkStatusIcon      *status_icon,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/zbyszek/src/systemd-ui/src/gnome-ask-password-agent.vala:184:2: warning: 'gtk_status_icon_set_from_icon_name' is deprecated [-Wdeprecated-declarations]
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:106:23: note: declared here
  106 | void                  gtk_status_icon_set_from_icon_name (GtkStatusIcon      *status_icon,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/zbyszek/src/systemd-ui/src/gnome-ask-password-agent.vala:186:2: warning: 'gtk_status_icon_get_title' is deprecated [-Wdeprecated-declarations]
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:146:23: note: declared here
  146 | const gchar *         gtk_status_icon_get_title          (GtkStatusIcon      *status_icon);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/zbyszek/src/systemd-ui/src/gnome-ask-password-agent.vala:191:73: warning: passing argument 4 of 'notify_notification_add_action' from incompatible pointer type [-Wincompatible-pointer-types]
In file included from /usr/include/libnotify/notify.h:27,
                 from src/gnome-ask-password-agent.c:12:
/usr/include/libnotify/notification.h:207:85: note: expected 'NotifyActionCallback' {aka 'void (*)(NotifyNotification *, char *, void *)'} but argument is of type 'void (*)(NotifyNotification *, const gchar *, void *)' {aka 'void (*)(NotifyNotification *, const char *, void *)'}
  207 |                                                                NotifyActionCallback callback,
      |                                                                ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/home/zbyszek/src/systemd-ui/src/gnome-ask-password-agent.vala: In function 'my_status_icon_class_init':
/home/zbyszek/src/systemd-ui/src/gnome-ask-password-agent.vala:72:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations]
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                 from /usr/include/glib-2.0/gobject/gbinding.h:31,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from src/gnome-ask-password-agent.c:6:
/usr/include/glib-2.0/gobject/gtype.h:1356:10: note: declared here
 1356 | void     g_type_class_add_private       (gpointer                    g_class,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~
/home/zbyszek/src/systemd-ui/src/gnome-ask-password-agent.vala: In function 'my_status_icon_instance_init':
/home/zbyszek/src/systemd-ui/src/gnome-ask-password-agent.vala:72:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
gnome-ask-password-agent.c: In function 'my_status_icon_get_type':
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wincompatible-pointer-types]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro 'g_atomic_pointer_get'
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
gnome-ask-password-agent.c:1447:6: note: in expansion of macro 'g_once_init_enter'
gnome-ask-password-agent.c:1448:125: warning: cast between incompatible function types from 'void (*)(MyStatusIconClass *)' {aka 'void (*)(struct _MyStatusIconClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type]
gnome-ask-password-agent.c:1448:228: warning: cast between incompatible function types from 'void (*)(MyStatusIcon *)' {aka 'void (*)(struct _MyStatusIcon *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type]
/home/zbyszek/src/systemd-ui/src/gnome-ask-password-agent.vala: In function 'main':
/home/zbyszek/src/systemd-ui/src/gnome-ask-password-agent.vala:260:2: warning: 'g_type_init' is deprecated [-Wdeprecated-declarations]
/usr/include/glib-2.0/gobject/gtype.h:712:23: note: declared here
  712 | void                  g_type_init                    (void);
      |                       ^~~~~~~~~~~
/usr/share/vala-0.22/vapi/glib-2.0.vapi: In function 'g_time_format':
/usr/share/vala-0.22/vapi/glib-2.0.vapi:2450:2: warning: format not a string literal, format string not checked [-Wformat-nonliteral]
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from src/systemadm.c:5:
systemadm.c: In function 'left_label_get_type':
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wincompatible-pointer-types]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro 'g_atomic_pointer_get'
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
systemadm.c:672:6: note: in expansion of macro 'g_once_init_enter'
systemadm.c:673:122: warning: cast between incompatible function types from 'void (*)(LeftLabelClass *)' {aka 'void (*)(struct _LeftLabelClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type]
systemadm.c:673:218: warning: cast between incompatible function types from 'void (*)(LeftLabel *)' {aka 'void (*)(struct _LeftLabel *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type]
systemadm.c: In function 'right_label_get_type':
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wincompatible-pointer-types]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro 'g_atomic_pointer_get'
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
systemadm.c:807:6: note: in expansion of macro 'g_once_init_enter'
systemadm.c:808:123: warning: cast between incompatible function types from 'void (*)(RightLabelClass *)' {aka 'void (*)(struct _RightLabelClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type]
systemadm.c:808:221: warning: cast between incompatible function types from 'void (*)(RightLabel *)' {aka 'void (*)(struct _RightLabel *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type]
/home/zbyszek/src/systemd-ui/src/systemadm.vala: In function 'main_window_class_init':
/home/zbyszek/src/systemd-ui/src/systemadm.vala:84:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations]
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                 from /usr/include/glib-2.0/gobject/gbinding.h:31,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from src/systemadm.c:6:
/usr/include/glib-2.0/gobject/gtype.h:1356:10: note: declared here
 1356 | void     g_type_class_add_private       (gpointer                    g_class,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~
/home/zbyszek/src/systemd-ui/src/systemadm.vala: In function 'main_window_instance_init':
/home/zbyszek/src/systemd-ui/src/systemadm.vala:84:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
systemadm.c: In function 'main_window_get_type':
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wincompatible-pointer-types]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro 'g_atomic_pointer_get'
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
systemadm.c:7934:6: note: in expansion of macro 'g_once_init_enter'
systemadm.c:7935:123: warning: cast between incompatible function types from 'void (*)(MainWindowClass *)' {aka 'void (*)(struct _MainWindowClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type]
systemadm.c:7935:221: warning: cast between incompatible function types from 'void (*)(MainWindow *)' {aka 'void (*)(struct _MainWindow *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type]
/home/zbyszek/src/systemd-ui/src/systemadm.vala: In function 'main':
/home/zbyszek/src/systemd-ui/src/systemadm.vala:1166:2: warning: 'g_type_init' is deprecated [-Wdeprecated-declarations]
/usr/include/glib-2.0/gobject/gtype.h:712:23: note: declared here
  712 | void                  g_type_init                    (void);
      |                       ^~~~~~~~~~~
  CCLD     systemd-gnome-ask-password-agent
  CCLD     systemadm
make[2]: Leaving directory '/tmp/systemd-ui-archlinuxrb-build-Qt3LWAFS/systemd-ui/trunk/src/systemd-ui-3'
make[1]: Leaving directory '/tmp/systemd-ui-archlinuxrb-build-Qt3LWAFS/systemd-ui/trunk/src/systemd-ui-3'
==> Entering fakeroot environment...
==> Starting package()...
make[1]: Entering directory '/tmp/systemd-ui-archlinuxrb-build-Qt3LWAFS/systemd-ui/trunk/src/systemd-ui-3'
make[2]: Entering directory '/tmp/systemd-ui-archlinuxrb-build-Qt3LWAFS/systemd-ui/trunk/src/systemd-ui-3'
 /usr/sbin/mkdir -p '/tmp/systemd-ui-archlinuxrb-build-Qt3LWAFS/systemd-ui/trunk/pkg/systemd-ui/usr/share/applications'
 /usr/sbin/mkdir -p '/tmp/systemd-ui-archlinuxrb-build-Qt3LWAFS/systemd-ui/trunk/pkg/systemd-ui/usr/share/man/man1'
 /usr/sbin/mkdir -p '/tmp/systemd-ui-archlinuxrb-build-Qt3LWAFS/systemd-ui/trunk/pkg/systemd-ui/usr/bin'
 /usr/bin/install -c -m 644 src/systemadm.desktop '/tmp/systemd-ui-archlinuxrb-build-Qt3LWAFS/systemd-ui/trunk/pkg/systemd-ui/usr/share/applications'
  /usr/bin/install -c systemadm systemd-gnome-ask-password-agent '/tmp/systemd-ui-archlinuxrb-build-Qt3LWAFS/systemd-ui/trunk/pkg/systemd-ui/usr/bin'
 /usr/bin/install -c -m 644 man/systemadm.1 '/tmp/systemd-ui-archlinuxrb-build-Qt3LWAFS/systemd-ui/trunk/pkg/systemd-ui/usr/share/man/man1'
make  install-exec-hook
make  install-data-hook
make[3]: Entering directory '/tmp/systemd-ui-archlinuxrb-build-Qt3LWAFS/systemd-ui/trunk/src/systemd-ui-3'
make[3]: Nothing to be done for 'install-exec-hook'.
make[3]: Leaving directory '/tmp/systemd-ui-archlinuxrb-build-Qt3LWAFS/systemd-ui/trunk/src/systemd-ui-3'
make[3]: Entering directory '/tmp/systemd-ui-archlinuxrb-build-Qt3LWAFS/systemd-ui/trunk/src/systemd-ui-3'
make[3]: Nothing to be done for 'install-data-hook'.
make[3]: Leaving directory '/tmp/systemd-ui-archlinuxrb-build-Qt3LWAFS/systemd-ui/trunk/src/systemd-ui-3'
make[2]: Leaving directory '/tmp/systemd-ui-archlinuxrb-build-Qt3LWAFS/systemd-ui/trunk/src/systemd-ui-3'
make[1]: Leaving directory '/tmp/systemd-ui-archlinuxrb-build-Qt3LWAFS/systemd-ui/trunk/src/systemd-ui-3'
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "systemd-ui"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: systemd-ui 3-5 (Mon Oct 17 11:12:02 2022)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-systemd-ui-archlinuxrb-build-Qt3LWAFS
+ tee -a /srv/reproducible-results/archlinuxrb-build-Qt3LWAFS/b2/systemd-ui/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/systemd-ui-archlinuxrb-build-Qt3LWAFS/systemd-ui/trunk/systemd-ui-3-5-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-Qt3LWAFS/b2/systemd-ui/systemd-ui-3-5-x86_64.pkg.tar.zst'
Mon Oct 17 11:12:08 UTC 2022 - build #2 for systemd-ui on osuosl184-amd64 done.
Mon Oct 17 11:12:08 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-te59925r, removing.
/srv/reproducible-results/archlinuxrb-build-Qt3LWAFS:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 11:11 b1
drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 11:12 b2

/srv/reproducible-results/archlinuxrb-build-Qt3LWAFS/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 17 11:11 systemd-ui

/srv/reproducible-results/archlinuxrb-build-Qt3LWAFS/b1/systemd-ui:
total 256
-rw-r--r-- 1 jenkins jenkins 178193 Oct 17 11:11 build1.log
-rw-r--r-- 1 jenkins jenkins      4 Oct 17 11:11 build1.version
-rw-r--r-- 1 jenkins jenkins  67587 Oct 17 11:11 systemd-ui-3-5-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-Qt3LWAFS/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 17 11:12 systemd-ui

/srv/reproducible-results/archlinuxrb-build-Qt3LWAFS/b2/systemd-ui:
total 248
-rw-r--r-- 1 jenkins jenkins 177200 Oct 17 11:12 build2.log
-rw-r--r-- 1 jenkins jenkins      4 Oct 17 11:12 build2.version
-rw-r--r-- 1 jenkins jenkins  67587 Oct 17 11:12 systemd-ui-3-5-x86_64.pkg.tar.zst
Mon Oct 17 11:12:14 UTC 2022 - comparing results now.
Mon Oct 17 11:12:15 UTC 2022 - YAY - systemd-ui/systemd-ui-3-5-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
/tmp/jenkins-script-44Kol0xZ: line 480: echo: write error: No space left on device
cp: error writing '/var/lib/jenkins/userContent/reproducible/archlinux/community/systemd-ui/pkg.version': No space left on device
Mon Oct 17 11:12:15 UTC 2022 - /srv/reproducible-results/archlinuxrb-build-Qt3LWAFS deleted.
Mon Oct 17 11:12:15 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-44Kol0xZ, removing.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list