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

Builder curl-threaded-solaris11-sparc Build #5456

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisioneb14705280fda9344dca8c7ee912d08fafecc9fe
Got Revisioneb14705280fda9344dca8c7ee912d08fafecc9fe
Changes1 change

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 52 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-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 5456 Build
codebase Build
got_revision eb14705280fda9344dca8c7ee912d08fafecc9fe Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision eb14705280fda9344dca8c7ee912d08fafecc9fe Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartMon Mar 16 08:45:28 2026
EndMon Mar 16 09:31:00 2026
Elapsed45 mins, 31 secs

All Changes:

:

  1. Change #261134

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 16 Mar 2026 08:39:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision eb14705280fda9344dca8c7ee912d08fafecc9fe

    Comments

    protocol source, all about protocols and uri schemes
    Add protocol.h and protocol.c containing all about libcurl's
    known URI schemes and their protocol handlers (so they exist).
    
    Moves the scheme definitions from the various sources files into
    protocol.c. Schemes are known and used, even of the protocol
    handler is not build or just not implemented at all.
    
    Closes #20906

    Changed files

    • lib/Makefile.inc
    • lib/curl_ldap.h
    • lib/curl_rtmp.c
    • lib/curl_rtmp.h
    • lib/dict.c
    • lib/dict.h
    • lib/file.c
    • lib/file.h
    • lib/ftp-int.h
    • lib/ftp.c
    • lib/ftp.h
    • lib/ftplistparser.c
    • lib/gopher.c
    • lib/gopher.h
    • lib/http.c
    • lib/http.h
    • lib/imap.c
    • lib/imap.h
    • lib/ldap.c
    • lib/mqtt.c
    • lib/mqtt.h
    • lib/pop3.c
    • lib/pop3.h
    • lib/protocol.c
    • lib/protocol.h
    • lib/rtsp.c
    • lib/rtsp.h
    • lib/smb.c
    • lib/smb.h
    • lib/smtp.c
    • lib/smtp.h
    • lib/telnet.c
    • lib/telnet.h
    • lib/tftp.c
    • lib/tftp.h
    • lib/url.c
    • lib/url.h
    • lib/urldata.h
    • lib/vssh/ssh.h
    • lib/vssh/vssh.c
    • lib/ws.c
    • lib/ws.h