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

Builder curl-ares-solaris11-sparc Build #4221

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision3d302250ec1b6149f1d75dfb4910e567f3bb07de
Got Revision3d302250ec1b6149f1d75dfb4910e567f3bb07de
Changes5 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 38 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 27 mins, 15 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-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 4221 Build
codebase Build
got_revision 3d302250ec1b6149f1d75dfb4910e567f3bb07de Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 3d302250ec1b6149f1d75dfb4910e567f3bb07de Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Pino Toscano
  2. Stefan Eissing

Timing:

StartSun Jul 20 23:22:46 2025
EndMon Jul 21 00:18:16 2025
Elapsed55 mins, 30 secs

All Changes:

:

  1. Change #240253

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sun 20 Jul 2025 23:10:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a15a5f4d29c1e7bb4ada2aef9b40558c41aae146

    Comments

    vquic-tls: fix SSL backend type for QUIC connections using gnutls
    Fix the copy&paste error when querying ssl info for gnutls
    on QUIC connections.
    
    Reported-by: Harry Sintonen
    Closes #17976

    Changed files

    • lib/vquic/vquic-tls.c
  2. Change #240254

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sun 20 Jul 2025 23:11:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 960fb4924523a853d5de8f3062b0776104847311

    Comments

    easy handle: check validity on external calls
    In each external API function passing a `CURL *` into the library, check
    `GOOD_EASY_HANDLE()` if its magic is still there.
    
    Ref: #17957
    Closes #17958

    Changed files

    • lib/easy.c
    • lib/ws.c
  3. Change #240255

    Category curl
    Changed by Pino Toscano <toscano.pinoohnoyoudont@tiscali.it>
    Changed at Sun 20 Jul 2025 23:13:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bed83d9d3323bd007a3475c19b1907b8ec2d80bb

    Comments

    build: enable _GNU_SOURCE on GNU/Hurd
    Unconditionally enable _GNU_SOURCE when building on GNU/Hurd; this way
    it is possible to properly use/rely on GNU extensions e.g. accept4(),
    memrchr(), and the GNU strerror_r().
    
    Closes #17975

    Changed files

    • CMakeLists.txt
    • configure.ac
  4. Change #240256

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sun 20 Jul 2025 23:15:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 53e5cdc47b0024e009ec70f9803e5053b84d87b2

    Comments

    pytest: increase server KeepAliveTimeout
    When CI is not able to give clients enough cpu, the default Apache
    KeepAliveTimeout of 5 seconds may trigger and cause tests to fail.
    
    Increase the timeout to 30 seconds for reliability.
    
    Ref: #17963
    Closes #17968

    Changed files

    • tests/http/testenv/httpd.py
  5. Change #240257

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sun 20 Jul 2025 23:17:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3d302250ec1b6149f1d75dfb4910e567f3bb07de

    Comments

    multi event: remove only announced
    When a socket is closed, only inform the application
    socket callback about it if the socket had been announced
    before to the callback.
    
    Reported-by: yaoy6 on github
    Fixes #17949
    Closes #17950

    Changed files

    • lib/multi_ev.c