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

Builder curl-ares-solaris11-sparc Build #2378

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision602fc213aeda9e9bb2879143942d850e000b2ea6
Got Revision602fc213aeda9e9bb2879143942d850e000b2ea6
Changes2 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 29 mins, 14 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 23 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 2378 Build
codebase Build
got_revision 602fc213aeda9e9bb2879143942d850e000b2ea6 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 602fc213aeda9e9bb2879143942d850e000b2ea6 Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartTue Apr 30 10:13:36 2024
EndTue Apr 30 11:41:37 2024
Elapsed1 hrs, 28 mins, 0 secs

All Changes:

:

  1. Change #196264

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 30 Apr 2024 09:24:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7f7ad97bf1288f9fa3edcf3c19a0adfe584c0ba6

    Comments

    multi: remove useless assignment
    Spotted by CodeSonar
    
    Closes #13500

    Changed files

    • lib/multi.c
  2. Change #196266

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 30 Apr 2024 10:03:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 602fc213aeda9e9bb2879143942d850e000b2ea6

    Comments

    libssh2: replace `access()` with `stat()`
    Prefer `stat()` to verify the presence of key files.
    
    This drops the last uses of `access()` in the codebase, which was
    reported to cause issues in some cases.
    
    Also add `access()` to the list of banned functions in checksrc.
    
    Ref: https://github.com/curl/curl/pull/13412#issuecomment-2065505415
    Ref: https://github.com/curl/curl/pull/13482#issuecomment-2078980522
    Ref: #13497
    Co-authored-by: Jay Satiro
    Closes #13498

    Changed files

    • lib/vssh/libssh2.c
    • scripts/checksrc.pl