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

Builder curl-ares-solaris11-i386 Build #5180

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 5 mins, 29 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-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 5180 Build
codebase Build
got_revision fda48a5a9cf8cfab8356bae71005342cf48ab3d7 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision fda48a5a9cf8cfab8356bae71005342cf48ab3d7 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartWed Jun 3 11:56:19 2026
EndWed Jun 3 14:24:44 2026
Elapsed2 hrs, 28 mins, 24 secs

All Changes:

:

  1. Change #269283

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 03 Jun 2026 10:40:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cf7919262dbdd52db0a028acb8bf1c77a173d788

    Comments

    tool_parsecfg: refactor parseconfig()
    - introduce helper functions
    - remove #ifdef'ed debug code
    
    Closes #21855

    Changed files

    • src/tool_parsecfg.c
  2. Change #269284

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 03 Jun 2026 10:41:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ef8f68568f85627dcefee614e81f76f94e62043a

    Comments

    urlapi: simplify urlget_url somewhat
    - make file_url() a separate function that returns a file:// URL
    - group the checks that need scheme info
    
    Closes #21856

    Changed files

    • lib/urlapi.c
  3. Change #269290

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 03 Jun 2026 11:05:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fda48a5a9cf8cfab8356bae71005342cf48ab3d7

    Comments

    top-complexity: drop threshold to 50
    Closes #21857

    Changed files

    • scripts/top-complexity