the run

audit-e0b6d4d0-9118-49d5-9353-48cfd978097e exit status 1

The whole of this run is a release asset

This site holds 1 of the 14 question directories this run wrote; the archive holds every one:

archive
minidev-sqlite-mistralai-mixtral-8x7b-instru-4.tar.gz
size
1,075,349 bytes
sha256
7f34c38f4a2fbc7c9cfd7720ee1dcc8af8c27748e47e2bdd6ebe556f7e3703ea

What it counted

whathow many
questions audited52
ERROR29
NOT_EQUAL14
EQUAL9
probes fired0
the verdicts of run audit-e0b6d4d0-9118-49d5-9353-48cfd978097e, from summary.json29 ERROR1 multiplicity13 NOT_EQUAL9 EQUAL
Of the questions this run audited: 29 ERROR, 1 multiplicity, 13 NOT_EQUAL, 9 EQUAL

the probes

probefired on
ordering-over-numeric-text0
arbitrary-cut0
not-a-function-of-the-data0
float-aggregate-order0
direction-against-question0
how many golds each probe fired on, of 52, from summary.json0 ordering-over-numeric-text0 arbitrary-cut0 not-a-function-of-the-data0 float-aggregate-order0 direction-against-question
Of 52 golds this run read, the probes fired on: none.

credited by BIRD's own check and NOT_EQUAL here

whathow many
credited by BIRD and NOT_EQUAL here3
multiplicity3
type0
order0
truncation0
other0
the test-suite check answered 10
the test-suite check answered 03

What the run was made of

run
audit-e0b6d4d0-9118-49d5-9353-48cfd978097e
summary format
attestql/audit/summary/2
question file
data/questions/mini_dev_sqlite.json sha256:4ba5fa8de55856222f484d380d2ba872b380bf79d825de70478e2120cb0fc43b | https://bird-bench.oss-cn-beijing.aliyuncs.com/minidev.zip (sha256 cc48ba16838204e4e214512030cb572eeb5f7bcdd999bae4b9b6ff12ec13b92f, downloaded 2026-09-07), member minidev/MINIDEV/mini_dev_sqlite.json, 2024-06-19
questions in the file
500
prediction file
data/preds-sqlite/predict_mini_dev_mistralai-mixtral-8x7b-instru-4_sqlite.json sha256:53cdf9142e3f2e49941eb7b50ebbea90361b2c5b46de37d5ba1c244187d643a2 | https://raw.githubusercontent.com/bird-bench/mini_dev/b3d4bcbbae9a96934ad812551eb400c7a3b23c12/llm/exp_result/sql_output_kg/predict_mini_dev_mistralai-mixtral-8x7b-instru-4_sqlite.json, 2024-06-19
statements read
500
keyed by
position
data file
data/minidev/dev_databases/card_games/card_games.sqlite sha256:c98bdb57fe7474da798b407785544b9af0daaad5d61fd21e2a73309493bc1227 | minidev.zip (sha256 cc48ba16838204e4e214512030cb572eeb5f7bcdd999bae4b9b6ff12ec13b92f), member minidev/MINIDEV/dev_databases, card_games/card_games.sqlite, 2024-06-13
server
SQLite 3.53.4 | file=/private/tmp/attestql-runs/data/minidev/dev_databases/card_games/card_games.sqlite | size=261820416
database role
file
engine
sqlite
parser
validator audit:sqlglot-sqlite-parse, sqlglot 30.18.0, dialect sqlite
serialization
attestql/audit/2
statement timeout
30 s
fixture digest depth
counts
schema digest
sha256:0654f2e002e823f47f4f1299e259b9557e98f1e388ac16be7a3fa11284be1030
data as of
2026-09-08T05:28:29.387729+00:00 the instant the run started
shuffled copies
prepared
shuffle seed
1
experimental probe
off

The session the run was made in

