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

Builder curl-threaded-solaris11-sparc Build #2994

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionadca93b53c11c94eab1feffde2d3a2d5170a2b6c
Got Revisionadca93b53c11c94eab1feffde2d3a2d5170a2b6c
Changes5 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 29 mins, 15 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 2994 Build
codebase Build
got_revision adca93b53c11c94eab1feffde2d3a2d5170a2b6c Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision adca93b53c11c94eab1feffde2d3a2d5170a2b6c 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. Daniel Stenberg
  2. Sebastian Walz

Timing:

StartTue Oct 8 16:54:21 2024
EndTue Oct 8 18:24:06 2024
Elapsed1 hrs, 29 mins, 44 secs

All Changes:

:

  1. Change #210943

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 08 Oct 2024 15:37:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 88ef62ba22c2590df81d7f16bc2db075376dd9fc

    Comments

    setopt: avoid superfluous length checks before strcmp()
    Simplify the checks
    
    Closes #15192

    Changed files

    • lib/setopt.c
  2. Change #210944

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 08 Oct 2024 15:40:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d90a8f07ed62cb95eb07eff08f96dfa0407fc430

    Comments

    telnet: avoid two strcpy() by pointing to the strings instead
    Closes #15198

    Changed files

    • lib/telnet.c
  3. Change #210945

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 08 Oct 2024 15:41:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c5b8569c7c06c1030e144a9660cb3b5669c02632

    Comments

    tftp: avoid two memcpy/strcpy
    Closes #15199

    Changed files

    • lib/tftp.c
  4. Change #210948

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 08 Oct 2024 16:13:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e8c024aa99c1185280c83b57337219f58f45e2ea

    Comments

    http_aws_sigv4: avoid local buffer and strcpy
    This avoids the buffer, the copy and the previous host name length
    limit.
    
    Closes #15200

    Changed files

    • lib/http_aws_sigv4.c
  5. Change #210949

    Category curl
    Changed by Sebastian Walz <sebastian.walzohnoyoudont@secunet.com>
    Changed at Tue 08 Oct 2024 16:15:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision adca93b53c11c94eab1feffde2d3a2d5170a2b6c

    Comments

    json.md: cli-option `--json` is an alias of `--data-binary`
    Closes #15197

    Changed files

    • docs/cmdline-opts/json.md