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

Builder curl-ares-solaris11-sparc Build #4359

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 28 mins, 5 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 4359 Build
codebase Build
got_revision be01b60ce532af6eb18c11fbd565355dbb570a2e Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision be01b60ce532af6eb18c11fbd565355dbb570a2e Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu Aug 14 16:42:43 2025
EndThu Aug 14 18:05:18 2025
Elapsed1 hrs, 22 mins, 35 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