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

Builder curl-ares-solaris10-i386 Build #4467

Results:

Retry lost remote

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionbe1d976a2ab998aaaa824e4396e43c647a17cdb2
Changes8 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4467 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision be1d976a2ab998aaaa824e4396e43c647a17cdb2 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

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

Timing:

StartMon Jun 22 20:02:07 2026
EndMon Jun 22 22:11:57 2026
Elapsed2 hrs, 9 mins, 50 secs

All Changes:

:

  1. Change #272062

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 22 Jun 2026 10:12:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d638eac18967d8afef230ced3daddc47cebd9737

    Comments

    libssh2: code and infof/trace cleanups
    Give the libssh2 infof() messages a common format, add/clarify some to
    make the connect/authentication flow more clear.
    
    Closes #22101

    Changed files

    • lib/vssh/libssh2.c
  2. Change #272063

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 22 Jun 2026 10:15:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c5d0e93879d94c8ab8034b35a26cbdfa93a2dac8

    Comments

    HTTP3.md: update quiche build
    Fixes #22105
    Reported-by: av223119 on github
    Closes #22109

    Changed files

    • docs/HTTP3.md
  3. Change #272077

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 22 Jun 2026 11:49:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c35e2cb29f3a20fa6fb330027c77216e0bc6297f

    Comments

    setopt: cleanup the length check for COPYPOSTFIELDS handling
    Make it more straight-forward
    
    Closes #22127

    Changed files

    • lib/setopt.c
  4. Change #272081

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 22 Jun 2026 12:08:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2735ef3baeaf8ee7a6019e224d83a2501ea1d437

    Comments

    libssh2: fix to return error code on missing parameter
    Reported by GitHub Code Quality
    
    Follow-up to 0095f98464d85a3b2863d1c9ef7c5a71c9739450 #15250
    
    Closes #22125

    Changed files

    • lib/vssh/libssh2.c
  5. Change #272082

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 22 Jun 2026 12:08:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b3675fe80a3393264d58d0359b3c5ab332f3a9f9

    Comments

    libssh2: drop stray double-negative from `strncmp()` result
    Just a tidy-up. Logic remains identical.
    
    Spotted by GitHub Code Quality
    
    Follow-up to a867314f4fba0f05201226093335d75f3dbd0f3f #16382
    
    Closes #22126

    Changed files

    • lib/vssh/libssh2.c
  6. Change #272083

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 22 Jun 2026 12:08:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f7d4e11f4b423a6db61ca86cf59483fad9f4bc13

    Comments

    setopt: return error if received `curl_blob->data` is NULL
    To avoid dereferencing in the function if `CURL_BLOB_COPY` is set, or
    outside of the function if unset.
    
    Reported-by: netspacer.research
    
    Closes #22129

    Changed files

    • lib/setopt.c
  7. Change #272093

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 22 Jun 2026 13:04:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d824266425d000d4b7c8ca8756dbff83bfa4eb02

    Comments

    appveyor: pass `--proto-redir =https` option
    Follow-up to 500820682ce570f21586f567ddec4dbea4e6dad5 #21757
    
    Closes #22130

    Changed files

    • appveyor.sh
  8. Change #272129

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 22 Jun 2026 17:16:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision be1d976a2ab998aaaa824e4396e43c647a17cdb2

    Comments

    peer: fix ipv6 detection
    When trying to detect ipv6 addresses, ipv4 addresses were also
    flagged as ipv6.
    
    Add test2413 to check.
    
    Closes #22134

    Changed files

    • lib/peer.c
    • tests/data/Makefile.am
    • tests/data/test2413
    • tests/unit/Makefile.inc
    • tests/unit/unit2413.c