Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1956806 - subversion-1.14.1-2.fc35 FTBFS: tests fail [NEEDINFO]
Summary: subversion-1.14.1-2.fc35 FTBFS: tests fail
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: subversion
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Joe Orton
QA Contact: Fedora Extras Quality Assurance
URL: https://koschei.fedoraproject.org/pac...
Whiteboard:
Depends On:
Blocks: F35FTBFS, RAWHIDEFTBFS
TreeView+ depends on / blocked
 
Reported: 2021-05-04 13:04 UTC by Petr Pisar
Modified: 2021-07-11 04:22 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:
releng: needinfo? (jorton)


Attachments (Terms of Use)

Description Petr Pisar 2021-05-04 13:04:38 UTC
subversion-1.14.1-2.fc35 fails to build in Fedora 35 because some tests fail:

At least one test FAILED, checking /builddir/build/BUILD/subversion-1.14.1/tests.log
FAIL:  commit_tests.py 7: commit wc_dir -- (anchor=wc_dir, tgt={})
FAIL:  commit_tests.py 9: replace two nested dirs, verify empty contents
FAIL:  diff_tests.py 27: scheduled deleted
FAIL:  log_tests.py 36: 'svn log --diff'
FAIL:  merge_tests.py 2: merge and add new files/dirs with history
FAIL:  merge_tests.py 15: merge should skip over unversioned obstructions
FAIL:  merge_tests.py 16: merge into missing must not break working copy
FAIL:  merge_tests.py 134: merged directory properties are added
Summary of test results:
  2513 tests PASSED
  161 tests SKIPPED
  80 tests XFAILED (17 WORK-IN-PROGRESS)
  8 tests FAILED
