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

Builder curl-ares-solaris10-sparc Build #3000

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisioncccc65f05190adc8276d6f7a8071c8a45ca7f779
Got Revisioncccc65f05190adc8276d6f7a8071c8a45ca7f779
Changes6 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 22 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 17 mins, 42 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 2 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 3000 Build
codebase Build
got_revision cccc65f05190adc8276d6f7a8071c8a45ca7f779 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision cccc65f05190adc8276d6f7a8071c8a45ca7f779 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. Viktor Szakats

Timing:

StartMon Nov 3 16:49:46 2025
EndTue Nov 4 05:03:38 2025
Elapsed12 hrs, 13 mins, 51 secs

All Changes:

:

  1. Change #247441

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 03 Nov 2025 08:54:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c1e3a760ba082762041a999bc98f21ea295d7cf4

    Comments

    imap: avoid integer overflow
    Follow-up to e64c28e243d797da4ef76d6e8959
    
    Spotted by OSS-Fuzz
    
    Closes #19332

    Changed files

    • lib/imap.c
  2. Change #247460

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 03 Nov 2025 12:19:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision aaf9522a2c28e5142c7f5640da4e24b65b47dc53

    Comments

    test696: decouple from test556 data
    Test 696 and 556 share the same libtest code. Make sure to issue
    the `GET` request to the correct runtime test number instead of using
    the hard-wired "556".
    
    It makes the `sws` test server read the response string from `test696`
    `<data>` section, instead of reading it from `test556`. To avoid this
    hidden interaction between test data.
    
    AFAICS there is no other similar hard-coded string in reused libtests.
    
    Ref: https://github.com/curl/curl/pull/19313#issuecomment-3477448933
    Follow-up to be82a3605a4b539580b3de776ffcca25b8770e43 #16003
    Closes #19329

    Changed files

    • tests/data/test696
    • tests/libtest/lib556.c
  3. Change #247461

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 03 Nov 2025 12:19:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 254e04b702e96b637b647241e4edea7ee4c24b70

    Comments

    ftpserver.pl: fix newlines in 227/229 replies, adjust tests
    The test FTP server returned LF newlines for 227/229 replies, instead of
    the CRLF used for the rest.
    
    Test data added later were explicitly made to expect an LF in these
    response lines.
    
    After this patch the FTP server returns CRLF newlines, allowing
    to delete this special case in test data.
    
    Follow-up to 3bfff57e1f604ef0b2bc84243014eb9c9a1e6acc
    Follow-up to a7937ed49c8f201444323b8a721e1d04e0306105
    
    Closes #19330

    Changed files

    • tests/data/test1349
    • tests/data/test1350
    • tests/data/test1351
    • tests/data/test1352
    • tests/data/test1353
    • tests/data/test1354
    • tests/data/test1357
    • tests/data/test1358
    • tests/data/test1359
    • tests/data/test1360
    • tests/data/test1361
    • tests/data/test1362
    • tests/data/test1379
    • tests/data/test1380
    • tests/data/test1381
    • tests/data/test1382
    • tests/data/test1383
    • tests/data/test1384
    • tests/data/test1387
    • tests/data/test1388
    • tests/data/test1389
    • tests/data/test1390
    • tests/data/test1391
    • tests/data/test1392
    • tests/ftpserver.pl
  4. Change #247482

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 03 Nov 2025 16:08:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1021c52c9288877ba911eca4c795703db0b6291d

    Comments

    REUSE: add copyright header to two files
    `.mailmap` supports comments and empty lines since at least 2.31.0:
    https://git-scm.com/docs/gitmailmap/2.31.0
    
    Closes #19339

    Changed files

    • .mailmap
    • GIT-INFO.md
    • REUSE.toml
  5. Change #247483

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 03 Nov 2025 16:10:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7e91f24c73256af59ac9061c41b73a184c4690aa

    Comments

    cw-out: fix EAGAIN handling on pause
    The interim CURLE_AGAIN result was not always converted to a
    CURLE_OK and then caused write callers to report a failure.
    
    Fixes #19334
    Reported-by: pennae on github
    Closes #19338

    Changed files

    • lib/cw-out.c
  6. Change #247485

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 03 Nov 2025 16:31:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cccc65f05190adc8276d6f7a8071c8a45ca7f779

    Comments

    openssl: check CURL_SSLVERSION_MAX_DEFAULT properly
    The definition of these constants does not give a numeric ordering
    and MAX_DEFAULT needs to be checked in addition of ciphers and QUIC
    checks to apply correctly.
    
    Fixes #19340
    Reported-by: Peter Piekarski
    Closes #19341

    Changed files

    • lib/vtls/openssl.c