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

Builder curl-ares-solaris11-i386 Build #3878

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision9f1102cf740c30b3da8f5df299ae8c9c088fbce8
Got Revision9f1102cf740c30b3da8f5df299ae8c9c088fbce8
Changes4 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 54 mins, 4 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 3878 Build
codebase Build
got_revision 9f1102cf740c30b3da8f5df299ae8c9c088fbce8 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 9f1102cf740c30b3da8f5df299ae8c9c088fbce8 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
  2. Stefan Eissing
  3. renovate[bot]

Timing:

StartWed Sep 3 13:03:56 2025
EndWed Sep 3 15:57:16 2025
Elapsed2 hrs, 53 mins, 19 secs

All Changes:

:

  1. Change #244366

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 03 Sep 2025 11:35:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 765b5ab0cdaa6156885591f1e56110a0d2e975f8

    Comments

    tool_getparam: warn on more unicode prefixes
    If a string argument is expected and the first two bytes are 0xe2 ex80
    and the third has the 7th bit set, that's enough for curl to warn.
    
    Previously we tried to detect and warn only for the unicode double
    quote, but users might use single quotes, other quotes or even lead the
    argument with one of the "zero widths" characters. This is an attempt to
    detect many of those. Without triggering for "normal" IDN hostnames.
    
    Closes #18459

    Changed files

    • src/tool_getparam.c
    • tests/data/test469
    • tests/data/test470
  2. Change #244367

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Wed 03 Sep 2025 11:37:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8603d5262b09c5641c4b69a83a24fcf7f5aac232

    Comments

    GHA: update awslabs/aws-lc to v1.60.0
    Closes #18458

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
  3. Change #244369

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 03 Sep 2025 11:55:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 967a626af48aafd3747c39a5597bd8c4a7977a7a

    Comments

    idn: reject conversions that end up as a zero length hostname
    Reported-by: RepoRascal on hackerone
    Closes #18462

    Changed files

    • lib/idn.c
  4. Change #244374

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 03 Sep 2025 12:51:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9f1102cf740c30b3da8f5df299ae8c9c088fbce8

    Comments

    pytest: add tests for getting a non-existing ftp file
    Check that return code is 78.
    
    Closes #18463

    Changed files

    • tests/http/test_30_vsftpd.py
    • tests/http/test_31_vsftpds.py
    • tests/http/test_32_ftps_vsftpd.py