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

Builder curl-ares-solaris11-sparc Build #4099

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 26 mins, 28 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 2 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 4099 Build
codebase Build
got_revision 4d4d09eb7f4233ce0e03aec7bbf99a70892630fb Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 4d4d09eb7f4233ce0e03aec7bbf99a70892630fb 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:

StartSun Jun 22 15:02:29 2025
EndSun Jun 22 16:19:11 2025
Elapsed1 hrs, 16 mins, 41 secs

All Changes:

:

  1. Change #237403

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 22 Jun 2025 13:15:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 855ae7651360d5fbe490634edb86da9f05d1d559

    Comments

    tests/libtest: drop `TEST_HANG_TIMEOUT` redefinition hack
    Before this patch the code relied on re-initializing `TEST_HANG_TIMEOUT`
    macro before compiling each test, to allow them each to override it to
    a custom value for single tests. Thie required re-including `test.h`
    into each test.
    
    After this patch this macro becomes a global, immutable, default. Tests
    which want to override it can now use alternate macros that do accept
    a custom timeout. The only test currently affected is lib1501.
    
    Follow-up to 2c27a67daa1b76859c18d63e4e1f528db05b5e13 #17590
    
    Closes #17702

    Changed files

    • tests/libtest/lib1501.c
    • tests/libtest/test.h
  2. Change #237404

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 22 Jun 2025 13:19:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4d4d09eb7f4233ce0e03aec7bbf99a70892630fb

    Comments

    cmake: drop reference to future variable [ci skip]
    Follow-up to 855acb3bb07e0dd06b5722218eb5fded333f7ce0 #17701

    Changed files

    • CMake/Utilities.cmake