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

Builder curl-unthreaded-solaris11-i386 Build #5185

Build In Progress:

ETA: 18:00:34 [33 mins, 34 secs]

Runtest

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( running )
    1. stdio
    2. resultlog
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 5185 Build
codebase Build
got_revision 2dfd265d668eb184a0feb0cbda5357fb076d9f0d Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 2dfd265d668eb184a0feb0cbda5357fb076d9f0d 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. Viktor Szakats

Timing:

StartMon Jun 8 16:20:25 2026
Elapsed1 hrs, 6 mins, 35 secs

All Changes:

:

  1. Change #269903

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 08 Jun 2026 14:59:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2dfd265d668eb184a0feb0cbda5357fb076d9f0d

    Comments

    checksrc-all.pl: do not check files multiple times
    Restrict `git ls-files` to return `*.[ch]` files within `$dir` only.
    Before this patch it returned files in subdirectories too, which did
    double work and may have made `checksrc.pl` pick `.checksrc` from the
    first such subdirectory, masking the one in `$dir`. (current curl tree
    is not affected)
    
    Ref: https://git-scm.com/docs/gitglossary#Documentation/gitglossary.txt-aiddefpathspecapathspec
    
    Follow-up to 33f606cd51995b68a0f68ac478f7395d8acda17b #20439
    
    Closes #21909

    Changed files

    • scripts/checksrc-all.pl