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

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

Results:

Build successful

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchmaster
Revision63c1e6482a7fb195db155e1e769903e020e70874
Got Revision63c1e6482a7fb195db155e1e769903e020e70874
Changes10 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 8 mins, 19 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 3716 Build
codebase Build
got_revision 63c1e6482a7fb195db155e1e769903e020e70874 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision 63c1e6482a7fb195db155e1e769903e020e70874 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. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats

Timing:

StartTue Apr 1 21:57:02 2025
EndTue Apr 1 23:05:30 2025
Elapsed1 hrs, 8 mins, 27 secs

All Changes:

:

  1. Change #226263

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 01 Apr 2025 11:29:14
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 66c95f05fae6734144fcd9cee8937457b67c71ed

    Comments

    tests/certs/Makefile.am: avoid superfluous cert re-generation
    
    Fixes #16897
    Closes #16899

    Changed files

    • tests/Makefile.am
    • tests/certs/Makefile.am
  2. Change #226264

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 01 Apr 2025 11:30:05
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 0d85c8c49d90fa8c1475832e0a8f1916a04d9a69

    Comments

    tool_paramhlp: make proto2num skip leading commas better
    
    Closes #16892

    Changed files

    • src/tool_paramhlp.c
  3. Change #226265

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 01 Apr 2025 11:31:48
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 0042f11d6e45261a05492a89de9338767b861ed6

    Comments

    GHA: run random curl command lines for N seconds in CI
    
    In the memory and address sanitizer builds.
    
    Verify that nothing unexpected happens.
    
    Starting out with 60 second runs.
    
    The script does not set any seed so it runs with a new random every
    time, meaning that if it fails in a single CI run it might not fail in a
    subsequent one: but it should still show the full command that failed to
    enable us to reproduce it locally. We can work on improving the seed
    situation later if this script turns useful.
    
    Closes #16884

    Changed files

    • .github/scripts/randcurl.pl
    • .github/workflows/linux.yml
  4. Change #226270

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 01 Apr 2025 11:46:17
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 93964c21f403bdb157c5a0cbb3e9670e36f7a386

    Comments

    runtests: fix bundled test invocation with `-g` option
    
    Fixes:
    ```
    $ ./runtests.pl -g 1940
    ./libtest/libtests lib1940: No such file or directory.
    Argument list to give program being debugged when it is started is "http://127.0.0.1:44547/1940".
    ```
    
    Reported-by: Daniel Stenberg
    Fixes #16893
    Closes #16898

    Changed files

    • tests/runner.pm
  5. Change #226279

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 01 Apr 2025 12:48:04
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision fddc7a67eaf2ade627fef78e8fde2d590b9021cf

    Comments

    tests/README: document test bundles
    
    Closes #16902

    Changed files

    • .github/scripts/spellcheck.words
    • tests/README.md
  6. Change #226280

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 01 Apr 2025 12:48:04
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision fe9c99e377f20555d928e676adad817ec5d2576c

    Comments

    GHA/windows: drop GnuTLS-fork from vcpkg MultiSSL job
    
    curl now has a working GnuTLS CI job, with tests, with MSYS2.
    The MultiSSL build scenario is now tested on macOS.
    
    The vcpkg GnuTLS package seems to have a deep dependency tree with large
    packages that need to be rebuilt relatively frequently. Since they can't
    fit into to the time limit, these cause CI failures.
    
    To stabilize CI, drop the `shiftmedia-libgnutls` dependency.
    
    Partial revert of e86f99824c4de0024cc90bca53efe205fd1c1dcc #16623
    Ref: https://github.com/curl/curl/actions/runs/14192680124/job/39760753274?pr=16902
    
    Closes #16904

    Changed files

    • .github/workflows/windows.yml
  7. Change #226289

    Category None
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 01 Apr 2025 14:19:27
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 1f844dd3f0e66f19377b5158201f5b6eec61507f

    Comments

    http2: fix stream assignemnt for pushes
    
    When a PUSH_PROMISE was received, the h2_stream object was assigned
    to the wrong `newhandle->mid` and was thereafter not found. This led
    to internal confusion, because the nghttp2 stream user_data was not
    cleared and an invalid easy handle was use for trace messages,
    resulting in a crash.
    
    Reported-by: Viktor Szakats
    Fixes #16881
    Closes #16905

    Changed files

    • lib/http2.c
  8. Change #226292

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 01 Apr 2025 14:28:18
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 50c1e62fa417805ddce9aec27ba585995a357ee9

    Comments

    multi_ev: remove redundant check from mev_get_last_pollset
    
    Pointed out by CodeSonar
    
    Closes #16894

    Changed files

    • lib/multi_ev.c
  9. Change #226293

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 01 Apr 2025 14:29:04
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 49a87e93c3476ffb168f2ebe6918c31ef023fd9e

    Comments

    tool_getparam: avoid redundant condition in set_rate
    
    When the number parsing fails, the pointer is never moved so there's no
    point in checking that.
    
    Pointed out by CodeSonar
    
    Closes #16895

    Changed files

    • src/tool_getparam.c
  10. Change #226296

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 01 Apr 2025 15:27:56
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 63c1e6482a7fb195db155e1e769903e020e70874

    Comments

    vtls_scache: remove "Unreachable Call"
    
    The condition required to reach this call could not happen, because
    cf_ssl_scache_get() already checks the same condition and returns NULL
    for 'scache' prior to this.
    
    Found by CodeSonar
    
    Closes #16896

    Changed files

    • lib/vtls/vtls_scache.c