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

Builder curl-unthreaded-solaris10-i386 Build #16423

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 48 mins, 16 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-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16423 Build
codebase Build
got_revision d445f2d930ae701039518d695481ee53b8490521 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision d445f2d930ae701039518d695481ee53b8490521 Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartFri Feb 13 21:54:55 2026
EndSat Feb 14 12:22:04 2026
Elapsed14 hrs, 27 mins, 9 secs

All Changes:

:

  1. Change #257715

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 13 Feb 2026 11:56:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cf9e445e0357675421714e564db407dac6b78d5c

    Comments

    cmake: normalize uppercase hex winver (for display)
    For display and consistency with other regexp. It did not cause harm.
    
    Follow-up to 2100d9fde267eea68f8097ff0a8ba7b3c9742c7f #12044
    
    Closes #20586

    Changed files

    • CMakeLists.txt
  2. Change #257741

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 13 Feb 2026 15:41:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0649eb0825a8a1328e9c0fb30e3410dae60c97fd

    Comments

    GHA/windows: bump cygwin/cygwin-install-action to v6.1
    Previous tag v6 changed upstream and points to a different commit. This
    made zizmor unhappy. Previous commit is now tagged v6.0 in case we need
    it.
    
    Closes #20591

    Changed files

    • .github/workflows/windows.yml
  3. Change #257746

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 13 Feb 2026 15:48:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d445f2d930ae701039518d695481ee53b8490521

    Comments

    lib: skip compiling code with features disabled
    In non-SSL, non-SSH, non-H3, non-AppleSecTrust builds.
    
    Also:
    - drop unused internal macro `SSL_SYSTEM_VERIFIER`.
    
    Closes #20587

    Changed files

    • lib/vquic/vquic.c
    • lib/vquic/vquic_int.h
    • lib/vssh/ssh.h
    • lib/vssh/vssh.c
    • lib/vssh/vssh.h
    • lib/vtls/apple.c
    • lib/vtls/schannel_verify.c
    • lib/vtls/vtls.c
    • lib/vtls/vtls_int.h
    • lib/vtls/vtls_scache.h