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

Builder curl-unthreaded-solaris11-i386 Build #3767

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision450c00f983fa54393019bb3c355de509a3523955
Got Revision450c00f983fa54393019bb3c355de509a3523955
Changes5 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 14 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 13 mins, 7 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 3767 Build
codebase Build
got_revision 450c00f983fa54393019bb3c355de509a3523955 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 450c00f983fa54393019bb3c355de509a3523955 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. Dominik Tomecki

Timing:

StartWed Jul 30 10:44:33 2025
EndWed Jul 30 14:30:01 2025
Elapsed3 hrs, 45 mins, 28 secs

All Changes:

:

  1. Change #241260

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 30 Jul 2025 09:06:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7ed349de4cd579c3f3c268f738d1446f1f50b1ec

    Comments

    unit-tests: build the unitprotos.h from here
    Make the bundle depend on the header in the lib dir and built it now if
    not present.
    
    Reported-by: Todd Gamblin
    Fixes #18088
    Closes #18089

    Changed files

    • lib/Makefile.am
    • tests/unit/Makefile.am
  2. Change #241265

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 30 Jul 2025 09:12:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d7918861d1bb6a2a5e96063ce65e4c6933b0f79e

    Comments

    openssl: split cert_stuff into smaller sub functions
    - rename it client_cert
    - make it return CURLcode
    
    Closes #18081

    Changed files

    • lib/vtls/openssl.c
  3. Change #241266

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 30 Jul 2025 09:13:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4b1a5fe43622a6c6e904f9f9d127b41ca6c93cfd

    Comments

    top-complexity: set cutoff level to 80
    Closes #18080

    Changed files

    • scripts/top-complexity
  4. Change #241268

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 30 Jul 2025 09:31:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3ccffad28dcfc9efce003b46f179ca84599c0df3

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  5. Change #241270

    Category curl
    Changed by Dominik Tomecki <my-name-is-already-takenohnoyoudont@users.noreply.github.com>
    Changed at Wed 30 Jul 2025 09:52:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 450c00f983fa54393019bb3c355de509a3523955

    Comments

    smtp: allow suffix behind a mail address for RFC 3461
    Verified in test 3215
    
    Closes #16643

    Changed files

    • .github/scripts/spellcheck.words
    • docs/libcurl/opts/CURLOPT_MAIL_FROM.md
    • docs/libcurl/opts/CURLOPT_MAIL_RCPT.md
    • lib/smtp.c
    • tests/data/Makefile.am
    • tests/data/test3215