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

Builder curl-unthreaded-solaris11-i386 Build #5254

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision2f8fb98c5f0c4ff490a6c836634b69034d2a7cd9
Got Revision2f8fb98c5f0c4ff490a6c836634b69034d2a7cd9
Changes2 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 8 mins, 58 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-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 5254 Build
codebase Build
got_revision 2f8fb98c5f0c4ff490a6c836634b69034d2a7cd9 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 2f8fb98c5f0c4ff490a6c836634b69034d2a7cd9 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. alhudz

Timing:

StartThu Jun 18 14:55:45 2026
EndThu Jun 18 17:05:23 2026
Elapsed2 hrs, 9 mins, 37 secs

All Changes:

:

  1. Change #271594

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 18 Jun 2026 12:55:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a7e35c9194f3c6cc6bcfaa5bc559b02bcc83367a

    Comments

    docs/VERIFY: expand with more things we do
    Closes #22080

    Changed files

    • .github/scripts/pyspelling.words
    • docs/VERIFY.md
  2. Change #271616

    Category curl
    Changed by alhudz <al.hudz.kohnoyoudont@gmail.com>
    Changed at Thu 18 Jun 2026 14:17:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2f8fb98c5f0c4ff490a6c836634b69034d2a7cd9

    Comments

    pingpong: reject nul byte in server response line
    Add test 2108 covering the rejection over FTP. Drop the now-vestigial
    nul bytes from test 1282; they exercised the removed Kerberos FTP
    security buffer check and now trip this rejection before the 633
    login-denied path is reached.
    
    Closes #21996

    Changed files

    • lib/pingpong.c
    • tests/data/Makefile.am
    • tests/data/test1282
    • tests/data/test2108