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

Builder curl-ares-solaris10-sparc Build #2977

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision61156f792105597991b5286de76fb5226082dfe4
Got Revision61156f792105597991b5286de76fb5226082dfe4
Changes8 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 20 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 14 mins, 0 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 2977 Build
codebase Build
got_revision 61156f792105597991b5286de76fb5226082dfe4 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 61156f792105597991b5286de76fb5226082dfe4 Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. x2018

Timing:

StartWed Oct 22 15:29:43 2025
EndThu Oct 23 03:32:34 2025
Elapsed12 hrs, 2 mins, 50 secs

All Changes:

:

  1. Change #246381

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 22 Oct 2025 08:41:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7295546447af980adacb37553a276cb1c782ba23

    Comments

    hostip: fix infof() output for non-ipv6 builds using IPv6 address
    Pointed out by ZeroPath
    
    Closes #19184

    Changed files

    • lib/hostip.c
  2. Change #246383

    Category curl
    Changed by x2018 <xkernel.wangohnoyoudont@foxmail.com>
    Changed at Wed 22 Oct 2025 09:37:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 68e63a7997e33dd6393c60fe9157023c70b57fc3

    Comments

    curl_path: add curlx_dyn_free() on an error path
    Follow-up to 976333dd4052855c22369e89
    
    Closes #19183

    Changed files

    • lib/vssh/curl_path.c
  3. Change #246385

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 22 Oct 2025 09:55:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f8ba00fe9ddb88827e212a9ebf8dd8293b5a1cb8

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  4. Change #246390

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 22 Oct 2025 10:58:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9c313b61b419c8a6c92420f77da67de8d287ff8a

    Comments

    ftp: check errors on remote ip for data connection
    Obtaining the remote ip of the control connection to be used for the
    data connection can fail. Check that and fail the transfer when that
    does not work.
    
    Triggered by an OSS-Fuzz issue.
    Closes #19185

    Changed files

    • lib/ftp.c
  5. Change #246398

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 22 Oct 2025 11:40:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fcae0733a7c55e712955b0f6df24fc8412023e2d

    Comments

    gnutls: fix re-handshake comments
    With GnuTLS, a GNUTLS_E_REHANDSHAKE can be a renegotiate in TLSv1.2 or a
    key update in TLSv1.3. This had been made non-blocking in
    a1850ad7debe33fded6367e34d5c06be4d51f58e but the comment warning about a
    blocking call was not updated.
    
    Closes #19187

    Changed files

    • lib/vtls/gtls.c
  6. Change #246399

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 22 Oct 2025 11:40:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bb78c45407e9ad5fc1884d3b5fa9a16bde8af3d7

    Comments

    vquic: fix recvmsg loop for max_pkts
    The parameter `max_pkts` was not checked in the recvmsg() implementation
    of vquic_recv_packets() as the packter counter was never increased. This
    led to the loop running until an EAGAIN was encountered. Which, in any
    real case scenario, does no harm as long as libcurl is ingesting packets
    faster than a server is able to send them.
    
    However on a slow device and a fast network this could happen and allow
    a denial of serice.
    
    Not a real regression as the vulnerable code has never been released.
    libcurl 8.16.0 does not have this bug.
    
    Closes #19186

    Changed files

    • lib/vquic/vquic.c
  7. Change #246422

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 22 Oct 2025 14:12:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fb6a4802d7a76d8e36652bedbf6c03270b541974

    Comments

    imap: parse and use UIDVALIDITY as a number
    Instead of a string. Saves a malloc, adds earlier format check.
    
    RFC 3501 section 2.3.1.1 documents the value as a 32-bit value.
    
    Closes #19188

    Changed files

    • lib/imap.c
  8. Change #246423

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 22 Oct 2025 14:13:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 61156f792105597991b5286de76fb5226082dfe4

    Comments

    ftp: remove 'newhost' and 'newport' from the ftp_conn struct
    They are only needed locally, no need to keep them around.
    
    Closes #19190

    Changed files

    • lib/ftp.c
    • lib/ftp.h