apteryks
apteryks
I also get the following test failure, with the same environment as described in #857. ``` # Running: E... Finished in 0.051535s, 77.6171 runs/s, 135.8298 assertions/s. 1) Error: TestSlimTranslator#test_no_translation_of_embedded: RuntimeError:...
Hello, I have the failure reported below, where the indentation of the expected source block doesn't match the rendered version: ``` starting phase `check' /tmp/guix-build-ruby-slim-4.1.0.drv-0/gem/lib/slim/grammar.rb:7: warning: possibly useless use of...
Hello! Attempting to update this package on Guix, I stumbled on the following test failure: ``` starting phase `check' DEBUG: ARGS: --debug -- DEBUG: Remaining args: DEBUG: Local time: Wed...
Hello, I'm observing the failures below when building 0.5 on GNU Guix, with the following dependency versions: ``` [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]...
The package on GNU Guix previously built successfully using: ``` dependencies: [email protected] [email protected] [email protected] + [email protected] ``` But after updating just pytest to 6.2.4, there are already these failures: ```...
When building the info manual ('make info' from the docs/ subdir), I get the following error (build happens in a container without networking): ``` WARNING: Could not fetch remote image:...
I tried to update this package to 1.6 on GNU Guix, en encountered the following: ``` starting phase `configure' source directory: "/tmp/guix-build-geeqie-1.6.drv-0/source" (relative from build: ".") build directory: "/tmp/guix-build-geeqie-1.6.drv-0/source" configure...
static-tini installation fails with "No valid ELF RPATH or RUNPATH entry exists in the file" message
Here's an excerpt of the build log, using GNU Guix: ``` [...] [100%] Built target tini make[1]: Leaving directory '/tmp/guix-build-tini-0.19.0.drv-0/build' /gnu/store/qixwn3dw6glj848hrr3h8fxm6s7wzxm3-cmake-minimal-3.16.5/bin/cmake -E cmake_progress_start /tmp/guix-build-tini-0.19.0.drv-0/build/CMakeFiles 0 make -f CMakeFiles/Makefile2 preinstall make[1]:...
This leads to errors such as: ``` ImportError while importing test module '/tmp/guix-build-python-warcio-1.7.4.drv-0/warcio-1.7.4/test/test_writer.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: test/test_writer.py:11: in from . import get_test_file...
Hello, About half the tests reach out to github to fetch various resources; it'd be nice to be able to invoke `pytest -m "not network"` to run the tests which...