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

Builder curl-threaded-solaris10-i386 Build #2343

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 54 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-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 2343 Build
codebase Build
got_revision 31d7cf42fd5a8e1390ea86bf43a043e8ad73ced9 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 31d7cf42fd5a8e1390ea86bf43a043e8ad73ced9 Build
scheduler schedule-curl-threaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Johann Sebastian Schicho
  2. Stefan Eissing

Timing:

StartThu Apr 25 22:32:59 2024
EndFri Apr 26 00:05:48 2024
Elapsed1 hrs, 32 mins, 49 secs

All Changes:

:

  1. Change #195968

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 25 Apr 2024 22:25:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision dd8ffa73ff20471ca3bcc3637199ff2ac5caf5b9

    Comments

    CI: macos fixes for new ARM GHA images
    - based on #13478 with additions from #13476
    - make homebrew install path flexible
    - fix OpenSSL pkgconfig files libdir
    - add path to --with-libssh2 target
    - disable gcc securetransport due to linker
      errors (missing symbols), probably because
      the os version is no longer low enough
    
    Assisted-by: Viktor Szakats
    
    Closes #13479

    Changed files

    • .github/workflows/macos.yml
  2. Change #195969

    Category curl
    Changed by Johann Sebastian Schicho <sebastian-schichoohnoyoudont@t-online.de>
    Changed at Thu 25 Apr 2024 22:28:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 31d7cf42fd5a8e1390ea86bf43a043e8ad73ced9

    Comments

    sendf: Curl_cwriter_write: remove comment disallowing zero length writes
    They are needed to pass CLIENTWRITE_EOS.
    
    Closes #13477

    Changed files

    • lib/sendf.c