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

Builder curl-ares-solaris10-sparc Build #2796

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisioned07f59841b6398f8bafe51ec8dafedddf9c1177
Got Revisioned07f59841b6398f8bafe51ec8dafedddf9c1177
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 23 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 hrs, 53 mins, 31 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 2796 Build
codebase Build
got_revision ed07f59841b6398f8bafe51ec8dafedddf9c1177 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ed07f59841b6398f8bafe51ec8dafedddf9c1177 Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Jacob Mealey

Timing:

StartSat May 24 20:04:45 2025
EndSun May 25 07:12:38 2025
Elapsed11 hrs, 7 mins, 53 secs

All Changes:

:

  1. Change #230651

    Category curl
    Changed by Jacob Mealey <jacobmealey.maineohnoyoudont@gmail.com>
    Changed at Sat 24 May 2025 13:39:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8ab73bb1ff6f0fcfef1ce89252824b9099d25140

    Comments

    urlapi: move complex switch case to separate func
    Move complex switch statement cases in curl_url_set
    to their own functions and call them from switch.
    
    Closes #17435

    Changed files

    • lib/urlapi.c
  2. Change #230652

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 24 May 2025 13:41:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 65e4444d67641b0e38be8fa8be16e8ebc3c276f2

    Comments

    curl: change the struct getout flags field into bitfields
    As the flags were use mostly as individual booleans anyway, the code
    gets simpler when we use bitfields instead of manual bitwise operations.
    
    Closes #17436

    Changed files

    • src/tool_cfgable.h
    • src/tool_getparam.c
    • src/tool_operate.c
    • src/tool_paramhlp.c
    • src/tool_sdecls.h
  3. Change #230665

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 24 May 2025 15:43:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ed07f59841b6398f8bafe51ec8dafedddf9c1177

    Comments

    tool_operate: split up single_transfer
    Complexity reduced from 124 to 83
    
    Remove whitelisting of this function from the complexity script.
    
    Closes #17437

    Changed files

    • scripts/top-complexity
    • src/tool_operate.c