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

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

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 14 mins, 18 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 3625 Build
codebase Build
got_revision 29ed1f9834047887a232423e715b0f2b72d744e9 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision 29ed1f9834047887a232423e715b0f2b72d744e9 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 Mar 11 17:06:08 2025
EndTue Mar 11 22:01:17 2025
Elapsed4 hrs, 55 mins, 8 secs

All Changes:

:

  1. Change #224644

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 11 Mar 2025 08:50:08
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 51c9238c7656867458c06f068dacea0fc471f6c5

    Comments

    GHA: enable OpenSSL QUIC in a macOS and MinGW job
    
    Closes #16665

    Changed files

    • .github/workflows/macos.yml
    • .github/workflows/windows.yml
  2. Change #224645

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 11 Mar 2025 08:50:09
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision ab2cf88daddde079b79b30b9741fc8a76d0a249a

    Comments

    tftpd: prefix TFTP protocol error `E*` constants with `TFTP_`
    
    To avoid mistaking them for `errno` error codes.
    
    Closes #16666

    Changed files

    • tests/server/tftp.h
    • tests/server/tftpd.c
  3. Change #224702

    Category None
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 11 Mar 2025 14:52:40
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 9710aec8f838153226d1ea0f10614bdc28b18d82

    Comments

    test489: set output dir
    
    Set output dir to %LOGIDR so that generated files are ignored by git.
    
    Closes #16670

    Changed files

    • tests/data/test489
  4. Change #224704

    Category None
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 11 Mar 2025 14:56:38
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 763fa529df91ab46fb8c03f00b221a8b046d80d4

    Comments

    wolfssh: fix freeing of resources in disconnect
    
    ssh's disconnect assumed that the session to the server could be
    shut down successfully during disconnect. When this failed, e.g.
    timed out, memory was leaked.
    
    Closes #16668

    Changed files

    • lib/vssh/wolfssh.c
  5. Change #224708

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 11 Mar 2025 14:58:13
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision dc12ecd5dba251ce8d7e665da61d4238790621a7

    Comments

    curl: add my_setopt_long() and _offt()
    
    Two new dedicated functions for setting long and curl_off_t options with
    curl_easy_setopt(). These make it easier to make sure we pass on the
    right option (types) so that the --libcurl code also gets right.
    
    Corrected a few errors.
    
    Closes #16669

    Changed files

    • src/tool_operate.c
    • src/tool_setopt.c
    • src/tool_setopt.h
    • src/tool_ssls.c
  6. Change #224712

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 11 Mar 2025 16:02:18
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 60b52c0c8bb1d8a166e1f8de3bb3fc56717d4924

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  7. Change #224714

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 11 Mar 2025 16:06:33
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 29ed1f9834047887a232423e715b0f2b72d744e9

    Comments

    tests/server: use `curlx_str_numblanks()` to avoid `errno`
    
    Replacing `strtoul()` calls and glue code.
    
    Closes #16671

    Changed files

    • lib/strparse.h
    • tests/server/rtspd.c
    • tests/server/sws.c