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

Builder curl-pr-unthreaded-solaris10-i386 Build #2817

Results:

Build successful

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchmaster
Revision4de627ab098f8ba307e420519725d76799807952
Got Revision4de627ab098f8ba307e420519725d76799807952
Changes5 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave
buildername curl-pr-unthreaded-solaris10-i386 Builder
buildnumber 2817 Build
codebase Build
got_revision 4de627ab098f8ba307e420519725d76799807952 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision 4de627ab098f8ba307e420519725d76799807952 Build
scheduler schedule-curl-pr Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats
  3. zjyhjqs

Timing:

StartFri Oct 18 13:03:08 2024
EndFri Oct 18 17:49:09 2024
Elapsed4 hrs, 46 mins, 1 secs

All Changes:

:

  1. Change #212069

    Category None
    Changed by zjyhjqs <zjyhjqsohnoyoudont@Hotmail.com>
    Changed at Fri 18 Oct 2024 10:00:29
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision fbc0da376f52072565a6c2f146d3bc6c857e1917

    Comments

    cmake: set version for `project()` and add CPack support
    
    Note: the version like `8.11.0-DEV` is not a valid version for
    `project()`, so need to extract the major, minor and patch parts.
    
    Previous, manual, `CURL_VERSION` macro is defined by `project()`
    after this patch, so rename existing `CURL_VERSION*` variables to
    `_curl_version*`.
    
    Closes #15281

    Changed files

    • CMakeLists.txt
  2. Change #212071

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 18 Oct 2024 10:13:38
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 288cfcbe3833c2f077e6f1fe4245b31dfefba9cb

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
    • docs/THANKS-filter
  3. Change #212082

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 18 Oct 2024 11:42:42
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 5ea61a0b546fb054459384b2a225e9dd774088de

    Comments

    hsts: support "implied LWS" properly around max-age
    
    Adjust test 780 to verify.
    
    Reported-by: newfunction
    Closes #15330

    Changed files

    • lib/hsts.c
    • tests/data/test780
  4. Change #212084

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 18 Oct 2024 11:52:30
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision b4e162566fa3fa04200ac3aa751201dee06995ce

    Comments

    KNOWN_BUGS: LDFLAGS passed too late
    
    Makes linking fail on some (ancient) platforms.
    
    Closes #14893
    Closes #15306

    Changed files

    • docs/KNOWN_BUGS
  5. Change #212087

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 18 Oct 2024 12:58:50
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 4de627ab098f8ba307e420519725d76799807952

    Comments

    winbuild: add initial wolfSSL support
    
    Ref: https://datagirl.xyz/posts/wolfssl_curl_w2k.html
    
    Closes #15264

    Changed files

    • winbuild/Makefile.vc
    • winbuild/MakefileBuild.vc
    • winbuild/README.md