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

Builder curl-ares-solaris11-i386 Build #5170

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 5 mins, 24 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 5170 Build
codebase Build
got_revision b825417043faa016a52ee400ce3a1c94f719a6e4 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision b825417043faa016a52ee400ce3a1c94f719a6e4 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. Viktor Szakats

Timing:

StartTue Jun 2 08:53:06 2026
EndTue Jun 2 10:49:23 2026
Elapsed1 hrs, 56 mins, 16 secs

All Changes:

:

  1. Change #269143

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 02 Jun 2026 08:44:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 669e795e9427cbda973a0ba9f8f4028716f0cdd4

    Comments

    Makefile.am: drop test1190 listed twice
    Spotted by GitHub Code Quality
    
    Closes #21839

    Changed files

    • tests/data/Makefile.am
  2. Change #269144

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 02 Jun 2026 08:45:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7d2382ebfacc7a3c7bdfb47994be9341beee645a

    Comments

    tool_help: rectify a bad assert
    The condition was wrong, and now it also verifies 'tlen'.
    
    Reported-by: Gao Liyou
    Ref: #21825
    Closes #21837

    Changed files

    • src/tool_help.c
  3. Change #269145

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 02 Jun 2026 08:48:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b825417043faa016a52ee400ce3a1c94f719a6e4

    Comments

    tool_operhlp: avoid NULL to %s
    If the filename allocation fails.
    
    Reported-by: Gao Liyou
    Ref: #21825
    Closes #21836

    Changed files

    • src/tool_operhlp.c