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

Builder curl-ares-solaris10-i386 Build #3434

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision698491f444947c89822c8776ab3eefe28259aedf
Got Revision698491f444947c89822c8776ab3eefe28259aedf
Changes1 change

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 21 mins, 4 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3434 Build
codebase Build
got_revision 698491f444947c89822c8776ab3eefe28259aedf Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 698491f444947c89822c8776ab3eefe28259aedf Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartWed May 28 14:35:13 2025
EndWed May 28 18:19:43 2025
Elapsed3 hrs, 44 mins, 29 secs

All Changes:

:

  1. Change #230916

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 28 May 2025 14:25:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 698491f444947c89822c8776ab3eefe28259aedf

    Comments

    tool_getparam: refactored, simplified
    - add dedicated option functions for bools/none/strings
    - simplify clearing (some) arguments, use '*' instead of ' '
    - scripts/top-complexity: remove getparameter from whitelist
    - handle --help separately
    - getstr and getstrn do not allow a NULL input
    - improve the ;auto check, it needs to be trailing
    - add toggle bit helper function
    - unify an error message for bad --no- use
    - introduce generic handling of deprecated options: ARG_DEPR
    - handle --no- prefix on more booleans:
    
        --cert-status
        --doh-cert-status
        --false-start
        --mptcp
        --ssl-no-revoke
        --ssl-revoke-best-effort
        --tcp-fastopen
    
    Closes #17448

    Changed files

    • scripts/top-complexity
    • src/tool_cfgable.h
    • src/tool_getparam.c
    • src/tool_getparam.h
    • src/tool_helpers.c
    • src/tool_parsecfg.c