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

Builder curl-ares-solaris11-i386 Build #3425

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision5852a0bedf16813369349699aac1d650274c5e53
Got Revision5852a0bedf16813369349699aac1d650274c5e53
Changes2 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed Apr 23 15:56:20 2025
EndWed Apr 23 18:59:31 2025
Elapsed3 hrs, 3 mins, 11 secs

All Changes:

:

  1. Change #227984

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 23 Apr 2025 13:46:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 20d9d3bcce5efe47ab14e5c9233c2889515fada1

    Comments

    GHA/windows: apply MSYS2 runtime downgrades to v3.5.x, leave v3.6.x as-is
    windows-runners 20250420.1.0 come with msys2-runtime 3.6.x. It has
    the perf regression issue fixed, so stop downgrading it.
    
    This makes CI jobs settle on this version when supplied by
    the runner image or the msys2/setup-msys2 action:
    MINGW64_NT-10.0-20348 fv-az980-636 3.6.1-0cfedd4f.x86_64 2025-04-12 01:44 UTC x86_64 Msys
    
    With 3.6.1, we've seen issues launching `perl.exe` before this patch:
    https://github.com/curl/curl/discussions/14854#discussioncomment-12908214
    https://github.com/curl/curl/discussions/14854#discussioncomment-12921007
    
    Follow-up to b06c12b7248592cf001e621d7cd8dc78a827212b #16574
    Closes #17151

    Changed files

    • .github/workflows/windows.yml
  2. Change #228001

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 23 Apr 2025 15:12:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5852a0bedf16813369349699aac1d650274c5e53

    Comments

    GHA: use more Ninja
    Use it for AmigaOS, Android, dl-mingw 7.3.0 and 6.4.0 Windows builds.
    
    Also drop explicit ninja installs.
    
    dl-mingw:
    Before:
    7.3.0: https://github.com/curl/curl/actions/runs/14617346216/job/41008536465
    6.4.0: https://github.com/curl/curl/actions/runs/14617346216/job/41008540878
    After:
    7.3.0: https://github.com/curl/curl/actions/runs/14617983032/job/41010584040?pr=17153
    6.4.0: https://github.com/curl/curl/actions/runs/14617983032/job/41010586490?pr=17153
    
    Follow-up to a36655224356c10d70bcc566ce60f82af795ca90 #17115
    Ref: https://github.com/actions/runner-images/issues/11391
    
    Closes #17153

    Changed files

    • .github/workflows/distcheck.yml
    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
    • .github/workflows/non-native.yml
    • .github/workflows/windows.yml