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

Builder curl-threaded-solaris11-sparc Build #4436

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 25 mins, 40 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-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 4436 Build
codebase Build
got_revision 5bb49a485c1d34a088e37c18035897364f961559 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 5bb49a485c1d34a088e37c18035897364f961559 Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartFri Aug 29 15:32:26 2025
EndFri Aug 29 16:55:16 2025
Elapsed1 hrs, 22 mins, 49 secs

All Changes:

:

  1. Change #244088

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 29 Aug 2025 15:26:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5bb49a485c1d34a088e37c18035897364f961559

    Comments

    GHA/windows: fix perl 5.40.3 bump fallout with custom-built modules
    Perl got bumped from 5.38.4 to 5.40.3. The new version crashes when
    loading the `Win32::Process*` modules built and cached in CI. The build
    job uses Perl 5.38.4.
    
    To avoid the crash, include the Perl version (hashed) in the cache key,
    so that it's only loaded when the Perl version matches.
    
    This solution is imperfect, because some of the jobs will not use the
    Perl modules in transition periods, when different jobs use different
    Perl versions. Anyway, can't think of a better one for now. Another
    option is to drop the effort with these modules. After all they did not
    help with crashes and hangs, nor with performance. While adding quite
    a bit of CI complexity.
    
    Also:
    - test early if the modules load and log the result.
    
    Follow-up to 52775a7fb4ba63d66d60067dea4a5293fb7c55a1 #18296
    
    Closes #18425

    Changed files

    • .github/workflows/windows.yml