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

Builder curl-unthreaded-solaris11-i386 Build #3687

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionf048546c8787f2f415d7072e32a6eef03282342b
Got Revisionf048546c8787f2f415d7072e32a6eef03282342b
Changes4 changes

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, 11 mins, 44 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 3687 Build
codebase Build
got_revision f048546c8787f2f415d7072e32a6eef03282342b Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f048546c8787f2f415d7072e32a6eef03282342b 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. Carlos Henrique Lima Melara
  2. Daniel Stenberg
  3. Stefan Eissing

Timing:

StartMon Jul 7 12:21:37 2025
EndMon Jul 7 15:41:46 2025
Elapsed3 hrs, 20 mins, 9 secs

All Changes:

:

  1. Change #238573

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 07 Jul 2025 09:04:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 51f933801eb24a99e347c2833f2bd00928bf5dbd

    Comments

    scorecard: flame graphs and documentation
    Add `--flame` option to scorecard.py for generating flame graphs.
    Add documentation in docs/internal/SCORECARD.md on how to use this.
    
    Closes #17792

    Changed files

    • .github/scripts/spellcheck.words
    • docs/Makefile.am
    • docs/internals/SCORECARD.md
    • tests/http/scorecard.py
    • tests/http/testenv/curl.py
  2. Change #238574

    Category curl
    Changed by Carlos Henrique Lima Melara <charlesmelaraohnoyoudont@riseup.net>
    Changed at Mon 07 Jul 2025 09:05:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 790153c927c577dad673f0b2a41ea02c6d88a081

    Comments

    docs,tests: fix english grammar "allow to" -> "allow <something> to"
    This was spotted by Debian's lintian tool. It adds an informational
    warning at every run, so my OCD was kicking in and I had to fix it :-)
    
    Closes #17787

    Changed files

    • docs/libcurl/opts/CURLOPT_QUICK_EXIT.md
    • docs/tests/HTTP.md
    • tests/data/test1933
    • tests/data/test1934
    • tests/data/test1935
    • tests/data/test1936
    • tests/data/test1937
    • tests/data/test1938
    • tests/data/test1955
    • tests/data/test1956
    • tests/data/test1957
    • tests/data/test1958
    • tests/data/test1959
    • tests/data/test1964
    • tests/data/test1970
    • tests/data/test1971
    • tests/data/test1972
    • tests/data/test1973
    • tests/data/test1974
    • tests/data/test1975
  3. Change #238578

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 07 Jul 2025 09:35:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 22bd59fb7fa8de97f25c2557c9135b13a919adf4

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  4. Change #238584

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 07 Jul 2025 12:01:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f048546c8787f2f415d7072e32a6eef03282342b

    Comments

    libssh2: remove use of 'initialised' for cleanup
    It could previously cause a memory-leak when the cleanup was not
    performed because it was not set.
    
    Reported-by: albrechtd on github
    Fixes #17819
    Closes #17837

    Changed files

    • lib/vssh/libssh2.c
    • lib/vssh/ssh.h