bug#21097: verify-store test failure on armhf-linux

2023-08-28 Thread Maxim Cournoyer
tags 21097 + notabug quit Hello, l...@gnu.org (Ludovic Courtès) writes: > tags 21097 unreproducible Nearly 8 years later, I'm closing this forgotten, non-reproducible issue. -- Thanks, Maxim

bug#21097: verify-store test failure on armhf-linux

2018-06-08 Thread Chris Marusich
l...@gnu.org (Ludovic Courtès) writes: > I’ve become convinced that this is due to parallelism: several > guix-daemon processes run at the same time. In this case, I bet this > process tries to remove an item from the ValidPaths table while another > is trying to add it in the Refs table or somet

bug#21097: verify-store test failure on armhf-linux

2015-11-03 Thread Ludovic Courtès
Mark H Weaver skribis: > Test begin: > test-name: "verify-store" > source-file: "tests/store.scm" > source-line: 638 > source-form: (test-assert "verify-store" (let* ((text (random-text)) (file1 > (add-text-to-store %store "foo" text)) (file2 (add-text-to-store %store "bar" > (random-te

bug#21097: verify-store test failure on armhf-linux

2015-07-20 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > Mark H Weaver skribis: > >> actual-error: (srfi-34 # "invalidating path > `/tmp/nix-build-guix-0.8.2.72cd8ec.drv-0/source/test-tmp/store/pp8ls5jri3l8x8y24g1x3h6lkj0lr4gv-bash-light-4.3.39-guile-builder' > in database: FOREIGN KEY constraint failed" status:

bug#21097: verify-store test failure on armhf-linux

2015-07-20 Thread Ludovic Courtès
Mark H Weaver skribis: > actual-error: (srfi-34 # "invalidating path > `/tmp/nix-build-guix-0.8.2.72cd8ec.drv-0/source/test-tmp/store/pp8ls5jri3l8x8y24g1x3h6lkj0lr4gv-bash-light-4.3.39-guile-builder' > in database: FOREIGN KEY constraint failed" status: 1] 6112e8>) Ouch. This has been seen

bug#21097: verify-store test failure on armhf-linux

2015-07-20 Thread Mark H Weaver
When building the guix-0.8.2.72cd8ec package on armhf-linux (using guix from git b56724e), tests/store.scm fails. Here's the relevant excerpt from store.log: --8<---cut here---start->8--- Test begin: test-name: "verify-store" source-file: "tests/store.scm"