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

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

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 13 mins, 11 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 3663 Build
codebase Build
got_revision 912efa2d1c33531561f044af72e4451e08682883 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision 912efa2d1c33531561f044af72e4451e08682883 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. Aquila Macedo
  2. Stefan Eissing

Timing:

StartMon Mar 17 22:07:51 2025
EndTue Mar 18 03:08:35 2025
Elapsed5 hrs, 44 secs

All Changes:

:

  1. Change #225236

    Category None
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 17 Mar 2025 17:19:15
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision c6c6ee2a925f584b6c0416302369d639bd60a94a

    Comments

    tests: git ignore the bundle executables built
    
    Closes #16749

    Changed files

    • tests/libtest/.gitignore
    • tests/server/.gitignore
    • tests/unit/.gitignore
  2. Change #225243

    Category None
    Changed by Aquila Macedo <aquilamacedoohnoyoudont@riseup.net>
    Changed at Mon 17 Mar 2025 19:15:32
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 912efa2d1c33531561f044af72e4451e08682883

    Comments

    runtests: add feature-based filtering
    
    This commit introduces support for features in the test selection
    process by adding them to the keywords list with the `feat:` prefix. It
    allows users to specify features to run only tests with them, or exclude
    tests using `!feat:<feature>`, similar to how keywords are handled.
    
    Fixes #16533
    Closes #16619
    
    Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>

    Changed files

    • tests/runtests.md
    • tests/runtests.pl