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

Builder curl-unthreaded-solaris11-i386 Build #3691

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartTue Jul 8 10:22:41 2025
EndTue Jul 8 14:05:55 2025
Elapsed3 hrs, 43 mins, 13 secs

All Changes:

:

  1. Change #238698

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 08 Jul 2025 10:14:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8724306e78b399917f38e161cf97592377f45e8d

    Comments

    runtests: support memory-limits per test
    The idea here is to set limits per test how many allocations and maximum
    amount of memory it is allowed to use. This is a means to make sure the
    number and total size of allocations are kept in check and don't
    mistakenly "blow up".
    
    If runtests.pl detects that the given limits have been exceeded it fails
    the test case with an error.
    
    The `<verify>` part now supports `<limits>`, and in this section two
    limits can be set for each test (verified in debug builds only):
    
        Allocations: [number of allocation calls]
        Maximum allocated: [maximum concurrent memory allocated]
    
    Default limits (used if nothing is set in the test file):
    
        Allocations: 1000
        Maximum allocated: 1000000
    
    Closes #17821

    Changed files

    • docs/tests/FILEFORMAT.md
    • tests/data/test1
    • tests/data/test1129
    • tests/data/test1156
    • tests/data/test1291
    • tests/data/test1559
    • tests/data/test1560
    • tests/data/test1651
    • tests/data/test2302
    • tests/data/test2303
    • tests/data/test2601
    • tests/data/test3207
    • tests/data/test440
    • tests/data/test442
    • tests/data/test445
    • tests/data/test497
    • tests/data/test500
    • tests/data/test575
    • tests/data/test747
    • tests/data/test751
    • tests/data/test993
    • tests/runtests.pl