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

Builder curl-ares-solaris10-i386 Build #3467

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 3 hrs, 9 mins, 20 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-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3467 Build
codebase Build
got_revision a7e364df81bf25fd3ec2efbfda92ae6ec1345469 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision a7e364df81bf25fd3ec2efbfda92ae6ec1345469 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. Stefan Eissing
  2. Viktor Szakats
  3. Yedaya Katsman

Timing:

StartTue Jun 10 17:30:04 2025
EndWed Jun 11 03:03:56 2025
Elapsed9 hrs, 33 mins, 52 secs

All Changes:

:

  1. Change #231841

    Category curl
    Changed by Yedaya Katsman <yedaya.kaohnoyoudont@gmail.com>
    Changed at Tue 10 Jun 2025 15:46:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bc7d88cc8af57db233b5a48c57bcd3b383591779

    Comments

    tests: torture: don't duplicate valgrind command
    When running torture tests with valgrind enabled, the torture function
    got a command line that already had the valgrind invocation in it. It
    added another, at the end resulting in an empty valgrind log file.
    
    Remove the duplicate logic adding valgrind, which already had a bit of
    different logic that wasn't updated when the other one was.
    
    Closes #17501

    Changed files

    • tests/runner.pm
  2. Change #231842

    Category curl
    Changed by Yedaya Katsman <yedaya.kaohnoyoudont@gmail.com>
    Changed at Tue 10 Jun 2025 15:46:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 05ffeeda0c8f6718f979ea5c7fe06ab20b42a5f4

    Comments

    tests: fail torture if !valgrind&threaded resolver
    We don't check the memory debug output with the threaded resolver, so
    the only way to do it with with valgrind.
    
    Also move the disabling of memory tracking to where we log that we're
    doing it.
    
    Closes #17501

    Changed files

    • tests/runtests.pl
  3. 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
  4. 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
  5. 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