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

Builder curl-unthreaded-solaris11-i386 Build #3768

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisione32a6dc51005a9ee09db81a54428dd545239ff58
Got Revisione32a6dc51005a9ee09db81a54428dd545239ff58
Changes6 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 6 mins, 11 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

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

Timing:

StartWed Jul 30 14:30:08 2025
EndWed Jul 30 17:44:29 2025
Elapsed3 hrs, 14 mins, 20 secs

All Changes:

:

  1. Change #241276

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 30 Jul 2025 10:56:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 83da4d9d3ba3d6e1609435dbbf269ba0b9b72562

    Comments

    connectdata: remove primary+secondary ip_quadruple
    Since the content varies during connection setup and while doing it
    (eyeballing), remove these strcut from `connectdata` and replace use
    with querying the connection filters. Those keep that information
    already.
    
    Change the info logging of established connections to also give the
    local address and port.
    
    Closes #17960

    Changed files

    • lib/cf-haproxy.c
    • lib/cf-socket.c
    • lib/cfilters.c
    • lib/cfilters.h
    • lib/connect.c
    • lib/ftp.c
    • lib/http.c
    • lib/ldap.c
    • lib/socks.c
    • lib/url.c
    • lib/url.h
    • lib/urldata.h
    • tests/http/testenv/vsftpd.py
  2. Change #241283

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 30 Jul 2025 11:26:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8d00527e9ee270f5f5578dad12995657c9f7311d

    Comments

    schannel: use if(result) like the code style says
    instead of comparing != CURLE_OK
    
    Closes #18094

    Changed files

    • lib/vtls/schannel.c
  3. Change #241290

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 30 Jul 2025 11:55:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 217ae24a94d1700d1377f59b4ee829dce4b559a8

    Comments

    build: fix mingw-w64 version guard for mingw32ce
    Follow-up to a28f5f68b965119d9dd1ab6c2a2ccc66c6ed5d1f #18010
    Closes #18095

    Changed files

    • lib/curl_setup.h
  4. Change #241291

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 30 Jul 2025 11:55:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 58906838c562d9e6ffd78403fb0ab057ffe42fcc

    Comments

    schannel: fix recent update for mingw32ce
    Follow-up to 952c929bdf70645ee263c45a19518ae976a0292d #18084
    Closes #18097

    Changed files

    • lib/vtls/schannel_int.h
  5. Change #241297

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 30 Jul 2025 12:24:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision dfe3844c562ccff182ea442c9626e2c29c18538f

    Comments

    schannel: drop fallbacks for unused `BCRYPT_*` macros
    In case they are used again in the future, the fallbacks are not
    necessary for the supported mingw-w64 (v3+) and MSVC versions.
    
    Follow-up to 6238888ca7f0e473e9713a7c372fac8f025db569 #15621
    
    Closes #18091

    Changed files

    • lib/vtls/schannel.c
  6. Change #241298

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 30 Jul 2025 12:24:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e32a6dc51005a9ee09db81a54428dd545239ff58

    Comments

    schannel: drop fallbacks for 4 macros
    They are defined by all mingw-w64 versions and all supported MSVC
    versions (SDK 7.1A+).
    
    Also by OpenWatcom 2:
    https://github.com/open-watcom/open-watcom-v2/blob/ce6c37eb29f3fda95f9c4e8e37dee866b8c4e496/bld/w32api/include/wincrypt.mh
    
    These aren't defined by mingw32ce. And likely defined by MS WinCE SDK,
    but curl code doesn't use them in WinCE builds.
    
    Closes #18093

    Changed files

    • lib/vtls/schannel_int.h