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

Builder curl-unthreaded-solaris10-sparc Build #13226

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiond2a408587a1ab72e12049836f82f279464947f1f
Got Revisiond2a408587a1ab72e12049836f82f279464947f1f
Changes7 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 37 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 24 mins, 42 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 2 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13226 Build
codebase Build
got_revision d2a408587a1ab72e12049836f82f279464947f1f Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision d2a408587a1ab72e12049836f82f279464947f1f Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Gustafsson
  2. Stefan Eissing
  3. Viktor Szakats

Timing:

StartSat Jun 28 05:09:07 2025
EndSun Jun 29 00:36:47 2025
Elapsed19 hrs, 27 mins, 39 secs

All Changes:

:

  1. Change #237874

    Category curl
    Changed by Daniel Gustafsson <danielohnoyoudont@yesql.se>
    Changed at Fri 27 Jun 2025 12:08:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 86eb0542861e6bfabbde41b514bb889db2427333

    Comments

    VULN-DISCLOSURE-POLICY: exclude not installed software
    Flaws in any script or compiled artifact which isn't installed by
    default is not considered to be security vulnerabilities.
    
    Closes #17761
    Reviewed-by: Daniel Stenberg <daniel@haxx.se>

    Changed files

    • docs/VULN-DISCLOSURE-POLICY.md
  2. Change #237878

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 27 Jun 2025 14:16:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d4983ffc134addd20bea18987dec7c3b771e74a4

    Comments

    bufq: change read/write signatures
    Change the signature of `bufq` functions from
    
    * `ssize_t Curl_bufq_*(..., CURLcode *err)` to
    * `CURLcode Curl_bufq_*(..., size_t *pn)`
    
    This allows us to write slightly less code and avoids the ssize_t/size_t
    conversions in many cases. Also, it gets the function in line with all
    the other send/recv signatures.
    
    Added helper functions in `cfilters.h` for sending from/receving into
    a bufq.
    
    Fuzzer now fails to build due to these changes and its testing of
    the bufq API.
    
    Closes #17396

    Changed files

    • lib/bufq.c
    • lib/bufq.h
    • lib/cf-h2-proxy.c
    • lib/cfilters.c
    • lib/cfilters.h
    • lib/http2.c
    • lib/mime.c
    • lib/request.c
    • lib/vquic/curl_msh3.c
    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_osslq.c
    • lib/vquic/curl_quiche.c
    • lib/vtls/vtls.c
    • lib/ws.c
    • tests/unit/unit2601.c
  3. Change #237879

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 27 Jun 2025 14:16:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 344ccb077c81d7ad1802dcab7b0116130697d8de

    Comments

    tests/libtest: drop a checksrc exception
    Follow-up to a0a1df5af9b3f11125d1a995c01b7c04cfec54e4 #17414
    
    Closes #17762

    Changed files

    • tests/libtest/.checksrc
  4. Change #237880

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 27 Jun 2025 14:16:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3f36e1e502105deb513fadac02d60b13ac68b16f

    Comments

    lib2082: drop `typedef struct`
    To not need the checksrc exception `disable TYPEDEFSTRUCT`.
    
    Follow-up to a517378de58358a85b7cfe9efecb56051268f629 #7477
    
    Closes #17763

    Changed files

    • tests/libtest/lib2082.c
  5. Change #237889

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 27 Jun 2025 17:33:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 081e78b023b1fdd76f4a65a2305bc8a63bab1ba5

    Comments

    lib: replace scache no-op macros with `#ifdef`
    To avoid warning/error in no-SSL, non-unity builds:
    ```
    lib/multi.c:273:5: error: code will never be executed [-Werror,-Wunreachable-code]
    273 |     goto error;
        |     ^~~~~~~~~~
    ```
    
    Reported-by: Marcel Raad
    Fixes #17754
    Closes #17760

    Changed files

    • lib/multi.c
    • lib/vtls/vtls_scache.h
  6. Change #237890

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 27 Jun 2025 17:33:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f9656445ba275efca02994808f1a89cf055e5e44

    Comments

    checksrc: reduce exceptions, apply again to curlx
    - tests/libtest: move exception to `stub_gssapi.h`.
    - tests/libtest: move remaining exception to `testtrace.c`.
    - tests/server: drop obsolete exception.
    - docs/examples: move `BANNEDFUNC` exceptions to local files (3 lines).
    - docs/examples: move `ERRNOVAR` exception to `ephiperfifo.c`.
    - docs/examples: drop `typedef struct` (8 files).
    - lib/curlx: add `.checksrc` with banned funcs copied from lib.
    - checksrc: ban `strncpy`, `strtok_r`, `strtoul` by default.
      Drop local bans. Add exception for `strtoul` to `tests/server'.
    - lib, src: sync banned funcs.
    
    Also:
    - REUSE: drop `stunnel.pem`, it no longer exists.
    - docs/examples: formatting.
    - docs/examples: simplify some `sizeof()`s.
    
    Closes #17764

    Changed files

    • REUSE.toml
    • docs/examples/.checksrc
    • docs/examples/Makefile.am
    • docs/examples/crawler.c
    • docs/examples/ephiperfifo.c
    • docs/examples/evhiperfifo.c
    • docs/examples/ghiper.c
    • docs/examples/hiperfifo.c
    • docs/examples/http2-upload.c
    • docs/examples/multi-event.c
    • docs/examples/multi-uv.c
    • docs/examples/synctime.c
    • docs/examples/xmlstream.c
    • lib/.checksrc
    • lib/Makefile.am
    • lib/curlx/.checksrc
    • lib/vauth/.checksrc
    • lib/vquic/.checksrc
    • lib/vssh/.checksrc
    • lib/vtls/.checksrc
    • scripts/checksrc.pl
    • src/.checksrc
    • tests/libtest/.checksrc
    • tests/libtest/Makefile.am
    • tests/libtest/stub_gssapi.h
    • tests/libtest/testtrace.c
    • tests/server/.checksrc
  7. Change #237919

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 28 Jun 2025 02:00:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d2a408587a1ab72e12049836f82f279464947f1f

    Comments

    cmake: fix generator expression in docs/examples
    To pass the MSVC-specific macro to MSVC only.
    
    Closes #17767

    Changed files

    • docs/examples/CMakeLists.txt