Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 12, 2021 19:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-rmcgibbo/14f9c18a36dbb2aafa98448d06757dba to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/14f9c18a36dbb2aafa98448d06757dba to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: 44 seconds | https://github.com/NixOS/nixpkgs/pull/116082
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Using setuptoolsShellHook
Sourcing pip-install-hook
Using pipInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing python-namespaces-hook
Sourcing setuptools-check-hook
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/21rj7sd8v56ihmz5z1aj5jw8fha4n3v0-WeasyPrint-52.tar.gz
source root is WeasyPrint-52
setting SOURCE_DATE_EPOCH to timestamp 1604014874 of file WeasyPrint-52/setup.cfg
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
applying patch /nix/store/ygp7pakx3v6ga5y7nnl53mmz6iczakfz-library-paths.patch
patching file weasyprint/fonts.py
patching file weasyprint/text.py
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
building
Executing setuptoolsBuildPhase
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/weasyprint
copying weasyprint/html.py -> build/lib/weasyprint
copying weasyprint/fonts.py -> build/lib/weasyprint
copying weasyprint/images.py -> build/lib/weasyprint
copying weasyprint/logger.py -> build/lib/weasyprint
copying weasyprint/pdf.py -> build/lib/weasyprint
copying weasyprint/stacking.py -> build/lib/weasyprint
copying weasyprint/__init__.py -> build/lib/weasyprint
copying weasyprint/document.py -> build/lib/weasyprint
copying weasyprint/__main__.py -> build/lib/weasyprint
copying weasyprint/text.py -> build/lib/weasyprint
copying weasyprint/draw.py -> build/lib/weasyprint
copying weasyprint/urls.py -> build/lib/weasyprint
creating build/lib/weasyprint/css
copying weasyprint/css/computed_values.py -> build/lib/weasyprint/css
copying weasyprint/css/media_queries.py -> build/lib/weasyprint/css
copying weasyprint/css/properties.py -> build/lib/weasyprint/css
copying weasyprint/css/targets.py -> build/lib/weasyprint/css
copying weasyprint/css/__init__.py -> build/lib/weasyprint/css
copying weasyprint/css/counters.py -> build/lib/weasyprint/css
copying weasyprint/css/utils.py -> build/lib/weasyprint/css
creating build/lib/weasyprint/css/validation
copying weasyprint/css/validation/expanders.py -> build/lib/weasyprint/css/validation
copying weasyprint/css/validation/properties.py -> build/lib/weasyprint/css/validation
copying weasyprint/css/validation/descriptors.py -> build/lib/weasyprint/css/validation
copying weasyprint/css/validation/__init__.py -> build/lib/weasyprint/css/validation
package init file 'weasyprint/formatting_structure/__init__.py' not found (or not a regular file)
creating build/lib/weasyprint/formatting_structure
copying weasyprint/formatting_structure/build.py -> build/lib/weasyprint/formatting_structure
copying weasyprint/formatting_structure/boxes.py -> build/lib/weasyprint/formatting_structure
creating build/lib/weasyprint/layout
copying weasyprint/layout/absolute.py -> build/lib/weasyprint/layout
copying weasyprint/layout/pages.py -> build/lib/weasyprint/layout
copying weasyprint/layout/flex.py -> build/lib/weasyprint/layout
copying weasyprint/layout/inlines.py -> build/lib/weasyprint/layout
copying weasyprint/layout/columns.py -> build/lib/weasyprint/layout
copying weasyprint/layout/replaced.py -> build/lib/weasyprint/layout
copying weasyprint/layout/preferred.py -> build/lib/weasyprint/layout
copying weasyprint/layout/min_max.py -> build/lib/weasyprint/layout
copying weasyprint/layout/percentages.py -> build/lib/weasyprint/layout
copying weasyprint/layout/__init__.py -> build/lib/weasyprint/layout
copying weasyprint/layout/backgrounds.py -> build/lib/weasyprint/layout
copying weasyprint/layout/blocks.py -> build/lib/weasyprint/layout
copying weasyprint/layout/tables.py -> build/lib/weasyprint/layout
copying weasyprint/layout/float.py -> build/lib/weasyprint/layout
creating build/lib/weasyprint/tests
copying weasyprint/tests/test_presentational_hints.py -> build/lib/weasyprint/tests
copying weasyprint/tests/test_css_descriptors.py -> build/lib/weasyprint/tests
copying weasyprint/tests/test_counters.py -> build/lib/weasyprint/tests
copying weasyprint/tests/test_css.py -> build/lib/weasyprint/tests
copying weasyprint/tests/test_stacking.py -> build/lib/weasyprint/tests
copying weasyprint/tests/test_api.py -> build/lib/weasyprint/tests
copying weasyprint/tests/test_fonts.py -> build/lib/weasyprint/tests
copying weasyprint/tests/test_unicode.py -> build/lib/weasyprint/tests
copying weasyprint/tests/test_css_validation.py -> build/lib/weasyprint/tests
copying weasyprint/tests/test_variables.py -> build/lib/weasyprint/tests
copying weasyprint/tests/__init__.py -> build/lib/weasyprint/tests
copying weasyprint/tests/test_pdf.py -> build/lib/weasyprint/tests
copying weasyprint/tests/test_target.py -> build/lib/weasyprint/tests
copying weasyprint/tests/test_tools.py -> build/lib/weasyprint/tests
copying weasyprint/tests/test_boxes.py -> build/lib/weasyprint/tests
copying weasyprint/tests/test_float.py -> build/lib/weasyprint/tests
copying weasyprint/tests/test_text.py -> build/lib/weasyprint/tests
copying weasyprint/tests/test_acid2.py -> build/lib/weasyprint/tests
copying weasyprint/tests/testing_utils.py -> build/lib/weasyprint/tests
creating build/lib/weasyprint/tools
copying weasyprint/tools/__init__.py -> build/lib/weasyprint/tools
copying weasyprint/tools/renderer.py -> build/lib/weasyprint/tools
copying weasyprint/tools/navigator.py -> build/lib/weasyprint/tools
copying weasyprint/VERSION -> build/lib/weasyprint
copying weasyprint/css/tests_ua.css -> build/lib/weasyprint/css
copying weasyprint/css/html5_ph.css -> build/lib/weasyprint/css
copying weasyprint/css/html5_ua.css -> build/lib/weasyprint/css
creating build/lib/weasyprint/tests/resources
copying weasyprint/tests/resources/acid2-test.html -> build/lib/weasyprint/tests/resources
copying weasyprint/tests/resources/doc1.html -> build/lib/weasyprint/tests/resources
copying weasyprint/tests/resources/user.css -> build/lib/weasyprint/tests/resources
copying weasyprint/tests/resources/acid2-reference.html -> build/lib/weasyprint/tests/resources
copying weasyprint/tests/resources/latin1-test.css -> build/lib/weasyprint/tests/resources
copying weasyprint/tests/resources/really-a-svg.png -> build/lib/weasyprint/tests/resources
copying weasyprint/tests/resources/pattern.gif -> build/lib/weasyprint/tests/resources
copying weasyprint/tests/resources/weasyprint.otf -> build/lib/weasyprint/tests/resources
copying weasyprint/tests/resources/sheet2.css -> build/lib/weasyprint/tests/resources
copying weasyprint/tests/resources/doc1_UTF-16BE.html -> build/lib/weasyprint/tests/resources
copying weasyprint/tests/resources/icon.png -> build/lib/weasyprint/tests/resources
copying weasyprint/tests/resources/mini_ua.css -> build/lib/weasyprint/tests/resources
copying weasyprint/tests/resources/blue.jpg -> build/lib/weasyprint/tests/resources
copying weasyprint/tests/resources/AHEM____.TTF -> build/lib/weasyprint/tests/resources
copying weasyprint/tests/resources/really-a-png.svg -> build/lib/weasyprint/tests/resources
copying weasyprint/tests/resources/pattern.palette.png -> build/lib/weasyprint/tests/resources
copying weasyprint/tests/resources/logo_small.png -> build/lib/weasyprint/tests/resources
copying weasyprint/tests/resources/pattern.svg -> build/lib/weasyprint/tests/resources
copying weasyprint/tests/resources/utf8-test.css -> build/lib/weasyprint/tests/resources
copying weasyprint/tests/resources/pattern.png -> build/lib/weasyprint/tests/resources
creating build/lib/weasyprint/tests/resources/sub_directory
copying weasyprint/tests/resources/sub_directory/sheet1.css -> build/lib/weasyprint/tests/resources/sub_directory
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/weasyprint
copying build/lib/weasyprint/html.py -> build/bdist.linux-x86_64/wheel/weasyprint
copying build/lib/weasyprint/fonts.py -> build/bdist.linux-x86_64/wheel/weasyprint
copying build/lib/weasyprint/images.py -> build/bdist.linux-x86_64/wheel/weasyprint
copying build/lib/weasyprint/logger.py -> build/bdist.linux-x86_64/wheel/weasyprint
copying build/lib/weasyprint/pdf.py -> build/bdist.linux-x86_64/wheel/weasyprint
creating build/bdist.linux-x86_64/wheel/weasyprint/layout
copying build/lib/weasyprint/layout/absolute.py -> build/bdist.linux-x86_64/wheel/weasyprint/layout
copying build/lib/weasyprint/layout/pages.py -> build/bdist.linux-x86_64/wheel/weasyprint/layout
copying build/lib/weasyprint/layout/flex.py -> build/bdist.linux-x86_64/wheel/weasyprint/layout
copying build/lib/weasyprint/layout/inlines.py -> build/bdist.linux-x86_64/wheel/weasyprint/layout
copying build/lib/weasyprint/layout/columns.py -> build/bdist.linux-x86_64/wheel/weasyprint/layout
copying build/lib/weasyprint/layout/replaced.py -> build/bdist.linux-x86_64/wheel/weasyprint/layout
copying build/lib/weasyprint/layout/preferred.py -> build/bdist.linux-x86_64/wheel/weasyprint/layout
copying build/lib/weasyprint/layout/min_max.py -> build/bdist.linux-x86_64/wheel/weasyprint/layout
copying build/lib/weasyprint/layout/percentages.py -> build/bdist.linux-x86_64/wheel/weasyprint/layout
copying build/lib/weasyprint/layout/__init__.py -> build/bdist.linux-x86_64/wheel/weasyprint/layout
copying build/lib/weasyprint/layout/backgrounds.py -> build/bdist.linux-x86_64/wheel/weasyprint/layout
copying build/lib/weasyprint/layout/blocks.py -> build/bdist.linux-x86_64/wheel/weasyprint/layout
copying build/lib/weasyprint/layout/tables.py -> build/bdist.linux-x86_64/wheel/weasyprint/layout
copying build/lib/weasyprint/layout/float.py -> build/bdist.linux-x86_64/wheel/weasyprint/layout
creating build/bdist.linux-x86_64/wheel/weasyprint/css
copying build/lib/weasyprint/css/computed_values.py -> build/bdist.linux-x86_64/wheel/weasyprint/css
copying build/lib/weasyprint/css/media_queries.py -> build/bdist.linux-x86_64/wheel/weasyprint/css
copying build/lib/weasyprint/css/tests_ua.css -> build/bdist.linux-x86_64/wheel/weasyprint/css
copying build/lib/weasyprint/css/html5_ph.css -> build/bdist.linux-x86_64/wheel/weasyprint/css
copying build/lib/weasyprint/css/properties.py -> build/bdist.linux-x86_64/wheel/weasyprint/css
copying build/lib/weasyprint/css/targets.py -> build/bdist.linux-x86_64/wheel/weasyprint/css
copying build/lib/weasyprint/css/html5_ua.css -> build/bdist.linux-x86_64/wheel/weasyprint/css
copying build/lib/weasyprint/css/__init__.py -> build/bdist.linux-x86_64/wheel/weasyprint/css
copying build/lib/weasyprint/css/counters.py -> build/bdist.linux-x86_64/wheel/weasyprint/css
creating build/bdist.linux-x86_64/wheel/weasyprint/css/validation
copying build/lib/weasyprint/css/validation/expanders.py -> build/bdist.linux-x86_64/wheel/weasyprint/css/validation
copying build/lib/weasyprint/css/validation/properties.py -> build/bdist.linux-x86_64/wheel/weasyprint/css/validation
copying build/lib/weasyprint/css/validation/descriptors.py -> build/bdist.linux-x86_64/wheel/weasyprint/css/validation
copying build/lib/weasyprint/css/validation/__init__.py -> build/bdist.linux-x86_64/wheel/weasyprint/css/validation
copying build/lib/weasyprint/css/utils.py -> build/bdist.linux-x86_64/wheel/weasyprint/css
copying build/lib/weasyprint/stacking.py -> build/bdist.linux-x86_64/wheel/weasyprint
creating build/bdist.linux-x86_64/wheel/weasyprint/tests
copying build/lib/weasyprint/tests/test_presentational_hints.py -> build/bdist.linux-x86_64/wheel/weasyprint/tests
copying build/lib/weasyprint/tests/test_css_descriptors.py -> build/bdist.linux-x86_64/wheel/weasyprint/tests
copying build/lib/weasyprint/tests/test_counters.py -> build/bdist.linux-x86_64/wheel/weasyprint/tests
copying build/lib/weasyprint/tests/test_css.py -> build/bdist.linux-x86_64/wheel/weasyprint/tests
copying build/lib/weasyprint/tests/test_stacking.py -> build/bdist.linux-x86_64/wheel/weasyprint/tests
copying build/lib/weasyprint/tests/test_api.py -> build/bdist.linux-x86_64/wheel/weasyprint/tests
copying build/lib/weasyprint/tests/test_fonts.py -> build/bdist.linux-x86_64/wheel/weasyprint/tests
copying build/lib/weasyprint/tests/test_unicode.py -> build/bdist.linux-x86_64/wheel/weasyprint/tests
copying build/lib/weasyprint/tests/test_css_validation.py -> build/bdist.linux-x86_64/wheel/weasyprint/tests
copying build/lib/weasyprint/tests/test_variables.py -> build/bdist.linux-x86_64/wheel/weasyprint/tests
copying build/lib/weasyprint/tests/__init__.py -> build/bdist.linux-x86_64/wheel/weasyprint/tests
copying build/lib/weasyprint/tests/test_pdf.py -> build/bdist.linux-x86_64/wheel/weasyprint/tests
copying build/lib/weasyprint/tests/test_target.py -> build/bdist.linux-x86_64/wheel/weasyprint/tests
copying build/lib/weasyprint/tests/test_tools.py -> build/bdist.linux-x86_64/wheel/weasyprint/tests
copying build/lib/weasyprint/tests/test_boxes.py -> build/bdist.linux-x86_64/wheel/weasyprint/tests
copying build/lib/weasyprint/tests/test_float.py -> build/bdist.linux-x86_64/wheel/weasyprint/tests
creating build/bdist.linux-x86_64/wheel/weasyprint/tests/resources
copying build/lib/weasyprint/tests/resources/acid2-test.html -> build/bdist.linux-x86_64/wheel/weasyprint/tests/resources
copying build/lib/weasyprint/tests/resources/doc1.html -> build/bdist.linux-x86_64/wheel/weasyprint/tests/resources
copying build/lib/weasyprint/tests/resources/user.css -> build/bdist.linux-x86_64/wheel/weasyprint/tests/resources
copying build/lib/weasyprint/tests/resources/acid2-reference.html -> build/bdist.linux-x86_64/wheel/weasyprint/tests/resources
copying build/lib/weasyprint/tests/resources/latin1-test.css -> build/bdist.linux-x86_64/wheel/weasyprint/tests/resources
copying build/lib/weasyprint/tests/resources/really-a-svg.png -> build/bdist.linux-x86_64/wheel/weasyprint/tests/resources
copying build/lib/weasyprint/tests/resources/pattern.gif -> build/bdist.linux-x86_64/wheel/weasyprint/tests/resources
copying build/lib/weasyprint/tests/resources/weasyprint.otf -> build/bdist.linux-x86_64/wheel/weasyprint/tests/resources
copying build/lib/weasyprint/tests/resources/sheet2.css -> build/bdist.linux-x86_64/wheel/weasyprint/tests/resources
copying build/lib/weasyprint/tests/resources/doc1_UTF-16BE.html -> build/bdist.linux-x86_64/wheel/weasyprint/tests/resources
copying build/lib/weasyprint/tests/resources/icon.png -> build/bdist.linux-x86_64/wheel/weasyprint/tests/resources
copying build/lib/weasyprint/tests/resources/mini_ua.css -> build/bdist.linux-x86_64/wheel/weasyprint/tests/resources
copying build/lib/weasyprint/tests/resources/blue.jpg -> build/bdist.linux-x86_64/wheel/weasyprint/tests/resources
copying build/lib/weasyprint/tests/resources/AHEM____.TTF -> build/bdist.linux-x86_64/wheel/weasyprint/tests/resources
copying build/lib/weasyprint/tests/resources/really-a-png.svg -> build/bdist.linux-x86_64/wheel/weasyprint/tests/resources
copying build/lib/weasyprint/tests/resources/pattern.palette.png -> build/bdist.linux-x86_64/wheel/weasyprint/tests/resources
copying build/lib/weasyprint/tests/resources/logo_small.png -> build/bdist.linux-x86_64/wheel/weasyprint/tests/resources
copying build/lib/weasyprint/tests/resources/pattern.svg -> build/bdist.linux-x86_64/wheel/weasyprint/tests/resources
creating build/bdist.linux-x86_64/wheel/weasyprint/tests/resources/sub_directory
copying build/lib/weasyprint/tests/resources/sub_directory/sheet1.css -> build/bdist.linux-x86_64/wheel/weasyprint/tests/resources/sub_directory
copying build/lib/weasyprint/tests/resources/utf8-test.css -> build/bdist.linux-x86_64/wheel/weasyprint/tests/resources
copying build/lib/weasyprint/tests/resources/pattern.png -> build/bdist.linux-x86_64/wheel/weasyprint/tests/resources
copying build/lib/weasyprint/tests/test_text.py -> build/bdist.linux-x86_64/wheel/weasyprint/tests
copying build/lib/weasyprint/tests/test_acid2.py -> build/bdist.linux-x86_64/wheel/weasyprint/tests
copying build/lib/weasyprint/tests/testing_utils.py -> build/bdist.linux-x86_64/wheel/weasyprint/tests
creating build/bdist.linux-x86_64/wheel/weasyprint/tools
copying build/lib/weasyprint/tools/__init__.py -> build/bdist.linux-x86_64/wheel/weasyprint/tools
copying build/lib/weasyprint/tools/renderer.py -> build/bdist.linux-x86_64/wheel/weasyprint/tools
copying build/lib/weasyprint/tools/navigator.py -> build/bdist.linux-x86_64/wheel/weasyprint/tools
copying build/lib/weasyprint/__init__.py -> build/bdist.linux-x86_64/wheel/weasyprint
copying build/lib/weasyprint/VERSION -> build/bdist.linux-x86_64/wheel/weasyprint
copying build/lib/weasyprint/document.py -> build/bdist.linux-x86_64/wheel/weasyprint
copying build/lib/weasyprint/__main__.py -> build/bdist.linux-x86_64/wheel/weasyprint
copying build/lib/weasyprint/text.py -> build/bdist.linux-x86_64/wheel/weasyprint
copying build/lib/weasyprint/draw.py -> build/bdist.linux-x86_64/wheel/weasyprint
copying build/lib/weasyprint/urls.py -> build/bdist.linux-x86_64/wheel/weasyprint
creating build/bdist.linux-x86_64/wheel/weasyprint/formatting_structure
copying build/lib/weasyprint/formatting_structure/build.py -> build/bdist.linux-x86_64/wheel/weasyprint/formatting_structure
copying build/lib/weasyprint/formatting_structure/boxes.py -> build/bdist.linux-x86_64/wheel/weasyprint/formatting_structure
running install_egg_info
running egg_info
writing WeasyPrint.egg-info/PKG-INFO
writing dependency_links to WeasyPrint.egg-info/dependency_links.txt
writing entry points to WeasyPrint.egg-info/entry_points.txt
writing requirements to WeasyPrint.egg-info/requires.txt
writing top-level names to WeasyPrint.egg-info/top_level.txt
reading manifest file 'WeasyPrint.egg-info/SOURCES.txt'
writing manifest file 'WeasyPrint.egg-info/SOURCES.txt'
Copying WeasyPrint.egg-info to build/bdist.linux-x86_64/wheel/WeasyPrint-52-py3.8.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/WeasyPrint-52.dist-info/WHEEL
creating 'dist/WeasyPrint-52-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'weasyprint/VERSION'
adding 'weasyprint/__init__.py'
adding 'weasyprint/__main__.py'
adding 'weasyprint/document.py'
adding 'weasyprint/draw.py'
adding 'weasyprint/fonts.py'
adding 'weasyprint/html.py'
adding 'weasyprint/images.py'
adding 'weasyprint/logger.py'
adding 'weasyprint/pdf.py'
adding 'weasyprint/stacking.py'
adding 'weasyprint/text.py'
adding 'weasyprint/urls.py'
adding 'weasyprint/css/__init__.py'
adding 'weasyprint/css/computed_values.py'
adding 'weasyprint/css/counters.py'
adding 'weasyprint/css/html5_ph.css'
adding 'weasyprint/css/html5_ua.css'
adding 'weasyprint/css/media_queries.py'
adding 'weasyprint/css/properties.py'
adding 'weasyprint/css/targets.py'
adding 'weasyprint/css/tests_ua.css'
adding 'weasyprint/css/utils.py'
adding 'weasyprint/css/validation/__init__.py'
adding 'weasyprint/css/validation/descriptors.py'
adding 'weasyprint/css/validation/expanders.py'
adding 'weasyprint/css/validation/properties.py'
adding 'weasyprint/formatting_structure/boxes.py'
adding 'weasyprint/formatting_structure/build.py'
adding 'weasyprint/layout/__init__.py'
adding 'weasyprint/layout/absolute.py'
adding 'weasyprint/layout/backgrounds.py'
adding 'weasyprint/layout/blocks.py'
adding 'weasyprint/layout/columns.py'
adding 'weasyprint/layout/flex.py'
adding 'weasyprint/layout/float.py'
adding 'weasyprint/layout/inlines.py'
adding 'weasyprint/layout/min_max.py'
adding 'weasyprint/layout/pages.py'
adding 'weasyprint/layout/percentages.py'
adding 'weasyprint/layout/preferred.py'
adding 'weasyprint/layout/replaced.py'
adding 'weasyprint/layout/tables.py'
adding 'weasyprint/tests/__init__.py'
adding 'weasyprint/tests/test_acid2.py'
adding 'weasyprint/tests/test_api.py'
adding 'weasyprint/tests/test_boxes.py'
adding 'weasyprint/tests/test_counters.py'
adding 'weasyprint/tests/test_css.py'
adding 'weasyprint/tests/test_css_descriptors.py'
adding 'weasyprint/tests/test_css_validation.py'
adding 'weasyprint/tests/test_float.py'
adding 'weasyprint/tests/test_fonts.py'
adding 'weasyprint/tests/test_pdf.py'
adding 'weasyprint/tests/test_presentational_hints.py'
adding 'weasyprint/tests/test_stacking.py'
adding 'weasyprint/tests/test_target.py'
adding 'weasyprint/tests/test_text.py'
adding 'weasyprint/tests/test_tools.py'
adding 'weasyprint/tests/test_unicode.py'
adding 'weasyprint/tests/test_variables.py'
adding 'weasyprint/tests/testing_utils.py'
adding 'weasyprint/tests/resources/AHEM____.TTF'
adding 'weasyprint/tests/resources/acid2-reference.html'
adding 'weasyprint/tests/resources/acid2-test.html'
adding 'weasyprint/tests/resources/blue.jpg'
adding 'weasyprint/tests/resources/doc1.html'
adding 'weasyprint/tests/resources/doc1_UTF-16BE.html'
adding 'weasyprint/tests/resources/icon.png'
adding 'weasyprint/tests/resources/latin1-test.css'
adding 'weasyprint/tests/resources/logo_small.png'
adding 'weasyprint/tests/resources/mini_ua.css'
adding 'weasyprint/tests/resources/pattern.gif'
adding 'weasyprint/tests/resources/pattern.palette.png'
adding 'weasyprint/tests/resources/pattern.png'
adding 'weasyprint/tests/resources/pattern.svg'
adding 'weasyprint/tests/resources/really-a-png.svg'
adding 'weasyprint/tests/resources/really-a-svg.png'
adding 'weasyprint/tests/resources/sheet2.css'
adding 'weasyprint/tests/resources/user.css'
adding 'weasyprint/tests/resources/utf8-test.css'
adding 'weasyprint/tests/resources/weasyprint.otf'
adding 'weasyprint/tests/resources/sub_directory/sheet1.css'
adding 'weasyprint/tools/__init__.py'
adding 'weasyprint/tools/navigator.py'
adding 'weasyprint/tools/renderer.py'
adding 'WeasyPrint-52.dist-info/LICENSE'
adding 'WeasyPrint-52.dist-info/METADATA'
adding 'WeasyPrint-52.dist-info/WHEEL'
adding 'WeasyPrint-52.dist-info/entry_points.txt'
adding 'WeasyPrint-52.dist-info/top_level.txt'
adding 'WeasyPrint-52.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "glibPreInstallPhase" }
glibPreInstallPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/WeasyPrint-52/dist /build/WeasyPrint-52
Processing ./WeasyPrint-52-py3-none-any.whl
Requirement already satisfied: cffi>=0.6 in /nix/store/l9rb3rzrmpj50xcg1436b747lz72x0zw-python3.8-cffi-1.14.5/lib/python3.8/site-packages (from WeasyPrint==52) (1.14.5)
Requirement already satisfied: tinycss2>=1.0.0 in /nix/store/nxbkzwf542msc6xr008i79x3hm9jvwf0-python3.8-tinycss2-1.0.2/lib/python3.8/site-packages (from WeasyPrint==52) (1.0.2)
Requirement already satisfied: CairoSVG>=2.4.0 in /nix/store/1ra6axngkdy6c97dp8h09z16jfasb819-python3.8-CairoSVG-2.5.2/lib/python3.8/site-packages (from WeasyPrint==52) (2.5.2)
Requirement already satisfied: cairocffi>=0.9.0 in /nix/store/xsk73x33ks5rr7rp2hcgaabw2sxnc67l-python3.8-cairocffi-1.1.0/lib/python3.8/site-packages (from WeasyPrint==52) (1.1.0)
Requirement already satisfied: Pillow>=4.0.0 in /nix/store/bwggi87vjqg0vzl8scpf3i1g0nibkywz-python3.8-Pillow-8.1.1/lib/python3.8/site-packages (from WeasyPrint==52) (8.1.1)
Requirement already satisfied: setuptools>=39.2.0 in /nix/store/r8ffr4l5sb86pw45kqwk1vdgfvq9vpan-python3.8-setuptools-50.3.1/lib/python3.8/site-packages (from WeasyPrint==52) (50.3.1.post0)
Requirement already satisfied: Pyphen>=0.9.1 in /nix/store/2ckrf3j61yvykpbc0lqm38ywnwcl5q5p-python3.8-Pyphen-0.10.0/lib/python3.8/site-packages (from WeasyPrint==52) (0.10.0)
Requirement already satisfied: html5lib>=0.999999999 in /nix/store/gijl17mjlm8aqygq7pydldxl4ghqrwic-python3.8-html5lib-1.1/lib/python3.8/site-packages (from WeasyPrint==52) (1.1)
Requirement already satisfied: cssselect2>=0.1 in /nix/store/pz111l3znmc6sw8rpf9ynr5lwg6x881k-python3.8-cssselect2-0.4.1/lib/python3.8/site-packages (from WeasyPrint==52) (0.4.1)
Requirement already satisfied: defusedxml in /nix/store/c3ynmxhii2g6rc66xsdm3rl91zplb303-python3.8-defusedxml-0.7.0/lib/python3.8/site-packages (from CairoSVG>=2.4.0->WeasyPrint==52) (0.7.0)
Requirement already satisfied: pycparser in /nix/store/jbzd02j4hr2yh8jbrz6dqp8h1520my53-python3.8-pycparser-2.20/lib/python3.8/site-packages (from cffi>=0.6->WeasyPrint==52) (2.20)
Requirement already satisfied: webencodings in /nix/store/a7wayd6sg30qdjzkijcrdn8269sb804g-python3.8-webencodings-0.5.1/lib/python3.8/site-packages (from cssselect2>=0.1->WeasyPrint==52) (0.5.1)
Requirement already satisfied: six>=1.9 in /nix/store/q62ngh3im96ljqjml5j6iaqzbq6daryy-python3.8-six-1.15.0/lib/python3.8/site-packages (from html5lib>=0.999999999->WeasyPrint==52) (1.15.0)
Installing collected packages: WeasyPrint
Successfully installed WeasyPrint-52
/build/WeasyPrint-52
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "glibPreFixupPhase" }
glibPreFixupPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/1ypxncl101pbl9vj16h12nkcyhcrqray-python3.8-weasyprint-52
strip is /nix/store/cp1sa3xxvl71cypiinw2c62i5s33chlr-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/1ypxncl101pbl9vj16h12nkcyhcrqray-python3.8-weasyprint-52/lib /nix/store/1ypxncl101pbl9vj16h12nkcyhcrqray-python3.8-weasyprint-52/bin
patching script interpreter paths in /nix/store/1ypxncl101pbl9vj16h12nkcyhcrqray-python3.8-weasyprint-52
checking for references to /build/ in /nix/store/1ypxncl101pbl9vj16h12nkcyhcrqray-python3.8-weasyprint-52...
Rewriting #!/nix/store/yl69v76azrz4daiqksrhb8nnmdiqdjg9-python3-3.8.8/bin/python3.8 to #!/nix/store/yl69v76azrz4daiqksrhb8nnmdiqdjg9-python3-3.8.8
wrapping `/nix/store/1ypxncl101pbl9vj16h12nkcyhcrqray-python3.8-weasyprint-52/bin/weasyprint'...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
@nix { "action": "setPhase", "phase": "installCheckPhase" }
running install tests
============================= test session starts ==============================
platform linux -- Python 3.8.8, pytest-6.1.2, py-1.9.0, pluggy-0.13.1
rootdir: /build/WeasyPrint-52
plugins: isort-1.2.0, flake8-1.0.7, cov-2.10.1
collecting ...
collecting 1 item
collecting 345 items
collecting 504 items
collecting 933 items
collecting 1101 items
collected 1307 items / 1 deselected / 1306 selected
weasyprint/tests/test_acid2.py . [ 0%]
weasyprint/tests/test_api.py ................... [ 1%]
weasyprint/tests/test_boxes.py ......................................... [ 4%]
................ [ 5%]
weasyprint/tests/test_counters.py ............................. [ 8%]
weasyprint/tests/test_css.py ........................................... [ 11%]
......................... [ 13%]
weasyprint/tests/test_css_descriptors.py ............... [ 14%]
weasyprint/tests/test_css_validation.py ................................ [ 16%]
........................................................................ [ 22%]
.................................................... [ 26%]
weasyprint/tests/test_float.py .........................x [ 28%]
weasyprint/tests/test_fonts.py ..... [ 28%]
weasyprint/tests/test_pdf.py .................................. [ 31%]
weasyprint/tests/test_presentational_hints.py ......... [ 32%]
weasyprint/tests/test_stacking.py ........ [ 32%]
weasyprint/tests/test_target.py ..... [ 33%]
weasyprint/tests/test_text.py .......................................... [ 36%]
.............................. [ 38%]
weasyprint/tests/test_tools.py .. [ 38%]
weasyprint/tests/test_unicode.py . [ 38%]
weasyprint/tests/test_variables.py ..................................... [ 41%]
........................................................................ [ 47%]
................................................ [ 50%]
weasyprint/tests/test_draw/test_background.py .......................... [ 52%]
.................. [ 54%]
weasyprint/tests/test_draw/test_before_after.py ... [ 54%]
weasyprint/tests/test_draw/test_box.py ..... [ 54%]
weasyprint/tests/test_draw/test_column.py .. [ 54%]
weasyprint/tests/test_draw/test_current_color.py .... [ 55%]
weasyprint/tests/test_draw/test_float.py ............xx [ 56%]
weasyprint/tests/test_draw/test_gradient.py ........... [ 57%]
weasyprint/tests/test_draw/test_image.py ................... [ 58%]
weasyprint/tests/test_draw/test_list.py ... [ 58%]
weasyprint/tests/test_draw/test_opacity.py ... [ 59%]
weasyprint/tests/test_draw/test_overflow.py ........ [ 59%]
weasyprint/tests/test_draw/test_table.py .....................x [ 61%]
weasyprint/tests/test_draw/test_text.py ... [ 61%]
weasyprint/tests/test_draw/test_transform.py ............. [ 62%]
weasyprint/tests/test_draw/test_visibility.py ... [ 62%]
weasyprint/tests/test_layout/test_block.py ............................. [ 65%]
................................x.. [ 67%]
weasyprint/tests/test_layout/test_column.py ...................... [ 69%]
weasyprint/tests/test_layout/test_flex.py .............x............ [ 71%]
weasyprint/tests/test_layout/test_image.py .................... [ 72%]
weasyprint/tests/test_layout/test_inline.py .x...........x.............. [ 75%]
................... [ 76%]
weasyprint/tests/test_layout/test_inline_block.py .. [ 76%]
weasyprint/tests/test_layout/test_list.py .......x. [ 77%]
weasyprint/tests/test_layout/test_page.py .............................. [ 79%]
..x........................................................ [ 84%]
weasyprint/tests/test_layout/test_position.py ............. [ 85%]
weasyprint/tests/test_layout/test_shrink_to_fit.py ..................... [ 86%]
................................................................... [ 91%]
weasyprint/tests/test_layout/test_table.py ............................. [ 94%]
...........................x............................................ [ 99%]
.... [100%]
=============== 1295 passed, 1 deselected, 11 xfailed in 40.64s ================
@nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" }
pythonCatchConflictsPhase
@nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" }
pythonRemoveBinBytecodePhase
@nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" }
pythonImportsCheckPhase
Executing pythonImportsCheckPhase
@nix { "action": "setPhase", "phase": "pytestcachePhase" }
pytestcachePhase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment