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

Builder curl-unthreaded-solaris11-i386 Build #4745

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Timing:

StartThu Mar 12 10:42:43 2026
EndThu Mar 12 13:33:50 2026
Elapsed2 hrs, 51 mins, 6 secs

All Changes:

:

  1. Change #260752

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 12 Mar 2026 08:47:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c0f17dee36f4a3e9307c2fe30c9b884fd4cdd294

    Comments

    hostip: remove two zero assigns after memset clear
    As the struct is now always unconditionally memset with zeros, we
    can remove two zero assigns.
    
    Follow-up to 015f1c7de40839b6681b7dde7
    
    Pointed out by CodeSonar
    
    Closes #20900

    Changed files

    • lib/hostip.c
  2. Change #260774

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 12 Mar 2026 10:30:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ed7bfcd17d8570a0c29c198c6ab002ae719f2eff

    Comments

    test1625: unit test for Curl_compareheader
    Follow-up to 2938cb72e5a7f0e661617b9bf6
    
    Closes #20901

    Changed files

    • .github/scripts/codespell.sh
    • .github/scripts/typos.toml
    • lib/http.c
    • tests/data/Makefile.am
    • tests/data/test1625
    • tests/unit/Makefile.inc
    • tests/unit/unit1625.c
  3. Change #260775

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 12 Mar 2026 10:30:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 133b125b89af0df9cd8ff91c182a57f5dcda16ab

    Comments

    http: make Curl_compareheader handle multiple commas in header
    For robustness

    Changed files

    • lib/http.c