Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Workload Capture and Replay erroring while Visualizing results.
OS:
|
Maxscale: Rocky Linux release 8.9
|
Source DB : Rocky Linux release 8.9
|
Destination DB : Rocky Linux release 9.5
|
|
Maxscale Version :
|
[root@app2 CAPTURE_FLTR]# maxctrl --version |
25.01.3
|
|
DB version:
|
10.6.22-18-MariaDB-enterprise-log
|
[root@app2 CAPTURE_FLTR]# python3 --version |
Python 3.9.20
|
[root@app2 CAPTURE_FLTR]# maxpostprocess canonicals.csv baseline-result.csv -o baseline-summary.json
|
Creating Python virtual environment in: /root/.maxpostprocess |
Installing dependencies...
|
ERROR: Command errored out with exit status 1: |
command: /root/.maxpostprocess/bin/python3 /root/.maxpostprocess/lib64/python3.9/site-packages/pip/_vendor/pep517/_in_process.py build_wheel /tmp/tmprom_8lqm
|
cwd: /tmp/pip-install-e6l7jphr/duckdb
|
Complete output (2385 lines): |
/tmp/pip-build-env-gge80ym4/overlay/lib/python3.9/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
!!
|
|
********************************************************************************
|
Please consider removing the following classifiers in favor of a SPDX license expression: |
|
License :: OSI Approved :: MIT License
|
|
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. |
********************************************************************************
|
|
!!
|
dist._finalize_license_expression()
|
/tmp/pip-build-env-gge80ym4/overlay/lib/python3.9/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
!!
|
---
|
---
|
---
|
/tmp/pip-build-env-gge80ym4/overlay/lib/python3.9/site-packages/pybind11/include/pybind11/conduit/wrap_include_python_h.h:44:10: fatal error: Python.h: No such file or directory |
#include <Python.h>
|
^~~~~~~~~~
|
compilation terminated.
|
---------------------------------------- |
ERROR: Failed building wheel for duckdb |
ERROR: Could not build wheels for duckdb which use PEP 517 and cannot be installed directly |
/usr/bin/maxpostprocess: line 10: /root/.maxpostprocess/bin/activate: No such file or directory |
Traceback (most recent call last): |
File "/usr/share/maxscale/wcar/maxpostprocess.py", line 8, in <module> |
import duckdb
|
ModuleNotFoundError: No module named 'duckdb' |
|
[root@app2 CAPTURE_FLTR]# ls -ltrh
|
total 308M
|
-rw-r--r--. 1 maxscale maxscale 515 Aug 13 09:50 capture_2025-08-13_094645.cx |
-rw-r--r--. 1 maxscale maxscale 136M Aug 13 10:58 capture_2025-08-13_094645.ex |
-rw-r--r--. 1 maxscale maxscale 5.9M Aug 13 10:58 capture_2025-08-13_094645.tx |
-rw-r--r--. 1 root root 453 Aug 13 10:58 capture_2025-08-13_094645-summary.json |
-rw-r--r--. 1 root root 84M Aug 13 11:12 baseline-result.csv |
-rw-r--r--. 1 root root 84M Aug 13 11:18 comparison-result.csv |
-rw-r--r--. 1 root root 390 Aug 13 11:19 canonicals.csv |