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

Builder tcpdump-solaris10-amd64 Build #5869

Results:

Build successful

SourceStamp:

Projecttcpdump
Repositoryhttps://git.tcpdump.org/tcpdump
Branchmaster
Revision9b3eb17a6942b746b6d1ed7e763e8d22632b6c46
Got Revision9b3eb17a6942b746b6d1ed7e763e8d22632b6c46
Changes1 change

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-tcpdump-solaris10-amd64' triggered this build

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. shell Set developer mode ( 0 secs )
    1. stdio
  3. shell_1 './autogen.sh' ( 5 secs )
    1. stdio
  4. shell_2 configure ( 56 secs )
    1. stdio
  5. shell_3 gmake ( 3 mins, 40 secs )
    1. stdio
  6. shell_4 check ( 1 mins, 8 secs )
    1. stdio
    2. failure-outputs.txt

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/tcpdump-solaris10-amd64 slave
buildername tcpdump-solaris10-amd64 Builder
buildnumber 5869 Build
codebase Build
got_revision 9b3eb17a6942b746b6d1ed7e763e8d22632b6c46 Git
project tcpdump Build
repository https://git.tcpdump.org/tcpdump Build
revision 9b3eb17a6942b746b6d1ed7e763e8d22632b6c46 Build
scheduler schedule-tcpdump-solaris10-amd64 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/tcpdump-solaris10-amd64 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Francois-Xavier Le Bail

Timing:

StartThu Apr 10 09:03:35 2025
EndThu Apr 10 09:09:31 2025
Elapsed5 mins, 56 secs

All Changes:

:

  1. Change #227077

    Category tcpdump
    Changed by Francois-Xavier Le Bail <devel.fx.lebailohnoyoudont@orange.fr>
    Changed at Thu 10 Apr 2025 08:57:02
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision 9b3eb17a6942b746b6d1ed7e763e8d22632b6c46

    Comments

    Avoid -E and -M options inconsistencies with no libcrypto
    The inconsistencies were:
    -E
    tcpdump: option requires an argument -- 'E'
    -E xxx
    tcpdump: WARNING: crypto code not compiled in
    
    -M
    tcpdump: option requires an argument -- 'M'
    -M xxx
    tcpdump: WARNING: crypto code not compiled in

    Changed files

    • tcpdump.c