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

Builder curl-ares-solaris11-i386 Build #3639

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionaed828cc5171aeb53d613847b469c2a0160dd3c4
Got Revisionaed828cc5171aeb53d613847b469c2a0160dd3c4
Changes2 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 ...' ( 57 mins, 17 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-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 3639 Build
codebase Build
got_revision aed828cc5171aeb53d613847b469c2a0160dd3c4 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision aed828cc5171aeb53d613847b469c2a0160dd3c4 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. Daniel Stenberg

Timing:

StartMon Jun 23 08:33:53 2025
EndMon Jun 23 10:24:47 2025
Elapsed1 hrs, 50 mins, 54 secs

All Changes:

:

  1. Change #237500

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 23 Jun 2025 08:21:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2cdc02f49f57faf0a12144b37b10ec7737d715f5

    Comments

    libcurl-env.md: drop LOGNAME, USER and NTLMUSER
    They were used for NTLM-WB, which support was removed for back in 8.8.0
    
    Closes #17713

    Changed files

    • docs/libcurl/libcurl-env.md
  2. Change #237501

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 23 Jun 2025 08:24:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision aed828cc5171aeb53d613847b469c2a0160dd3c4

    Comments

    tests/dnsd: read config from file
    Make the <dns> tag in a test case control what is stored there. Also
    documented. Make test 2102 and 2103 use the new tag.
    
    Lets the test case config the A and AAAA contents the server replies
    with. Initial work for the HTTPS RR exists, but does not yet work.
    
    Closes #17543

    Changed files

    • docs/tests/FILEFORMAT.md
    • tests/data/Makefile.am
    • tests/data/test2102
    • tests/data/test2103
    • tests/globalconfig.pm
    • tests/runner.pm
    • tests/server/Makefile.inc
    • tests/server/dnsd.c