Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] Windows 64-bit petri-dish build timing out?

From: Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx>
Date: Sat, 09 Dec 2017 15:44:44 +0100
Hello Martin,

W dniu 2017-12-09 14:52, Martin Mathieson via Wireshark-dev napisał(a):
There have been some failures recently, e.g.
https://buildbot.wireshark.org/petri-dish/builders/Windows%20Petri%20Dish%20x64/builds/1123/steps/compile_1/logs/stdio

That build took over 21 minutes, and near the start of the log you can see:

in dir
C:\buildbot\builders\windows-x86-64-petri-dish\windows-x86-64-petri-dish\build/cmbuild
(timeout 1200 secs)


Not sure about timeout, but recent cause of windows build failures was missing declaration of packet_range_t in file_dlg_win32.h

From your log:
         filter_autocomplete.c
130>C:\buildbot\builders\windows-x86-64-petri-dish\windows-x86-64-petri-dish\build\ui/win32/file_dlg_win32.h(73): error C2143: syntax error: missing ')' before '*' (compiling source file C:\buildbot\builders\windows-x86-64-petri-dish\windows-x86-64-petri-dish\build\ui\gtk\export_sslkeys.c) [C:\buildbot\builders\windows-x86-64-petri-dish\windows-x86-64-petri-dish\build\cmbuild\ui\gtk\gtkui.vcxproj] 130>C:\buildbot\builders\windows-x86-64-petri-dish\windows-x86-64-petri-dish\build\ui/win32/file_dlg_win32.h(73): error C2081: 'packet_range_t': name in formal parameter list illegal (compiling source file C:\buildbot\builders\windows-x86-64-petri-dish\windows-x86-64-petri-dish\build\ui\gtk\export_sslkeys.c) [C:\buildbot\builders\windows-x86-64-petri-dish\windows-x86-64-petri-dish\build\cmbuild\ui\gtk\gtkui.vcxproj]

it seems to be fixed by 2cee4f432feddc5deb48154a97fcb63823b4e6b4. Windows Server 2016 x64 buildbot[1] confirm this:

 #1193 f29b3deb6d867b16fb8bc4bd5f66a5b6326a6727 OK
 #1194 8aa14236f8b0ea69901ea9ed87ebabd0d278e973 FAIL
 #1195 5d6315fefe6f2ffb1cafb3ad12522a57b43876ba FAIL
 #1196 2cee4f432feddc5deb48154a97fcb63823b4e6b4 OK

[1] https://buildbot.wireshark.org/wireshark-master/builders/Windows%20Server%202016%20x64

Regards,
Jakub.