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

Builder curl-ares-solaris10-i386 Build #3624

Results:

Exception runtest mail result

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 2 hrs, 54 mins, 8 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 3624 Build
codebase Build
got_revision 35a3b256f329cadd9248cca646cf82bf3d70b68c Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 35a3b256f329cadd9248cca646cf82bf3d70b68c 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 Aug 14 23:38:34 2025
EndFri Aug 15 08:32:26 2025
Elapsed8 hrs, 53 mins, 51 secs

All Changes:

:

  1. Change #242972

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 14 Aug 2025 16:34:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision be01b60ce532af6eb18c11fbd565355dbb570a2e

    Comments

    runtests: assume `Time::HiRes`, drop Perl Win32 dependency
    `Time::HiRes` was already used unconditionally before this patch in
    `servers.pm`. This package, and functions used by runtests (`sleep` and
    `gettimeofday`) are supported by the minimum Perl version required for
    curl:
    
    https://perldoc.perl.org/5.8.0/Time::HiRes
    
    - Drop the `portable_sleep()` wrapper in favor of `Time::HiRes::sleep()`.
    - Use `Time::HiRes` unconditionally in `serverhelp.pm`.
    - Stop using the `Win32` package where available. It was included
      to provide a Windows fallback for `Time::HiRes::sleep()`. It was never
      actually called, but the dependency may have loaded `Win32.dll`, which
      often appears in failed fork operations in GHA logs.
      Ref: a6fed41f6f12f3b71cfe85609f02a294b972d3d3 #5054 #5034
      Ref: https://github.com/curl/curl/discussions/14854
    
    Closes #18287

    Changed files

    • tests/ftpserver.pl
    • tests/processhelp.pm
    • tests/runner.pm
    • tests/runtests.pl
    • tests/serverhelp.pm
    • tests/servers.pm
  2. Change #242980

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 14 Aug 2025 20:10:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 596383ca7165a4ec3a1774941bf7b90d4c2d1256

    Comments

    GHA/linux: try improving valgrind job times with cmake
    Make the:
    - mbedTLS valgrind job finish under 14m, vs 15m before.
    - OpenSSL -O3 valgrind job finish in 14m30, vs 16m17.
    - OpenSSL libssh2 valgrind job finish in 16m, vs 17m30.
    - long valgrind rustls job finish 1 minute earlier, in return
      for spending 30s more on the other rustls job.
    
    Keep using autotools for the less slow valgrind job to test this combo.
    
    Closes #18290

    Changed files

    • .github/workflows/linux.yml
  3. Change #242984

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 14 Aug 2025 21:02:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 35a3b256f329cadd9248cca646cf82bf3d70b68c

    Comments

    GHA/linux: skip building examples in valgrind jobs
    To make these long jobs finish a little bit faster.
    
    10s in total for 5 cmake jobs, 11s for 1 autotools job.
    
    Closes #18291

    Changed files

    • .github/workflows/linux.yml