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

Builder curl-threaded-solaris10-sparc Build #2324

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision66cc0157567c4019db1e779572a401284a8e5a96
Got Revision66cc0157567c4019db1e779572a401284a8e5a96
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 17 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 hrs, 57 mins, 51 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 2324 Build
codebase Build
got_revision 66cc0157567c4019db1e779572a401284a8e5a96 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 66cc0157567c4019db1e779572a401284a8e5a96 Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Dan Fandrich
  2. Tal Regev
  3. Viktor Szakats

Timing:

StartSun Oct 13 02:44:45 2024
EndSun Oct 13 10:53:04 2024
Elapsed8 hrs, 8 mins, 18 secs

All Changes:

:

  1. Change #211460

    Category curl
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Sat 12 Oct 2024 19:47:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a3601cf57143bdd70f6b91c9ee08031a3a4e7b33

    Comments

    tests: allow pytests to run in out-of-tree builds
    Some of the files it needs are in the build directory but the code did
    not make a distinction.
    
    Closes #15257

    Changed files

    • tests/CMakeLists.txt
    • tests/http/testenv/client.py
    • tests/http/testenv/env.py
  2. Change #211468

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 12 Oct 2024 22:33:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 01a81579977b3872935d508e306a735f0568d113

    Comments

    cmake: tidy-ups and rebase fixups
    - limit `SIZEOF_SA_FAMILY_T` detection to non-Windows.
    - make sure `sys/socket.h` exists before detecting `SIZEOF_SA_FAMILY_T`.
    - limit `mach_absolute_time()` detection to `APPLE`. Drop from Windows
      pre-cache.
    - skip `HAVE_LIBSOCKET` detection for Windows, drop pre-cached value.
    - drop redundant pre-cached `HAVE_LIBZ` for Windows.
    - `curl_required_libpaths()`: stop accepting multiple arguments.
      To prepare for `CMAKE_REQUIRED_LINK_DIRECTORIES` support.
      Follow-up to 7bab201abe3915a0167c002f9308950cb8a06e4b #15193
    - GSS: fix recent rebase mistakes:
      - fix variable name.
      - do not add a header twice.
      Follow-up to 91d451b48809f20415ba8627786f5d4f5aaf8bfe #15157
    - GSS: quote a variable.
    
    Closes #15271

    Changed files

    • CMake/Macros.cmake
    • CMake/Platforms/WindowsCache.cmake
    • CMakeLists.txt
  3. Change #211470

    Category curl
    Changed by Tal Regev <tal.regevohnoyoudont@gmail.com>
    Changed at Sat 12 Oct 2024 22:47:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 66cc0157567c4019db1e779572a401284a8e5a96

    Comments

    GHA/windows: drop vcpkg workaround
    Reverts 841f42150ae7b9f903cc5d266cec60a8090c0f27 #15133
    Closes #15217

    Changed files

    • .github/workflows/windows.yml