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

Builder curl-pr-unthreaded-solaris10-i386 Build #3666

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 12 mins, 23 secs )
    1. stdio
    2. resultlog

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave
buildername curl-pr-unthreaded-solaris10-i386 Builder
buildnumber 3666 Build
codebase Build
got_revision 37e013fc164c0b72d263449ca45280090cbbdc88 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision 37e013fc164c0b72d263449ca45280090cbbdc88 Build
scheduler schedule-curl-pr Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartTue Mar 18 12:59:00 2025
EndTue Mar 18 17:51:27 2025
Elapsed4 hrs, 52 mins, 27 secs

All Changes:

:

  1. Change #225274

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 18 Mar 2025 04:13:50
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 77861ace49672cad60777845c1288bd1fbc8ae01

    Comments

    GHA/macos: verbose cmake in test steps
    
    To sync with other workflows, and autotools. To see build details,
    including clang-tidy invocations.
    
    Closes #16757

    Changed files

    • .github/workflows/macos.yml
  2. Change #225286

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 18 Mar 2025 12:23:43
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision a9b7cbf34f8db80e8c05ee3680cafdce67ca9430

    Comments

    runtests: auto-detect test bundle builds
    
    If libtests, units and servers binaries are all present, auto-enable
    bundle mode.
    
    Drop manual runtests option.
    
    Note: Make sure to "make clean" before changing the test bundle build
    setting.
    
    Also fix to append executable extension to all libtest and unit test
    executables when launching them. This should make it a tiny bit faster
    on Windows.
    
    Follow-up to f4f25505df1d2ede727071eb0c518368a206f64b #15000
    Follow-up to 71cf0d1fca9e1f53524e1545ef0c08d174458d80 #14772
    
    Closes #16750

    Changed files

    • tests/CMakeLists.txt
    • tests/Makefile.am
    • tests/runner.pm
    • tests/runtests.md
    • tests/runtests.pl
  3. Change #225287

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 18 Mar 2025 12:23:44
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 37e013fc164c0b72d263449ca45280090cbbdc88

    Comments

    config-win32: set `HAVE_STDINT_H` where available
    
    For winbuild and VS project builds.
    
    Follow-up to 1ecf2f11136f967deff6d2c124127250d2756c48 #16585
    
    Closes #16759

    Changed files

    • lib/config-win32.h