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

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

Results:

Failed

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchbagder/mime-access
Revision8ed9044cfbe062cfe12303f5e34749b591c301c0
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git updating ( 4 secs )
    1. stdio
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -

Build Properties:

NameValueSource
branch bagder/mime-access Build
builddir /export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc slave
buildername curl-pr-unthreaded-solaris10-sparc Builder
buildnumber 1059 Build
codebase Build
project curl/curl Build
repository https://github.com/curl/curl Build
revision 8ed9044cfbe062cfe12303f5e34749b591c301c0 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

Timing:

StartMon Apr 29 21:56:30 2024
EndTue Apr 30 05:03:38 2024
Elapsed7 hrs, 7 mins, 8 secs

All Changes:

:

  1. Change #196205

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 29 Apr 2024 11:54:22
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/mime-access
    Revision 4c4f59d07b765f14330ade1f983b9611d476d328

    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

    Changed files

    • lib/mime.c
  2. Change #196207

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 29 Apr 2024 11:58:55
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/mime-access
    Revision 720786a5dc236471285517aa8314b1d1eb8af5c6

    Comments

    fixup remove extra result check not needed anymore

    Changed files

    • lib/mime.c
  3. Change #196209

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 29 Apr 2024 12:00:23
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/mime-access
    Revision 8ed9044cfbe062cfe12303f5e34749b591c301c0

    Comments

    fixup better error out on memory error

    Changed files

    • lib/mime.c