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

Builder libpcap-solaris10-sparcv9 Build #3159

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-sparcv9' triggered this build

Steps and Logfiles:

  1. git update ( 35 secs )
    1. stdio
  2. shell Set developer mode ( 0 secs )
    1. stdio
  3. shell_1 './autogen.sh' ( 52 secs )
    1. stdio
  4. shell_2 './configure' ( 1 mins, 13 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 56 secs )
    1. stdio
  6. shell_4 'gmake check' ( 8 mins, 41 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-sparcv9 ( 49 mins, 10 secs )
    1. - no logs -
    2. tcpdump-solaris10-sparcv9 #5978

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Guy Harris

Timing:

StartWed Jul 23 08:45:45 2025
EndWed Jul 23 09:47:20 2025
Elapsed1 hrs, 1 mins, 34 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