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

Builder curl-threaded-solaris11-i386 Build #3843

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionbe01b60ce532af6eb18c11fbd565355dbb570a2e
Got Revisionbe01b60ce532af6eb18c11fbd565355dbb570a2e
Changes1 change

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 24 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 54 mins, 34 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-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 3843 Build
codebase Build
got_revision be01b60ce532af6eb18c11fbd565355dbb570a2e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision be01b60ce532af6eb18c11fbd565355dbb570a2e Build
scheduler schedule-curl-threaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu Aug 14 16:53:56 2025
EndThu Aug 14 19:59:09 2025
Elapsed3 hrs, 5 mins, 12 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