Python version: 3.9.4.
SUMMARY: Some tests failed
make: *** [Makefile:549: check] Error 1
+ : Test suite failure.
+ cat fails.log
[[[
W: =============================================================
Expected 'bloo' and actual 'bloo' in output tree are different!
=============================================================
EXPECTED NODE TO BE:
=============================================================
 * Node name:   bloo
    Path:       svn-test-work/working_copies/commit_tests-7/A/B/E/bloo
    Contents:   None
    Properties: {}
    Attributes: {'verb': 'Adding'}
    Children:  None (node is probably a file)
=============================================================
ACTUAL NODE FOUND:
=============================================================
 * Node name:   bloo
    Path:       svn-test-work/working_copies/commit_tests-7/A/B/E/bloo
    Contents:   None
    Properties: {}
    Attributes: {'verb': 'Adding  (bin)'}
    Children:  None (node is probably a file)
W: Unequal at node bloo
W: Unequal at node E
W: Unequal at node B
W: Unequal at node A
W: Unequal at node commit_tests-7
W: Unequal at node working_copies
W: Unequal at node svn-test-work
W: Output of commit is unexpected
W: EXPECTED OUTPUT TREE:
W: ROOT
  +-- svn-test-work
        +-- working_copies
              +-- commit_tests-7
                    |-- A
                    |     |-- B
                    |     |     |-- E
                    |     |     |     +-- bloo
                    |     |     +-- lambda
                    |     |-- C
                    |     +-- D
                    |           |-- G
                    |           |     |-- pi
                    |           |     +-- rho
                    |           |-- H
                    |           |     |-- chi
                    |           |     |-- gloo
                    |           |     +-- omega
                    |           +-- gamma
                    +-- Q
                          +-- floo
W: ACTUAL OUTPUT TREE:
W: ROOT
  +-- svn-test-work
        +-- working_copies
              +-- commit_tests-7
                    |-- A
                    |     |-- B
                    |     |     |-- E
                    |     |     |     +-- bloo
                    |     |     +-- lambda
                    |     |-- C
                    |     +-- D
                    |           |-- G
                    |           |     |-- pi
                    |           |     +-- rho
                    |           |-- H
                    |           |     |-- chi
                    |           |     |-- gloo
                    |           |     +-- omega
                    |           +-- gamma
                    +-- Q
                          +-- floo
W: ACTUAL OUTPUT TREE:
svntest.wc.State(wc_dir, {
  ''                  : Item(verb='Sending'),
  'A/B/E'             : Item(verb='Replacing'),
  'A/B/E/bloo'        : Item(verb='Adding  (bin)'),
  'A/B/lambda'        : Item(verb='Sending'),
  'A/C'               : Item(verb='Deleting'),
  'A/D'               : Item(verb='Sending'),
  'A/D/G/pi'          : Item(verb='Sending'),
  'A/D/G/rho'         : Item(verb='Deleting'),
  'A/D/H/chi'         : Item(verb='Replacing'),
  'A/D/H/gloo'        : Item(verb='Adding'),
  'A/D/H/omega'       : Item(verb='Sending'),
  'A/D/gamma'         : Item(verb='Deleting'),
  'Q'                 : Item(verb='Adding'),
  'Q/floo'            : Item(verb='Adding  (bin)'),
})
W: CWD: /builddir/build/BUILD/subversion-1.14.1/subversion/tests/cmdline
W: EXCEPTION: SVNTreeUnequal
Traceback (most recent call last):
  File "/builddir/build/BUILD/subversion-1.14.1/subversion/tests/cmdline/svntest/main.py", line 1927, in run
    rc = self.pred.run(sandbox)
  File "/builddir/build/BUILD/subversion-1.14.1/subversion/tests/cmdline/svntest/testcase.py", line 178, in run
    result = self.func(sandbox)
  File "/builddir/build/BUILD/subversion-1.14.1/subversion/tests/cmdline/commit_tests.py", line 417, in commit_top_dir
    svntest.actions.run_and_verify_commit(wc_dir,
  File "/builddir/build/BUILD/subversion-1.14.1/subversion/tests/cmdline/svntest/actions.py", line 1565, in run_and_verify_commit
    tree.compare_trees("output", actual, output_tree)
  File "/builddir/build/BUILD/subversion-1.14.1/subversion/tests/cmdline/svntest/tree.py", line 683, in compare_trees
    compare_trees(label, a_child, b_child,
  File "/builddir/build/BUILD/subversion-1.14.1/subversion/tests/cmdline/svntest/tree.py", line 683, in compare_trees
    compare_trees(label, a_child, b_child,
  File "/builddir/build/BUILD/subversion-1.14.1/subversion/tests/cmdline/svntest/tree.py", line 683, in compare_trees
    compare_trees(label, a_child, b_child,
  [Previous line repeated 4 more times]
  File "/builddir/build/BUILD/subversion-1.14.1/subversion/tests/cmdline/svntest/tree.py", line 661, in compare_trees
    raise SVNTreeUnequal
svntest.tree.SVNTreeUnequal

A difference between passing and failing build root is probably this one <https://koschei.fedoraproject.org/build/10191649>

Comment 1 Fedora Release Engineering 2021-07-11 04:22:45 UTC
Dear Maintainer,

your package has an open Fails To Build From Source bug for Fedora 35.
Action is required from you.

If you can fix your package to build, perform a build in koji, and either create
an update in bodhi, or close this bug without creating an update, if updating is
not appropriate [1]. If you are working on a fix, set the status to ASSIGNED to
acknowledge this. If you have already fixed this issue, please close this Bugzilla report.

Following the policy for such packages [2], your package will be orphaned if
this bug remains in NEW state more than 8 weeks (not sooner than 2021-06-29).

A week before the mass branching of Fedora 36 according to the schedule [3],
any packages not successfully rebuilt at least on Fedora 34 will be
retired regardless of the status of this bug.

[1] https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
[2] https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/
[3] https://fedorapeople.org/groups/schedule/f-36/f-36-key-tasks.html


Note You need to log in before you can comment on or make changes to this bug.