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

Builder curl-unthreaded-solaris11-sparc Build #6216

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed Aug 12 14:43:25 2026
EndWed Aug 12 15:37:02 2026
Elapsed53 mins, 36 secs

All Changes:

:

  1. Change #277979

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 12 Aug 2026 15:42:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8a8ff47b63aff1d72c1796dbdb4955f243beac23

    Comments

    tidy-up: C and CI
    - drop redundant casts for `CURL_UNCONST()` pointers (Windows).
    - GHA/linux: delete redundant/dupe `-g` C flag in memory sanitizer job.
      Spotted-by: Daniel Stenberg
    - examples/http2-upload: drop local macro.
    - examples/http2-upload: drop leading underscore from union name.
    - examples/http2-upload: drop interim macro.
    - tests/server/util: reapply patch lost in a rebase.
    - sync `main()` declarations across the codebase.
    
    Closes #22559

    Changed files

    • .github/workflows/linux.yml
    • CMakeLists.txt
    • configure.ac
    • docs/examples/anyauthput.c
    • docs/examples/ftp-wildcard.c
    • docs/examples/htmltidy.c
    • docs/examples/http2-download.c
    • docs/examples/http2-upload.c
    • docs/examples/httpput-postfields.c
    • docs/examples/httpput.c
    • docs/examples/multi-event.c
    • docs/examples/multi-uv.c
    • docs/examples/smooth-gtk-thread.c
    • docs/examples/sslbackend.c
    • docs/internals/CODE_STYLE.md
    • docs/libcurl/curl_strequal.md
    • docs/libcurl/curl_strnequal.md
    • docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.md
    • docs/libcurl/opts/CURLOPT_PROTOCOLS.md
    • docs/libcurl/opts/CURLOPT_PROTOCOLS_STR.md
    • docs/libcurl/opts/CURLOPT_READFUNCTION.md
    • docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS.md
    • docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS_STR.md
    • lib/socks_sspi.c
    • lib/vauth/digest_sspi.c
    • lib/vauth/krb5_sspi.c
    • lib/vauth/ntlm_sspi.c
    • lib/vauth/spnego_sspi.c
    • lib/vtls/schannel.c
    • projects/OS400/curlmain.c
    • projects/vms/report_openssl_version.c
    • src/curlinfo.c
    • tests/cmake/test.c
    • tests/cmake/test.cpp
    • tests/libtest/first.c
    • tests/server/first.c
    • tests/server/util.c