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

Builder curl-ares-solaris10-sparc Build #2927

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision01a2308236ffd4a13a45c3d9850a66a602839af6
Got Revision01a2308236ffd4a13a45c3d9850a66a602839af6
Changes4 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 17 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 2 mins, 38 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-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 2927 Build
codebase Build
got_revision 01a2308236ffd4a13a45c3d9850a66a602839af6 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 01a2308236ffd4a13a45c3d9850a66a602839af6 Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats
  3. renovate[bot]

Timing:

StartWed Aug 13 13:08:37 2025
EndThu Aug 14 01:54:19 2025
Elapsed12 hrs, 45 mins, 41 secs

All Changes:

:

  1. Change #242855

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 13 Aug 2025 01:00:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c6ae07c6a541e0e96d0040afb62b45dd37711300

    Comments

    cookie: don't treat the leading slash as trailing
    If there is only a leading slash in the path, keep that. Also add an
    assert to make sure the path is never blank.
    
    Reported-by: Google Big Sleep
    Closes #18266

    Changed files

    • lib/cookie.c
  2. Change #242860

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Wed 13 Aug 2025 08:49:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e8edc9d8405525d1a046f8bdb3bf3929d033a1ac

    Comments

    Dockerfile: update debian:bookworm-slim Docker digest to 135c31f
    Closes #18268

    Changed files

    • Dockerfile
  3. Change #242861

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Wed 13 Aug 2025 08:50:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 357e6cfd5739891c7edfa43458fc078a1c978105

    Comments

    GHA: update awslabs/aws-lc to v1.58.0
    Closes #18269

    Changed files

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

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 13 Aug 2025 09:09:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 01a2308236ffd4a13a45c3d9850a66a602839af6

    Comments

    mbedtls: bump minimum version required to 3.2.0
    3.2.0 was released on July 11, 2022.
    
    Ref: #18161
    Closes #18254

    Changed files

    • .github/workflows/linux.yml
    • CMake/FindMbedTLS.cmake
    • CMakeLists.txt
    • docs/INTERNALS.md
    • lib/md4.c
    • lib/md5.c
    • lib/sha256.c
    • lib/vtls/mbedtls.c