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

Builder curl-ares-solaris11-i386 Build #3581

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiona7e364df81bf25fd3ec2efbfda92ae6ec1345469
Got Revisiona7e364df81bf25fd3ec2efbfda92ae6ec1345469
Changes3 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 12 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/slave/curl-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 3581 Build
codebase Build
got_revision a7e364df81bf25fd3ec2efbfda92ae6ec1345469 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision a7e364df81bf25fd3ec2efbfda92ae6ec1345469 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing
  2. Viktor Szakats

Timing:

StartTue Jun 10 17:17:00 2025
EndTue Jun 10 21:07:07 2025
Elapsed3 hrs, 50 mins, 6 secs

All Changes:

:

  1. Change #231847

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 10 Jun 2025 15:57:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ab650379a8c25ca952f651476d25b4cdd77bb3fc

    Comments

    vauth: move auth structs to conn meta data
    Remove structs for negotiate, krb5, ntlm and gsasl from connectdata and
    store them as connection meta data with auto cleanup.
    
    De-complexify sasl mech selection by moving code into static functions.
    
    Closes #17557

    Changed files

    • lib/cshutdn.c
    • lib/curl_ntlm_core.h
    • lib/curl_sasl.c
    • lib/curl_sasl.h
    • lib/http.c
    • lib/http_negotiate.c
    • lib/http_negotiate.h
    • lib/http_ntlm.c
    • lib/http_ntlm.h
    • lib/imap.c
    • lib/openldap.c
    • lib/pop3.c
    • lib/smtp.c
    • lib/urldata.h
    • lib/vauth/vauth.c
    • lib/vauth/vauth.h
  2. Change #231853

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 10 Jun 2025 16:23:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision dd4088d91675c881d52aa4b83752eaee267b3bcf

    Comments

    GHA/checksrc: `yq` is pre-installed, drop manual install
    Follow-up to 17a669426f36b467dfd945b4b35f6211598b7977 #17537
    
    Cherry-picked from #17561

    Changed files

    • .github/workflows/checksrc.yml
  3. Change #231854

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 10 Jun 2025 16:31:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a7e364df81bf25fd3ec2efbfda92ae6ec1345469

    Comments

    cmake: document OpenSSL and ngtcp2 crypto lib custom variables
    Cherry-picked from #17561
    
    Closes #17574

    Changed files

    • CMake/FindNGTCP2.cmake
    • docs/INSTALL-CMAKE.md