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

Builder curl-ares-solaris11-i386 Build #3660

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 57 mins, 0 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-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 3660 Build
codebase Build
got_revision 3f36e1e502105deb513fadac02d60b13ac68b16f Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 3f36e1e502105deb513fadac02d60b13ac68b16f 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. Stefan Eissing
  2. Viktor Szakats

Timing:

StartFri Jun 27 14:25:56 2025
EndFri Jun 27 15:59:59 2025
Elapsed1 hrs, 34 mins, 3 secs

All Changes:

:

  1. Change #237878

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 27 Jun 2025 14:16:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d4983ffc134addd20bea18987dec7c3b771e74a4

    Comments

    bufq: change read/write signatures
    Change the signature of `bufq` functions from
    
    * `ssize_t Curl_bufq_*(..., CURLcode *err)` to
    * `CURLcode Curl_bufq_*(..., size_t *pn)`
    
    This allows us to write slightly less code and avoids the ssize_t/size_t
    conversions in many cases. Also, it gets the function in line with all
    the other send/recv signatures.
    
    Added helper functions in `cfilters.h` for sending from/receving into
    a bufq.
    
    Fuzzer now fails to build due to these changes and its testing of
    the bufq API.
    
    Closes #17396

    Changed files

    • lib/bufq.c
    • lib/bufq.h
    • lib/cf-h2-proxy.c
    • lib/cfilters.c
    • lib/cfilters.h
    • lib/http2.c
    • lib/mime.c
    • lib/request.c
    • lib/vquic/curl_msh3.c
    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_osslq.c
    • lib/vquic/curl_quiche.c
    • lib/vtls/vtls.c
    • lib/ws.c
    • tests/unit/unit2601.c
  2. Change #237879

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 27 Jun 2025 14:16:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 344ccb077c81d7ad1802dcab7b0116130697d8de

    Comments

    tests/libtest: drop a checksrc exception
    Follow-up to a0a1df5af9b3f11125d1a995c01b7c04cfec54e4 #17414
    
    Closes #17762

    Changed files

    • tests/libtest/.checksrc
  3. Change #237880

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 27 Jun 2025 14:16:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3f36e1e502105deb513fadac02d60b13ac68b16f

    Comments

    lib2082: drop `typedef struct`
    To not need the checksrc exception `disable TYPEDEFSTRUCT`.
    
    Follow-up to a517378de58358a85b7cfe9efecb56051268f629 #7477
    
    Closes #17763

    Changed files

    • tests/libtest/lib2082.c