-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
每天都:workflow run failed #198
Description
以前提示失败,上github重新跑一遍就好了,这次一个多月了,一直是run failed,test也failed, daily也failed。报错一直都是calculate-and-send报错,不管重新跑哪个工作流。
Run export DEBUG=true
Use custom config:
Downloading cpython-3.13.12-linux-x86_64-gnu (download) (33.4MiB)
Downloaded cpython-3.13.12-linux-x86_64-gnu (download)
Using CPython 3.13.12
Creating virtual environment at: .venv
Building zotero-arxiv-daily @ file:///home/runner/work/zotero-arxiv-daily/zotero-arxiv-daily
Downloading pymupdf (23.8MiB)
Downloading tokenizers (3.1MiB)
Downloading pydantic-core (2.0MiB)
Downloading networkx (2.0MiB)
Downloading pygments (1.2MiB)
Downloading onnxruntime (16.3MiB)
Downloading scikit-learn (8.5MiB)
Downloading tiktoken (1.1MiB)
Downloading sympy (6.0MiB)
Downloading pymupdf-layout (11.8MiB)
Downloading jedi (1.5MiB)
Downloading openai (1.1MiB)
Downloading debugpy (4.1MiB)
Downloading numpy (15.8MiB)
Downloading scipy (33.6MiB)
Downloading hf-xet (4.0MiB)
Downloading transformers (9.9MiB)
Downloading torch (180.2MiB)
Downloaded tiktoken
Downloaded pydantic-core
Downloaded pygments
Downloaded tokenizers
Built zotero-arxiv-daily @ file:///home/runner/work/zotero-arxiv-daily/zotero-arxiv-daily
Downloaded networkx
Downloaded hf-xet
Downloaded debugpy
Downloaded openai
Downloaded scikit-learn
Downloaded pymupdf-layout
Downloaded sympy
Downloaded numpy
Downloaded jedi
Downloaded pymupdf
Downloaded onnxruntime
Downloaded scipy
Downloaded transformers
Downloaded torch
Installed 109 packages in 385ms
2026-03-12 15:07:20.820877320 [W:onnxruntime:Default, device_discovery.cc:131 GetPciBusId] Skipping pci_bus_id for PCI path at "/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI0004:00/VMBUS:00/5620e0c7-8062-4dce-aeb7-520c7ef76171" because filename ""5620e0c7-8062-4dce-aeb7-520c7ef76171"" dit not match expected pattern of [0-9a-f]+:[0-9a-f]+:[0-9a-f]+[.][0-9a-f]+
Error executing job with overrides: []
Traceback (most recent call last):
File "/home/runner/work/zotero-arxiv-daily/zotero-arxiv-daily/src/zotero_arxiv_daily/main.py", line 31, in main
executor = Executor(config)
File "/home/runner/work/zotero-arxiv-daily/zotero-arxiv-daily/src/zotero_arxiv_daily/executor.py", line 18, in init
source: get_retriever_cls(source)(config) for source in config.executor.source
^^^^^^^^^^^^^^^^^^^^^^
omegaconf.errors.MissingMandatoryValue: Missing mandatory value: executor.source
full_key: executor.source
object_type=dict
Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace.
Error: Process completed with exit code 1.