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

Builder curl-pr-unthreaded-solaris10-i386 Build #3548

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 8 mins, 18 secs )
    1. stdio
    2. resultlog

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave
buildername curl-pr-unthreaded-solaris10-i386 Builder
buildnumber 3548 Build
codebase Build
got_revision 5f72a69076fd41cbded7a485720b3dfcc267c6d2 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision 5f72a69076fd41cbded7a485720b3dfcc267c6d2 Build
scheduler schedule-curl-pr Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartSat Mar 1 19:44:37 2025
EndSun Mar 2 00:42:55 2025
Elapsed4 hrs, 58 mins, 18 secs

All Changes:

:

  1. Change #223468

    Category None
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sat 01 Mar 2025 18:40:40
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 2809723ddf7db265073d94b1e514008acc6dfb6c

    Comments

    pytest: test negotiate with http proxy
    
    Fixes #14973
    Reported-by: stevenpackardblp on github
    
    When curl negotiated with a http: proxy for a https: request, it
    wrongly believed there must be an SSL filter present, which during
    CONNECT, there is not.
    
    25b445e fixed this. This PR adds a pytest case for the setup.
    
    Closes #16136

    Changed files

    • tests/http/test_13_proxy_auth.py
  2. Change #223469

    Category None
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sat 01 Mar 2025 18:42:10
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 1aa69221be42ed7acad2b1c9ca62fd9832077796

    Comments

    hash_offt: standalone hash for curl_off_t
    
    Add a standalong hash table for curl_offt_t as key. This allows a
    smaller memory footprint and faster lookups as we do not need to deal
    with variable key lengths.
    
    Use in all places we had the standard hash for this purpose.
    
    Closes #16442

    Changed files

    • lib/Makefile.inc
    • lib/hash.c
    • lib/hash.h
    • lib/hash_offt.c
    • lib/hash_offt.h
    • lib/http2.c
    • lib/multi_ev.c
    • lib/multi_ev.h
    • lib/urldata.h
    • lib/vquic/curl_msh3.c
    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_osslq.c
    • lib/vquic/curl_quiche.c
    • tests/unit/unit1616.c
  3. Change #223470

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 01 Mar 2025 18:44:56
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 5f72a69076fd41cbded7a485720b3dfcc267c6d2

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES