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

Builder curl-ares-solaris11-i386 Build #5099

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision7ca5f939c8403db7ede21e2ccb805a65d3329ef8
Got Revision7ca5f939c8403db7ede21e2ccb805a65d3329ef8
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 ...' ( 3 mins, 35 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 5099 Build
codebase Build
got_revision 7ca5f939c8403db7ede21e2ccb805a65d3329ef8 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 7ca5f939c8403db7ede21e2ccb805a65d3329ef8 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
  2. Stefan Eissing

Timing:

StartMon May 18 15:56:04 2026
EndMon May 18 17:39:33 2026
Elapsed1 hrs, 43 mins, 28 secs

All Changes:

:

  1. Change #267577

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 18 May 2026 15:07:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5c1e0179875427b68dad3827b70675c7fe82380f

    Comments

    curl_easy_setopt.md: change options when no transfer runs
    Underscore this. Changing them mid-transfer may cause problems.
    
    Fixes #21604
    Reported-by: Joshua Rogers
    Closes #21657

    Changed files

    • docs/libcurl/curl_easy_setopt.md
  2. Change #267580

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 18 May 2026 15:18:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4ae1d7cc2643e4773a136395f12bc02fc6867854

    Comments

    netrc: scanner refactor
    Refactor the netrc scanner. Add test case for checking that the last
    matched machine with unmatched login does not return the password as
    success (unit1304).
    
    Closes #21624

    Changed files

    • lib/netrc.c
    • lib/netrc.h
    • lib/url.c
    • tests/unit/unit1304.c
  3. Change #267581

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 18 May 2026 15:19:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7ca5f939c8403db7ede21e2ccb805a65d3329ef8

    Comments

    test1646: netrc parsing without user match but user in URL
    Follow-up to 4ae1d7cc2643e

    Changed files

    • tests/data/Makefile.am
    • tests/data/test1646