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

Builder curl-pr-unthreaded-solaris10-sparc Build #1060

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 hrs, 2 mins, 24 secs )
    1. stdio
    2. resultlog

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats
  3. fuzzard

Timing:

StartTue Apr 30 05:03:41 2024
EndTue Apr 30 11:09:26 2024
Elapsed6 hrs, 5 mins, 44 secs

All Changes:

:

  1. Change #196221

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 29 Apr 2024 16:30:09
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision fc81bf42bea37d1381c9796311df014b09ac3b30

    Comments

    mime: avoid using access()
    
    If stat() fails, there is no point in calling access()
    
    Also: return error immediately if the stat() fails.
    
    Ref: #13482
    Closes #13497

    Changed files

    • lib/mime.c
  2. Change #196225

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 29 Apr 2024 16:45:58
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision b6305011ecae5bd4ff689da6f1618cc8a1c28f7e

    Comments

    DISTROS: add patch and issues link for curl-for-win
    
    curl-for-win sometimes includes curl patches that were already merged in
    master, but not yet part of a stable release.
    
    Also include the Issues link. Build-specific issues are handled there.
    
    Ref: #13493
    Closes #13499

    Changed files

    • docs/DISTROS.md
  3. Change #196226

    Category None
    Changed by fuzzard <fuzzardohnoyoudont@kodi.tv>
    Changed at Mon 29 Apr 2024 16:49:06
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 86805bfcdadef588e2c325212f066122f2daf4ec

    Comments

    cmake: FindNGHTTP2 add static lib name to find_library call
    
    Add the static library name, nghttp2_static as a name to search.
    
    This provides cmake parity with the winbuild Makefile.vc allowing
    the cmake build to find and allow the link to static nghttp2 library.

    Changed files

    • CMake/FindNGHTTP2.cmake