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

Builder curl-unthreaded-solaris11-i386 Build #2391

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionfc81bf42bea37d1381c9796311df014b09ac3b30
Got Revisionfc81bf42bea37d1381c9796311df014b09ac3b30
Changes1 change

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 19 mins, 44 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-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 2391 Build
codebase Build
got_revision fc81bf42bea37d1381c9796311df014b09ac3b30 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision fc81bf42bea37d1381c9796311df014b09ac3b30 Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartMon Apr 29 16:35:40 2024
EndMon Apr 29 16:55:30 2024
Elapsed19 mins, 49 secs

All Changes:

:

  1. Change #196224

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 29 Apr 2024 16:30:09
    Repository https://github.com/curl/curl.git
    Project 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