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

Builder curl-ares-solaris10-i386 Build #4252

Results:

Exception runtest mail result

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision86c25c06c92c18fef862d1cc9459cf78a22f72c7
Got Revision86c25c06c92c18fef862d1cc9459cf78a22f72c7
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 54 mins, 24 secs )
    1. stdio
    2. resultlog
  3. Mail result Mail result exception ( 0 secs )
    1. - no logs -

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu Mar 19 11:29:25 2026
EndFri Mar 20 02:27:12 2026
Elapsed14 hrs, 57 mins, 46 secs

All Changes:

:

  1. Change #261508

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Mar 2026 02:24:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e345dfb9582c165b35507c8d6ce6bf980d85f471

    Comments

    asyn-ares: drop orphaned variable references
    In rare, conditional `#if` branches.
    
    Found by Codex Security
    
    Follow-up to ac7e2c3dc693b43c61898aea89f1a80037505c36 #17450
    Follow-up to 7bf576064c21fe0bb03a67c382d692ebbb9e3426 #17167
    
    Closes #20999

    Changed files

    • lib/asyn-ares.c
  2. Change #261519

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Mar 2026 11:17:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d86fd143a1fbc54124855ff7947ed0b3b9dfcf89

    Comments

    synctime: fix off-by-one read and write to a read-only buffer (Windows)
    Also making the `--synctime` option work.
    
    Off-by-one found by Codex Security
    
    Assisted-by: Jay Satiro
    
    Closes #20987

    Changed files

    • docs/examples/synctime.c
  3. Change #261520

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Mar 2026 11:17:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 59405ffb7d8be6b26e8823dee8ccd604be4ee10d

    Comments

    build: enable `-Wimplicit-int-enum-cast` compiler warning, fix issues
    Offered by clang 21+.
    
    Closes #20990

    Changed files

    • CMake/PickyWarnings.cmake
    • lib/vssh/libssh2.c
    • m4/curl-compilers.m4
    • tests/libtest/cli_hx_download.c
  4. Change #261521

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Mar 2026 11:17:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 86c25c06c92c18fef862d1cc9459cf78a22f72c7

    Comments

    x509asn1: fix to return error in an error case from `encodeOID()`
    Found by Codex Security
    
    Follow-up to d8b0318ad6da7e51f7c94df00a5f165a52580889 #3582
    
    Closes #20991

    Changed files

    • lib/vtls/x509asn1.c