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

Builder curl-unthreaded-solaris11-sparc Build #3939

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionf5b7eb27f04b806433c7f592a6a26f21a35dcdcc
Got Revisionf5b7eb27f04b806433c7f592a6a26f21a35dcdcc
Changes6 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 40 mins, 41 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 3939 Build
codebase Build
got_revision f5b7eb27f04b806433c7f592a6a26f21a35dcdcc Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f5b7eb27f04b806433c7f592a6a26f21a35dcdcc 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. Daniel Stenberg
  2. Maksim Ściepanienka

Timing:

StartThu May 15 01:45:30 2025
EndThu May 15 02:26:25 2025
Elapsed40 mins, 54 secs

All Changes:

:

  1. Change #229768

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 14 May 2025 23:15:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6f6ee601b9998b1507fff665aeef2b8d0e6d887b

    Comments

    libssh: split up the state machine function
    This reduces the "complexity score" for myssh_statemach_act from 160 to
    100, taking it down from the most complex function in libcurl to the
    5th.
    
    Also fixes a memory leak of the sftp session.
    
    Closes #17346

    Changed files

    • lib/vssh/libssh.c
  2. Change #229769

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 14 May 2025 23:34:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f0f6c610a9469c60fd88af189067de0b78a222f5

    Comments

    _SEEALSO.md: remove spaces around command and man page section
    Follows traditions better
    
    Closes #17348

    Changed files

    • docs/cmdline-opts/_SEEALSO.md
  3. Change #229770

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 14 May 2025 23:36:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b97d5f931afb4395c76c1cf15d7c9cf95a3a6b52

    Comments

    GHA: add libssh to the openssl O3 job
    To make sure we run libssh tests with valgrind enabled
    
    Closes #17345

    Changed files

    • .github/workflows/linux.yml
  4. Change #229771

    Category curl
    Changed by Maksim Ściepanienka <msciepanienkaohnoyoudont@gmail.com>
    Changed at Wed 14 May 2025 23:41:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 235b575d3a8268a05604ff5de3fe8c62f895c124

    Comments

    tests: add aws feature to the related tests
    Closes #17347

    Changed files

    • tests/data/test1933
    • tests/data/test1934
    • tests/data/test1935
    • tests/data/test1936
    • tests/data/test1937
    • tests/data/test1938
    • tests/data/test1955
    • tests/data/test1956
    • tests/data/test1957
    • tests/data/test1958
    • tests/data/test1959
    • tests/data/test1964
    • tests/data/test1970
    • tests/data/test1971
    • tests/data/test1972
    • tests/data/test1973
    • tests/data/test1974
    • tests/data/test1975
    • tests/data/test1976
    • tests/data/test1978
    • tests/data/test439
    • tests/data/test472
  5. Change #229772

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 14 May 2025 23:59:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 473b3e51d6a68987d76608e4306d98d044966ef7

    Comments

    tests/FILEFORMAT.md: document the aws feature
    Closes #17350

    Changed files

    • tests/FILEFORMAT.md
  6. Change #229773

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 15 May 2025 00:48:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f5b7eb27f04b806433c7f592a6a26f21a35dcdcc

    Comments

    netrc: deal with null token better
    If there is no length of the token, assign a blank string to avoid
    risking it being NULL.
    
    Pointed out by Coverity
    
    Closes #17351

    Changed files

    • lib/netrc.c