Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder libpcap-solaris10-sparc Build #3146

Results:

Build successful

SourceStamp:

Projectlibpcap
Repositoryhttps://git.tcpdump.org/libpcap
Branchmaster
Revisionae25bda5f8a63015e40d049e96def292258fb0c5
Got Revisionae25bda5f8a63015e40d049e96def292258fb0c5
Changes2 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-libpcap-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 31 secs )
    1. stdio
  2. shell Set developer mode ( 2 secs )
    1. stdio
  3. shell_1 './autogen.sh' ( 55 secs )
    1. stdio
  4. shell_2 './configure' ( 1 mins, 14 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 58 secs )
    1. stdio
  6. shell_4 'gmake check' ( 8 mins, 22 secs )
    1. stdio
  7. shell_5 'rm -rf ...' ( 0 secs )
    1. stdio
  8. shell_6 'gmake install ...' ( 3 secs )
    1. stdio
  9. trigger triggered trigger-tcpdump-solaris10-sparc ( 48 mins, 5 secs )
    1. - no logs -
    2. tcpdump-solaris10-sparc #6026

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/libpcap-solaris10-sparc slave
buildername libpcap-solaris10-sparc Builder
buildnumber 3146 Build
codebase Build
got_revision ae25bda5f8a63015e40d049e96def292258fb0c5 Git
project libpcap Build
repository https://git.tcpdump.org/libpcap Build
revision ae25bda5f8a63015e40d049e96def292258fb0c5 Build
scheduler schedule-libpcap-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/libpcap-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Guy Harris

Timing:

StartWed Jul 23 08:45:43 2025
EndWed Jul 23 09:45:58 2025
Elapsed1 hrs, 14 secs

All Changes:

:

  1. Change #240475

    Category libpcap
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Wed 23 Jul 2025 08:36:25
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision f17b0ca5223047e328fbf04efe7ab14c5463da62

    Comments

    linux: don't trash the "no permission" or "no packet sockets" error.
    If we've already put an error message in handle->errbuf for the "you
    don't have permission to open a packet socket" or "this kernel (or
    simulacrum of one, such as WSL1) doesn't support packet sockets" errors,
    don't trash it with a generic "we got some error trying to create the
    packet socket, here's the error message for that error code" message.

    Changed files

    • pcap-linux.c
  2. Change #240476

    Category libpcap
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Wed 23 Jul 2025 08:39:54
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision ae25bda5f8a63015e40d049e96def292258fb0c5

    Comments

    CHANGES: add a change backported to 1.10. [skip ci]

    Changed files

    • CHANGES