You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comment out "bzt -install-tools -v " to build the Docker image
Running "bzt -install-tools -v" manually in that image will produce the following error
ver. 1.16.19
[2023-05-22 07:10:15,517 DEBUG root] Exception: Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/bzt/cli.py", line 679, in main
code = executor.perform(parsed_configs)
File "/usr/local/lib/python3.9/dist-packages/bzt/cli.py", line 288, in perform
for module_name in sys.modules:
RuntimeError: dictionary changed size during iteration
Cause
The problem is caused by overriding the module_name variable in a function that logs details of missing versions of imported modules in the following PR.
docker build is not successful.
When I do a docker build using the dockerfile as of 2023.5.16, the following error occurs and I cannot build.
environment
Windows10Pro + WSL2 + Ubuntu 20.04 LTS
WSL version: 1.2.5.0
Kernel version: 5.15.90.1
WSLg version: 1.0.51
MSRDC version: 1.2.3770
Direct3D version: 1.608.2-61064218
DXCore version: 10.0.25131.1002-220531-1700.rs-onecore-base2-hyp
Windows version: 10.0.19045.2965
Commands executed
Other information
Comment out "bzt -install-tools -v " to build the Docker image
Running "bzt -install-tools -v" manually in that image will produce the following error
ver. 1.16.19
Cause
The problem is caused by overriding the module_name variable in a function that logs details of missing versions of imported modules in the following PR.
PR:write interpreter details into bzt.log (#1416)
To build Docker.
You need to install a version of bzt that does not contain the relevant PR.
The text was updated successfully, but these errors were encountered: