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

Builder curl-ares-solaris11-i386 Build #3661

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 57 mins, 43 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 13 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 3661 Build
codebase Build
got_revision f9656445ba275efca02994808f1a89cf055e5e44 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f9656445ba275efca02994808f1a89cf055e5e44 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartFri Jun 27 17:44:00 2025
EndFri Jun 27 18:54:31 2025
Elapsed1 hrs, 10 mins, 31 secs

All Changes:

:

  1. 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
  2. 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