bogue icon indicating copy to clipboard operation
bogue copied to clipboard

Random testsuite failures

Open kit-ty-kate opened this issue 4 months ago • 13 comments

I'm not sure how to reproduce this but i ran opam install -t bogue in a controlled debian docker environment twice in the span of a couple days and one succeeded but the other failed with:

#=== ERROR while compiling bogue.20240928 =====================================#
# context              2.4.0~alpha1~dev | linux/x86_64 | ocaml-variants.5.3.0+trunk | file:///home/opam/opam-repository
# path                 ~/.opam/5.3/.opam-switch/build/bogue.20240928
# command              ~/.opam/5.3/bin/dune build -p bogue -j 1 @install @runtest
# exit-code            1
# env-file             ~/.opam/log/bogue-3685-c1eb8a.env
# output-file          ~/.opam/log/bogue-3685-c1eb8a.out
### output ###
# File "examples/dune", lines 10-19, characters 0-137:
# 10 | (rule
# 11 |  (alias runtest)
# 12 |  (action
# 13 |   (setenv
# 14 |    SDL_VIDEODRIVER
# 15 |    dummy
# 16 |    (setenv
# 17 |     BOGUE_DEBUG
# 18 |     true
# 19 |     (run ./examples.exe 00)))))
# (cd _build/default/examples && ./examples.exe 00)
# [0][0] :	 Warning: User variable 'LOG_TO_FILE' not found in config.
# [0][0] :	 Warning: Using LOG_TO_FILE=false
# [0][0] :	 I/O: Executable=examples.exe
# [0][0] :	 I/O: Invoking opam
# [45][0] :	 Warning: User variable 'DIR' not found in config.
# [45][0] :	 Warning: Using DIR=
# [49][0] :	 ERROR: Cannot find themes directory
# [49][0] :	 ERROR: (FATAL) Bogue configuration directory  does not exist, and system-wide config cannot be found.
# Cannot find bogue lib directory
# Trying to download a minimal Bogue config...
# sh: 1: wget: not found
# Fatal error: exception Failure("Cannot download rescue config. Aborting.")

kit-ty-kate avatar Oct 10 '24 11:10 kit-ty-kate