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

Builder curl-threaded-solaris10-sparc Build #2830

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 hrs, 55 mins, 6 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 2830 Build
codebase Build
got_revision 12d13b84fa40aa657b83d5458944dbd9b978fb7e Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 12d13b84fa40aa657b83d5458944dbd9b978fb7e Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. John Bampton
  3. Samuel Henrique

Timing:

StartThu May 29 18:59:16 2025
EndFri May 30 03:54:29 2025
Elapsed8 hrs, 55 mins, 13 secs

All Changes:

:

  1. Change #230962

    Category curl
    Changed by John Bampton <jbamptonohnoyoudont@gmail.com>
    Changed at Thu 29 May 2025 10:21:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 217fd5b42475e89cdda1eaa7bcff512aa80a5bac

    Comments

    misc: fix spelling
    Closes #17479

    Changed files

    • lib/multi.c
    • lib/multi_ev.c
    • lib/smtp.c
    • lib/uint-table.h
    • lib/url.c
    • lib/vquic/curl_osslq.c
    • packages/OS400/README.OS400
    • tests/http/test_01_basic.py
    • tests/http/test_10_proxy.py
  2. Change #230963

    Category curl
    Changed by Samuel Henrique <samuelophohnoyoudont@debian.org>
    Changed at Thu 29 May 2025 10:21:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 620401f193047aa845dd73cc109cdfa7e260bda1

    Comments

    docs: fix typos
    After Gmail called out the typo I fixed on
    532d89a866b5641d380a88144270b1c3ca6ba84e, I've decided to paste the
    whole man page into Google docs and check what other issues it would
    spot.
    
    I know, it sounds silly, but I've just spent the last hour and a half
    going over each one of them and fixing everything which was a true
    finding and non-controversial.
    
    Closes #17480

    Changed files

    • docs/cmdline-opts/_ENVIRONMENT.md
    • docs/cmdline-opts/_EXITCODES.md
    • docs/cmdline-opts/_PROTOCOLS.md
    • docs/cmdline-opts/_VARIABLES.md
    • docs/cmdline-opts/ca-native.md
    • docs/cmdline-opts/capath.md
    • docs/cmdline-opts/cert.md
    • docs/cmdline-opts/connect-to.md
    • docs/cmdline-opts/data.md
    • docs/cmdline-opts/doh-url.md
    • docs/cmdline-opts/form.md
    • docs/cmdline-opts/ftp-ssl-ccc.md
    • docs/cmdline-opts/haproxy-clientip.md
    • docs/cmdline-opts/hsts.md
    • docs/cmdline-opts/http2-prior-knowledge.md
    • docs/cmdline-opts/ipfs-gateway.md
    • docs/cmdline-opts/limit-rate.md
    • docs/cmdline-opts/max-redirs.md
    • docs/cmdline-opts/max-time.md
    • docs/cmdline-opts/mptcp.md
    • docs/cmdline-opts/parallel.md
    • docs/cmdline-opts/proxy-capath.md
    • docs/cmdline-opts/proxy-header.md
    • docs/cmdline-opts/proxy-user.md
    • docs/cmdline-opts/proxy.md
    • docs/cmdline-opts/proxytunnel.md
    • docs/cmdline-opts/rate.md
    • docs/cmdline-opts/remove-on-error.md
    • docs/cmdline-opts/request-target.md
    • docs/cmdline-opts/retry-all-errors.md
    • docs/cmdline-opts/show-headers.md
    • docs/cmdline-opts/socks4.md
    • docs/cmdline-opts/ssl-sessions.md
    • docs/cmdline-opts/suppress-connect-headers.md
    • docs/cmdline-opts/tcp-fastopen.md
    • docs/cmdline-opts/tftp-no-options.md
    • docs/cmdline-opts/tls-max.md
    • docs/cmdline-opts/url.md
    • docs/cmdline-opts/user.md
    • docs/cmdline-opts/variable.md
    • docs/cmdline-opts/verbose.md
    • docs/cmdline-opts/version.md
    • docs/cmdline-opts/write-out.md
  3. Change #230967

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 29 May 2025 11:54:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 12d13b84fa40aa657b83d5458944dbd9b978fb7e

    Comments

    tool_getparam: remove two nextarg NULL checks
    Because by checking for NULL when the argument can never be NULL, they
    mislead the static analyzers into thinking it *can* be NULL and then the
    analyzers tend to warn about other places in the code *without* the
    check!
    
    Closes #17483

    Changed files

    • src/tool_getparam.c