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

Builder curl-threaded-solaris11-i386 Build #5225

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 5225 Build
codebase Build
got_revision 7c51a33877c70b8838682200cf344ab89eacfc8e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 7c51a33877c70b8838682200cf344ab89eacfc8e Build
scheduler schedule-curl-threaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartFri Jun 12 22:18:55 2026
EndSat Jun 13 00:24:44 2026
Elapsed2 hrs, 5 mins, 48 secs

All Changes:

:

  1. Change #270708

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 12 Jun 2026 20:27:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7c51a33877c70b8838682200cf344ab89eacfc8e

    Comments

    AmigaOS: fix build fallouts, re-add to CI
    Fix build issues:
    - src: adjust `toolx_ftruncate()`.
    - libtests/cli_ftp_upload: make `struct timeval` initialization portable.
    - libtests/lib1960: do unconst in local `inet_pton()` macro.
    - tests/server/dnsd: make it stub instead of failing the build.
    - tests/server: make them link AmiSSL for `SocketBase`.
    
    Also:
    - bump AmiSSL to the latest release.
    - add download hash checks and toolchain cache.
    - sync restored code with local updates made since last year.
    
    It takes 30 seconds per job, 1 minute in total.
    
    Thanks-to: Bebbo
    Thanks-to: Darren Banfi
    Ref: https://github.com/curl/curl/pull/21989#issuecomment-4691380623
    Follow-up to 7a14898264e9aa48f7f84f631288d728cade5d57 #17486
    
    Closes #21993

    Changed files

    • .github/workflows/non-native.yml
    • CMakeLists.txt
    • src/tool_setup.h
    • tests/libtest/cli_ftp_upload.c
    • tests/libtest/lib1960.c
    • tests/server/dnsd.c