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

Builder curl-unthreaded-solaris11-i386 Build #5200

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 47 mins, 45 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-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 5200 Build
codebase Build
got_revision 30c9c79cf8d2dfc37a8d005095a3e0626cddcd75 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 30c9c79cf8d2dfc37a8d005095a3e0626cddcd75 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. Stefan Eissing
  2. alhudz

Timing:

StartThu Jun 11 08:19:58 2026
EndThu Jun 11 09:59:46 2026
Elapsed1 hrs, 39 mins, 48 secs

All Changes:

:

  1. Change #270375

    Category curl
    Changed by alhudz <al.hudz.kohnoyoudont@gmail.com>
    Changed at Thu 11 Jun 2026 08:13:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7ec25148c06b049d3252172ff17fae85b19c54c9

    Comments

    digest: flush proxy state on proxy or credential change
    Closes #21951

    Changed files

    • lib/http_digest.c
  2. Change #270376

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 11 Jun 2026 08:15:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 30c9c79cf8d2dfc37a8d005095a3e0626cddcd75

    Comments

    cf-socket: make Curl_addr2string static
    Move as sockaddr2string() into cf-socket.c where its only callers are.
    
    Mark as UNITTEST for unit1609.
    
    Move "struct Curl_sockaddr_ex" into sockaddr.h, so connect.h and
    cf-socket.h can be included without all the system headers needed.
    
    Closes #21946

    Changed files

    • lib/cf-ip-happy.c
    • lib/cf-socket.c
    • lib/cf-socket.h
    • lib/connect.c
    • lib/connect.h
    • lib/sockaddr.h
    • lib/vquic/cf-ngtcp2-cmn.c
    • lib/vquic/cf-quiche.c
    • tests/unit/unit1607.c
    • tests/unit/unit1609.c
    • tests/unit/unit2600.c