#14399 closed defect (fixed)

Creating Mac universal build dmg fails "no space left on device"

Reported by: Tom Goddard Owned by: Tom Goddard
Priority: moderate Milestone:
Component: Build System Version:
Keywords: Cc: chimerax-programmers
Blocked By: Blocking:
Notify when closed: Platform: all
Project: ChimeraX

Description

After updating Qt from 6.3 to 6.6 in the daily build creating the dmg file for the Mac universal build is failing.

The problem is that the PyPi dmgbuild package being used to add the background image to the dmg is not requesting a large enough size for the dmg image. It is not clear why the size is too small, it is requesting about 2 Gbytes. A similar dmgbuild error was reported and fixed in 2020

​https://github.com/beeware/briefcase/issues/406

and we are using the latest dmgbuild 1.6.1 from 2023. Unfortunately the only option to specify the size from the command-line using a Python settings file. But our use (implemented by Zach) is passing a JSON settings file. While it looks like a "-Dsize=4g" should work, inspection of the dmgbuild code shows that it simply ignores all the -D options.

The dmg is correctly made if I edit the dmgbuild code (Python user installed in chimera account on euclid build machine) to use total_size = 4 Gbytes.

create dmg chimerax.dmg failed:
command: ['/Applications/Xcode.app/Contents/Developer/usr/bin/python3', '-m', 'dmgbuild', '-s', 'dmg-settings.json', '"ChimeraX Installer"', 'chimerax.dmg']
stderr:
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/lib/QtConcurrent.framework/Versions/A/QtConcurrent: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/qsci/api/python/PyQt6_commercial.api: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/qsci/api/python/PyQt6-WebEngine_commercial.api: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtlocation_pl.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtdeclarative_nl.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtdeclarative_fr.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_help_bg.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtdeclarative_uk.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtwebsockets_pl.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_help_ja.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtdeclarative_en.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtconnectivity_hu.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_ru.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtserialport_pl.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtmultimedia_sk.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtmultimedia_it.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtlocation_ko.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtmultimedia_es.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtconnectivity_uk.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtwebengine_ca.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtwebsockets_ko.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtconnectivity_nl.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtdeclarative_hu.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtconnectivity_en.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtmultimedia_ar.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtserialport_ko.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtlocation_ru.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtwebsockets_ru.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtdeclarative_es.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtconnectivity_tr.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtdeclarative_sk.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtwebengine_de.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtdeclarative_ar.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtlocation_hr.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_lv.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtserialport_ru.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_pl.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtlocation_fi.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_gl.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtmultimedia_hu.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtbase_he.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtmultimedia_uk.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtbase_bg.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtmultimedia_fr.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtmultimedia_nl.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtmultimedia_cs.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtdeclarative_tr.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtconnectivity_es.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtbase_ja.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtmultimedia_en.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_sl.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_ko.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_nn.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtconnectivity_zh_CN.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_help_pl.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_help_gl.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtlocation_bg.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtmultimedia_de.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtserialport_ja.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtwebengine_zh_CN.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtmultimedia_fa.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtdeclarative_ca.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtwebsockets_ja.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_help_ko.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_help_nn.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_help_sl.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtwebengine_en.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtmultimedia_da.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtserialport_zh_CN.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtbase_ru.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtbase_fi.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtbase_hr.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtconnectivity_ca.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtwebengine_uk.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtlocation_pt_BR.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtlocation_zh_CN.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_help_ru.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtdeclarative_da.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_pt_PT.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtconnectivity_de.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtbase_ko.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtbase_nn.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_ja.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_he.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_bg.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_help_hr.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtdeclarative_de.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtconnectivity_da.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtbase_pl.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtbase_lv.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtmultimedia_ca.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtwebengine_es.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtdeclarative_fa.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtconnectivity_pt_BR.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_help_uk.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtdeclarative_bg.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtbase_zh_CN.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_help_nl.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_help_fr.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_help_cs.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtbase_tr.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_da.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtlocation_ca.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtwebengine_ko.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtdeclarative_ja.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_help_en.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtwebsockets_ca.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_pt_BR.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtconnectivity_bg.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_zh_TW.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtbase_es.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtbase_sk.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtbase_it.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_fa.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_de.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtbase_ar.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtwebengine_pl.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_help_hu.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_help_it.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_help_sk.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_help_es.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtlocation_da.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_ca.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtbase_hu.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_help_ar.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_zh_CN.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_help_tr.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtwebsockets_de.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtbase_fr.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtbase_nl.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtbase_cs.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtmultimedia_bg.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtlocation_de.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtbase_uk.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_gd.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtmultimedia_ja.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtbase_en.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtserialport_de.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtbase_pt_BR.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtbase_zh_TW.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtwebengine_ru.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtserialport_en.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtlocation_uk.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtbase_de.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_help_pt_BR.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_ar.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_help_zh_TW.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtlocation_nl.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtlocation_fr.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtwebsockets_uk.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtmultimedia_pt_BR.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtdeclarative_pl.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtdeclarative_lv.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtconnectivity_ko.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtmultimedia_zh_TW.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtwebsockets_fr.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtwebsockets_en.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_help_ca.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtserialport_uk.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtlocation_en.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtbase_fa.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_it.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_sk.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_es.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtmultimedia_ru.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtbase_da.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtdeclarative_nn.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtdeclarative_ko.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtconnectivity_pl.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtdeclarative_pt_BR.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtdeclarative_zh_TW.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtmultimedia_hr.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_tr.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtmultimedia_fi.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtlocation_hu.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtbase_gd.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_en.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtmultimedia_ko.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtmultimedia_nn.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtlocation_es.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_sv.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_help_da.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtdeclarative_zh_CN.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtdeclarative_ru.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtwebsockets_es.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtdeclarative_fi.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtdeclarative_hr.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_uk.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_nl.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_fr.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtserialport_es.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_cs.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_hu.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtmultimedia_pl.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtlocation_tr.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtconnectivity_ru.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_help_de.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtconnectivity_hr.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtmultimedia_zh_CN.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qtbase_ca.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_lt.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/Qt6/translations/qt_help_zh_CN.qm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/__pycache__: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtWebEngineQuick.pyi: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtMultimediaWidgets.abi3.so: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtWebChannel.pyi: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/sip.cpython-311-darwin.so: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtWebChannel.abi3.so: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtNetwork.abi3.so: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtCore.abi3.so: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtNfc.abi3.so: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtQuick.pyi: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtXml.pyi: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtSerialPort.pyi: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtQuickWidgets.pyi: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtOpenGL.pyi: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtTest.pyi: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtNfc.pyi: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtSql.pyi: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtTest.abi3.so: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtQuick.abi3.so: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtPrintSupport.pyi: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtPdfWidgets.abi3.so: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtGui.pyi: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtHelp.pyi: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/py.typed: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtBluetooth.pyi: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtRemoteObjects.pyi: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtSvgWidgets.pyi: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtWebEngineCore.pyi: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtCore.pyi: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtDBus.abi3.so: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtDBus.pyi: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtSpatialAudio.pyi: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtSpatialAudio.abi3.so: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/bindings: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtNetwork.pyi: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtOpenGLWidgets.abi3.so: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtWebEngineWidgets.pyi: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtWebEngineQuick.abi3.so: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtPdf.abi3.so: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtMultimedia.abi3.so: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtQuickWidgets.abi3.so: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtQuick3D.abi3.so: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtOpenGLWidgets.pyi: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtXml.abi3.so: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtWebEngineCore.abi3.so: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtDesigner.pyi: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/ChimeraX_Crystal-1.0.dist-info: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/ChimeraX_IO-1.0.1.dist-info: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/pkginfo: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/build-0.10.0.dist-info: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/typing_extensions.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/platformdirs: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/wheel_filename: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/OpenGL_accelerate: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/jupyterlab_widgets: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/ChimeraX_SeqView-2.11.1.dist-info: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/OpenGL: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/ipython-8.14.0.dist-info: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/jupyter.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/tornado-6.4.dist-info: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/traitlets-5.9.0.dist-info: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/ChimeraX_AmberInfo-1.0.dist-info: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/imagesize.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/ChimeraX_MapFilter-2.0.1.dist-info: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/difflib.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/pydoc.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/selectors.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/decimal.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/socketserver.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/copy.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/html: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/genericpath.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/linecache.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/types.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/tkinter: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/mimetypes.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/xdrlib.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/__pycache__: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/colorsys.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/numbers.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/_strptime.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/contextvars.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/random.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/ftplib.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/chunk.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/optparse.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/xml: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/pdb.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/turtle.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/platform.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/pstats.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/glob.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/quopri.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/symtable.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/pprint.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/calendar.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/inspect.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/wsgiref: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/poplib.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/plistlib.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/pickletools.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/pipes.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/json: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/telnetlib.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/keyword.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/configparser.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/reprlib.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/secrets.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/shlex.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/http: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/sqlite3: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/posixpath.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/py_compile.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/ensurepip: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/_osx_support.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/stat.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/compileall.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/concurrent: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/csv.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/fractions.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/sched.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/imaplib.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/mailbox.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/sre_compile.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/locale.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/ast.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/doctest.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/argparse.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/getpass.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/pickle.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/pty.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/contextlib.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/statistics.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/_collections_abc.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/sunau.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/__future__.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/dataclasses.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/shelve.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/string.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/smtplib.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/venv: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/getopt.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/antigravity.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/enum.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/dbm: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/timeit.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/graphlib.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/hmac.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/tarfile.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/importlib: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/xmlrpc: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/stringprep.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/typing.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/LICENSE.txt: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/lib2to3: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/idlelib: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/pydoc_data: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/ssl.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/socket.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/datetime.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/sysconfig.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/collections: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/pathlib.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/_pydecimal.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/ntpath.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/tokenize.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/uuid.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/logging: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/__hello__.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/imp.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/smtpd.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/email: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/mailcap.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/aifc.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/struct.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asynchat.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/re: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/sre_parse.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/abc.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/runpy.py: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/Tk.tiff: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/libblosc2.dylib: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/libpanelw.dylib: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/libmenuw.dylib: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/sqlite3.36.0: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/libblosc2.2.6.1.dylib: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/tdbcmysql1.1.3: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/tk8.6: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/tcl8.6: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/libcrypto.dylib: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/tclConfig.sh: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/itcl4.2.2: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/libformw.5.dylib: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/Tk.icns: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/tclooConfig.sh: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/tdbcodbc1.1.3: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/tkConfig.sh: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/libcrypto.1.1.dylib: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/libblosc2.2.12.0.dylib: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/libmenuw.5.dylib: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/tcl8: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/libncursesw.5.dylib: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/share: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/Current: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Headers: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/lib: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/Info.plist: No space left on device
ditto: /Volumes/ChimeraX Installer/ChimeraX_Daily.app/Contents/share: No space left on device
Traceback (most recent call last):
  File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/Users/chimera/Library/Python/3.8/lib/python/site-packages/dmgbuild/__main__.py", line 58, in <module>
    main()
  File "/Users/chimera/Library/Python/3.8/lib/python/site-packages/dmgbuild/__main__.py", line 48, in main
    build_dmg(
  File "/Users/chimera/Library/Python/3.8/lib/python/site-packages/dmgbuild/core.py", line 700, in build_dmg
    os.symlink(target, name_in_image)
OSError: [Errno 28] No space left on device: '/Applications' -> '/Volumes/ChimeraX Installer/Applications'

Change History (1)

comment:1 by Tom Goddard, 21 months ago

Resolution: → fixed
Status: assigned → closed

Fixed.

Not pretty, but I just hard-coded the dmg size as 4 Gbytes in the dmgbuild python module. The created dmg is the usual size (~400-500MB). Hopefully some future release of dmgbuild will fix this, but I'm not optimistic unless someone wants to create a bug report and follow up with it. I also tried just increasing dmgbuild's estimate of the size by 128MB from the value it is computing 2.2GB and it still failed with "no space left on device". So something is pretty far wrong in how it computes the needed image size.

Note: See TracTickets for help on using tickets.