what the engine reported, 9 settings
sqlite_version
3.53.4
encoding
UTF-8
reverse_unordered_selects
0
query_only
1
journal_mode
wal
data_version
3
compile_options
ATOMIC_INTRINSICS=1,COMPILER=clang-21.0.0,DEFAULT_AUTOVACUUM,DEFAULT_CACHE_SIZE=-2000,DEFAULT_FILE_FORMAT=4,DEFAULT_JOURNAL_SIZE_LIMIT=-1,DEFAULT_MMAP_SIZE=0,DEFAULT_PAGE_SIZE=4096,DEFAULT_PCACHE_INITSZ=20,DEFAULT_RECURSIVE_TRIGGERS,DEFAULT_SECTOR_SIZE=4096,DEFAULT_SYNCHRONOUS=2,DEFAULT_WAL_AUTOCHECKPOINT=1000,DEFAULT_WAL_SYNCHRONOUS=2,DEFAULT_WORKER_THREADS=0,DIRECT_OVERFLOW_READ,ENABLE_API_ARMOR,ENABLE_COLUMN_METADATA,ENABLE_DBSTAT_VTAB,ENABLE_FTS3,ENABLE_FTS3_PARENTHESIS,ENABLE_FTS5,ENABLE_GEOPOLY,ENABLE_MATH_FUNCTIONS,ENABLE_MEMORY_MANAGEMENT,ENABLE_PERCENTILE,ENABLE_PREUPDATE_HOOK,ENABLE_RTREE,ENABLE_SESSION,ENABLE_STAT4,ENABLE_UNLOCK_NOTIFY,MALLOC_SOFT_LIMIT=1024,MAX_ATTACHED=10,MAX_COLUMN=2000,MAX_COMPOUND_SELECT=500,MAX_DEFAULT_PAGE_SIZE=8192,MAX_EXPR_DEPTH=1000,MAX_FUNCTION_ARG=1000,MAX_LENGTH=1000000000,MAX_LIKE_PATTERN_LENGTH=50000,MAX_MMAP_SIZE=0x7fff0000,MAX_PAGE_COUNT=0xfffffffe,MAX_PAGE_SIZE=65536,MAX_SQL_LENGTH=1000000000,MAX_TRIGGER_DEPTH=1000,MAX_VARIABLE_NUMBER=250000,MAX_VDBE_OP=250000000,MAX_WORKER_THREADS=8,MUTEX_PTHREADS,SYSTEM_MALLOC,TEMP_STORE=1,THREADSAFE=1,USE_URI
collation_list
RTRIM,NOCASE,BINARY
case_sensitive_like
0

What the run states about itself

ids the question file states twice
137, 138
prediction positions not compared
487, 488
stopped by the statement timeout, gold
518 the run's bound was 30 s

The questions

question rule verdict class probes what was asked
q462 R-SET NOT_EQUAL multiplicity What's the Italian name of the set of cards with "Ancestor's Chosen" is in?
q340 ERROR prediction: statement: the text does not parse: Invalid expression / Unexpected token. Line 1, Col: 8. SELECT \* FROM cards WHERE cardKingdomFoilId IS NOT NULL AND cardKingdomId IS NOT NULL;
q347 ERROR prediction: execute: execute: ambiguous column name: id
q349 ERROR prediction: statement: the text does not parse: Invalid expression / Unexpected token. Line 1, Col: 51. SELECT c.name, c.artist, MAX(COUNT(r.uuid)) as max\_ruling\_info FROM cards c JOIN rulings r ON c.uuid = r.uuid WHERE c.isPromo = 1 GROUP BY c.name, c.
q352 ERROR prediction: statement: 2 statements in one text; an audit runs one
q358 ERROR prediction: statement: the text does not parse: Error tokenizing 'olor FROM cards WHERE name = 'Ancestor\'s Chosen''
q366 ERROR prediction: statement: the text does not parse: Error tokenizing 'ards.uuid WHERE cards.name = 'Benalish Knight'; ``'
q368 ERROR prediction: execute: execute: incomplete input
q371 ERROR prediction: statement: the text does not parse: Invalid expression / Unexpected token. Line 12, Col: 12. UNT(*) FROM cards WHERE isStorySpotlight = 1), 2) AS percentage FROM cards LIMIT 1; Explanation: 1. Count the number of Story Spotlight cards: SELECT COUNT(*) FROM cards WHERE isStorySpotligh
q377 ERROR prediction: statement: 2 statements in one text; an audit runs one
q397 ERROR prediction: execute: execute: no such column: sets.frameVersion
q402 ERROR prediction: execute: execute: incomplete input
q407 ERROR prediction: statement: the text does not parse: Invalid expression / Unexpected token. Line 3, Col: 9. SELECT DISTINCT types FROM cards JOIN set\_translations ON cards.setCode = set\_translations.setCode WHERE set\_translations.language = 'Germa
q412 ERROR prediction: statement: the text does not parse: Invalid expression / Unexpected token. Line 1, Col: 15. SELECT foreign\_data.name FROM foreign\_data JOIN cards ON foreign\_data.uuid = cards.uuid WHERE foreign\_data.lang
q415 ERROR prediction: statement: the text does not parse: Error tokenizing ' c.format = 'commander' AND l.status = 'legal'; ``'
q416 ERROR prediction: execute: execute: incomplete input
q440 ERROR prediction: statement: the text does not parse: Invalid expression / Unexpected token. Line 2, Col: 9. SELECT language FROM set\_translations JOIN sets ON set\_translations.setCode = sets.code JOIN cards ON sets.code = cards.set
q459 ERROR prediction: statement: the text does not parse: Invalid expression / Unexpected token. Line 7, Col: 14. E c1.name IN ('Serra Angel', 'Shrine Keeper') ORDER BY c1.convertedManaCost DESC LIMIT 1; This SQL query will return the name and converted mana cost of the card with the higher converted mana cost betwee
q466 ERROR prediction: execute: execute: no such column: foreign_data.artist
q473 ERROR prediction: statement: the text does not parse: Invalid expression / Unexpected token. Line 6, Col: 14. FROM sets JOIN cards ON sets.code = cards.setCode WHERE cards.name = 'Adarkar Valkyrie'; This SQL query will return the value of the `isForeignOnly` column from the `sets` table for the set containing th
q477 ERROR prediction: statement: 2 statements in one text; an audit runs one
q480 ERROR prediction: statement: the text does not parse: Error tokenizing 'hosen' AND set\_translations.language = 'Italian''
q483 ERROR prediction: execute: execute: no such column: set_translations.language
q484 ERROR prediction: statement: the text does not parse: Invalid expression / Unexpected token. Line 1, Col: 15. SELECT foreign\_data.name FROM foreign\_data JOIN cards ON foreign\_data.uuid = cards.uuid JOIN sets ON cards.setCo
q486 ERROR prediction: statement: the text does not parse: Invalid expression / Unexpected token. Line 4, Col: 12. e 0 end) / SUM(case when name = 'Coldsnap' then 1 else 0 end) as percentage FROM cards; Explanation: 1. We need to find the percentage of cards with a converted mana cost of 7 in the set Coldsnap. 2.
q487 ERROR prediction: execute: execute: incomplete input
q518 ERROR gold: execute: execute: the statement ran past its 30s timeout
q528 ERROR prediction: statement: the text does not parse: Error tokenizing 's WHERE legalities.uuid = cards.uuid) = 'Legal' ``'
q529 ERROR prediction: statement: the text does not parse: Invalid expression / Unexpected token. Line 3, Col: 9. SELECT sets.name FROM sets JOIN set\_translations ON sets.code = set\_translations.setCode WHERE sets.name NOT LIKE '%Japanese%' AND set
q530 ERROR prediction: statement: the text does not parse: Invalid expression / Unexpected token. Line 1, Col: 38. SELECT DISTINCT frameVersion AS frame\_style FROM cards; SELECT DISTINCT artist AS allen\_williams\_cards FROM cards WHERE artist = 'Alle

A question whose statement could not be run wrote no directory, so it is a row here and has no page: the summary holds the side that stopped, the step it stopped at and the engine's own message.

The same index, restricted

Each of these is a page of its own, so a filtered view has an address a reader can send. Nothing here is done by a script or by a query string.

The JSON this page was rendered from