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

Builder curl-unthreaded-solaris11-i386 Build #5057

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision616e8ea6d8bce692c3d9b0073ddcfab254ad987c
Got Revision616e8ea6d8bce692c3d9b0073ddcfab254ad987c
Changes4 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 5057 Build
codebase Build
got_revision 616e8ea6d8bce692c3d9b0073ddcfab254ad987c Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 616e8ea6d8bce692c3d9b0073ddcfab254ad987c Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats

Timing:

StartWed May 13 18:34:28 2026
EndWed May 13 21:06:18 2026
Elapsed2 hrs, 31 mins, 50 secs

All Changes:

:

  1. Change #267004

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 13 May 2026 16:37:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7f7e4e3e689fd7ae36a690a041fe0e1c5a2ed6d2

    Comments

    creds: create on service name only
    Fix creation of creds object for transfer when only a sasl service
    name is configured by the application.
    
    Follow-up to 5e99b73cf441d9c369768
    
    Closes #21591

    Changed files

    • lib/url.c
  2. Change #267006

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 13 May 2026 16:47:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 675a9b0189d0b291b63874389374c560d78b911a

    Comments

    urlapi: change more lowercase percent-encoded to uppercase
    For consistency with other code, prefer uppercase.
    
    Verified by test 1628
    Reported-by: Fabian Keil
    URL: https://curl.se/mail/lib-2026-05/0006.html
    Closes #21592

    Changed files

    • lib/urlapi.c
    • tests/data/Makefile.am
    • tests/data/test1221
    • tests/data/test1628
    • tests/libtest/lib1560.c
  3. Change #267010

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 13 May 2026 17:40:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 96dbcf69219a812c9fb44de5ae06ec04ae0af983

    Comments

    llist: constify struct pointers
    Closes #21590

    Changed files

    • lib/llist.c
    • lib/llist.h
  4. Change #267013

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 13 May 2026 17:52:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 616e8ea6d8bce692c3d9b0073ddcfab254ad987c

    Comments

    cookie: constify struct pointers
    Closes #21589

    Changed files

    • lib/cookie.c
    • lib/cookie.h