[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_1 #327931

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Wed May 12 12:56:45 BST 2021


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_1/327931/display/redirect>

Changes:


------------------------------------------
[...truncated 78.66 KB...]
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/overlayed-list.vala:23.16-23.53: warning: [GtkChild] fields must be declared as `unowned'
    [GtkChild] protected ListBox        main_list_box;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/overlayed-list.vala:27.16-27.48: warning: [GtkChild] fields must be declared as `unowned'
    [GtkChild] private   ScrolledWindow scrolled;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/overlayed-list.vala:28.16-28.53: warning: [GtkChild] fields must be declared as `unowned'
    [GtkChild] private   Box            edit_mode_box;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/overlayed-list.vala:48.16-48.57: warning: [GtkChild] fields must be declared as `unowned'
    [GtkChild] private ModelButton enter_edit_mode_button;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/overlayed-list.vala:49.16-49.57: warning: [GtkChild] fields must be declared as `unowned'
    [GtkChild] private ModelButton leave_edit_mode_button;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/registry-placeholder.vala:23.16-23.46: warning: [GtkChild] fields must be declared as `unowned'
    [GtkChild] private Label placeholder_label;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/registry-placeholder.vala:24.16-24.46: warning: [GtkChild] fields must be declared as `unowned'
    [GtkChild] private Image placeholder_image;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/overlayed-list.vala:92.47-92.63: error: Assignment of [GtkChild] `OverlayedList.edit_mode_box' is not allowed
            set_horizontal (ref main_context, ref edit_mode_box);
                                              ^^^^^^^^^^^^^^^^^
../iagno/src/overlayed-list.vala:94.45-94.61: error: Assignment of [GtkChild] `OverlayedList.edit_mode_box' is not allowed
            set_vertical (ref main_context, ref edit_mode_box);
                                            ^^^^^^^^^^^^^^^^^
../iagno/src/overlayed-list.vala:121.29-121.45: error: Assignment of [GtkChild] `OverlayedList.main_list_box' is not allowed
        return _next_match (ref main_list_box);
                            ^^^^^^^^^^^^^^^^^
../iagno/src/overlayed-list.vala:143.33-143.49: error: Assignment of [GtkChild] `OverlayedList.main_list_box' is not allowed
        return _previous_match (ref main_list_box);
                                ^^^^^^^^^^^^^^^^^
../iagno/src/overlayed-list.vala:192.44-192.60: error: Assignment of [GtkChild] `OverlayedList.main_list_box' is not allowed
        return _get_selected_rows_indices (ref main_list_box);
                                           ^^^^^^^^^^^^^^^^^
../iagno/src/overlayed-list.vala:208.22-208.38: error: Assignment of [GtkChild] `OverlayedList.main_list_box' is not allowed
        _scroll_top (ref main_list_box);
                     ^^^^^^^^^^^^^^^^^
../iagno/src/overlayed-list.vala:218.25-218.41: error: Assignment of [GtkChild] `OverlayedList.main_list_box' is not allowed
        _scroll_bottom (ref main_list_box);
                        ^^^^^^^^^^^^^^^^^
../iagno/src/base-view.vala:23.16-23.39: warning: [GtkChild] fields must be declared as `unowned'
    [GtkChild] protected Grid main_grid;
               ^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/base-view.vala:112.16-112.52: warning: [GtkChild] fields must be declared as `unowned'
    [GtkChild] private Overlay notifications_overlay;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/notifications-revealer.vala:23.16-23.47: warning: [GtkChild] fields must be declared as `unowned'
    [GtkChild] private Label notification_label;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/base-headerbar.vala:23.16-23.39: warning: [GtkChild] fields must be declared as `unowned'
    [GtkChild] protected Box center_box;
               ^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/base-headerbar.vala:193.16-193.50: warning: [GtkChild] fields must be declared as `unowned'
    [GtkChild] private   Button     go_back_button;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/base-headerbar.vala:194.16-194.54: warning: [GtkChild] fields must be declared as `unowned'
    [GtkChild] private   Separator  ltr_left_separator;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/base-headerbar.vala:195.16-195.47: warning: [GtkChild] fields must be declared as `unowned'
    [GtkChild] private   Label      title_label;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/base-headerbar.vala:196.16-196.47: warning: [GtkChild] fields must be declared as `unowned'
    [GtkChild] private   MenuButton info_button;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/base-headerbar.vala:197.16-197.55: warning: [GtkChild] fields must be declared as `unowned'
    [GtkChild] private   Separator  ltr_right_separator;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/base-headerbar.vala:199.16-199.53: warning: [GtkChild] fields must be declared as `unowned'
    [GtkChild] protected Stack      quit_button_stack;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/base-window.vala:77.16-77.37: warning: [GtkChild] fields must be declared as `unowned'
    [GtkChild] private Grid main_grid;
               ^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/base-window.vala:78.16-78.49: warning: [GtkChild] fields must be declared as `unowned'
    [GtkChild] private Button unfullscreen_button;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/base-window.vala:79.16-79.43: warning: [GtkChild] fields must be declared as `unowned'
    [GtkChild] private Overlay main_overlay;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/overlayed-list.vala:228.50-228.66: error: Assignment of [GtkChild] `OverlayedList.main_list_box' is not allowed
        return _handle_copy_text (out copy_text, ref main_list_box);
                                                 ^^^^^^^^^^^^^^^^^
../iagno/src/overlayed-list.vala:286.38-286.54: error: Assignment of [GtkChild] `OverlayedList.main_list_box' is not allowed
        return _get_selection_state (ref main_list_box, ref main_list_store);
                                     ^^^^^^^^^^^^^^^^^
../iagno/src/game-actionbar.vala:31.16-31.43: warning: [GtkChild] fields must be declared as `unowned'
    [GtkChild] private ActionBar action_bar;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/game-actionbar.vala:32.16-32.39: warning: [GtkChild] fields must be declared as `unowned'
    [GtkChild] private Label game_label;
               ^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/game-actionbar.vala:58.5-58.43: warning: `override' not required to implement `abstract' interface method `AdaptativeWidget.set_window_size'
    protected override void set_window_size (AdaptativeWidget.WindowSize new_size)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/game-actionbar.vala:96.16-96.47: warning: [GtkChild] fields must be declared as `unowned'
    [GtkChild] private Widget placeholder_child;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/game-actionbar.vala:122.5-122.43: warning: `override' not required to implement `abstract' interface method `AdaptativeWidget.set_window_size'
    protected override void set_window_size (AdaptativeWidget.WindowSize new_size)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/game-headerbar.vala:26.16-26.55: warning: [GtkChild] fields must be declared as `unowned'
    [GtkChild] private Button           new_game_button;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/game-headerbar.vala:27.16-27.51: warning: [GtkChild] fields must be declared as `unowned'
    [GtkChild] private Button           back_button;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/reversi-view.vala:316.28-316.31: warning: `Rsvg.DimensionData' has been deprecated since 2.46.
../iagno/src/new-game-screen.vala:26.16-26.50: warning: [GtkChild] fields must be declared as `unowned'
    [GtkChild] private ModelButton modelbutton_one;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/new-game-screen.vala:27.16-27.50: warning: [GtkChild] fields must be declared as `unowned'
    [GtkChild] private ModelButton modelbutton_two;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/new-game-screen.vala:29.16-29.52: warning: [GtkChild] fields must be declared as `unowned'
    [GtkChild] private Gtk.MenuButton menubutton_one;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/new-game-screen.vala:30.16-30.52: warning: [GtkChild] fields must be declared as `unowned'
    [GtkChild] private Gtk.MenuButton menubutton_two;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/new-game-screen.vala:109.16-109.45: warning: [GtkChild] fields must be declared as `unowned'
    [GtkChild] private Box          games_box;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/new-game-screen.vala:110.16-110.47: warning: [GtkChild] fields must be declared as `unowned'
    [GtkChild] private Box          options_box;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/new-game-screen.vala:112.16-112.47: warning: [GtkChild] fields must be declared as `unowned'
    [GtkChild] private Label        games_label;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/new-game-screen.vala:113.16-113.49: warning: [GtkChild] fields must be declared as `unowned'
    [GtkChild] private Label        options_label;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/new-game-screen.vala:114.16-114.53: warning: [GtkChild] fields must be declared as `unowned'
    [GtkChild] private Separator    options_separator;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/history-button.vala:28.16-28.34: warning: [GtkChild] fields must be declared as `unowned'
    [GtkChild] private Stack stack;
               ^^^^^^^^^^^^^^^^^^^
../iagno/src/history-button.vala:29.16-29.42: warning: [GtkChild] fields must be declared as `unowned'
    [GtkChild] private DrawingArea drawing;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/history-button.vala:49.5-49.43: warning: `override' not required to implement `abstract' interface method `AdaptativeWidget.set_window_size'
    protected override void set_window_size (AdaptativeWidget.WindowSize new_size)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../iagno/src/history-button.vala:109.28-109.31: warning: `Rsvg.DimensionData' has been deprecated since 2.46.
Compilation failed: 9 error(s), 46 warning(s)
[17/47] Compiling C object src/iagno-tests.p/meson-generated_computer-player.c.o
[18/47] Compiling C object src/iagno-tests.p/meson-generated_computer-reversi.c.o
[19/47] Compiling C object src/iagno-perfs-tests-generator.p/meson-generated_game.c.o
[20/47] Compiling C object src/iagno-tests.p/meson-generated_game.c.o
[21/47] Generating resources_c with a custom command
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...
+ PRESULT=4
+ '[' 4 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-iagno-archlinuxrb-build-3PYkiv7Z
+ tee -a /srv/reproducible-results/archlinuxrb-build-3PYkiv7Z/b1/iagno/build1.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
ls: cannot access '/tmp/iagno-archlinuxrb-build-3PYkiv7Z/*/trunk/*.pkg.tar.zst': No such file or directory
Wed May 12 11:56:39 UTC 2021 - build #1 for iagno on osuosl169-amd64 didn't build a package!
ls /srv/reproducible-results/archlinuxrb-build-3PYkiv7Z/b1/iagno/
.:
total 4
drwxr-xr-x 3 jenkins jenkins 4096 May 12 11:55 b1

./b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 May 12 11:55 iagno

./b1/iagno:
total 92
-rw-r--r-- 1 jenkins jenkins 86584 May 12 11:56 build1.log
-rw-r--r-- 1 jenkins jenkins     9 May 12 11:55 build1.version
Wed May 12 11:56:39 UTC 2021 - build #1 for iagno on osuosl169-amd64 done.
Wed May 12 11:56:39 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-UiI2wXVW, removing.
/srv/reproducible-results/archlinuxrb-build-3PYkiv7Z:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 May 12 11:56 b1
drwxr-xr-x 2 jenkins jenkins 4096 May 12 11:55 b2

/srv/reproducible-results/archlinuxrb-build-3PYkiv7Z/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 May 12 11:56 iagno

/srv/reproducible-results/archlinuxrb-build-3PYkiv7Z/b1/iagno:
total 92
-rw-r--r-- 1 jenkins jenkins 86584 May 12 11:56 build1.log
-rw-r--r-- 1 jenkins jenkins     9 May 12 11:56 build1.version

/srv/reproducible-results/archlinuxrb-build-3PYkiv7Z/b2:
total 0
/tmp/jenkins-script-PQreEyWx: line 451: syntax error: unexpected end of file
Wed May 12 11:56:45 UTC 2021 - /srv/reproducible-results/archlinuxrb-build-3PYkiv7Z deleted.
Wed May 12 11:56:45 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-PQreEyWx, removing.
Build step 'Execute shell' marked build as failure
ERROR: Build step failed with exception
java.io.IOException: No space left on device
	at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
	at java.base/sun.nio.ch.FileDispatcherImpl.write(FileDispatcherImpl.java:62)
	at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:113)
	at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:79)
	at java.base/sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:280)
	at java.base/java.nio.channels.Channels.writeFullyImpl(Channels.java:74)
	at java.base/java.nio.channels.Channels.writeFully(Channels.java:97)
	at java.base/java.nio.channels.Channels$1.write(Channels.java:172)
	at hudson.remoting.RemoteOutputStream.write(RemoteOutputStream.java:112)
	at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1159)
	at org.apache.commons.io.IOUtils.copy(IOUtils.java:878)
	at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1135)
	at org.apache.commons.io.IOUtils.copy(IOUtils.java:854)
	at hudson.FilePath$CopyTo.invoke(FilePath.java:2493)
	at hudson.FilePath$CopyTo.invoke(FilePath.java:2484)
	at hudson.FilePath.act(FilePath.java:1164)
	at hudson.FilePath.act(FilePath.java:1147)
	at hudson.FilePath.copyTo(FilePath.java:2478)
	at hudson.FilePath.copyTo(FilePath.java:2433)
Caused: java.io.IOException: Failed to copy /var/lib/jenkins/jobs/reproducible_builder_archlinux_1/builds/327931/log to /tmp/log-parser_reproducible_builder_archlinux_1_build_327931
	at hudson.FilePath.copyTo(FilePath.java:2436)
	at hudson.plugins.logparser.LogParserStatusComputer.computeStatusMatches(LogParserStatusComputer.java:88)
	at hudson.plugins.logparser.LogParserStatusComputer.access$000(LogParserStatusComputer.java:22)
	at hudson.plugins.logparser.LogParserStatusComputer$1.call(LogParserStatusComputer.java:54)
Caused: java.lang.RuntimeException
	at hudson.plugins.logparser.LogParserStatusComputer$1.call(LogParserStatusComputer.java:62)
	at hudson.plugins.logparser.LogParserStatusComputer$1.call(LogParserStatusComputer.java:47)
	at hudson.remoting.LocalChannel.call(LocalChannel.java:47)
	at hudson.plugins.logparser.LogParserStatusComputer.computeStatusMatches(LogParserStatusComputer.java:47)
	at hudson.plugins.logparser.LogParserStatusComputer.<init>(LogParserStatusComputer.java:36)
	at hudson.plugins.logparser.LogParserParser.parseLogBody(LogParserParser.java:355)
	at hudson.plugins.logparser.LogParserParser.parseLog(LogParserParser.java:165)
	at hudson.plugins.logparser.LogParserPublisher.perform(LogParserPublisher.java:119)
	at jenkins.tasks.SimpleBuildStep.perform(SimpleBuildStep.java:123)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:80)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:803)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:752)
	at hudson.model.Build$BuildExecution.post2(Build.java:177)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:697)
	at hudson.model.Run.execute(Run.java:1932)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Build step 'Console output (build log) parsing' marked build as failure



More information about the Qa-jenkins-scm mailing list