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

Builder curl-ares-solaris11-sparc Build #4078

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 25 mins, 52 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-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 4078 Build
codebase Build
got_revision 879b6075a1132c137920060ed262b3f5a58c18c2 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 879b6075a1132c137920060ed262b3f5a58c18c2 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. Bernhard M. Wiedemann
  2. bch

Timing:

StartThu Jun 19 19:52:19 2025
EndThu Jun 19 20:18:17 2025
Elapsed25 mins, 58 secs

All Changes:

:

  1. Change #237058

    Category curl
    Changed by bch <brad.harderohnoyoudont@gmail.com>
    Changed at Thu 19 Jun 2025 19:50:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9edd968792d816a6af4c42edcb6fa4825e5c09c3

    Comments

    easy: fix comment-documentation
    -> easy_perform() is the INTERNAL interface that performs a blocking[...]
    
    Closes #17664

    Changed files

    • lib/easy.c
  2. Change #237059

    Category curl
    Changed by Bernhard M. Wiedemann <bwiedemannohnoyoudont@suse.de>
    Changed at Thu 19 Jun 2025 19:50:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 879b6075a1132c137920060ed262b3f5a58c18c2

    Comments

    test1596: let test pass after year 2036
    Background:
    As part of my work on reproducible builds for openSUSE, I check that
    software still gives identical build results in the future. The usual
    offset is +16 years, because that is how long I expect some software
    will be used in some places. This showed up failing tests in our package
    build. See https://reproducible-builds.org/ for why this matters.
    
    I tested that it passes on x86_64 in year 2041 and i586 in year 2037.
    
    (but on i586, I got `TESTFAIL: These test cases failed: 31 46 61 1415`)
    
    Closes #17665

    Changed files

    • tests/data/test1596