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

Builder curl-unthreaded-solaris10-sparc Build #14028

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision5bff1c35f11e2e633459051c23e0ce339bc05b99
Got Revision5bff1c35f11e2e633459051c23e0ce339bc05b99
Changes11 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 23 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 49 mins, 40 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 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 14028 Build
codebase Build
got_revision 5bff1c35f11e2e633459051c23e0ce339bc05b99 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 5bff1c35f11e2e633459051c23e0ce339bc05b99 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 Stenberg
  2. Viktor Szakats

Timing:

StartSun Jun 14 19:46:32 2026
EndMon Jun 15 07:39:09 2026
Elapsed11 hrs, 52 mins, 37 secs

All Changes:

:

  1. Change #270887

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 14 Jun 2026 12:29:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fb83911aa68b0ac59263dc7070fc42e2755ce662

    Comments

    socks_sspi: invalid response length is a fatal error
    Pointed out by Zeropath
    Closes #21999

    Changed files

    • lib/socks_sspi.c
  2. Change #270906

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 14 Jun 2026 14:17:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fe2df80a5ae8a9afba0eb0601f7aea34ee76fde2

    Comments

    socket: use name `sockerr` for socket error variables
    Also:
    - add comment explaining a `sockerr = errno` (vs. `SOCKERRNO`)
      assigment.
    
    Closes #21998

    Changed files

    • lib/asyn-thrdd.c
    • lib/cf-socket.c
    • lib/ftp.c
    • lib/socketpair.c
    • lib/telnet.c
    • lib/tftp.c
    • tests/libtest/first.h
    • tests/server/dnsd.c
    • tests/server/mqttd.c
    • tests/server/rtspd.c
    • tests/server/sockfilt.c
    • tests/server/socksd.c
    • tests/server/sws.c
    • tests/server/tftpd.c
    • tests/server/util.c
  3. Change #270907

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 14 Jun 2026 14:17:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ba16b832213661a17887e15f9d7dc0899ebdd834

    Comments

    telnet: drop an `int` cast no longer necessary
    Spotted-by GitHub Code Quality
    
    Follow-up to c5637baa06046d317c383d420f6cbc9ddb3b0870
    Follow-up to 83a5e390654fb1e77c7c5d7bd32ba147ff022cbd
    
    Closes #22002

    Changed files

    • lib/telnet.c
  4. Change #270908

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 14 Jun 2026 14:17:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c61f007a73e27f9f32d6b3f5d88d4aba9d7854d6

    Comments

    krb5_sspi: fix error message on `DecryptMessage()` fail
    Spotted by GitHub Code Quality
    
    Closes #22003

    Changed files

    • lib/vauth/krb5_sspi.c
  5. Change #270909

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 14 Jun 2026 14:25:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9972f700a852c9a886670b5e4f1f85cad95c19ba

    Comments

    perl: switch from backticks to `qx()`
    To make it easier to find external command invocation in the source.
    
    Also drop backticks from a comment.
    
    To find external command invocations in Perl code use:
    ```sh
    git grep -E "((exec|qx|open2|open3|system)\(|open\(.+-\|)" $(<perlfiles>)
    ```
    
    Refs:
    https://perldoc.perl.org/functions/qx
    https://perldoc.perl.org/perlop#Simpler-Quote-Like-Operators
    
    Closes #21994

    Changed files

    • .github/scripts/randcurl.pl
    • scripts/checksrc.pl
    • scripts/mdlinkcheck
    • scripts/mk-ca-bundle.pl
    • scripts/randdisable
    • scripts/release-notes.pl
    • tests/appveyor.pm
    • tests/azure.pm
    • tests/devtest.pl
    • tests/processhelp.pm
    • tests/runner.pm
    • tests/runtests.pl
    • tests/servers.pm
    • tests/sshhelp.pm
    • tests/sshserver.pl
    • tests/testcurl.pl
    • tests/testutil.pm
  6. Change #270910

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 14 Jun 2026 14:25:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d9ea8cdcfabd421160a8ce3950e46f15d44fe469

    Comments

    tests/servers: do not interpret `unlink()` retval as `errno`
    In `socksd` and `sws` error messages.
    
    Also:
    - show the messages only if `unlink()` failed.
    - rename a return code variable and sync a message text for consistency.
    
    Ref: https://pubs.opengroup.org/onlinepubs/9699919799/functions/unlink.html
    
    Spotted by Copilot in `socksd.c`
    Bug: https://github.com/curl/curl/pull/21998#discussion_r3409395013
    Follow-up to 80eb71a3f5146f2ab5c5f8d8655d6861b5472668 #8687
    
    Closes #22005

    Changed files

    • tests/server/socksd.c
    • tests/server/sws.c
    • tests/server/util.c
  7. Change #270930

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 14 Jun 2026 16:16:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 945938de10e84cc7f9d8b420973d2671524a0f03

    Comments

    rtspd: sync up sleep loop with sws
    Check for `!got_exit_signal` as part of the `while()` expression,
    instead of doing it after calling `curlx_wait_ms()`. To simplify and
    improve consistency with rest of code.
    
    Follow-up to 0653fa107f6fb03555d49da86a1fbfc659873f5b
    Follow-up to 123c92c904b2f258ae69e211aa2663e80cb5429a
    
    Closes #22006

    Changed files

    • tests/server/rtspd.c
  8. Change #270931

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 14 Jun 2026 16:16:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9002d3350cc2086f95c8e850dee3e3ef9d8b11ac

    Comments

    servers: minor socket error handling fixes
    - sws: fix socket error code in `select()` failure message.
      Spotted by Copilot
      Bug: https://github.com/curl/curl/pull/21998#discussion_r3409469444
    - sws: do not call `SOCKERRNO` twice on error.
    - dnsd: do not call `SOCKERRNO` twice on error.
    - dnsd: replace `goto` with `while()` to sync with rest of code.
    - dnsd: `sendto()` fail message fixes:
      - replace `int` cast with `%zu` mask.
      - drop redundant newline.
      - show socket error string like rest of code.
      - report not-fully-sent error separately from socket errors.
    
    Closes #22007

    Changed files

    • tests/server/dnsd.c
    • tests/server/sws.c
  9. Change #270944

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 14 Jun 2026 17:49:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f1b1919bd091e65e67d9e1b680ab76569a8af090

    Comments

    servers: drop single-use interim result variables
    Closes #22008

    Changed files

    • tests/server/mqttd.c
    • tests/server/rtspd.c
    • tests/server/socksd.c
    • tests/server/sws.c
    • tests/server/util.c
  10. Change #270948

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 14 Jun 2026 18:12:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c4cb67692d4466ba577fcdd9d3eb60cdfe19ba13

    Comments

    smb: integer overflow proof a size check
    By using size_t for the vars instead of shorts.
    
    Pointed out by Zeropath
    
    Closes #22001

    Changed files

    • lib/smb.c
  11. Change #270950

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 14 Jun 2026 18:36:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5bff1c35f11e2e633459051c23e0ce339bc05b99

    Comments

    socks_sspi: store socks5_gssapi_enctype
    Store the unwrapped protection level in `conn->socks5_gssapi_enctype` to
    prevent the proxy from contuning unprotected. Matches the GSSAPI version
    of the code.
    
    Reported-by: Trail of Bits
    Closes #22004

    Changed files

    • lib/socks_sspi.c