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

Builder curl-ares-solaris11-i386 Build #3789

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision18e00c8ed052485b2ae4e3006ced6ec4e98ee5d1
Got Revision18e00c8ed052485b2ae4e3006ced6ec4e98ee5d1
Changes2 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 1 mins, 53 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 3789 Build
codebase Build
got_revision 18e00c8ed052485b2ae4e3006ced6ec4e98ee5d1 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 18e00c8ed052485b2ae4e3006ced6ec4e98ee5d1 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:

StartFri Aug 1 23:32:29 2025
EndSat Aug 2 02:04:43 2025
Elapsed2 hrs, 32 mins, 14 secs

All Changes:

:

  1. Change #241658

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 01 Aug 2025 23:22:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2bad773b3079a50a1962731ed1ede953c16d088d

    Comments

    urlapi: allow more path characters "raw" when asked to URL encode
    Setting the path component to contain the letters:
    
        ! $ & ' ( ) { } [ ] * + , ; = : @
    
    now leaves them un-encoded when CURLU_URLENCODE is used.
    
    Amended test 1560 to verify.
    
    Reported-by: Jeroen Ooms
    Fixes #17977
    Closes #18024

    Changed files

    • docs/libcurl/curl_url_set.md
    • lib/urlapi.c
    • tests/libtest/lib1560.c
  2. Change #241659

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 01 Aug 2025 23:24:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 18e00c8ed052485b2ae4e3006ced6ec4e98ee5d1

    Comments

    managen: reset text mode at end of table marker
    It previously mostly ignored it which lead to bad format after a table
    has ended with "##".
    
    Closes #18139

    Changed files

    • scripts/managen
    • tests/data/test1706