This update has been unpushed.
This update has been unpushed.
The failure is caused by the system slowness and bad test case isolation. I was able to reproduce failures locally by removing this line https://github.com/389ds/389-ds-base/blob/83668192bddcb6daa272eb418a96c10931d3386b/dirsrvtests/tests/suites/basic/basic_test.py#L545 One test case failure caused cascading failures and errors down the road. I'm going to waive the test results.
This is a strange failure, I haven't seen it before. Tests passed for me locally. I'll try to retrigger the tests.
There is a typo in the spec file, package fails to install:
Problem: package 389-ds-base-2.2.7-1.fc37.x86_64 requires python3-lib389 = 2.2.7-1.fc37, but none of the providers can be installed
- cannot install the best update candidate for package 389-ds-base-2.2.6-2.fc37.x86_64
- nothing provides python3-cryptograp needed by python3-lib389-2.2.7-1.fc37.noarch
[root@8fcf3dd5ee2d ds]# head -n1 /usr/bin/py.test
#! /usr/bin/python3 -P
[root@8fcf3dd5ee2d ds]# rpm -q python3-pytest
python3-pytest-7.1.3-2.fc37.noarch
Can't install this update due to missing python3.10dist(distro) >= 1.7 in F36:
Problem: cannot install the best update candidate for package gns3-gui-2.2.32-1.fc36.noarch
- nothing provides python3.10dist(distro) >= 1.7 needed by gns3-gui-2.2.33.1-1.fc36.noarch
===============================================================================================================================================
Package Architecture Version Repository Size
===============================================================================================================================================
Upgrading:
gns3-server noarch 2.2.33.1-1.fc36 updates-testing 5.2 M
Skipping packages with broken dependencies:
gns3-gui noarch 2.2.33.1-1.fc36 updates-testing 4.6 M
Transaction Summary
===============================================================================================================================================
Upgrade 1 Package
Skip 1 Package
Total download size: 5.2 M
Is this ok [y/N]:
This update has been unpushed.
This fixes the problem for 389-ds-base cmocka tests, thank you!
Can't install it:
Error: Transaction test error:
file /usr/share/man/man5/containers-mounts.conf.5.gz from install of containers-common-1:1.2.0-8.fc33.x86_64 conflict
s with file from package podman-2:2.1.1-12.fc33.x86_64
This update has been unpushed.
This update has been unpushed.
cockpit-389-ds fails to load
dscreate
fails because of missing https://pagure.io/389-ds-base/c/90f3642c11657d9b428e9f0d8e2718ff987efd7f?branch=master
dscreate
creates and starts an instance successfully.
{start,stop,status}-dirsrv
commands are not functional as in previous build:
# status-dirsrv
● dirsrv.target - 389 Directory Server
Loaded: loaded (/usr/lib/systemd/system/dirsrv.target; disabled; vendor preset: disabled)
Active: inactive (dead)
No instances found in /etc/sysconfig
# stop-dirsrv
No instances found in /etc/sysconfig
# start-dirsrv
No instances found in /etc/sysconfig
But at least systemctl commands work now to start/stop instances.
Thank you for catching this, I opened https://github.com/389ds/389-ds-base/issues/6544