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

Builder curl-ares-solaris11-sparc Build #5665

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartTue Apr 14 12:38:43 2026
EndTue Apr 14 13:34:01 2026
Elapsed55 mins, 18 secs

All Changes:

:

  1. Change #264435

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 14 Apr 2026 12:09:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d7a991cc9bd4d5641746c2b4f0f5d1089bcdab4b

    Comments

    lib1560: fix comment typo

    Changed files

    • tests/libtest/lib1560.c
  2. Change #264436

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 14 Apr 2026 12:09:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0b4ebebb06b3148a234a5a7bc95f8253dd6cb8df

    Comments

    test1675: unit tests for URL API helper functions
    - ipv4_normalize
    - urlencode_str
    - ipv6_parse
    - parse_file
    
    urlapi: make the string URL encoder normalize to uppercase
    percent-encoding
    
    Closes #21296

    Changed files

    • lib/urlapi-int.h
    • lib/urlapi.c
    • tests/data/Makefile.am
    • tests/data/test1675
    • tests/data/test58
    • tests/libtest/lib1560.c
    • tests/unit/Makefile.inc
    • tests/unit/unit1675.c
  3. Change #264437

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 14 Apr 2026 12:09:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9ceb3ff46a90c3badc2d81be81275c3fcef4c00a

    Comments

    urlapi: stop extracting hostname from file:// URLs on Windows
    There is no reason we should treat this part different on Windows. Noe
    anything except blank, localhost or 127.0.0.1 cause error there as well.
    
    Also: fix query handling in urlencode_str
    
    Closes #21296

    Changed files

    • lib/urlapi-int.h
    • lib/urlapi.c
    • tests/unit/unit1675.c