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

Builder libpcap-solaris10-sparc Build #3173

Results:

Build successful

SourceStamp:

Projectlibpcap
Repositoryhttps://git.tcpdump.org/libpcap
Branchmaster
Revision5aeaf16adb141a7d86e211ea92aa0dc698e5e76e
Got Revision5aeaf16adb141a7d86e211ea92aa0dc698e5e76e
Changes4 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/libpcap-solaris10-sparc slave
buildername libpcap-solaris10-sparc Builder
buildnumber 3173 Build
codebase Build
got_revision 5aeaf16adb141a7d86e211ea92aa0dc698e5e76e Git
project libpcap Build
repository https://git.tcpdump.org/libpcap Build
revision 5aeaf16adb141a7d86e211ea92aa0dc698e5e76e 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. Denis Ovsienko

Timing:

StartSat Oct 18 17:07:41 2025
EndSat Oct 18 17:27:26 2025
Elapsed19 mins, 45 secs

All Changes:

:

  1. Change #246034

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Sat 18 Oct 2025 15:13:59
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 80f0e95437013b632b8b88267808676cc917837f

    Comments

    rpcapd: Fix parameter name validation in the configuration file.
    Apparently, one of the changes in commit ac0abe3 lost the negation of
    the test condition and made any parameter name that starts with a letter
    (which is every parameter name currently implemented in rpcapd) invalid:
    
    $ cat rpcapd.conf
    NullAuthPermit = NO
    $ ./rpcapd -f rpcapd.conf
    rpcapd: error: rpcapd.conf, line 1 doesn't have a valid parameter name
    Press CTRL + C to stop the server...
    
    Negate the condition to fix this.

    Changed files

    • CHANGES
    • rpcapd/fileconf.c
  2. Change #246035

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Sat 18 Oct 2025 16:34:11
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 9d9cfca91b92d06d4f1b06887efdcbaaa145c9d8

    Comments

    rpcapd(8): Document the -a option better.
    Make it clear that in the current implementation multiple "active" mode
    clients can be specified using a single -a flag.  Explain what values a
    port takes and when it can be omitted.

    Changed files

    • rpcapd/rpcapd.manadmin.in
  3. Change #246036

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Sat 18 Oct 2025 16:43:59
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision d71dab8460182398b4efd92de642d0c7778178a8

    Comments

    rpcapd-config(5): Document ActiveClient and PassiveClient better.
    For ActiveClient reword the description for clarity.  For PassiveClient
    remove all mentions of port numbers to match what fileconf_read()
    implements, which in turn matches the behaviour implemented and
    documented for the -l command-line flag, which in turn is the most
    sensible behaviour because the source TCP port is almost certainly
    ephemeral.

    Changed files

    • rpcapd/rpcapd-config.manfile.in
  4. Change #246037

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Sat 18 Oct 2025 16:51:19
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 5aeaf16adb141a7d86e211ea92aa0dc698e5e76e

    Comments

    rpcapd: Fixup a few comments.

    Changed files

    • rpcapd/fileconf.c
    • rpcapd/rpcapd.c
    • sockutils.c