Skip to content

Instantly share code, notes, and snippets.

@janstadt
Created July 19, 2026 14:14
Show Gist options
  • Select an option

  • Save janstadt/98658314a4bce52aacf9d5bb80bd8293 to your computer and use it in GitHub Desktop.

Select an option

Save janstadt/98658314a4bce52aacf9d5bb80bd8293 to your computer and use it in GitHub Desktop.
AudioMuse-AI issue #767 — fresh crash logs with verified 1-worker config on AMD Ryzen 7 PRO 6850H node (talos-01), 2026-07-19
ENTRYPOINT: SERVICE_TYPE=flask
ENTRYPOINT: waiting for supervisord socket
2026-07-19 09:03:39,952 CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message.
2026-07-19 09:03:39,955 INFO RPC interface 'supervisor' initialized
2026-07-19 09:03:39,955 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2026-07-19 09:03:39,955 INFO supervisord started with pid 7
ENTRYPOINT: supervisord socket ready
ENTRYPOINT: supervisord RPC is ready
2026-07-19 09:03:40,179 INFO spawned: 'config-restart-listener' with pid 12
ENTRYPOINT: SUPERVISORCTL OUTPUT: ENTRYPOINT: SUPERVISORCTL: avail
config-restart-listener in use auto 999:999
flask in use manual 999:999
rq-janitor in use manual 999:999
rq-worker-default in use manual 999:999
rq-worker-high in use manual 999:999
ENTRYPOINT: SUPERVISORCTL EXIT CODE: 0
ENTRYPOINT: ready to start flask
ENTRYPOINT: starting web service via supervisord
2026-07-19 09:03:40,327 INFO spawned: 'flask' with pid 15
[2026-07-19 09:03:40 -0500] [15] [INFO] Starting gunicorn 25.3.0
[2026-07-19 09:03:40 -0500] [15] [INFO] Listening at: http://0.0.0.0:8000 (15)
[2026-07-19 09:03:40 -0500] [15] [INFO] Using worker: gthread
[2026-07-19 09:03:40 -0500] [16] [INFO] Booting worker with pid: 16
[2026-07-19 09:03:40 -0500] [15] [INFO] Control socket listening at /root/.gunicorn/gunicorn.ctl
2026-07-19 09:03:41,542 INFO success: config-restart-listener entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2026-07-19 09:03:41,542 INFO success: flask entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
ENTRYPOINT: SUPERVISORCTL OUTPUT: ENTRYPOINT: SUPERVISORCTL: start flask
flask: started
ENTRYPOINT: SUPERVISORCTL EXIT CODE: 0
ENTRYPOINT: SUPERVISORCTL STATUS AFTER START
ENTRYPOINT: SUPERVISORCTL: status
[INFO]-[19-07-2026 09-03-41]-Starting restart listener on channel: audiomuse:config_restart
[INFO]-[19-07-2026 09-03-41]-Subscribed to restart channel. Waiting for restart messages...
config-restart-listener RUNNING pid 12, uptime 0:00:01
flask RUNNING pid 15, uptime 0:00:01
rq-janitor STOPPED Not started
rq-worker-default STOPPED Not started
rq-worker-high STOPPED Not started
ENTRYPOINT: SUPERVISORCTL STATUS EXIT CODE: 3
ENTRYPOINT: SUPERVISORCTL: avail
[INFO]-[19-07-2026 09-03-41]-Starting AudioMuse-AI Backend version v3.0.2
config-restart-listener in use auto 999:999
flask in use manual 999:999
rq-janitor in use manual 999:999
rq-worker-default in use manual 999:999
rq-worker-high in use manual 999:999
ENTRYPOINT: SUPERVISORCTL AVAIL EXIT CODE: 0
ENTRYPOINT: now waiting on supervisord pid 7
[INFO]-[19-07-2026 09-03-42]-[CatalogueMigration] Computing canonical ids from stored embeddings...
[ERROR]-[19-07-2026 09-03-43]-Catalogue duration migration failed; it retries on the next start
Traceback (most recent call last):
File "/app/tasks/duplicate_repair.py", line 417, in _run_migration
totals['relabelled'] = relabel_scheme_to_current(cur, only_with_duration=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/tasks/fingerprint_canonicalize.py", line 736, in relabel_scheme_to_current
_relabel_item_ids(cur, lyrics_exists)
File "/app/tasks/fingerprint_canonicalize.py", line 532, in _relabel_item_ids
cur.execute(
psycopg2.errors.UniqueViolation: duplicate key value violates unique constraint "score_pkey"
DETAIL: Key (item_id)=(fp_3094637cbac08c59d85fdb00cc12a422e21dae752d1c91ad535) already exists.
[WARNING]-[19-07-2026 09-03-43]-Startup catalogue duplicate check failed (will retry next boot): duplicate key value violates unique constraint "score_pkey"
DETAIL: Key (item_id)=(fp_3094637cbac08c59d85fdb00cc12a422e21dae752d1c91ad535) already exists.
[INFO]-[19-07-2026 09-03-43]-Loaded mood centroids: happy(35), sad(46), aggressive(41), party(42), relaxed(42), danceable(43)
[INFO]-[19-07-2026 09-03-45]-Plugin catalog auto-refresh scheduled: now and then every 3600 seconds
[INFO]-[19-07-2026 09-03-45]-Loading audio IVF index from database into memory...
[INFO]-[19-07-2026 09-03-45]-Plugin catalog cache refreshed: 4 plugins, 0 repository errors
[INFO]-[19-07-2026 09-03-45]-IVF index 'audio' exported 1298 cells to /app/ivf_cache/music_library.0a2042ee42c535ec.amivf.
[INFO]-[19-07-2026 09-03-45]-IVF index 'audio' loaded: 26327 items, 1298 cells, dim=200, normalized=True, storage=i8, disk_mmap=True.
[INFO]-[19-07-2026 09-03-45]-Audio IVF index with 26327 items loaded successfully into memory.
[INFO]-[19-07-2026 09-03-45]-Loading artist similarity index from database...
[INFO]-[19-07-2026 09-03-45]-IVF index 'artist' exported 302 cells to /app/ivf_cache/artist_similarity_index.496f1b22aaeb2996.amivf.
[INFO]-[19-07-2026 09-03-45]-IVF index 'artist' loaded: 1429 items, 302 cells, dim=200, normalized=True, storage=i8, disk_mmap=True.
[INFO]-[19-07-2026 09-03-45]-Artist IVF index loaded (1429 artists).
[INFO]-[19-07-2026 09-03-45]-Artist similarity index loaded at startup.
[INFO]-[19-07-2026 09-03-45]-Attempting to load map projection 'main_map' from database into memory...
[INFO]-[19-07-2026 09-03-45]-Map projection 'main_map' with 26327 items loaded successfully into memory.
[INFO]-[19-07-2026 09-03-45]-In-memory map projection loaded at startup.
[INFO]-[19-07-2026 09-03-45]-Attempting to load artist projection 'artist_map' from database into memory...
[INFO]-[19-07-2026 09-03-45]-Artist projection 'artist_map' with 2762 components loaded successfully into memory.
[INFO]-[19-07-2026 09-03-45]-In-memory artist component projection loaded at startup.
[INFO]-[19-07-2026 09-03-46]-IVF index 'CLAP' exported 1298 cells to /app/ivf_cache/clap_index.c54235357749478c.amivf.
[INFO]-[19-07-2026 09-03-46]-IVF index 'CLAP' loaded: 26324 items, 1298 cells, dim=512, normalized=True, storage=i8, disk_mmap=True.
[INFO]-[19-07-2026 09-03-46]-CLAP index loaded from database with 26324 items.
[INFO]-[19-07-2026 09-03-46]-CLAP text cache loaded from persisted index.
[INFO]-[19-07-2026 09-03-46]-CLAP text search cache loaded at startup (embeddings only).
[INFO]-[19-07-2026 09-03-46]-CLAP model will lazy-load on first text search (~1-2s delay, saves 3GB RAM).
[INFO]-[19-07-2026 09-03-46]-Ensured text_search_queries table exists
[INFO]-[19-07-2026 09-03-46]-Loaded 50 top queries from database
[INFO]-[19-07-2026 09-03-46]-Loaded top queries from database (defaults).
[INFO]-[19-07-2026 09-03-46]-IVF index 'lyrics' exported 552 cells to /app/ivf_cache/lyrics_index.f38381a67f008065.amivf.
[INFO]-[19-07-2026 09-03-46]-IVF index 'lyrics' loaded: 26318 items, 1298 cells, dim=768, normalized=True, storage=i8, disk_mmap=True.
[INFO]-[19-07-2026 09-03-46]-Lyrics index loaded from database with 26318 items.
[INFO]-[19-07-2026 09-03-46]-IVF index 'lyrics axes' exported 537 cells to /app/ivf_cache/lyrics_axes_index.fd97843753b2cc2b.amivf.
[INFO]-[19-07-2026 09-03-46]-IVF index 'lyrics axes' loaded: 26318 items, 1298 cells, dim=27, normalized=True, storage=i8, disk_mmap=True.
[INFO]-[19-07-2026 09-03-47]-Lyrics axes index loaded from database with 26318 items.
[INFO]-[19-07-2026 09-03-47]-Lyrics search cache loaded at startup (ivf index + axis matrix).
[INFO]-[19-07-2026 09-03-47]-IVF index 'SemGrove' exported 1298 cells to /app/ivf_cache/sem_grove_index.55b50bc3e7886d17.amivf.
[INFO]-[19-07-2026 09-03-47]-IVF index 'SemGrove' loaded: 26318 items, 1298 cells, dim=968, normalized=True, storage=i8, disk_mmap=True.
[INFO]-[19-07-2026 09-03-47]-SemGrove index loaded: 26318 items, dim=968.
[INFO]-[19-07-2026 09-03-47]-SemGrove merged index loaded at startup.
[INFO]-[19-07-2026 09-03-47]-Starting background map JSON cache build.
[INFO]-[19-07-2026 09-03-47]-Building map JSON cache (this reads the DB once).
[INFO]-[19-07-2026 09-03-47]-Background thread started. Listening for IVF index reloads on Redis channel 'index-updates'.
[INFO]-[19-07-2026 09-03-47]-Attempting to load map projection 'main_map' from database into memory...
[INFO]-[19-07-2026 09-03-47]-Map projection 'main_map' with 26327 items loaded successfully into memory.
/usr/local/lib/python3.12/dist-packages/umap/umap_.py:2462: UserWarning: n_neighbors is larger than the dataset size; truncating to X.shape[0] - 1
warn(
[INFO]-[19-07-2026 09-04-08]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:04:08 -0500] "GET /api/active_tasks HTTP/1.1" 200 788 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
192.168.1.67 - - [19/Jul/2026:09:04:09 -0500] "GET /analysis HTTP/1.1" 200 36611 "https://audiomuse.k8s.tonftp.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
192.168.1.67 - - [19/Jul/2026:09:04:09 -0500] "GET /static/style.css HTTP/1.1" 304 0 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
192.168.1.67 - - [19/Jul/2026:09:04:09 -0500] "GET /static/menu.css HTTP/1.1" 304 0 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
192.168.1.67 - - [19/Jul/2026:09:04:09 -0500] "GET /static/server_selector.js HTTP/1.1" 304 0 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
192.168.1.67 - - [19/Jul/2026:09:04:09 -0500] "GET /static/script.js HTTP/1.1" 304 0 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
192.168.1.67 - - [19/Jul/2026:09:04:09 -0500] "GET /static/menu.js HTTP/1.1" 304 0 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
192.168.1.67 - - [19/Jul/2026:09:04:09 -0500] "GET /static/song_tags.js HTTP/1.1" 304 0 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
192.168.1.67 - - [19/Jul/2026:09:04:09 -0500] "GET /static/error_display.js HTTP/1.1" 304 0 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
192.168.1.67 - - [19/Jul/2026:09:04:09 -0500] "GET /static/images/favicon-32x32.ico HTTP/1.1" 304 0 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-04-09]-API request: GET /api/servers
[INFO]-[19-07-2026 09-04-09]-API request: GET /api/config
192.168.1.67 - - [19/Jul/2026:09:04:09 -0500] "GET /api/config HTTP/1.1" 200 1990 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
192.168.1.67 - - [19/Jul/2026:09:04:09 -0500] "GET /api/servers HTTP/1.1" 200 302 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-04-09]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:04:09 -0500] "GET /api/active_tasks HTTP/1.1" 200 789 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-04-11]-API request: POST /api/cancel/1640e39b-95c3-4b9c-b4df-8aca09025cf8
[INFO]-[19-07-2026 09-04-12]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:04:12 -0500] "GET /api/active_tasks HTTP/1.1" 200 788 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-04-12]-Sent stop/cancel for job a47b8e70-82ff-459d-a6e3-b5857389512f during global cancel
[INFO]-[19-07-2026 09-04-12]-Sent stop/cancel for job a48100cd-8934-485e-b374-00bc15860c75 during global cancel
[INFO]-[19-07-2026 09-04-12]-Sent stop/cancel for job dcf6ce42-cc7e-4b14-8c43-e16b18c02266 during global cancel
[INFO]-[19-07-2026 09-04-12]-Sent stop/cancel for job cd96c743-581b-446c-85c0-98168036e33b during global cancel
[INFO]-[19-07-2026 09-04-12]-Sent stop/cancel for job 5b3fc875-ca84-4bed-b178-a7c57333f528 during global cancel
[INFO]-[19-07-2026 09-04-13]-Sent stop/cancel for job 1640e39b-95c3-4b9c-b4df-8aca09025cf8 during global cancel
[INFO]-[19-07-2026 09-04-13]-Sent stop/cancel for job aad8e5d4-1ac3-4537-bed2-97b56a148293 during global cancel
[INFO]-[19-07-2026 09-04-13]-API request: POST /api/cancel/1640e39b-95c3-4b9c-b4df-8aca09025cf8
[INFO]-[19-07-2026 09-04-13]-Sent stop/cancel for job a47b8e70-82ff-459d-a6e3-b5857389512f during global cancel
[INFO]-[19-07-2026 09-04-13]-Sent stop/cancel for job a48100cd-8934-485e-b374-00bc15860c75 during global cancel
[INFO]-[19-07-2026 09-04-13]-Sent stop/cancel for job dcf6ce42-cc7e-4b14-8c43-e16b18c02266 during global cancel
[INFO]-[19-07-2026 09-04-14]-Sent stop/cancel for job 50786b11-5224-404f-8dee-6b3c02475a8a during global cancel
[INFO]-[19-07-2026 09-04-15]-Sent stop/cancel for job 2debf0ef-cc38-4d00-83a2-ee0c81351c28 during global cancel
[INFO]-[19-07-2026 09-04-15]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:04:15 -0500] "GET /api/active_tasks HTTP/1.1" 200 789 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-04-17]-Sent stop/cancel for job 8ce0c512-d3c5-46ed-9af1-a871199e94cb during global cancel
[INFO]-[19-07-2026 09-04-17]-Sent stop/cancel for job 1640e39b-95c3-4b9c-b4df-8aca09025cf8 during global cancel
[INFO]-[19-07-2026 09-04-17]-API request: POST /api/cancel/1640e39b-95c3-4b9c-b4df-8aca09025cf8
[INFO]-[19-07-2026 09-04-18]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:04:18 -0500] "GET /api/active_tasks HTTP/1.1" 200 787 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
192.168.1.67 - - [19/Jul/2026:09:04:18 -0500] "GET /analysis HTTP/1.1" 200 36611 "https://audiomuse.k8s.tonftp.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
192.168.1.67 - - [19/Jul/2026:09:04:18 -0500] "GET /static/style.css HTTP/1.1" 304 0 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
192.168.1.67 - - [19/Jul/2026:09:04:18 -0500] "GET /static/menu.css HTTP/1.1" 304 0 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
192.168.1.67 - - [19/Jul/2026:09:04:18 -0500] "GET /static/server_selector.js HTTP/1.1" 304 0 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
192.168.1.67 - - [19/Jul/2026:09:04:18 -0500] "GET /static/menu.js HTTP/1.1" 304 0 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
192.168.1.67 - - [19/Jul/2026:09:04:18 -0500] "GET /static/script.js HTTP/1.1" 304 0 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-04-19]-Sent stop/cancel for job aad8e5d4-1ac3-4537-bed2-97b56a148293 during global cancel
[INFO]-[19-07-2026 09-04-19]-Sent stop/cancel for job a47b8e70-82ff-459d-a6e3-b5857389512f during global cancel
[INFO]-[19-07-2026 09-04-19]-Sent stop/cancel for job a48100cd-8934-485e-b374-00bc15860c75 during global cancel
[INFO]-[19-07-2026 09-04-19]-Sent stop/cancel for job 67db1c2b-9c7c-4ad3-b87c-4aaa0d78ebf6 during global cancel
[INFO]-[19-07-2026 09-04-19]-Sent stop/cancel for job dcf6ce42-cc7e-4b14-8c43-e16b18c02266 during global cancel
[WARNING]-[19-07-2026 09-04-20]-350 canonical ids have no mapping on the default server (unswept default?); dropped from translation
[INFO]-[19-07-2026 09-04-20]-Sent stop/cancel for job 50786b11-5224-404f-8dee-6b3c02475a8a during global cancel
[INFO]-[19-07-2026 09-04-20]-Sent stop/cancel for job a023a105-8619-425f-bed4-cc5e22e5a130 during global cancel
[WARNING]-[19-07-2026 09-04-21]-263 canonical ids have no mapping on the default server (unswept default?); dropped from translation
[INFO]-[19-07-2026 09-04-21]-Sent stop/cancel for job cf7eaa9d-76f6-4b64-a3d1-959022070ab6 during global cancel
[INFO]-[19-07-2026 09-04-21]-Sent stop/cancel for job 2debf0ef-cc38-4d00-83a2-ee0c81351c28 during global cancel
[INFO]-[19-07-2026 09-04-21]-Sent stop/cancel for job 1640e39b-95c3-4b9c-b4df-8aca09025cf8 during global cancel
[WARNING]-[19-07-2026 09-04-21]-175 canonical ids have no mapping on the default server (unswept default?); dropped from translation
[INFO]-[19-07-2026 09-04-21]-Sent stop/cancel for job 0615cd2c-0fbb-4b53-8e87-807e9be7cc82 during global cancel
[WARNING]-[19-07-2026 09-04-22]-82 canonical ids have no mapping on the default server (unswept default?); dropped from translation
[INFO]-[19-07-2026 09-04-22]-Map JSON cache built: 26341 total items; cache sizes: {'100': 26341, '75': 19755, '50': 13170, '25': 6585}
[INFO]-[19-07-2026 09-04-22]-Background map JSON cache build finished.
[INFO]-[19-07-2026 09-04-22]-Sent stop/cancel for job 8ce0c512-d3c5-46ed-9af1-a871199e94cb during global cancel
[INFO]-[19-07-2026 09-04-22]-Sent stop/cancel for job aad8e5d4-1ac3-4537-bed2-97b56a148293 during global cancel
[INFO]-[19-07-2026 09-04-22]-Sent stop/cancel for job b6f918c3-b785-4a15-94b6-83ef72621675 during global cancel
[INFO]-[19-07-2026 09-04-22]-Sent stop/cancel for job eff99050-d7b4-423f-ba00-c363ea515387 during global cancel
[INFO]-[19-07-2026 09-04-22]-Sent stop/cancel for job 72184ca9-18b5-417e-9fe9-b5182ec5d32f during global cancel
[INFO]-[19-07-2026 09-04-23]-Sent stop/cancel for job 50786b11-5224-404f-8dee-6b3c02475a8a during global cancel
192.168.1.67 - - [19/Jul/2026:09:04:23 -0500] "GET /static/error_display.js HTTP/1.1" 304 0 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
192.168.1.67 - - [19/Jul/2026:09:04:23 -0500] "GET /static/song_tags.js HTTP/1.1" 304 0 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-04-23]-API request: GET /api/servers
192.168.1.67 - - [19/Jul/2026:09:04:23 -0500] "GET /api/servers HTTP/1.1" 200 302 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-04-23]-API request: GET /api/config
192.168.1.67 - - [19/Jul/2026:09:04:23 -0500] "GET /api/config HTTP/1.1" 200 1990 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
192.168.1.67 - - [19/Jul/2026:09:04:23 -0500] "GET /static/images/favicon-32x32.ico HTTP/1.1" 304 0 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-04-23]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:04:23 -0500] "GET /api/active_tasks HTTP/1.1" 200 788 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-04-24]-Sent stop/cancel for job 2debf0ef-cc38-4d00-83a2-ee0c81351c28 during global cancel
[INFO]-[19-07-2026 09-04-24]-Sent stop/cancel for job a023a105-8619-425f-bed4-cc5e22e5a130 during global cancel
[INFO]-[19-07-2026 09-04-24]-Sent stop/cancel for job 52398696-8d03-4b75-bb50-c5db8caa5253 during global cancel
[INFO]-[19-07-2026 09-04-24]-Sent stop/cancel for job 5fd102da-fdbe-4495-bdc7-b29ad89e5214 during global cancel
[INFO]-[19-07-2026 09-04-24]-Sent stop/cancel for job cf7eaa9d-76f6-4b64-a3d1-959022070ab6 during global cancel
[INFO]-[19-07-2026 09-04-24]-Sent stop/cancel for job 5da735ed-6d24-4244-bd88-08d4133d931c during global cancel
[INFO]-[19-07-2026 09-04-24]-Sent stop/cancel for job 8ce0c512-d3c5-46ed-9af1-a871199e94cb during global cancel
[INFO]-[19-07-2026 09-04-25]-Sent stop/cancel for job d16965bc-2199-4057-9a1b-0fdd06284938 during global cancel
[INFO]-[19-07-2026 09-04-25]-Sent stop/cancel for job cf5e59f2-4522-4846-9612-0c32c87fa1f7 during global cancel
[INFO]-[19-07-2026 09-04-25]-Sent stop/cancel for job eff99050-d7b4-423f-ba00-c363ea515387 during global cancel
[INFO]-[19-07-2026 09-04-25]-Sent stop/cancel for job 72184ca9-18b5-417e-9fe9-b5182ec5d32f during global cancel
[INFO]-[19-07-2026 09-04-26]-Sent stop/cancel for job 19a79e1b-afd2-4ba0-8db9-c00f3fc6bffe during global cancel
[INFO]-[19-07-2026 09-04-26]-Sent stop/cancel for job cf7eaa9d-76f6-4b64-a3d1-959022070ab6 during global cancel
[INFO]-[19-07-2026 09-04-26]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:04:26 -0500] "GET /api/active_tasks HTTP/1.1" 200 789 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-04-27]-Sent stop/cancel for job 13dde7c4-2989-4b3f-ae00-9734d093222a during global cancel
[INFO]-[19-07-2026 09-04-27]-Sent stop/cancel for job 5fd102da-fdbe-4495-bdc7-b29ad89e5214 during global cancel
[INFO]-[19-07-2026 09-04-27]-Sent stop/cancel for job 5da735ed-6d24-4244-bd88-08d4133d931c during global cancel
[INFO]-[19-07-2026 09-04-27]-Sent stop/cancel for job eff99050-d7b4-423f-ba00-c363ea515387 during global cancel
[INFO]-[19-07-2026 09-04-28]-Sent stop/cancel for job d16965bc-2199-4057-9a1b-0fdd06284938 during global cancel
[INFO]-[19-07-2026 09-04-28]-Sent stop/cancel for job d944ffc6-438a-4dea-b2a0-7106b24c7081 during global cancel
[INFO]-[19-07-2026 09-04-28]-Sent stop/cancel for job cf5e59f2-4522-4846-9612-0c32c87fa1f7 during global cancel
[INFO]-[19-07-2026 09-04-29]-Sent stop/cancel for job 5fd102da-fdbe-4495-bdc7-b29ad89e5214 during global cancel
[INFO]-[19-07-2026 09-04-29]-Sent stop/cancel for job 19a79e1b-afd2-4ba0-8db9-c00f3fc6bffe during global cancel
[INFO]-[19-07-2026 09-04-29]-Sent stop/cancel for job 5da735ed-6d24-4244-bd88-08d4133d931c during global cancel
[INFO]-[19-07-2026 09-04-29]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:04:29 -0500] "GET /api/active_tasks HTTP/1.1" 200 788 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-04-30]-Sent stop/cancel for job d16965bc-2199-4057-9a1b-0fdd06284938 during global cancel
[INFO]-[19-07-2026 09-04-30]-Sent stop/cancel for job 0b98dee9-ab39-4f1c-8b18-9cd97dd1acf3 during global cancel
[INFO]-[19-07-2026 09-04-30]-Sent stop/cancel for job db1ac61f-ec77-480f-bda8-ce3787d88d25 during global cancel
[INFO]-[19-07-2026 09-04-30]-Emptied queue high via Queue.empty() as part of global cancel
[INFO]-[19-07-2026 09-04-30]-Emptied queue default via Queue.empty() as part of global cancel
[INFO]-[19-07-2026 09-04-30]-Global cancel DB cleanup: deleted 56 task_status rows
192.168.1.67 - - [19/Jul/2026:09:04:30 -0500] "POST /api/cancel/1640e39b-95c3-4b9c-b4df-8aca09025cf8 HTTP/1.1" 200 190 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
192.168.1.67 - - [19/Jul/2026:09:04:30 -0500] "GET /analysis HTTP/1.1" 200 36611 "https://audiomuse.k8s.tonftp.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
192.168.1.67 - - [19/Jul/2026:09:04:30 -0500] "GET /static/style.css HTTP/1.1" 304 0 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
192.168.1.67 - - [19/Jul/2026:09:04:30 -0500] "GET /static/menu.css HTTP/1.1" 304 0 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
192.168.1.67 - - [19/Jul/2026:09:04:30 -0500] "GET /static/song_tags.js HTTP/1.1" 304 0 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
192.168.1.67 - - [19/Jul/2026:09:04:30 -0500] "GET /static/server_selector.js HTTP/1.1" 304 0 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
192.168.1.67 - - [19/Jul/2026:09:04:30 -0500] "GET /static/script.js HTTP/1.1" 304 0 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
192.168.1.67 - - [19/Jul/2026:09:04:30 -0500] "GET /static/error_display.js HTTP/1.1" 304 0 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
192.168.1.67 - - [19/Jul/2026:09:04:30 -0500] "GET /static/menu.js HTTP/1.1" 304 0 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-04-30]-API request: GET /api/servers
[INFO]-[19-07-2026 09-04-30]-API request: GET /api/config
192.168.1.67 - - [19/Jul/2026:09:04:30 -0500] "GET /api/config HTTP/1.1" 200 1990 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
192.168.1.67 - - [19/Jul/2026:09:04:30 -0500] "GET /static/images/favicon-32x32.ico HTTP/1.1" 304 0 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
192.168.1.67 - - [19/Jul/2026:09:04:30 -0500] "GET /api/servers HTTP/1.1" 200 302 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-04-31]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:04:31 -0500] "GET /api/active_tasks HTTP/1.1" 200 3 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-04-31]-API request: GET /api/last_task
192.168.1.67 - - [19/Jul/2026:09:04:31 -0500] "GET /api/last_task HTTP/1.1" 200 259 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-04-31]-Sent stop/cancel for job 19a79e1b-afd2-4ba0-8db9-c00f3fc6bffe during global cancel
[INFO]-[19-07-2026 09-04-31]-Sent stop/cancel for job 0b98dee9-ab39-4f1c-8b18-9cd97dd1acf3 during global cancel
[INFO]-[19-07-2026 09-04-31]-Sent stop/cancel for job db1ac61f-ec77-480f-bda8-ce3787d88d25 during global cancel
[INFO]-[19-07-2026 09-04-32]-Emptied queue high via Queue.empty() as part of global cancel
[INFO]-[19-07-2026 09-04-32]-Emptied queue default via Queue.empty() as part of global cancel
[INFO]-[19-07-2026 09-04-32]-Global cancel DB cleanup: deleted 1 task_status rows
192.168.1.67 - - [19/Jul/2026:09:04:32 -0500] "POST /api/cancel/1640e39b-95c3-4b9c-b4df-8aca09025cf8 HTTP/1.1" 200 190 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-04-32]-Emptied queue high via Queue.empty() as part of global cancel
[INFO]-[19-07-2026 09-04-32]-Emptied queue default via Queue.empty() as part of global cancel
[INFO]-[19-07-2026 09-04-32]-Global cancel DB cleanup: deleted 1 task_status rows
192.168.1.67 - - [19/Jul/2026:09:04:32 -0500] "POST /api/cancel/1640e39b-95c3-4b9c-b4df-8aca09025cf8 HTTP/1.1" 200 190 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-04-32]-API request: POST /api/analysis/start
[INFO]-[19-07-2026 09-04-32]-Starting analysis request: num_recent_albums=0, top_n_moods=5
[INFO]-[19-07-2026 09-04-32]-Starting cleanup of all previous main tasks.
[INFO]-[19-07-2026 09-04-32]-No previous main tasks found to clean up.
192.168.1.67 - - [19/Jul/2026:09:04:32 -0500] "POST /api/analysis/start HTTP/1.1" 202 97 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-04-34]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:04:34 -0500] "GET /api/active_tasks HTTP/1.1" 200 325 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-04-37]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:04:37 -0500] "GET /api/active_tasks HTTP/1.1" 200 398 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-04-40]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:04:40 -0500] "GET /api/active_tasks HTTP/1.1" 200 398 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-04-43]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:04:43 -0500] "GET /api/active_tasks HTTP/1.1" 200 443 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-04-46]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:04:46 -0500] "GET /api/active_tasks HTTP/1.1" 200 481 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-04-47]-dashboard_stats refreshed in 0.2s
[INFO]-[19-07-2026 09-04-47]-dashboard charts stats refreshed in 0.2s
[INFO]-[19-07-2026 09-04-49]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:04:49 -0500] "GET /api/active_tasks HTTP/1.1" 200 483 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-04-52]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:04:52 -0500] "GET /api/active_tasks HTTP/1.1" 200 523 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-04-55]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:04:55 -0500] "GET /api/active_tasks HTTP/1.1" 200 523 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-04-58]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:04:58 -0500] "GET /api/active_tasks HTTP/1.1" 200 562 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-05-01]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:05:01 -0500] "GET /api/active_tasks HTTP/1.1" 200 602 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-05-04]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:05:04 -0500] "GET /api/active_tasks HTTP/1.1" 200 602 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-05-07]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:05:07 -0500] "GET /api/active_tasks HTTP/1.1" 200 643 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-05-10]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:05:10 -0500] "GET /api/active_tasks HTTP/1.1" 200 642 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-05-13]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:05:13 -0500] "GET /api/active_tasks HTTP/1.1" 200 683 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-05-16]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:05:16 -0500] "GET /api/active_tasks HTTP/1.1" 200 722 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-05-19]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:05:19 -0500] "GET /api/active_tasks HTTP/1.1" 200 722 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-05-22]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:05:22 -0500] "GET /api/active_tasks HTTP/1.1" 200 787 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-05-25]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:05:25 -0500] "GET /api/active_tasks HTTP/1.1" 200 785 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-05-28]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:05:28 -0500] "GET /api/active_tasks HTTP/1.1" 200 789 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-05-31]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:05:31 -0500] "GET /api/active_tasks HTTP/1.1" 200 789 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-05-34]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:05:34 -0500] "GET /api/active_tasks HTTP/1.1" 200 788 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-05-37]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:05:37 -0500] "GET /api/active_tasks HTTP/1.1" 200 787 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-05-40]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:05:40 -0500] "GET /api/active_tasks HTTP/1.1" 200 787 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-05-43]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:05:43 -0500] "GET /api/active_tasks HTTP/1.1" 200 788 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-05-46]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:05:46 -0500] "GET /api/active_tasks HTTP/1.1" 200 788 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-05-48]-dashboard_stats refreshed in 0.2s
[INFO]-[19-07-2026 09-05-49]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:05:49 -0500] "GET /api/active_tasks HTTP/1.1" 200 788 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-06-14]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:06:14 -0500] "GET /api/active_tasks HTTP/1.1" 200 788 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-06-48]-dashboard_stats refreshed in 0.2s
[INFO]-[19-07-2026 09-07-14]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:07:14 -0500] "GET /api/active_tasks HTTP/1.1" 200 789 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-07-48]-dashboard_stats refreshed in 0.2s
[INFO]-[19-07-2026 09-08-14]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:08:14 -0500] "GET /api/active_tasks HTTP/1.1" 200 788 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-08-48]-dashboard_stats refreshed in 0.2s
[INFO]-[19-07-2026 09-09-14]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:09:14 -0500] "GET /api/active_tasks HTTP/1.1" 200 789 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
[INFO]-[19-07-2026 09-09-48]-dashboard_stats refreshed in 0.2s
[INFO]-[19-07-2026 09-10-14]-API request: GET /api/active_tasks
192.168.1.67 - - [19/Jul/2026:09:10:14 -0500] "GET /api/active_tasks HTTP/1.1" 200 790 "https://audiomuse.k8s.tonftp.com/analysis" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
error: container flask is not valid for pod audiomuse-ai-76c7bd5564-65hkq
error: container flask is not valid for pod audiomuse-ai-76c7bd5564-65hkq
Name: talos-01
Roles: control-plane
Labels: beta.kubernetes.io/arch=amd64
beta.kubernetes.io/os=linux
extensions.talos.dev/amdgpu=20251125-v1.12.0
extensions.talos.dev/iscsi-tools=v0.2.0
extensions.talos.dev/modules.dep=6.18.1-talos
extensions.talos.dev/util-linux-tools=2.41.2
feature.node.kubernetes.io/cpu-cpuid.ADX=true
feature.node.kubernetes.io/cpu-cpuid.AESNI=true
feature.node.kubernetes.io/cpu-cpuid.AVX=true
feature.node.kubernetes.io/cpu-cpuid.AVX2=true
feature.node.kubernetes.io/cpu-cpuid.CETSS=true
feature.node.kubernetes.io/cpu-cpuid.CLZERO=true
feature.node.kubernetes.io/cpu-cpuid.CMPXCHG8=true
feature.node.kubernetes.io/cpu-cpuid.CPBOOST=true
feature.node.kubernetes.io/cpu-cpuid.CPPC=true
feature.node.kubernetes.io/cpu-cpuid.EFER_LMSLE_UNS=true
feature.node.kubernetes.io/cpu-cpuid.FMA3=true
feature.node.kubernetes.io/cpu-cpuid.FP256=true
feature.node.kubernetes.io/cpu-cpuid.FSRM=true
feature.node.kubernetes.io/cpu-cpuid.FXSR=true
feature.node.kubernetes.io/cpu-cpuid.FXSROPT=true
feature.node.kubernetes.io/cpu-cpuid.IBPB=true
feature.node.kubernetes.io/cpu-cpuid.IBRS=true
feature.node.kubernetes.io/cpu-cpuid.IBRS_PREFERRED=true
feature.node.kubernetes.io/cpu-cpuid.IBRS_PROVIDES_SMP=true
feature.node.kubernetes.io/cpu-cpuid.IBS=true
feature.node.kubernetes.io/cpu-cpuid.IBSBRNTRGT=true
feature.node.kubernetes.io/cpu-cpuid.IBSFFV=true
feature.node.kubernetes.io/cpu-cpuid.IBSOPCNT=true
feature.node.kubernetes.io/cpu-cpuid.IBSOPCNTEXT=true
feature.node.kubernetes.io/cpu-cpuid.IBSOPSAM=true
feature.node.kubernetes.io/cpu-cpuid.IBSRDWROPCNT=true
feature.node.kubernetes.io/cpu-cpuid.IBSRIPINVALIDCHK=true
feature.node.kubernetes.io/cpu-cpuid.IBS_FETCH_CTLX=true
feature.node.kubernetes.io/cpu-cpuid.IBS_OPFUSE=true
feature.node.kubernetes.io/cpu-cpuid.INT_WBINVD=true
feature.node.kubernetes.io/cpu-cpuid.LAHF=true
feature.node.kubernetes.io/cpu-cpuid.LBRVIRT=true
feature.node.kubernetes.io/cpu-cpuid.MCAOVERFLOW=true
feature.node.kubernetes.io/cpu-cpuid.MOVBE=true
feature.node.kubernetes.io/cpu-cpuid.MOVU=true
feature.node.kubernetes.io/cpu-cpuid.MSRIRC=true
feature.node.kubernetes.io/cpu-cpuid.MSR_PAGEFLUSH=true
feature.node.kubernetes.io/cpu-cpuid.NRIPS=true
feature.node.kubernetes.io/cpu-cpuid.OSXSAVE=true
feature.node.kubernetes.io/cpu-cpuid.PSFD=true
feature.node.kubernetes.io/cpu-cpuid.RDPRU=true
feature.node.kubernetes.io/cpu-cpuid.SEV=true
feature.node.kubernetes.io/cpu-cpuid.SEV_64BIT=true
feature.node.kubernetes.io/cpu-cpuid.SEV_ALTERNATIVE=true
feature.node.kubernetes.io/cpu-cpuid.SEV_DEBUGSWAP=true
feature.node.kubernetes.io/cpu-cpuid.SEV_ES=true
feature.node.kubernetes.io/cpu-cpuid.SEV_RESTRICTED=true
feature.node.kubernetes.io/cpu-cpuid.SHA=true
feature.node.kubernetes.io/cpu-cpuid.SME=true
feature.node.kubernetes.io/cpu-cpuid.SPEC_CTRL_SSBD=true
feature.node.kubernetes.io/cpu-cpuid.SSE4A=true
feature.node.kubernetes.io/cpu-cpuid.STIBP=true
feature.node.kubernetes.io/cpu-cpuid.STIBP_ALWAYSON=true
feature.node.kubernetes.io/cpu-cpuid.SUCCOR=true
feature.node.kubernetes.io/cpu-cpuid.SVM=true
feature.node.kubernetes.io/cpu-cpuid.SVMDA=true
feature.node.kubernetes.io/cpu-cpuid.SVMFBASID=true
feature.node.kubernetes.io/cpu-cpuid.SVML=true
feature.node.kubernetes.io/cpu-cpuid.SVMNP=true
feature.node.kubernetes.io/cpu-cpuid.SVMPF=true
feature.node.kubernetes.io/cpu-cpuid.SVMPFT=true
feature.node.kubernetes.io/cpu-cpuid.SYSCALL=true
feature.node.kubernetes.io/cpu-cpuid.SYSEE=true
feature.node.kubernetes.io/cpu-cpuid.TOPEXT=true
feature.node.kubernetes.io/cpu-cpuid.TSCRATEMSR=true
feature.node.kubernetes.io/cpu-cpuid.VAES=true
feature.node.kubernetes.io/cpu-cpuid.VMCBCLEAN=true
feature.node.kubernetes.io/cpu-cpuid.VPCLMULQDQ=true
feature.node.kubernetes.io/cpu-cpuid.VTE=true
feature.node.kubernetes.io/cpu-cpuid.WBNOINVD=true
feature.node.kubernetes.io/cpu-cpuid.X87=true
feature.node.kubernetes.io/cpu-cpuid.XGETBV1=true
feature.node.kubernetes.io/cpu-cpuid.XSAVE=true
feature.node.kubernetes.io/cpu-cpuid.XSAVEC=true
feature.node.kubernetes.io/cpu-cpuid.XSAVEOPT=true
feature.node.kubernetes.io/cpu-cpuid.XSAVES=true
feature.node.kubernetes.io/cpu-hardware_multithreading=true
feature.node.kubernetes.io/cpu-model.family=25
feature.node.kubernetes.io/cpu-model.id=68
feature.node.kubernetes.io/cpu-model.vendor_id=AMD
feature.node.kubernetes.io/kernel-config.NO_HZ=true
feature.node.kubernetes.io/kernel-config.NO_HZ_IDLE=true
feature.node.kubernetes.io/kernel-version.full=6.18.1-talos
feature.node.kubernetes.io/kernel-version.major=6
feature.node.kubernetes.io/kernel-version.minor=18
feature.node.kubernetes.io/kernel-version.revision=1
feature.node.kubernetes.io/pci-1002.present=true
feature.node.kubernetes.io/pci-8086.present=true
feature.node.kubernetes.io/storage-nonrotationaldisk=true
feature.node.kubernetes.io/system-os_release.ID=talos
feature.node.kubernetes.io/system-os_release.VERSION_ID=v1.12.0
feature.node.kubernetes.io/usb-ff_18d1_9302.present=true
feature.node.kubernetes.io/usb-ff_3274_8012.present=true
kubernetes.io/arch=amd64
kubernetes.io/hostname=talos-01
kubernetes.io/os=linux
node-role.kubernetes.io/control-plane=
node.kubernetes.io/amd-gpu=
node.kubernetes.io/exclude-from-external-load-balancers=
Annotations: csi.volume.kubernetes.io/nodeid: {"driver.longhorn.io":"talos-01","nfs.csi.k8s.io":"talos-01","smb.csi.k8s.io":"talos-01"}
extensions.talos.dev/schematic: 3339731767fa7ccbbf2104c3c0a17f0ac7387f30b911941921ef51d8cf194a15
flannel.alpha.coreos.com/backend-data: {"VNI":1,"VtepMAC":"2e:83:e9:74:97:5f"}
flannel.alpha.coreos.com/backend-type: vxlan
flannel.alpha.coreos.com/kube-subnet-manager: true
flannel.alpha.coreos.com/public-ip: 192.168.1.105
nfd.node.kubernetes.io/feature-labels:
cpu-cpuid.ADX,cpu-cpuid.AESNI,cpu-cpuid.AVX,cpu-cpuid.AVX2,cpu-cpuid.CETSS,cpu-cpuid.CLZERO,cpu-cpuid.CMPXCHG8,cpu-cpuid.CPBOOST,cpu-cpuid...
node.alpha.kubernetes.io/ttl: 0
talos.dev/cordoned: true
talos.dev/owned-annotations: ["extensions.talos.dev/schematic"]
talos.dev/owned-labels:
["extensions.talos.dev/amdgpu","extensions.talos.dev/iscsi-tools","extensions.talos.dev/modules.dep","extensions.talos.dev/util-linux-tool...
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Sat, 11 Apr 2026 09:45:48 -0500
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: talos-01
AcquireTime: <unset>
RenewTime: Sun, 19 Jul 2026 09:01:33 -0500
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
NetworkUnavailable False Tue, 07 Jul 2026 20:23:16 -0500 Tue, 07 Jul 2026 20:23:16 -0500 CiliumIsUp Cilium is running on this node
MemoryPressure False Sun, 19 Jul 2026 08:59:15 -0500 Sat, 18 Jul 2026 12:06:58 -0500 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Sun, 19 Jul 2026 08:59:15 -0500 Sat, 18 Jul 2026 12:06:58 -0500 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Sun, 19 Jul 2026 08:59:15 -0500 Sat, 18 Jul 2026 12:06:58 -0500 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Sun, 19 Jul 2026 08:59:15 -0500 Sat, 18 Jul 2026 12:06:58 -0500 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.1.105
Hostname: talos-01
Capacity:
amd.com/gpu: 0
cpu: 16
ephemeral-storage: 974030152Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 23845776Ki
pods: 110
Allocatable:
amd.com/gpu: 0
cpu: 15950m
ephemeral-storage: 897397751141
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 23219088Ki
pods: 110
System Info:
Machine ID: 97b5dc85726b41cdfdd683cd1ba10aa8
System UUID: 03000200-0400-0500-0006-000700080009
Boot ID: 07b14413-7c61-4e5c-a0e9-3a73b5e3924b
Kernel Version: 6.18.1-talos
OS Image: Talos (v1.12.0)
Operating System: linux
Architecture: amd64
Container Runtime Version: containerd://2.1.6
Kubelet Version: v1.32.0
Kube-Proxy Version: v1.32.0
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (24 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
kube-system cilium-lmkgw 100m (0%) 0 (0%) 10Mi (0%) 0 (0%) 8d
kube-system cilium-operator-58fbc45b96-hrl7z 0 (0%) 0 (0%) 0 (0%) 0 (0%) 9d
kube-system csi-nfs-node-m8579 30m (0%) 0 (0%) 60Mi (0%) 500Mi (2%) 11d
kube-system csi-smb-node-n9xjj 30m (0%) 0 (0%) 60Mi (0%) 400Mi (1%) 11d
kube-system kube-apiserver-talos-01 200m (1%) 0 (0%) 512Mi (2%) 0 (0%) 11d
kube-system kube-controller-manager-talos-01 50m (0%) 0 (0%) 256Mi (1%) 0 (0%) 11d
kube-system kube-flannel-xkt48 100m (0%) 0 (0%) 50Mi (0%) 0 (0%) 11d
kube-system kube-proxy-sfjd4 0 (0%) 0 (0%) 0 (0%) 0 (0%) 11d
kube-system kube-scheduler-talos-01 10m (0%) 0 (0%) 64Mi (0%) 0 (0%) 11d
kube-system kube-vip-x5hk9 0 (0%) 0 (0%) 0 (0%) 0 (0%) 8d
longhorn-system engine-image-ei-c9fa6d45-xw2b9 0 (0%) 0 (0%) 0 (0%) 0 (0%) 62d
longhorn-system instance-manager-25f8d6872fbdeda4f2aaee470da65c17 1914m (12%) 0 (0%) 256Mi (1%) 4Gi (18%) 9d
longhorn-system longhorn-csi-plugin-fcblj 0 (0%) 0 (0%) 768Mi (3%) 12Gi (54%) 9d
longhorn-system longhorn-manager-twtvs 0 (0%) 0 (0%) 256Mi (1%) 2Gi (9%) 11d
media audiomuse-ai-76c7bd5564-65hkq 5350m (33%) 15750m (98%) 6528Mi (28%) 26112Mi (115%) 6m22s
media frigate-7b774b789-6lhhq 1 (6%) 4 (25%) 1Gi (4%) 12Gi (54%) 9d
media homeassistant-57b9d99c6c-dpq2m 500m (3%) 2 (12%) 512Mi (2%) 2Gi (9%) 8d
media shelfmark-658bf46c85-pk5hn 100m (0%) 500m (3%) 256Mi (1%) 512Mi (2%) 20h
media tunarr-877f4bfb6-rn6jb 500m (3%) 2 (12%) 512Mi (2%) 2Gi (9%) 9d
media zwave-js-ui-85f7649f84-fq2c7 200m (1%) 500m (3%) 256Mi (1%) 512Mi (2%) 9d
monitoring monitoring-grafana-589f94c8b7-2gwkf 100m (0%) 0 (0%) 256Mi (1%) 512Mi (2%) 20h
monitoring node-exporter-prometheus-node-exporter-vqwst 0 (0%) 0 (0%) 0 (0%) 0 (0%) 40h
monitoring victoriametrics-victoria-metrics-single-server-0 100m (0%) 0 (0%) 512Mi (2%) 2Gi (9%) 20h
nvidia-gpu-operator nvidia-gpu-plugin-node-feature-discovery-worker-gk6kh 5m (0%) 0 (0%) 64Mi (0%) 512Mi (2%) 21d
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 10289m (64%) 24750m (155%)
memory 12212Mi (53%) 65924Mi (290%)
ephemeral-storage 0 (0%) 0 (0%)
hugepages-1Gi 0 (0%) 0 (0%)
hugepages-2Mi 0 (0%) 0 (0%)
amd.com/gpu 0 0
Events: <none>
Name: audiomuse-ai-76c7bd5564-65hkq
Namespace: media
Priority: 0
Service Account: audiomuse-ai
Node: talos-01/192.168.1.105
Start Time: Sun, 19 Jul 2026 08:55:18 -0500
Labels: app=audiomuse-ai
pod-template-hash=76c7bd5564
Annotations: kubectl.kubernetes.io/restartedAt: 2026-07-19T08:55:07-05:00
Status: Running
IP: 10.244.0.79
IPs:
IP: 10.244.0.79
Controlled By: ReplicaSet/audiomuse-ai-76c7bd5564
Containers:
postgres:
Container ID: containerd://dfdd7ab77f63a701a495c345c8a5d6796188dbf358cf6d5ccfa47a3c941840c6
Image: postgres:15-alpine
Image ID: docker.io/library/postgres@sha256:57e5b9f69e672385cdf630f42b1306b5ca934c9bf8278b5f8b1948533d75a20b
Port: 5432/TCP (postgres)
Host Port: 0/TCP (postgres)
State: Running
Started: Sun, 19 Jul 2026 08:55:29 -0500
Ready: True
Restart Count: 0
Limits:
cpu: 500m
memory: 1Gi
Requests:
cpu: 250m
memory: 256Mi
Environment:
TZ: America/Chicago
POSTGRES_USER: audiomuse
POSTGRES_PASSWORD: <set to the key 'POSTGRES_PASSWORD' in secret 'audiomuse-ai-secrets'> Optional: false
POSTGRES_DB: audiomusedb
Mounts:
/var/lib/postgresql/data from postgres-data (rw)
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-dhmb6 (ro)
redis:
Container ID: containerd://d101abe54b48e44d54282e4c0d17ccacce1868eefbc00e4a094566bf12949c4d
Image: redis:7-alpine
Image ID: docker.io/library/redis@sha256:6ab0b6e7381779332f97b8ca76193e45b0756f38d4c0dcda72dbb3c32061ab99
Port: 6379/TCP (redis)
Host Port: 0/TCP (redis)
State: Running
Started: Sun, 19 Jul 2026 08:55:29 -0500
Ready: True
Restart Count: 0
Limits:
cpu: 250m
memory: 512Mi
Requests:
cpu: 100m
memory: 128Mi
Environment:
TZ: America/Chicago
Mounts:
/data from redis-data (rw)
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-dhmb6 (ro)
audiomuse-flask:
Container ID: containerd://4900ce8d98e0e9b8e87e8e3de9c6a3771936b8a51ffce9315c600b08af67d50c
Image: ghcr.io/neptunehub/audiomuse-ai:latest
Image ID: ghcr.io/neptunehub/audiomuse-ai@sha256:429bf76947482320396a1f3b733a47b69ed6d37f9e6adb8ae420054477e085e6
Port: 8000/TCP (web)
Host Port: 0/TCP (web)
State: Running
Started: Sun, 19 Jul 2026 08:55:30 -0500
Ready: True
Restart Count: 0
Limits:
cpu: 3
memory: 8Gi
Requests:
cpu: 1
memory: 2Gi
Environment:
SERVICE_TYPE: flask
TZ: America/Chicago
POSTGRES_USER: audiomuse
POSTGRES_PASSWORD: <set to the key 'POSTGRES_PASSWORD' in secret 'audiomuse-ai-secrets'> Optional: false
POSTGRES_DB: audiomusedb
POSTGRES_HOST: localhost
POSTGRES_PORT: 5432
REDIS_URL: redis://localhost:6379/0
TEMP_DIR: /app/temp_audio
PLEX_URL: http://plex-lb.media.svc.cluster.local:32400
PLEX_TOKEN: <set to the key 'PLEX_TOKEN' in secret 'audiomuse-ai-plex'> Optional: true
ENABLE_PROXY_FIX: true
AI_MODEL_PROVIDER: OPENAI
OPENAI_SERVER_URL: http://llama-swap.ai-workloads.svc.cluster.local:8080 /v1/chat/completions
OPENAI_API_KEY: dummy-key
OPENAI_MODEL_NAME: Qwen3-Coder-30b
API_TOKEN: audiomuse-api-token-2026
Mounts:
/app/plugin/installed from plugins-flask (rw)
/app/temp_audio from temp-audio-flask (rw)
/media from media (ro)
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-dhmb6 (ro)
worker:
Container ID: containerd://b7a0e65b48fd312e34aafbe54551410a49ade2ea6d662fc98dd9e38df29c1429
Image: ghcr.io/neptunehub/audiomuse-ai:latest
Image ID: ghcr.io/neptunehub/audiomuse-ai@sha256:429bf76947482320396a1f3b733a47b69ed6d37f9e6adb8ae420054477e085e6
Port: <none>
Host Port: <none>
State: Running
Started: Sun, 19 Jul 2026 08:59:52 -0500
Last State: Terminated
Reason: OOMKilled
Exit Code: 137
Started: Sun, 19 Jul 2026 08:55:30 -0500
Finished: Sun, 19 Jul 2026 08:59:51 -0500
Ready: True
Restart Count: 1
Limits:
cpu: 12
memory: 16Gi
Requests:
cpu: 4
memory: 4Gi
Environment:
SERVICE_TYPE: worker
TZ: America/Chicago
POSTGRES_USER: audiomuse
POSTGRES_PASSWORD: <set to the key 'POSTGRES_PASSWORD' in secret 'audiomuse-ai-secrets'> Optional: false
POSTGRES_DB: audiomusedb
POSTGRES_HOST: localhost
POSTGRES_PORT: 5432
REDIS_URL: redis://localhost:6379/0
TEMP_DIR: /app/temp_audio
PLEX_URL: http://plex-lb.media.svc.cluster.local:32400
PLEX_TOKEN: <set to the key 'PLEX_TOKEN' in secret 'audiomuse-ai-plex'> Optional: true
LYRICS_MUSICNN_SKIP: true
Mounts:
/app/plugin/installed from plugins-worker (rw)
/app/temp_audio from temp-audio-worker (rw)
/etc/supervisor/conf.d/supervisord.conf from supervisor-config (rw,path="supervisord.conf")
/media from media (ro)
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-dhmb6 (ro)
Conditions:
Type Status
PodReadyToStartContainers True
Initialized True
Ready True
ContainersReady True
PodScheduled True
Volumes:
postgres-data:
Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
ClaimName: audiomuse-ai-postgres
ReadOnly: false
redis-data:
Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
ClaimName: audiomuse-ai-redis
ReadOnly: false
temp-audio-flask:
Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
ClaimName: audiomuse-ai-temp-audio
ReadOnly: false
temp-audio-worker:
Type: EmptyDir (a temporary directory that shares a pod's lifetime)
Medium:
SizeLimit: <unset>
plugins-flask:
Type: EmptyDir (a temporary directory that shares a pod's lifetime)
Medium:
SizeLimit: <unset>
plugins-worker:
Type: EmptyDir (a temporary directory that shares a pod's lifetime)
Medium:
SizeLimit: <unset>
media:
Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
ClaimName: media
ReadOnly: false
supervisor-config:
Type: ConfigMap (a volume populated by a ConfigMap)
Name: audiomuse-ai-supervisor
Optional: false
kube-api-access-dhmb6:
Type: Projected (a volume that contains injected data from multiple sources)
TokenExpirationSeconds: 3607
ConfigMapName: kube-root-ca.crt
Optional: false
DownwardAPI: true
QoS Class: Burstable
Node-Selectors: <none>
Tolerations: node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 6m21s default-scheduler Successfully assigned media/audiomuse-ai-76c7bd5564-65hkq to talos-01
Normal Pulled 6m10s kubelet Container image "postgres:15-alpine" already present on machine
Normal Created 6m10s kubelet Created container: postgres
Normal Started 6m10s kubelet Started container postgres
Normal Pulled 6m10s kubelet Container image "redis:7-alpine" already present on machine
Normal Created 6m10s kubelet Created container: redis
Normal Started 6m10s kubelet Started container redis
Normal Pulling 6m10s kubelet Pulling image "ghcr.io/neptunehub/audiomuse-ai:latest"
Normal Pulled 6m9s kubelet Successfully pulled image "ghcr.io/neptunehub/audiomuse-ai:latest" in 244ms (244ms including waiting). Image size: 1816720703 bytes.
Normal Created 6m9s kubelet Created container: audiomuse-flask
Normal Started 6m9s kubelet Started container audiomuse-flask
Normal Pulled 6m9s kubelet Successfully pulled image "ghcr.io/neptunehub/audiomuse-ai:latest" in 244ms (244ms including waiting). Image size: 1816720703 bytes.
Normal Pulling 107s (x2 over 6m9s) kubelet Pulling image "ghcr.io/neptunehub/audiomuse-ai:latest"
Normal Created 107s (x2 over 6m9s) kubelet Created container: worker
Normal Started 107s (x2 over 6m9s) kubelet Started container worker
Normal Pulled 107s kubelet Successfully pulled image "ghcr.io/neptunehub/audiomuse-ai:latest" in 437ms (437ms including waiting). Image size: 1816720703 bytes.
PostgreSQL Database directory appears to contain a database; Skipping initialization
2026-07-19 08:55:29.717 CDT [1] LOG: starting PostgreSQL 15.18 on x86_64-pc-linux-musl, compiled by gcc (Alpine 15.2.0) 15.2.0, 64-bit
2026-07-19 08:55:29.717 CDT [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
2026-07-19 08:55:29.717 CDT [1] LOG: listening on IPv6 address "::", port 5432
2026-07-19 08:55:29.720 CDT [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2026-07-19 08:55:29.759 CDT [29] LOG: database system was shut down at 2026-07-19 08:55:14 CDT
2026-07-19 08:55:29.774 CDT [1] LOG: database system is ready to accept connections
2026-07-19 08:56:35.173 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 76
2026-07-19 08:56:35.173 CDT [197] CONTEXT: while scanning block 76 of relation "public.clap_embedding"
2026-07-19 08:56:35.173 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 77
2026-07-19 08:56:35.173 CDT [197] CONTEXT: while scanning block 77 of relation "public.clap_embedding"
2026-07-19 08:56:35.173 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 78
2026-07-19 08:56:35.173 CDT [197] CONTEXT: while scanning block 78 of relation "public.clap_embedding"
2026-07-19 08:56:35.173 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 79
2026-07-19 08:56:35.173 CDT [197] CONTEXT: while scanning block 79 of relation "public.clap_embedding"
2026-07-19 08:56:35.175 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 80
2026-07-19 08:56:35.175 CDT [197] CONTEXT: while scanning block 80 of relation "public.clap_embedding"
2026-07-19 08:56:35.175 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 81
2026-07-19 08:56:35.175 CDT [197] CONTEXT: while scanning block 81 of relation "public.clap_embedding"
2026-07-19 08:56:35.175 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 82
2026-07-19 08:56:35.175 CDT [197] CONTEXT: while scanning block 82 of relation "public.clap_embedding"
2026-07-19 08:56:35.175 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 83
2026-07-19 08:56:35.175 CDT [197] CONTEXT: while scanning block 83 of relation "public.clap_embedding"
2026-07-19 08:56:35.175 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 84
2026-07-19 08:56:35.175 CDT [197] CONTEXT: while scanning block 84 of relation "public.clap_embedding"
2026-07-19 08:56:35.191 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 143
2026-07-19 08:56:35.191 CDT [197] CONTEXT: while scanning block 143 of relation "public.clap_embedding"
2026-07-19 08:56:35.191 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 144
2026-07-19 08:56:35.191 CDT [197] CONTEXT: while scanning block 144 of relation "public.clap_embedding"
2026-07-19 08:56:35.191 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 145
2026-07-19 08:56:35.191 CDT [197] CONTEXT: while scanning block 145 of relation "public.clap_embedding"
2026-07-19 08:56:35.191 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 146
2026-07-19 08:56:35.191 CDT [197] CONTEXT: while scanning block 146 of relation "public.clap_embedding"
2026-07-19 08:56:35.191 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 147
2026-07-19 08:56:35.191 CDT [197] CONTEXT: while scanning block 147 of relation "public.clap_embedding"
2026-07-19 08:56:35.191 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 148
2026-07-19 08:56:35.191 CDT [197] CONTEXT: while scanning block 148 of relation "public.clap_embedding"
2026-07-19 08:56:35.191 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 149
2026-07-19 08:56:35.191 CDT [197] CONTEXT: while scanning block 149 of relation "public.clap_embedding"
2026-07-19 08:56:35.191 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 150
2026-07-19 08:56:35.191 CDT [197] CONTEXT: while scanning block 150 of relation "public.clap_embedding"
2026-07-19 08:56:35.191 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 151
2026-07-19 08:56:35.191 CDT [197] CONTEXT: while scanning block 151 of relation "public.clap_embedding"
2026-07-19 08:56:35.191 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 152
2026-07-19 08:56:35.191 CDT [197] CONTEXT: while scanning block 152 of relation "public.clap_embedding"
2026-07-19 08:56:35.194 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 153
2026-07-19 08:56:35.194 CDT [197] CONTEXT: while scanning block 153 of relation "public.clap_embedding"
2026-07-19 08:56:35.194 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 154
2026-07-19 08:56:35.194 CDT [197] CONTEXT: while scanning block 154 of relation "public.clap_embedding"
2026-07-19 08:56:35.194 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 155
2026-07-19 08:56:35.194 CDT [197] CONTEXT: while scanning block 155 of relation "public.clap_embedding"
2026-07-19 08:56:35.194 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 156
2026-07-19 08:56:35.194 CDT [197] CONTEXT: while scanning block 156 of relation "public.clap_embedding"
2026-07-19 08:56:35.194 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 157
2026-07-19 08:56:35.194 CDT [197] CONTEXT: while scanning block 157 of relation "public.clap_embedding"
2026-07-19 08:56:35.194 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 158
2026-07-19 08:56:35.194 CDT [197] CONTEXT: while scanning block 158 of relation "public.clap_embedding"
2026-07-19 08:56:35.194 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 159
2026-07-19 08:56:35.194 CDT [197] CONTEXT: while scanning block 159 of relation "public.clap_embedding"
2026-07-19 08:56:35.194 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 160
2026-07-19 08:56:35.194 CDT [197] CONTEXT: while scanning block 160 of relation "public.clap_embedding"
2026-07-19 08:56:35.194 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 161
2026-07-19 08:56:35.194 CDT [197] CONTEXT: while scanning block 161 of relation "public.clap_embedding"
2026-07-19 08:56:35.194 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 162
2026-07-19 08:56:35.194 CDT [197] CONTEXT: while scanning block 162 of relation "public.clap_embedding"
2026-07-19 08:56:35.196 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 163
2026-07-19 08:56:35.196 CDT [197] CONTEXT: while scanning block 163 of relation "public.clap_embedding"
2026-07-19 08:56:35.196 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 164
2026-07-19 08:56:35.196 CDT [197] CONTEXT: while scanning block 164 of relation "public.clap_embedding"
2026-07-19 08:56:35.196 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 165
2026-07-19 08:56:35.196 CDT [197] CONTEXT: while scanning block 165 of relation "public.clap_embedding"
2026-07-19 08:56:35.197 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 166
2026-07-19 08:56:35.197 CDT [197] CONTEXT: while scanning block 166 of relation "public.clap_embedding"
2026-07-19 08:56:35.197 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 167
2026-07-19 08:56:35.197 CDT [197] CONTEXT: while scanning block 167 of relation "public.clap_embedding"
2026-07-19 08:56:35.197 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 168
2026-07-19 08:56:35.197 CDT [197] CONTEXT: while scanning block 168 of relation "public.clap_embedding"
2026-07-19 08:56:35.197 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 169
2026-07-19 08:56:35.197 CDT [197] CONTEXT: while scanning block 169 of relation "public.clap_embedding"
2026-07-19 08:56:35.197 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 170
2026-07-19 08:56:35.197 CDT [197] CONTEXT: while scanning block 170 of relation "public.clap_embedding"
2026-07-19 08:56:35.197 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 171
2026-07-19 08:56:35.197 CDT [197] CONTEXT: while scanning block 171 of relation "public.clap_embedding"
2026-07-19 08:58:02.890 CDT [234] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:03.553 CDT [260] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:04.235 CDT [255] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:06.275 CDT [236] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:07.310 CDT [244] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:07.601 CDT [248] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:10.107 CDT [257] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:23.254 CDT [283] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:23.820 CDT [278] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:24.031 CDT [280] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:24.969 CDT [286] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:26.658 CDT [289] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:27.676 CDT [291] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:44.243 CDT [300] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:45.089 CDT [298] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:47.939 CDT [302] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:48.593 CDT [294] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:50.016 CDT [310] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:51.556 CDT [308] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:52.817 CDT [304] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:57.246 CDT [316] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:59.852 CDT [318] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:00.942 CDT [322] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:15.572 CDT [330] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:19.488 CDT [326] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:19.810 CDT [324] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:25.011 CDT [328] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:27.842 CDT [334] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:28.971 CDT [337] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:30.984 CDT [339] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:32.601 CDT [349] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:33.907 CDT [345] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:35.816 CDT [351] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:37.767 CDT [347] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:44.020 CDT [353] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:50.953 CDT [373] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:50.959 CDT [364] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:50.997 CDT [366] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:51.057 CDT [359] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:51.058 CDT [371] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:51.070 CDT [362] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:51.137 CDT [357] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:00:29.698 CDT [27] LOG: checkpoint starting: time
2026-07-19 09:00:45.420 CDT [515] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:00:45.425 CDT [513] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:00:45.719 CDT [522] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:00:46.061 CDT [517] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:00:47.521 CDT [502] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:00:47.802 CDT [495] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:00:48.628 CDT [497] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:00:49.061 CDT [507] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:00:49.304 CDT [489] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:00:56.535 CDT [541] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:00:59.604 CDT [538] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:00:59.803 CDT [539] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:01.131 CDT [545] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:02.245 CDT [543] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:03.942 CDT [547] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:04.043 CDT [553] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:05.367 CDT [551] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:05.895 CDT [555] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:10.691 CDT [563] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:11.877 CDT [569] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:12.486 CDT [564] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:12.776 CDT [571] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:13.219 CDT [566] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:14.567 CDT [575] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:21.199 CDT [577] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:22.496 CDT [582] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:22.594 CDT [583] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:23.034 CDT [573] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:23.514 CDT [585] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:24.408 CDT [587] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:25.303 CDT [591] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:26.708 CDT [593] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:27.151 CDT [589] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:28.409 CDT [596] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:37.024 CDT [601] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:37.934 CDT [609] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:38.022 CDT [603] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:39.887 CDT [607] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:56:35.173 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 76
2026-07-19 08:56:35.173 CDT [197] CONTEXT: while scanning block 76 of relation "public.clap_embedding"
2026-07-19 08:56:35.173 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 77
2026-07-19 08:56:35.173 CDT [197] CONTEXT: while scanning block 77 of relation "public.clap_embedding"
2026-07-19 08:56:35.173 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 78
2026-07-19 08:56:35.173 CDT [197] CONTEXT: while scanning block 78 of relation "public.clap_embedding"
2026-07-19 08:56:35.173 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 79
2026-07-19 08:56:35.173 CDT [197] CONTEXT: while scanning block 79 of relation "public.clap_embedding"
2026-07-19 08:56:35.175 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 80
2026-07-19 08:56:35.175 CDT [197] CONTEXT: while scanning block 80 of relation "public.clap_embedding"
2026-07-19 08:56:35.175 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 81
2026-07-19 08:56:35.175 CDT [197] CONTEXT: while scanning block 81 of relation "public.clap_embedding"
2026-07-19 08:56:35.175 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 82
2026-07-19 08:56:35.175 CDT [197] CONTEXT: while scanning block 82 of relation "public.clap_embedding"
2026-07-19 08:56:35.175 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 83
2026-07-19 08:56:35.175 CDT [197] CONTEXT: while scanning block 83 of relation "public.clap_embedding"
2026-07-19 08:56:35.175 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 84
2026-07-19 08:56:35.175 CDT [197] CONTEXT: while scanning block 84 of relation "public.clap_embedding"
2026-07-19 08:56:35.191 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 143
2026-07-19 08:56:35.191 CDT [197] CONTEXT: while scanning block 143 of relation "public.clap_embedding"
2026-07-19 08:56:35.191 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 144
2026-07-19 08:56:35.191 CDT [197] CONTEXT: while scanning block 144 of relation "public.clap_embedding"
2026-07-19 08:56:35.191 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 145
2026-07-19 08:56:35.191 CDT [197] CONTEXT: while scanning block 145 of relation "public.clap_embedding"
2026-07-19 08:56:35.191 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 146
2026-07-19 08:56:35.191 CDT [197] CONTEXT: while scanning block 146 of relation "public.clap_embedding"
2026-07-19 08:56:35.191 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 147
2026-07-19 08:56:35.191 CDT [197] CONTEXT: while scanning block 147 of relation "public.clap_embedding"
2026-07-19 08:56:35.191 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 148
2026-07-19 08:56:35.191 CDT [197] CONTEXT: while scanning block 148 of relation "public.clap_embedding"
2026-07-19 08:56:35.191 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 149
2026-07-19 08:56:35.191 CDT [197] CONTEXT: while scanning block 149 of relation "public.clap_embedding"
2026-07-19 08:56:35.191 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 150
2026-07-19 08:56:35.191 CDT [197] CONTEXT: while scanning block 150 of relation "public.clap_embedding"
2026-07-19 08:56:35.191 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 151
2026-07-19 08:56:35.191 CDT [197] CONTEXT: while scanning block 151 of relation "public.clap_embedding"
2026-07-19 08:56:35.191 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 152
2026-07-19 08:56:35.191 CDT [197] CONTEXT: while scanning block 152 of relation "public.clap_embedding"
2026-07-19 08:56:35.194 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 153
2026-07-19 08:56:35.194 CDT [197] CONTEXT: while scanning block 153 of relation "public.clap_embedding"
2026-07-19 08:56:35.194 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 154
2026-07-19 08:56:35.194 CDT [197] CONTEXT: while scanning block 154 of relation "public.clap_embedding"
2026-07-19 08:56:35.194 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 155
2026-07-19 08:56:35.194 CDT [197] CONTEXT: while scanning block 155 of relation "public.clap_embedding"
2026-07-19 08:56:35.194 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 156
2026-07-19 08:56:35.194 CDT [197] CONTEXT: while scanning block 156 of relation "public.clap_embedding"
2026-07-19 08:56:35.194 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 157
2026-07-19 08:56:35.194 CDT [197] CONTEXT: while scanning block 157 of relation "public.clap_embedding"
2026-07-19 08:56:35.194 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 158
2026-07-19 08:56:35.194 CDT [197] CONTEXT: while scanning block 158 of relation "public.clap_embedding"
2026-07-19 08:56:35.194 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 159
2026-07-19 08:56:35.194 CDT [197] CONTEXT: while scanning block 159 of relation "public.clap_embedding"
2026-07-19 08:56:35.194 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 160
2026-07-19 08:56:35.194 CDT [197] CONTEXT: while scanning block 160 of relation "public.clap_embedding"
2026-07-19 08:56:35.194 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 161
2026-07-19 08:56:35.194 CDT [197] CONTEXT: while scanning block 161 of relation "public.clap_embedding"
2026-07-19 08:56:35.194 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 162
2026-07-19 08:56:35.194 CDT [197] CONTEXT: while scanning block 162 of relation "public.clap_embedding"
2026-07-19 08:56:35.196 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 163
2026-07-19 08:56:35.196 CDT [197] CONTEXT: while scanning block 163 of relation "public.clap_embedding"
2026-07-19 08:56:35.196 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 164
2026-07-19 08:56:35.196 CDT [197] CONTEXT: while scanning block 164 of relation "public.clap_embedding"
2026-07-19 08:56:35.196 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 165
2026-07-19 08:56:35.196 CDT [197] CONTEXT: while scanning block 165 of relation "public.clap_embedding"
2026-07-19 08:56:35.197 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 166
2026-07-19 08:56:35.197 CDT [197] CONTEXT: while scanning block 166 of relation "public.clap_embedding"
2026-07-19 08:56:35.197 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 167
2026-07-19 08:56:35.197 CDT [197] CONTEXT: while scanning block 167 of relation "public.clap_embedding"
2026-07-19 08:56:35.197 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 168
2026-07-19 08:56:35.197 CDT [197] CONTEXT: while scanning block 168 of relation "public.clap_embedding"
2026-07-19 08:56:35.197 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 169
2026-07-19 08:56:35.197 CDT [197] CONTEXT: while scanning block 169 of relation "public.clap_embedding"
2026-07-19 08:56:35.197 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 170
2026-07-19 08:56:35.197 CDT [197] CONTEXT: while scanning block 170 of relation "public.clap_embedding"
2026-07-19 08:56:35.197 CDT [197] WARNING: page is not marked all-visible but visibility map bit is set in relation "clap_embedding" page 171
2026-07-19 08:56:35.197 CDT [197] CONTEXT: while scanning block 171 of relation "public.clap_embedding"
2026-07-19 08:58:02.890 CDT [234] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:03.553 CDT [260] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:04.235 CDT [255] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:06.275 CDT [236] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:07.310 CDT [244] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:07.601 CDT [248] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:10.107 CDT [257] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:23.254 CDT [283] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:23.820 CDT [278] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:24.031 CDT [280] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:24.969 CDT [286] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:26.658 CDT [289] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:27.676 CDT [291] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:44.243 CDT [300] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:45.089 CDT [298] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:47.939 CDT [302] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:48.593 CDT [294] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:50.016 CDT [310] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:51.556 CDT [308] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:52.817 CDT [304] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:57.246 CDT [316] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:58:59.852 CDT [318] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:00.942 CDT [322] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:15.572 CDT [330] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:19.488 CDT [326] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:19.810 CDT [324] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:25.011 CDT [328] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:27.842 CDT [334] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:28.971 CDT [337] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:30.984 CDT [339] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:32.601 CDT [349] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:33.907 CDT [345] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:35.816 CDT [351] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:37.767 CDT [347] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:44.020 CDT [353] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:50.953 CDT [373] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:50.959 CDT [364] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:50.997 CDT [366] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:51.057 CDT [359] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:51.058 CDT [371] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:51.070 CDT [362] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 08:59:51.137 CDT [357] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:00:29.698 CDT [27] LOG: checkpoint starting: time
2026-07-19 09:00:45.420 CDT [515] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:00:45.425 CDT [513] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:00:45.719 CDT [522] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:00:46.061 CDT [517] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:00:47.521 CDT [502] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:00:47.802 CDT [495] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:00:48.628 CDT [497] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:00:49.061 CDT [507] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:00:49.304 CDT [489] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:00:56.535 CDT [541] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:00:59.604 CDT [538] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:00:59.803 CDT [539] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:01.131 CDT [545] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:02.245 CDT [543] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:03.942 CDT [547] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:04.043 CDT [553] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:05.367 CDT [551] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:05.895 CDT [555] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:10.691 CDT [563] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:11.877 CDT [569] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:12.486 CDT [564] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:12.776 CDT [571] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:13.219 CDT [566] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:14.567 CDT [575] LOG: unexpected EOF on client connection with an open transaction
2026-07-19 09:01:21.199 CDT [577] LOG: unexpected EOF on client connection with an open transaction
1:C 19 Jul 2026 08:55:29.793 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
1:C 19 Jul 2026 08:55:29.793 * Redis version=7.4.9, bits=64, commit=00000000, modified=0, pid=1, just started
1:C 19 Jul 2026 08:55:29.793 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
1:M 19 Jul 2026 08:55:29.793 * monotonic clock: POSIX clock_gettime
1:M 19 Jul 2026 08:55:29.794 * Running mode=standalone, port=6379.
1:M 19 Jul 2026 08:55:29.794 * Server initialized
1:M 19 Jul 2026 08:55:29.796 * Loading RDB produced by version 7.4.9
1:M 19 Jul 2026 08:55:29.796 * RDB age 15 seconds
1:M 19 Jul 2026 08:55:29.796 * RDB memory usage when created 38.30 Mb
1:M 19 Jul 2026 08:55:30.479 * Done loading RDB, keys loaded: 26454, keys expired: 0.
1:M 19 Jul 2026 08:55:30.479 * DB loaded from disk: 0.685 seconds
1:M 19 Jul 2026 08:55:30.479 * Ready to accept connections tcp
1:M 19 Jul 2026 09:00:30.012 * 100 changes in 300 seconds. Saving...
1:M 19 Jul 2026 09:00:30.026 * Background saving started by pid 16
16:C 19 Jul 2026 09:00:31.381 * DB saved on disk
16:C 19 Jul 2026 09:00:31.384 * Fork CoW for RDB: current 1 MB, peak 1 MB, average 1 MB
1:M 19 Jul 2026 09:00:31.487 * Background saving terminated with success
ENTRYPOINT: SERVICE_TYPE=worker
ENTRYPOINT: waiting for supervisord socket
ENTRYPOINT: waiting for supervisord socket
2026-07-19 08:59:53,188 CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message.
2026-07-19 08:59:53,195 INFO RPC interface 'supervisor' initialized
2026-07-19 08:59:53,195 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2026-07-19 08:59:53,195 INFO supervisord started with pid 7
ENTRYPOINT: supervisord socket ready
ENTRYPOINT: supervisord RPC is ready
2026-07-19 08:59:53,608 INFO spawned: 'rq-janitor' with pid 13
2026-07-19 08:59:53,611 INFO spawned: 'rq-worker-default-1' with pid 14
2026-07-19 08:59:53,613 INFO spawned: 'rq-worker-default-10' with pid 15
2026-07-19 08:59:53,616 INFO spawned: 'rq-worker-default-11' with pid 16
2026-07-19 08:59:53,618 INFO spawned: 'rq-worker-default-12' with pid 17
2026-07-19 08:59:53,626 INFO spawned: 'rq-worker-default-2' with pid 18
2026-07-19 08:59:53,629 INFO spawned: 'rq-worker-default-3' with pid 19
2026-07-19 08:59:53,633 INFO spawned: 'rq-worker-default-4' with pid 20
2026-07-19 08:59:53,636 INFO spawned: 'rq-worker-default-5' with pid 21
2026-07-19 08:59:53,639 INFO spawned: 'rq-worker-default-6' with pid 22
2026-07-19 08:59:53,643 INFO spawned: 'rq-worker-default-7' with pid 23
2026-07-19 08:59:53,646 INFO spawned: 'rq-worker-default-8' with pid 24
2026-07-19 08:59:53,649 INFO spawned: 'rq-worker-default-9' with pid 25
2026-07-19 08:59:53,652 INFO spawned: 'rq-worker-high-1' with pid 26
2026-07-19 08:59:53,656 INFO spawned: 'rq-worker-high-2' with pid 27
2026-07-19 08:59:53,659 INFO spawned: 'rq-worker-high-3' with pid 28
Default worker CPU thread cap = 8 (cpu_count // 2, min 2)
Default worker CPU thread cap = 8 (cpu_count // 2, min 2)
Default worker CPU thread cap = 8 (cpu_count // 2, min 2)
Default worker CPU thread cap = 8 (cpu_count // 2, min 2)
Default worker CPU thread cap = 8 (cpu_count // 2, min 2)
Default worker CPU thread cap = 8 (cpu_count // 2, min 2)
Default worker CPU thread cap = 8 (cpu_count // 2, min 2)
Default worker CPU thread cap = 8 (cpu_count // 2, min 2)
Default worker CPU thread cap = 8 (cpu_count // 2, min 2)
Default worker CPU thread cap = 8 (cpu_count // 2, min 2)
High-priority worker CPU thread cap = 5 (cpu_count // 3, min 1)
Default worker CPU thread cap = 8 (cpu_count // 2, min 2)
High-priority worker CPU thread cap = 5 (cpu_count // 3, min 1)Default worker CPU thread cap = 8 (cpu_count // 2, min 2)
High-priority worker CPU thread cap = 5 (cpu_count // 3, min 1)
ENTRYPOINT: SUPERVISORCTL OUTPUT: ENTRYPOINT: SUPERVISORCTL: avail
flask in use manual 999:999
rq-janitor in use auto 999:999
rq-worker-default in use manual 999:999
rq-worker-default-1 in use auto 999:999
rq-worker-default-10 in use auto 999:999
rq-worker-default-11 in use auto 999:999
rq-worker-default-12 in use auto 999:999
rq-worker-default-2 in use auto 999:999
rq-worker-default-3 in use auto 999:999
rq-worker-default-4 in use auto 999:999
rq-worker-default-5 in use auto 999:999
rq-worker-default-6 in use auto 999:999
rq-worker-default-7 in use auto 999:999
rq-worker-default-8 in use auto 999:999
rq-worker-default-9 in use auto 999:999
rq-worker-high in use manual 999:999
rq-worker-high-1 in use auto 999:999
rq-worker-high-2 in use auto 999:999
rq-worker-high-3 in use auto 999:999
ENTRYPOINT: SUPERVISORCTL EXIT CODE: 0
ENTRYPOINT: ready to start worker
ENTRYPOINT: starting worker processes via supervisord
2026-07-19 08:59:54,163 INFO spawned: 'rq-worker-default' with pid 31
Default worker CPU thread cap = 8 (cpu_count // 2, min 2)
2026-07-19 08:59:55,230 INFO success: rq-janitor entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2026-07-19 08:59:55,230 INFO success: rq-worker-default entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2026-07-19 08:59:55,230 INFO success: rq-worker-default-1 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2026-07-19 08:59:55,230 INFO success: rq-worker-default-10 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2026-07-19 08:59:55,231 INFO success: rq-worker-default-11 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2026-07-19 08:59:55,231 INFO success: rq-worker-default-12 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2026-07-19 08:59:55,231 INFO success: rq-worker-default-2 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2026-07-19 08:59:55,231 INFO success: rq-worker-default-3 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2026-07-19 08:59:55,231 INFO success: rq-worker-default-4 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2026-07-19 08:59:55,231 INFO success: rq-worker-default-5 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2026-07-19 08:59:55,231 INFO success: rq-worker-default-6 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2026-07-19 08:59:55,231 INFO success: rq-worker-default-7 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2026-07-19 08:59:55,231 INFO success: rq-worker-default-8 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2026-07-19 08:59:55,232 INFO success: rq-worker-default-9 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2026-07-19 08:59:55,232 INFO success: rq-worker-high-1 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2026-07-19 08:59:55,232 INFO success: rq-worker-high-2 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2026-07-19 08:59:55,232 INFO success: rq-worker-high-3 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2026-07-19 08:59:55,242 INFO spawned: 'rq-worker-high' with pid 150
High-priority worker CPU thread cap = 5 (cpu_count // 3, min 1)
2026-07-19 08:59:56,311 INFO success: rq-worker-high entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
ENTRYPOINT: SUPERVISORCTL OUTPUT: ENTRYPOINT: SUPERVISORCTL: start rq-worker-default rq-worker-high rq-janitor
rq-worker-default: started
rq-worker-high: started
rq-janitor: ERROR (already started)
ENTRYPOINT: SUPERVISORCTL EXIT CODE: 0
ENTRYPOINT: SUPERVISORCTL STATUS AFTER START
ENTRYPOINT: SUPERVISORCTL: status
flask STOPPED Not started
rq-janitor RUNNING pid 13, uptime 0:00:03
rq-worker-default RUNNING pid 31, uptime 0:00:02
rq-worker-default-1 RUNNING pid 14, uptime 0:00:03
rq-worker-default-10 RUNNING pid 15, uptime 0:00:03
rq-worker-default-11 RUNNING pid 16, uptime 0:00:03
rq-worker-default-12 RUNNING pid 17, uptime 0:00:03
rq-worker-default-2 RUNNING pid 18, uptime 0:00:03
rq-worker-default-3 RUNNING pid 19, uptime 0:00:03
rq-worker-default-4 RUNNING pid 20, uptime 0:00:03
rq-worker-default-5 RUNNING pid 21, uptime 0:00:03
rq-worker-default-6 RUNNING pid 22, uptime 0:00:03
rq-worker-default-7 RUNNING pid 23, uptime 0:00:03
rq-worker-default-8 RUNNING pid 24, uptime 0:00:03
rq-worker-default-9 RUNNING pid 25, uptime 0:00:03
rq-worker-high RUNNING pid 150, uptime 0:00:01
rq-worker-high-1 RUNNING pid 26, uptime 0:00:03
rq-worker-high-2 RUNNING pid 27, uptime 0:00:03
rq-worker-high-3 RUNNING pid 28, uptime 0:00:03
ENTRYPOINT: SUPERVISORCTL STATUS EXIT CODE: 3
ENTRYPOINT: SUPERVISORCTL: avail
flask in use manual 999:999
rq-janitor in use auto 999:999
rq-worker-default in use manual 999:999
rq-worker-default-1 in use auto 999:999
rq-worker-default-10 in use auto 999:999
rq-worker-default-11 in use auto 999:999
rq-worker-default-12 in use auto 999:999
rq-worker-default-2 in use auto 999:999
rq-worker-default-3 in use auto 999:999
rq-worker-default-4 in use auto 999:999
rq-worker-default-5 in use auto 999:999
rq-worker-default-6 in use auto 999:999
rq-worker-default-7 in use auto 999:999
rq-worker-default-8 in use auto 999:999
rq-worker-default-9 in use auto 999:999
rq-worker-high in use manual 999:999
rq-worker-high-1 in use auto 999:999
rq-worker-high-2 in use auto 999:999
rq-worker-high-3 in use auto 999:999
ENTRYPOINT: SUPERVISORCTL AVAIL EXIT CODE: 0
ENTRYPOINT: now waiting on supervisord pid 7
[INFO]-[19-07-2026 08-59-57]-DEFAULT RQ Worker starting. Version: v3.0.2. Listening on queues: ['default']
[INFO]-[19-07-2026 08-59-57]-Using Redis connection: {'socket_connect_timeout': 30, 'socket_timeout': 60, 'health_check_interval': 30, 'retry_on_timeout': True, 'socket_keepalive': True, 'host': 'localhost', 'port': 6379, 'db': 0}
[INFO]-[19-07-2026 08-59-57]-DEFAULT RQ Worker starting. Version: v3.0.2. Listening on queues: ['default']
[INFO]-[19-07-2026 08-59-57]-Using Redis connection: {'socket_connect_timeout': 30, 'socket_timeout': 60, 'health_check_interval': 30, 'retry_on_timeout': True, 'socket_keepalive': True, 'host': 'localhost', 'port': 6379, 'db': 0}
[INFO]-[19-07-2026 08-59-57]-DEFAULT RQ Worker starting. Version: v3.0.2. Listening on queues: ['default']
[INFO]-[19-07-2026 08-59-57]-Using Redis connection: {'socket_connect_timeout': 30, 'socket_timeout': 60, 'health_check_interval': 30, 'retry_on_timeout': True, 'socket_keepalive': True, 'host': 'localhost', 'port': 6379, 'db': 0}
[INFO]-[19-07-2026 08-59-57]-HIGH PRIORITY RQ Worker starting. Version: v3.0.2. Listening ONLY on queues: ['high']
[INFO]-[19-07-2026 08-59-57]-Using Redis connection: {'socket_connect_timeout': 30, 'socket_timeout': 60, 'health_check_interval': 30, 'retry_on_timeout': True, 'socket_keepalive': True, 'host': 'localhost', 'port': 6379, 'db': 0}
[INFO]-[19-07-2026 08-59-57]-HIGH PRIORITY RQ Worker starting. Version: v3.0.2. Listening ONLY on queues: ['high']
[INFO]-[19-07-2026 08-59-57]-Using Redis connection: {'socket_connect_timeout': 30, 'socket_timeout': 60, 'health_check_interval': 30, 'retry_on_timeout': True, 'socket_keepalive': True, 'host': 'localhost', 'port': 6379, 'db': 0}
[INFO]-[19-07-2026 08-59-57]-DEFAULT RQ Worker starting. Version: v3.0.2. Listening on queues: ['default']
[INFO]-[19-07-2026 08-59-57]-Using Redis connection: {'socket_connect_timeout': 30, 'socket_timeout': 60, 'health_check_interval': 30, 'retry_on_timeout': True, 'socket_keepalive': True, 'host': 'localhost', 'port': 6379, 'db': 0}
[INFO]-[19-07-2026 08-59-57]-DEFAULT RQ Worker starting. Version: v3.0.2. Listening on queues: ['default']
[INFO]-[19-07-2026 08-59-57]-Using Redis connection: {'socket_connect_timeout': 30, 'socket_timeout': 60, 'health_check_interval': 30, 'retry_on_timeout': True, 'socket_keepalive': True, 'host': 'localhost', 'port': 6379, 'db': 0}
[INFO]-[19-07-2026 08-59-57]-HIGH PRIORITY RQ Worker starting. Version: v3.0.2. Listening ONLY on queues: ['high']
[INFO]-[19-07-2026 08-59-57]-DEFAULT RQ Worker starting. Version: v3.0.2. Listening on queues: ['default']
[INFO]-[19-07-2026 08-59-57]-Using Redis connection: {'socket_connect_timeout': 30, 'socket_timeout': 60, 'health_check_interval': 30, 'retry_on_timeout': True, 'socket_keepalive': True, 'host': 'localhost', 'port': 6379, 'db': 0}
[INFO]-[19-07-2026 08-59-57]-Using Redis connection: {'socket_connect_timeout': 30, 'socket_timeout': 60, 'health_check_interval': 30, 'retry_on_timeout': True, 'socket_keepalive': True, 'host': 'localhost', 'port': 6379, 'db': 0}
[INFO]-[19-07-2026 08-59-57]-DEFAULT RQ Worker starting. Version: v3.0.2. Listening on queues: ['default']
[INFO]-[19-07-2026 08-59-57]-Using Redis connection: {'socket_connect_timeout': 30, 'socket_timeout': 60, 'health_check_interval': 30, 'retry_on_timeout': True, 'socket_keepalive': True, 'host': 'localhost', 'port': 6379, 'db': 0}
[INFO]-[19-07-2026 08-59-57]-DEFAULT RQ Worker starting. Version: v3.0.2. Listening on queues: ['default']
[INFO]-[19-07-2026 08-59-57]-Using Redis connection: {'socket_connect_timeout': 30, 'socket_timeout': 60, 'health_check_interval': 30, 'retry_on_timeout': True, 'socket_keepalive': True, 'host': 'localhost', 'port': 6379, 'db': 0}
[INFO]-[19-07-2026 08-59-57]-DEFAULT RQ Worker starting. Version: v3.0.2. Listening on queues: ['default']
[INFO]-[19-07-2026 08-59-57]-DEFAULT RQ Worker starting. Version: v3.0.2. Listening on queues: ['default']
[INFO]-[19-07-2026 08-59-57]-Using Redis connection: {'socket_connect_timeout': 30, 'socket_timeout': 60, 'health_check_interval': 30, 'retry_on_timeout': True, 'socket_keepalive': True, 'host': 'localhost', 'port': 6379, 'db': 0}
[INFO]-[19-07-2026 08-59-57]-Using Redis connection: {'socket_connect_timeout': 30, 'socket_timeout': 60, 'health_check_interval': 30, 'retry_on_timeout': True, 'socket_keepalive': True, 'host': 'localhost', 'port': 6379, 'db': 0}
[INFO]-[19-07-2026 08-59-57]-DEFAULT RQ Worker starting. Version: v3.0.2. Listening on queues: ['default']
[INFO]-[19-07-2026 08-59-57]-Using Redis connection: {'socket_connect_timeout': 30, 'socket_timeout': 60, 'health_check_interval': 30, 'retry_on_timeout': True, 'socket_keepalive': True, 'host': 'localhost', 'port': 6379, 'db': 0}
[INFO]-[19-07-2026 08-59-57]-HIGH PRIORITY RQ Worker starting. Version: v3.0.2. Listening ONLY on queues: ['high']
[INFO]-[19-07-2026 08-59-57]-Using Redis connection: {'socket_connect_timeout': 30, 'socket_timeout': 60, 'health_check_interval': 30, 'retry_on_timeout': True, 'socket_keepalive': True, 'host': 'localhost', 'port': 6379, 'db': 0}
[INFO]-[19-07-2026 08-59-57]-DEFAULT RQ Worker starting. Version: v3.0.2. Listening on queues: ['default']
[INFO]-[19-07-2026 08-59-57]-DEFAULT RQ Worker starting. Version: v3.0.2. Listening on queues: ['default']
[INFO]-[19-07-2026 08-59-57]-Using Redis connection: {'socket_connect_timeout': 30, 'socket_timeout': 60, 'health_check_interval': 30, 'retry_on_timeout': True, 'socket_keepalive': True, 'host': 'localhost', 'port': 6379, 'db': 0}
[INFO]-[19-07-2026 08-59-57]-Using Redis connection: {'socket_connect_timeout': 30, 'socket_timeout': 60, 'health_check_interval': 30, 'retry_on_timeout': True, 'socket_keepalive': True, 'host': 'localhost', 'port': 6379, 'db': 0}
[INFO]-[19-07-2026 08-59-57]-RQ Janitor process starting. Cleaning registries every 10 seconds.
[INFO]-[19-07-2026 08-59-58]-RQ Worker logging level set to: INFO
[INFO]-[19-07-2026 08-59-58]-Worker will restart after 100 jobs to prevent memory leaks
[INFO]-[19-07-2026 08-59-58]-Worker 3c0e3bfdf96045ecae85de9a8dfd3900: started with PID 26, version 2.7.0
[INFO]-[19-07-2026 08-59-58]-Worker 3c0e3bfdf96045ecae85de9a8dfd3900: subscribing to channel rq:pubsub:3c0e3bfdf96045ecae85de9a8dfd3900
[INFO]-[19-07-2026 08-59-58]-RQ Worker logging level set to: INFO
[INFO]-[19-07-2026 08-59-58]-Worker will restart after 100 jobs to prevent memory leaks
[INFO]-[19-07-2026 08-59-58]-*** Listening on high...
[INFO]-[19-07-2026 08-59-58]-RQ Worker logging level set to: INFO
[INFO]-[19-07-2026 08-59-58]-Worker will restart after 50 jobs to prevent memory leaks
[INFO]-[19-07-2026 08-59-58]-Worker 3cad98557bea45a48a3f76f4363bd557: started with PID 150, version 2.7.0
[INFO]-[19-07-2026 08-59-58]-Worker 3cad98557bea45a48a3f76f4363bd557: subscribing to channel rq:pubsub:3cad98557bea45a48a3f76f4363bd557
[INFO]-[19-07-2026 08-59-58]-Worker 3c0e3bfdf96045ecae85de9a8dfd3900: cleaning registries for queue: high
[INFO]-[19-07-2026 08-59-58]-Worker d4002542918241779fc38ffb3e066aa0: started with PID 21, version 2.7.0
[INFO]-[19-07-2026 08-59-58]-Worker d4002542918241779fc38ffb3e066aa0: subscribing to channel rq:pubsub:d4002542918241779fc38ffb3e066aa0
[INFO]-[19-07-2026 08-59-58]-*** Listening on high...
[INFO]-[19-07-2026 08-59-58]-*** Listening on default...
[INFO]-[19-07-2026 08-59-58]-Worker 3cad98557bea45a48a3f76f4363bd557: cleaning registries for queue: high
[INFO]-[19-07-2026 08-59-58]-Worker d4002542918241779fc38ffb3e066aa0: cleaning registries for queue: default
[INFO]-[19-07-2026 08-59-58]-default: tasks.analysis.analyze_album_task('73691', 'Just for You', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (b70db036-a5ad-4e02-aaf4-a54f182b28d1)
[INFO]-[19-07-2026 08-59-58]-RQ Worker logging level set to: INFO
[INFO]-[19-07-2026 08-59-58]-Worker will restart after 100 jobs to prevent memory leaks
[INFO]-[19-07-2026 08-59-58]-Worker a8706966fc6e403aae2b690869e4ca5c: started with PID 28, version 2.7.0
[INFO]-[19-07-2026 08-59-58]-Worker a8706966fc6e403aae2b690869e4ca5c: subscribing to channel rq:pubsub:a8706966fc6e403aae2b690869e4ca5c
[INFO]-[19-07-2026 08-59-58]-*** Listening on high...
[INFO]-[19-07-2026 08-59-58]-Worker a8706966fc6e403aae2b690869e4ca5c: cleaning registries for queue: high
[INFO]-[19-07-2026 08-59-58]-RQ Worker logging level set to: INFO
[INFO]-[19-07-2026 08-59-58]-Worker will restart after 50 jobs to prevent memory leaks
[INFO]-[19-07-2026 08-59-58]-Worker 688e22b1234740d2962b319162035c77: started with PID 19, version 2.7.0
[INFO]-[19-07-2026 08-59-58]-Worker 688e22b1234740d2962b319162035c77: subscribing to channel rq:pubsub:688e22b1234740d2962b319162035c77
[INFO]-[19-07-2026 08-59-58]-*** Listening on default...
[INFO]-[19-07-2026 08-59-58]-Worker 688e22b1234740d2962b319162035c77: cleaning registries for queue: default
[INFO]-[19-07-2026 08-59-58]-default: tasks.analysis.analyze_album_task('73779', 'Coming Home (deluxe edition)', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (93d3c311-71b5-40a2-94b5-54709c73f5cf)
[INFO]-[19-07-2026 08-59-58]-[AlbumTask-b70db036-a5ad-4e02-aaf4-a54f182b28d1-Just for You] Fetching tracks for album: Just for You
[INFO]-[19-07-2026 08-59-58]-RQ Worker logging level set to: INFO
[INFO]-[19-07-2026 08-59-58]-Worker will restart after 50 jobs to prevent memory leaks
[INFO]-[19-07-2026 08-59-58]-Worker d6d8066f34454114be5398400b0cc9b8: started with PID 24, version 2.7.0
[INFO]-[19-07-2026 08-59-58]-Worker d6d8066f34454114be5398400b0cc9b8: subscribing to channel rq:pubsub:d6d8066f34454114be5398400b0cc9b8
[INFO]-[19-07-2026 08-59-58]-*** Listening on default...
[INFO]-[19-07-2026 08-59-58]-Worker d6d8066f34454114be5398400b0cc9b8: cleaning registries for queue: default
[INFO]-[19-07-2026 08-59-58]-default: tasks.analysis.analyze_album_task('73226', 'The Sky Moves Sideways', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (8dbdc4b7-327d-40ef-9cbc-c605449e0163)
[INFO]-[19-07-2026 08-59-58]-RQ Worker logging level set to: INFO
[INFO]-[19-07-2026 08-59-58]-Worker will restart after 50 jobs to prevent memory leaks
[INFO]-[19-07-2026 08-59-58]-Worker efa16e0d29d74ce4b7be45077f2a4c75: started with PID 18, version 2.7.0
[INFO]-[19-07-2026 08-59-58]-Worker efa16e0d29d74ce4b7be45077f2a4c75: subscribing to channel rq:pubsub:efa16e0d29d74ce4b7be45077f2a4c75
[INFO]-[19-07-2026 08-59-58]-*** Listening on default...
[INFO]-[19-07-2026 08-59-58]-Worker efa16e0d29d74ce4b7be45077f2a4c75: cleaning registries for queue: default
[INFO]-[19-07-2026 08-59-58]-RQ Worker logging level set to: INFO
[INFO]-[19-07-2026 08-59-58]-Worker will restart after 50 jobs to prevent memory leaks
[INFO]-[19-07-2026 08-59-58]-Worker 77b38bc84387405999835ee62d30bf84: started with PID 20, version 2.7.0
[INFO]-[19-07-2026 08-59-58]-Worker 77b38bc84387405999835ee62d30bf84: subscribing to channel rq:pubsub:77b38bc84387405999835ee62d30bf84
[INFO]-[19-07-2026 08-59-58]-*** Listening on default...
[INFO]-[19-07-2026 08-59-58]-RQ Worker logging level set to: INFO
[INFO]-[19-07-2026 08-59-58]-Worker will restart after 50 jobs to prevent memory leaks
[INFO]-[19-07-2026 08-59-58]-Worker 77b38bc84387405999835ee62d30bf84: cleaning registries for queue: default
[INFO]-[19-07-2026 08-59-58]-Worker add634740890495bad737976ccf78170: started with PID 14, version 2.7.0
[INFO]-[19-07-2026 08-59-58]-Worker add634740890495bad737976ccf78170: subscribing to channel rq:pubsub:add634740890495bad737976ccf78170
[INFO]-[19-07-2026 08-59-58]-default: tasks.analysis.analyze_album_task('72919', 'Whenever', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (41543426-32c3-40e4-ab7e-5f1f3bf05130)
[INFO]-[19-07-2026 08-59-58]-*** Listening on default...
[INFO]-[19-07-2026 08-59-58]-default: tasks.analysis.analyze_album_task('72137', 'Triplicate', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (50786b11-5224-404f-8dee-6b3c02475a8a)
[INFO]-[19-07-2026 08-59-58]-default: tasks.analysis.analyze_album_task('72828', 'You Can’t Imagine How Much Fun We’re Having', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (dcf6ce42-cc7e-4b14-8c43-e16b18c02266)
[INFO]-[19-07-2026 08-59-58]-Feature plan for album 'Just for You': MusiCNN=2, DCLAP=2, Lyrics=2 of 27 tracks.
[INFO]-[19-07-2026 08-59-58]-[AlbumTask-93d3c311-71b5-40a2-94b5-54709c73f5cf-Coming Home (deluxe edition)] Fetching tracks for album: Coming Home (deluxe edition)
[INFO]-[19-07-2026 08-59-58]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 08-59-58]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 08-59-58]-RQ Worker logging level set to: INFO
[INFO]-[19-07-2026 08-59-58]-Worker will restart after 50 jobs to prevent memory leaks
[INFO]-[19-07-2026 08-59-58]-Worker 0317694601a14b3d82491cb0e7eedcab: started with PID 22, version 2.7.0
[INFO]-[19-07-2026 08-59-58]-Worker 0317694601a14b3d82491cb0e7eedcab: subscribing to channel rq:pubsub:0317694601a14b3d82491cb0e7eedcab
[INFO]-[19-07-2026 08-59-58]-*** Listening on default...
[INFO]-[19-07-2026 08-59-58]-Worker 0317694601a14b3d82491cb0e7eedcab: cleaning registries for queue: default
[INFO]-[19-07-2026 08-59-58]-default: tasks.analysis.analyze_album_task('71356', 'In Your Honor', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (897b792f-6199-408d-a427-07d5363b114a)
[INFO]-[19-07-2026 08-59-58]-[AlbumTask-8dbdc4b7-327d-40ef-9cbc-c605449e0163-The Sky Moves Sideways] Fetching tracks for album: The Sky Moves Sideways
[INFO]-[19-07-2026 08-59-58]-RQ Worker logging level set to: INFO
[INFO]-[19-07-2026 08-59-58]-Worker will restart after 100 jobs to prevent memory leaks
[INFO]-[19-07-2026 08-59-58]-Worker 07fe15d9b54c4b54bed678fe03120c25: started with PID 27, version 2.7.0
[INFO]-[19-07-2026 08-59-58]-Worker 07fe15d9b54c4b54bed678fe03120c25: subscribing to channel rq:pubsub:07fe15d9b54c4b54bed678fe03120c25
[INFO]-[19-07-2026 08-59-58]-*** Listening on high...
[INFO]-[19-07-2026 08-59-58]-Worker 07fe15d9b54c4b54bed678fe03120c25: cleaning registries for queue: high
[INFO]-[19-07-2026 08-59-58]-Skipping 'Just for You by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-58]-Skipping 'I Still Believe by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-58]-Skipping 'Long Long Way to Go by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-58]-Skipping 'Just to Be With You Again by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-58]-Skipping 'Heaven by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-58]-Skipping 'She’s Amazing by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-58]-Skipping 'Ball and Chain by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-58]-Skipping 'Time of Our Life by Lionel Richie feat. Lenny Kravitz' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-58]-Skipping 'Outrageous by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-58]-Skipping 'Road to Heaven by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-58]-Skipping 'Do Ya (domestic version) by Lionel Richie feat. Daniel Bedingfield' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-58]-Skipping 'In My Dreams by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-58]-Skipping 'One World by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-58]-Skipping 'Dance for the World by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-58]-Skipping 'If You Belong to Me by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-58]-Skipping 'The World Is a Party by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-58]-[AlbumTask-b70db036-a5ad-4e02-aaf4-a54f182b28d1-Just for You] Analyzing track: Just for You (Pound Boys club mix) by Lionel Richie (17/27)
[INFO]-[19-07-2026 08-59-58]-[AlbumTask-dcf6ce42-cc7e-4b14-8c43-e16b18c02266-You Can’t Imagine How Much Fun We’re Having] Fetching tracks for album: You Can’t Imagine How Much Fun We’re Having
[INFO]-[19-07-2026 08-59-58]-[AlbumTask-50786b11-5224-404f-8dee-6b3c02475a8a-Triplicate] Fetching tracks for album: Triplicate
[INFO]-[19-07-2026 08-59-58]-RQ Worker logging level set to: INFO
[INFO]-[19-07-2026 08-59-58]-Worker will restart after 50 jobs to prevent memory leaks
[INFO]-[19-07-2026 08-59-58]-Worker 7c9d7712a1b44ee5971714b6cc25be95: started with PID 25, version 2.7.0
[INFO]-[19-07-2026 08-59-58]-Worker 7c9d7712a1b44ee5971714b6cc25be95: subscribing to channel rq:pubsub:7c9d7712a1b44ee5971714b6cc25be95
[INFO]-[19-07-2026 08-59-58]-*** Listening on default...
[INFO]-[19-07-2026 08-59-58]-Worker 7c9d7712a1b44ee5971714b6cc25be95: cleaning registries for queue: default
[INFO]-[19-07-2026 08-59-58]-default: tasks.analysis.analyze_album_task('71674', 'Illinois', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (707e797d-237d-4721-8685-74a153794370)
[INFO]-[19-07-2026 08-59-58]-[AlbumTask-897b792f-6199-408d-a427-07d5363b114a-In Your Honor] Fetching tracks for album: In Your Honor
[INFO]-[19-07-2026 08-59-58]-[AlbumTask-41543426-32c3-40e4-ab7e-5f1f3bf05130-Whenever] Fetching tracks for album: Whenever
[INFO]-[19-07-2026 08-59-58]-Feature plan for album 'Coming Home (deluxe edition)': MusiCNN=2, DCLAP=2, Lyrics=2 of 24 tracks.
[INFO]-[19-07-2026 08-59-58]-Feature plan for album 'The Sky Moves Sideways': MusiCNN=2, DCLAP=2, Lyrics=2 of 9 tracks.
[INFO]-[19-07-2026 08-59-58]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 08-59-58]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 08-59-58]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 08-59-58]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 08-59-58]-RQ Worker logging level set to: INFO
[INFO]-[19-07-2026 08-59-58]-Worker will restart after 50 jobs to prevent memory leaks
[INFO]-[19-07-2026 08-59-58]-Worker 7144851fa5dd4a2a9c475cecd86184c6: started with PID 17, version 2.7.0
[INFO]-[19-07-2026 08-59-58]-Worker 7144851fa5dd4a2a9c475cecd86184c6: subscribing to channel rq:pubsub:7144851fa5dd4a2a9c475cecd86184c6
[INFO]-[19-07-2026 08-59-58]-*** Listening on default...
[INFO]-[19-07-2026 08-59-58]-Worker 7144851fa5dd4a2a9c475cecd86184c6: cleaning registries for queue: default
[INFO]-[19-07-2026 08-59-58]-default: tasks.analysis.analyze_album_task('72126', 'Shadows in the Night', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (780337c4-7b3c-4e5f-a583-1e25a5ebef8c)
[INFO]-[19-07-2026 08-59-58]-RQ Worker logging level set to: INFO
[INFO]-[19-07-2026 08-59-58]-Worker will restart after 50 jobs to prevent memory leaks
[INFO]-[19-07-2026 08-59-58]-Worker ade7305255a642a5bcc2c0227cd862c8: started with PID 31, version 2.7.0
[INFO]-[19-07-2026 08-59-58]-Worker ade7305255a642a5bcc2c0227cd862c8: subscribing to channel rq:pubsub:ade7305255a642a5bcc2c0227cd862c8
[INFO]-[19-07-2026 08-59-58]-[AlbumTask-8dbdc4b7-327d-40ef-9cbc-c605449e0163-The Sky Moves Sideways] Analyzing track: The Sky Moves Sideways, Phase 1 by Porcupine Tree (1/9)
[INFO]-[19-07-2026 08-59-58]-*** Listening on default...
[INFO]-[19-07-2026 08-59-58]-Worker ade7305255a642a5bcc2c0227cd862c8: cleaning registries for queue: default
[INFO]-[19-07-2026 08-59-58]-default: tasks.analysis.analyze_album_task('71713', 'Aporia', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (3a51bd10-2e66-4bdd-a15a-8fc324c91ee5)
[INFO]-[19-07-2026 08-59-59]-Feature plan for album 'Whenever': MusiCNN=1, DCLAP=1, Lyrics=1 of 12 tracks.
[INFO]-[19-07-2026 08-59-59]-Feature plan for album 'Triplicate': MusiCNN=6, DCLAP=6, Lyrics=6 of 30 tracks.
[INFO]-[19-07-2026 08-59-59]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 08-59-59]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 08-59-59]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 08-59-59]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 08-59-59]-Skipping 'I Call It Love by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'Sweet Vacation by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'Why by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'What You Are by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'Up All Night (alternate version) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'I’m Coming Home by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'All Around the World by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'Out of My Head by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'Reason to Believe by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'Stand Down by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'I Love You by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'I Apologize by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'I’m Missing Her by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-[AlbumTask-93d3c311-71b5-40a2-94b5-54709c73f5cf-Coming Home (deluxe edition)] Analyzing track: I Call It Love (Moto Blanco remix) by Lionel Richie (14/24)
[INFO]-[19-07-2026 08-59-59]-[AlbumTask-707e797d-237d-4721-8685-74a153794370-Illinois] Fetching tracks for album: Illinois
[INFO]-[19-07-2026 08-59-59]-RQ Worker logging level set to: INFO
[INFO]-[19-07-2026 08-59-59]-Worker will restart after 50 jobs to prevent memory leaks
[INFO]-[19-07-2026 08-59-59]-Worker b884df6d03564feaa9aa89f175279f16: started with PID 16, version 2.7.0
[INFO]-[19-07-2026 08-59-59]-Worker b884df6d03564feaa9aa89f175279f16: subscribing to channel rq:pubsub:b884df6d03564feaa9aa89f175279f16
[INFO]-[19-07-2026 08-59-59]-*** Listening on default...
[INFO]-[19-07-2026 08-59-59]-Worker b884df6d03564feaa9aa89f175279f16: cleaning registries for queue: default
[INFO]-[19-07-2026 08-59-59]-default: tasks.analysis.analyze_album_task('71830', 'Seven Swans', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (e210c44f-5764-46be-b138-58a69b611b29)
[INFO]-[19-07-2026 08-59-59]-Feature plan for album 'You Can’t Imagine How Much Fun We’re Having': MusiCNN=1, DCLAP=1, Lyrics=1 of 21 tracks.
[INFO]-[19-07-2026 08-59-59]-[AlbumTask-3a51bd10-2e66-4bdd-a15a-8fc324c91ee5-Aporia] Fetching tracks for album: Aporia
[INFO]-[19-07-2026 08-59-59]-Feature plan for album 'In Your Honor': MusiCNN=1, DCLAP=1, Lyrics=1 of 20 tracks.
[INFO]-[19-07-2026 08-59-59]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 08-59-59]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 08-59-59]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 08-59-59]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 08-59-59]-RQ Worker logging level set to: INFO
[INFO]-[19-07-2026 08-59-59]-Worker will restart after 50 jobs to prevent memory leaks
[INFO]-[19-07-2026 08-59-59]-Worker 561704dfe26a43b7abf3fecf30de192a: started with PID 23, version 2.7.0
[INFO]-[19-07-2026 08-59-59]-Worker 561704dfe26a43b7abf3fecf30de192a: subscribing to channel rq:pubsub:561704dfe26a43b7abf3fecf30de192a
[INFO]-[19-07-2026 08-59-59]-*** Listening on default...
[INFO]-[19-07-2026 08-59-59]-Worker 561704dfe26a43b7abf3fecf30de192a: cleaning registries for queue: default
[INFO]-[19-07-2026 08-59-59]-default: tasks.analysis.analyze_album_task('71609', 'Convocations', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (929ba376-5098-42c1-b629-ca418e6e5f56)
[INFO]-[19-07-2026 08-59-59]-Skipping 'I Guess I’ll Have to Change My Plans by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-[AlbumTask-50786b11-5224-404f-8dee-6b3c02475a8a-Triplicate] Analyzing track: September of My Years by Bob Dylan (2/30)
[INFO]-[19-07-2026 08-59-59]-Skipping 'Bde Maka Ska by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'Push Play by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'Postal Lady by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'Love Each Other by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'Romance by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-[AlbumTask-41543426-32c3-40e4-ab7e-5f1f3bf05130-Whenever] Analyzing track: Dearly Beloved by Atmosphere feat. Musab and Muja Messiah (6/12)
[INFO]-[19-07-2026 08-59-59]-[AlbumTask-780337c4-7b3c-4e5f-a583-1e25a5ebef8c-Shadows in the Night] Fetching tracks for album: Shadows in the Night
[INFO]-[19-07-2026 08-59-59]-Feature plan for album 'Aporia': MusiCNN=1, DCLAP=1, Lyrics=1 of 21 tracks.
[INFO]-[19-07-2026 08-59-59]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 08-59-59]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 08-59-59]-RQ Worker logging level set to: INFO
[INFO]-[19-07-2026 08-59-59]-Worker will restart after 50 jobs to prevent memory leaks
[INFO]-[19-07-2026 08-59-59]-Worker 5dbd0420c329488dbb839b5ede97e384: started with PID 15, version 2.7.0
[INFO]-[19-07-2026 08-59-59]-Worker 5dbd0420c329488dbb839b5ede97e384: subscribing to channel rq:pubsub:5dbd0420c329488dbb839b5ede97e384
[INFO]-[19-07-2026 08-59-59]-*** Listening on default...
[INFO]-[19-07-2026 08-59-59]-Worker 5dbd0420c329488dbb839b5ede97e384: cleaning registries for queue: default
[INFO]-[19-07-2026 08-59-59]-Skipping 'In Your Honor by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'No Way Back by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-[AlbumTask-897b792f-6199-408d-a427-07d5363b114a-In Your Honor] Analyzing track: Best of You by Foo Fighters (3/20)
[INFO]-[19-07-2026 08-59-59]-Feature plan for album 'Illinois': MusiCNN=2, DCLAP=2, Lyrics=2 of 22 tracks.
[INFO]-[19-07-2026 08-59-59]-Skipping 'The Arrival by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'Panic Attack by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'Watch Out by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'Musical Chairs by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'Say Hey There by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'Hockey Hair by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'Bam by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'Pour Me Another by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'Smart Went Crazy by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 08-59-59]-[AlbumTask-dcf6ce42-cc7e-4b14-8c43-e16b18c02266-You Can’t Imagine How Much Fun We’re Having] Analyzing track: Angelface by Atmosphere (10/21)
[INFO]-[19-07-2026 08-59-59]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 08-59-59]-[AlbumTask-e210c44f-5764-46be-b138-58a69b611b29-Seven Swans] Fetching tracks for album: Seven Swans
[INFO]-[19-07-2026 08-59-59]-Feature plan for album 'Shadows in the Night': MusiCNN=2, DCLAP=2, Lyrics=2 of 10 tracks.
[INFO]-[19-07-2026 08-59-59]-[AlbumTask-929ba376-5098-42c1-b629-ca418e6e5f56-Convocations] Fetching tracks for album: Convocations
[INFO]-[19-07-2026 08-59-59]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 08-59-59]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 08-59-59]-Skipping 'Ousia by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'What It Takes by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'Disinheritance by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'Agathon by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'Determined Outcome by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'Misology by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'Afterworld Alliance by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'Palinodes by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'Backhanded Cloud by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'Glorious You by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'For Raymond Scott by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'Matronymic by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'The Red Desert by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-[AlbumTask-3a51bd10-2e66-4bdd-a15a-8fc324c91ee5-Aporia] Analyzing track: Conciliation by Sufjan Stevens & Lowell Brams (14/21)
[INFO]-[19-07-2026 08-59-59]-Skipping 'Concerning the UFO Sighting Near Highland, Illinois by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-[AlbumTask-707e797d-237d-4721-8685-74a153794370-Illinois] Analyzing track: The Black Hawk War, or, How to Demolish an Entire Civilization and Still Feel Good About Yourself in the Morning, or, We Apologize for the Inconvenience but You’re Going to Have to Leave Now, or, “I Have Fought the Big Knives and Will Continue to Fight Them Until They Are Off Our Lands!” by Sufjan Stevens (2/22)
[INFO]-[19-07-2026 08-59-59]-Feature plan for album 'Seven Swans': MusiCNN=2, DCLAP=2, Lyrics=2 of 14 tracks.
[INFO]-[19-07-2026 08-59-59]-[AlbumTask-780337c4-7b3c-4e5f-a583-1e25a5ebef8c-Shadows in the Night] Analyzing track: I'm a Fool to Want You by Bob Dylan (1/10)
[INFO]-[19-07-2026 08-59-59]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 08-59-59]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 08-59-59]-Skipping 'All the Trees of the Field Will Clap Their Hands by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'The Dress Looks Nice on You by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'In the Devil's Territory by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-[AlbumTask-e210c44f-5764-46be-b138-58a69b611b29-Seven Swans] Analyzing track: To Be Alone With You by Sufjan Stevens (4/14)
[ERROR]-[19-07-2026 08-59-59]-Failed to download track The Black Hawk War, or, How to Demolish an Entire Civilization and Still Feel Good About Yourself in the Morning, or, We Apologize for the Inconvenience but You’re Going to Have to Leave Now, or, “I Have Fought the Big Knives and Will Continue to Fight Them Until They Are Off Our Lands!”
Traceback (most recent call last):
File "/app/tasks/mediaserver/plex.py", line 290, in download_track
r.raise_for_status()
File "/usr/local/lib/python3.12/dist-packages/requests/models.py", line 1028, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://plex.tonftp.com/library/parts/72474/1773800092/file.flac?download=1
[ERROR]-[19-07-2026 08-59-59]-Track analysis failed for 'The Black Hawk War, or, How to Demolish an Entire Civilization and Still Feel Good About Yourself in the Morning, or, We Apologize for the Inconvenience but You’re Going to Have to Leave Now, or, “I Have Fought the Big Knives and Will Continue to Fight Them Until They Are Off Our Lands!” by Sufjan Stevens'; continuing with the next track.
Traceback (most recent call last):
File "/app/tasks/analysis/album.py", line 429, in _analyze_album_task_impl
onnx_sessions, fingerprint_index = _analyze_single_track(
^^^^^^^^^^^^^^^^^^^^^^
File "/app/tasks/analysis/album.py", line 210, in _analyze_single_track
path = _stage_download(item, track_name_full)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/tasks/analysis/album.py", line 90, in _stage_download
raise RuntimeError(f"Failed to download required audio for {track_name_full}")
RuntimeError: Failed to download required audio for The Black Hawk War, or, How to Demolish an Entire Civilization and Still Feel Good About Yourself in the Morning, or, We Apologize for the Inconvenience but You’re Going to Have to Leave Now, or, “I Have Fought the Big Knives and Will Continue to Fight Them Until They Are Off Our Lands!” by Sufjan Stevens
[INFO]-[19-07-2026 08-59-59]-Skipping 'Come On! Feel the Illinoise! Part I: The World’s Columbian Exposition, Part II: Carl Sandburg Visits Me in a Dream by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'John Wayne Gacy, Jr. by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'Jacksonville by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'A Short Reprise for Mary Todd, Who Went Insane, but for Very Good Reasons by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'Decatur, or, Round of Applause for Your Stepmother! by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'One Last “Whoo‐Hoo!” for the Pullman by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'Chicago by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'Casimir Pulaski Day by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'To the Workers of the Rockford River Valley Region, I Have an Idea Concerning Your Predicament by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'The Man of Metropolis Steals Our Hearts by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'Prairie Fire That Wanders About by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'A Conjunction of Drones Simulating the Way in Which Sufjan Stevens Has an Existential Crisis in the Great Godfrey Maze by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'The Predatory Wasp of the Palisades Is Out to Get Us! by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'They Are Night Zombies!! They Are Neighbors!! They Have Come Back From the Dead!! Ahhhh! by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-Skipping 'Let’s Hear That String Part Again, Because I Don’t Think They Heard It All the Way Out in Bushnell by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 08-59-59]-[AlbumTask-707e797d-237d-4721-8685-74a153794370-Illinois] Analyzing track: In This Temple as in the Hearts of Man for Whom He Saved the Earth by Sufjan Stevens (18/22)
[INFO]-[19-07-2026 08-59-59]-Feature plan for album 'Convocations': MusiCNN=7, DCLAP=7, Lyrics=7 of 49 tracks.
[INFO]-[19-07-2026 08-59-59]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 08-59-59]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 08-59-59]-[AlbumTask-929ba376-5098-42c1-b629-ca418e6e5f56-Convocations] Analyzing track: Meditation I by Sufjan Stevens (1/49)
[INFO]-[19-07-2026 09-00-00]-Downloaded 'In This Temple as in the Hearts of Man for Whom He Saved the Earth' to '/app/temp_audio/71692.flac'
[INFO]-[19-07-2026 09-00-00]-Lazy-loading MusiCNN models for album: Illinois
[INFO]-[19-07-2026 09-00-00]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-00-00]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-00-00]-Starting analysis for: 71692.flac
[INFO]-[19-07-2026 09-00-00]-Downloaded 'Just for You (Pound Boys club mix)' to '/app/temp_audio/73708.flac'
[INFO]-[19-07-2026 09-00-00]-Lazy-loading MusiCNN models for album: Just for You
[INFO]-[19-07-2026 09-00-00]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-00-00]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-00-00]-Starting analysis for: 73708.flac
[INFO]-[19-07-2026 09-00-01]-Downloaded 'Conciliation' to '/app/temp_audio/71727.flac'
[INFO]-[19-07-2026 09-00-01]-Lazy-loading MusiCNN models for album: Aporia
[INFO]-[19-07-2026 09-00-01]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-00-01]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-00-01]-Starting analysis for: 71727.flac
[INFO]-[19-07-2026 09-00-01]-Downloaded 'I'm a Fool to Want You' to '/app/temp_audio/72127.flac'
[INFO]-[19-07-2026 09-00-01]-Lazy-loading MusiCNN models for album: Shadows in the Night
[INFO]-[19-07-2026 09-00-01]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-00-01]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-00-01]-Starting analysis for: 72127.flac
[INFO]-[19-07-2026 09-00-01]-Downloaded 'Meditation I' to '/app/temp_audio/71610.flac'
[INFO]-[19-07-2026 09-00-01]-Lazy-loading MusiCNN models for album: Convocations
[INFO]-[19-07-2026 09-00-01]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-00-01]-Downloaded 'Angelface' to '/app/temp_audio/72838.flac'
[INFO]-[19-07-2026 09-00-01]-Lazy-loading MusiCNN models for album: You Can’t Imagine How Much Fun We’re Having
[INFO]-[19-07-2026 09-00-01]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-00-01]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-00-01]-Starting analysis for: 72838.flac
[INFO]-[19-07-2026 09-00-01]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-00-01]-Starting analysis for: 71610.flac
[INFO]-[19-07-2026 09-00-01]-Downloaded 'The Sky Moves Sideways, Phase 1' to '/app/temp_audio/73227.flac'
[INFO]-[19-07-2026 09-00-01]-Lazy-loading MusiCNN models for album: The Sky Moves Sideways
[INFO]-[19-07-2026 09-00-01]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-00-02]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-00-02]-Starting analysis for: 73227.flac
[INFO]-[19-07-2026 09-00-02]-Downloaded 'Best of You' to '/app/temp_audio/71359.flac'
[INFO]-[19-07-2026 09-00-02]-Lazy-loading MusiCNN models for album: In Your Honor
[INFO]-[19-07-2026 09-00-02]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-00-02]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-00-02]-Starting analysis for: 71359.flac
[INFO]-[19-07-2026 09-00-02]-Downloaded 'September of My Years' to '/app/temp_audio/72149.flac'
[INFO]-[19-07-2026 09-00-02]-Lazy-loading MusiCNN models for album: Triplicate
[INFO]-[19-07-2026 09-00-02]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-00-02]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-00-02]-Starting analysis for: 72149.flac
[INFO]-[19-07-2026 09-00-02]-Downloaded 'To Be Alone With You' to '/app/temp_audio/71834.flac'
[INFO]-[19-07-2026 09-00-02]-Lazy-loading MusiCNN models for album: Seven Swans
[INFO]-[19-07-2026 09-00-02]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-00-02]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-00-02]-Starting analysis for: 71834.flac
[INFO]-[19-07-2026 09-00-02]-Downloaded 'Dearly Beloved' to '/app/temp_audio/72925.flac'
[INFO]-[19-07-2026 09-00-02]-Lazy-loading MusiCNN models for album: Whenever
[INFO]-[19-07-2026 09-00-02]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-00-02]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-00-02]-Starting analysis for: 72925.flac
[INFO]-[19-07-2026 09-00-03]-Downloaded 'I Call It Love (Moto Blanco remix)' to '/app/temp_audio/73793.flac'
[INFO]-[19-07-2026 09-00-03]-Lazy-loading MusiCNN models for album: Coming Home (deluxe edition)
[INFO]-[19-07-2026 09-00-03]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-00-03]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-00-03]-Starting analysis for: 73793.flac
[WARNING]-[19-07-2026 09-00-45]-Worker ade7305255a642a5bcc2c0227cd862c8: job 3a51bd10-2e66-4bdd-a15a-8fc324c91ee5 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-00-45]-Work horse killed for job 3a51bd10-2e66-4bdd-a15a-8fc324c91ee5: retpid=180, ret_val=11
[INFO]-[19-07-2026 09-00-45]-Job 3a51bd10-2e66-4bdd-a15a-8fc324c91ee5: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-00-45]-default: tasks.analysis.analyze_album_task('71713', 'Aporia', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (3a51bd10-2e66-4bdd-a15a-8fc324c91ee5)
[WARNING]-[19-07-2026 09-00-45]-Worker 7c9d7712a1b44ee5971714b6cc25be95: job 707e797d-237d-4721-8685-74a153794370 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-00-45]-Work horse killed for job 707e797d-237d-4721-8685-74a153794370: retpid=176, ret_val=11
[INFO]-[19-07-2026 09-00-45]-Job 707e797d-237d-4721-8685-74a153794370: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-00-45]-default: tasks.analysis.analyze_album_task('71674', 'Illinois', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (707e797d-237d-4721-8685-74a153794370)
[INFO]-[19-07-2026 09-00-45]-[AlbumTask-707e797d-237d-4721-8685-74a153794370-Illinois] Fetching tracks for album: Illinois
[INFO]-[19-07-2026 09-00-45]-[AlbumTask-3a51bd10-2e66-4bdd-a15a-8fc324c91ee5-Aporia] Fetching tracks for album: Aporia
[WARNING]-[19-07-2026 09-00-45]-Worker 561704dfe26a43b7abf3fecf30de192a: job 929ba376-5098-42c1-b629-ca418e6e5f56 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-00-45]-Work horse killed for job 929ba376-5098-42c1-b629-ca418e6e5f56: retpid=184, ret_val=11
[INFO]-[19-07-2026 09-00-45]-Job 929ba376-5098-42c1-b629-ca418e6e5f56: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-00-45]-default: tasks.analysis.analyze_album_task('71609', 'Convocations', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (929ba376-5098-42c1-b629-ca418e6e5f56)
[INFO]-[19-07-2026 09-00-45]-[AlbumTask-929ba376-5098-42c1-b629-ca418e6e5f56-Convocations] Fetching tracks for album: Convocations
[INFO]-[19-07-2026 09-00-45]-Feature plan for album 'Convocations': MusiCNN=7, DCLAP=7, Lyrics=7 of 49 tracks.
[INFO]-[19-07-2026 09-00-45]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-00-45]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-00-45]-[AlbumTask-929ba376-5098-42c1-b629-ca418e6e5f56-Convocations] Analyzing track: Meditation I by Sufjan Stevens (1/49)
[WARNING]-[19-07-2026 09-00-46]-Worker 7144851fa5dd4a2a9c475cecd86184c6: job 780337c4-7b3c-4e5f-a583-1e25a5ebef8c failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-00-46]-Work horse killed for job 780337c4-7b3c-4e5f-a583-1e25a5ebef8c: retpid=178, ret_val=11
[INFO]-[19-07-2026 09-00-46]-Job 780337c4-7b3c-4e5f-a583-1e25a5ebef8c: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-00-46]-default: tasks.analysis.analyze_album_task('72126', 'Shadows in the Night', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (780337c4-7b3c-4e5f-a583-1e25a5ebef8c)
[INFO]-[19-07-2026 09-00-46]-[AlbumTask-780337c4-7b3c-4e5f-a583-1e25a5ebef8c-Shadows in the Night] Fetching tracks for album: Shadows in the Night
[INFO]-[19-07-2026 09-00-46]-Downloaded 'Meditation I' to '/app/temp_audio/71610.flac'
[INFO]-[19-07-2026 09-00-46]-Lazy-loading MusiCNN models for album: Convocations
[INFO]-[19-07-2026 09-00-46]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-00-46]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-00-46]-Starting analysis for: 71610.flac
[INFO]-[19-07-2026 09-00-46]-Feature plan for album 'Shadows in the Night': MusiCNN=2, DCLAP=2, Lyrics=2 of 10 tracks.
[INFO]-[19-07-2026 09-00-46]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-00-46]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-00-46]-[AlbumTask-780337c4-7b3c-4e5f-a583-1e25a5ebef8c-Shadows in the Night] Analyzing track: I'm a Fool to Want You by Bob Dylan (1/10)
[INFO]-[19-07-2026 09-00-47]-Downloaded 'I'm a Fool to Want You' to '/app/temp_audio/72127.flac'
[INFO]-[19-07-2026 09-00-47]-Lazy-loading MusiCNN models for album: Shadows in the Night
[INFO]-[19-07-2026 09-00-47]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-00-47]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-00-47]-Starting analysis for: 72127.flac
[WARNING]-[19-07-2026 09-00-47]-Worker efa16e0d29d74ce4b7be45077f2a4c75: job 41543426-32c3-40e4-ab7e-5f1f3bf05130 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-00-47]-Work horse killed for job 41543426-32c3-40e4-ab7e-5f1f3bf05130: retpid=169, ret_val=11
[INFO]-[19-07-2026 09-00-47]-Job 41543426-32c3-40e4-ab7e-5f1f3bf05130: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-00-47]-default: tasks.analysis.analyze_album_task('72919', 'Whenever', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (41543426-32c3-40e4-ab7e-5f1f3bf05130)
[INFO]-[19-07-2026 09-00-47]-[AlbumTask-41543426-32c3-40e4-ab7e-5f1f3bf05130-Whenever] Fetching tracks for album: Whenever
[WARNING]-[19-07-2026 09-00-47]-Worker 688e22b1234740d2962b319162035c77: job 93d3c311-71b5-40a2-94b5-54709c73f5cf failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-00-47]-Work horse killed for job 93d3c311-71b5-40a2-94b5-54709c73f5cf: retpid=163, ret_val=11
[INFO]-[19-07-2026 09-00-47]-Job 93d3c311-71b5-40a2-94b5-54709c73f5cf: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-00-47]-default: tasks.analysis.analyze_album_task('73779', 'Coming Home (deluxe edition)', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (93d3c311-71b5-40a2-94b5-54709c73f5cf)
[INFO]-[19-07-2026 09-00-47]-Feature plan for album 'Illinois': MusiCNN=2, DCLAP=2, Lyrics=2 of 22 tracks.
[INFO]-[19-07-2026 09-00-47]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-00-47]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-00-47]-Feature plan for album 'Aporia': MusiCNN=1, DCLAP=1, Lyrics=1 of 21 tracks.
[INFO]-[19-07-2026 09-00-47]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-00-47]-Skipping 'Concerning the UFO Sighting Near Highland, Illinois by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-47]-[AlbumTask-707e797d-237d-4721-8685-74a153794370-Illinois] Analyzing track: The Black Hawk War, or, How to Demolish an Entire Civilization and Still Feel Good About Yourself in the Morning, or, We Apologize for the Inconvenience but You’re Going to Have to Leave Now, or, “I Have Fought the Big Knives and Will Continue to Fight Them Until They Are Off Our Lands!” by Sufjan Stevens (2/22)
[INFO]-[19-07-2026 09-00-47]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-00-47]-Skipping 'Ousia by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-47]-Skipping 'What It Takes by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-47]-Skipping 'Disinheritance by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-47]-Skipping 'Agathon by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-47]-Skipping 'Determined Outcome by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-47]-Skipping 'Misology by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-47]-Skipping 'Afterworld Alliance by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-47]-Skipping 'Palinodes by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-47]-Skipping 'Backhanded Cloud by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-47]-Skipping 'Glorious You by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-47]-Skipping 'For Raymond Scott by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-47]-Skipping 'Matronymic by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-47]-Skipping 'The Red Desert by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-47]-[AlbumTask-3a51bd10-2e66-4bdd-a15a-8fc324c91ee5-Aporia] Analyzing track: Conciliation by Sufjan Stevens & Lowell Brams (14/21)
[INFO]-[19-07-2026 09-00-48]-[AlbumTask-93d3c311-71b5-40a2-94b5-54709c73f5cf-Coming Home (deluxe edition)] Fetching tracks for album: Coming Home (deluxe edition)
[INFO]-[19-07-2026 09-00-48]-Feature plan for album 'Whenever': MusiCNN=1, DCLAP=1, Lyrics=1 of 12 tracks.
[INFO]-[19-07-2026 09-00-48]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-00-48]-OK CLAP other feature text embeddings ready (6 labels)
[ERROR]-[19-07-2026 09-00-48]-Failed to download track The Black Hawk War, or, How to Demolish an Entire Civilization and Still Feel Good About Yourself in the Morning, or, We Apologize for the Inconvenience but You’re Going to Have to Leave Now, or, “I Have Fought the Big Knives and Will Continue to Fight Them Until They Are Off Our Lands!”
Traceback (most recent call last):
File "/app/tasks/mediaserver/plex.py", line 290, in download_track
r.raise_for_status()
File "/usr/local/lib/python3.12/dist-packages/requests/models.py", line 1028, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://plex.tonftp.com/library/parts/72474/1773800092/file.flac?download=1
[INFO]-[19-07-2026 09-00-48]-Skipping 'Bde Maka Ska by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-48]-Skipping 'Push Play by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-48]-Skipping 'Postal Lady by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-48]-Skipping 'Love Each Other by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-48]-Skipping 'Romance by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-48]-[AlbumTask-41543426-32c3-40e4-ab7e-5f1f3bf05130-Whenever] Analyzing track: Dearly Beloved by Atmosphere feat. Musab and Muja Messiah (6/12)
[ERROR]-[19-07-2026 09-00-48]-Track analysis failed for 'The Black Hawk War, or, How to Demolish an Entire Civilization and Still Feel Good About Yourself in the Morning, or, We Apologize for the Inconvenience but You’re Going to Have to Leave Now, or, “I Have Fought the Big Knives and Will Continue to Fight Them Until They Are Off Our Lands!” by Sufjan Stevens'; continuing with the next track.
Traceback (most recent call last):
File "/app/tasks/analysis/album.py", line 429, in _analyze_album_task_impl
onnx_sessions, fingerprint_index = _analyze_single_track(
^^^^^^^^^^^^^^^^^^^^^^
File "/app/tasks/analysis/album.py", line 210, in _analyze_single_track
path = _stage_download(item, track_name_full)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/tasks/analysis/album.py", line 90, in _stage_download
raise RuntimeError(f"Failed to download required audio for {track_name_full}")
RuntimeError: Failed to download required audio for The Black Hawk War, or, How to Demolish an Entire Civilization and Still Feel Good About Yourself in the Morning, or, We Apologize for the Inconvenience but You’re Going to Have to Leave Now, or, “I Have Fought the Big Knives and Will Continue to Fight Them Until They Are Off Our Lands!” by Sufjan Stevens
[INFO]-[19-07-2026 09-00-48]-Skipping 'Come On! Feel the Illinoise! Part I: The World’s Columbian Exposition, Part II: Carl Sandburg Visits Me in a Dream by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-48]-Skipping 'John Wayne Gacy, Jr. by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-48]-Skipping 'Jacksonville by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-48]-Skipping 'A Short Reprise for Mary Todd, Who Went Insane, but for Very Good Reasons by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-48]-Skipping 'Decatur, or, Round of Applause for Your Stepmother! by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-48]-Skipping 'One Last “Whoo‐Hoo!” for the Pullman by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-48]-Skipping 'Chicago by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-48]-Skipping 'Casimir Pulaski Day by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-48]-Skipping 'To the Workers of the Rockford River Valley Region, I Have an Idea Concerning Your Predicament by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-48]-Skipping 'The Man of Metropolis Steals Our Hearts by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-48]-Skipping 'Prairie Fire That Wanders About by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-48]-Skipping 'A Conjunction of Drones Simulating the Way in Which Sufjan Stevens Has an Existential Crisis in the Great Godfrey Maze by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-48]-Skipping 'The Predatory Wasp of the Palisades Is Out to Get Us! by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-48]-Skipping 'They Are Night Zombies!! They Are Neighbors!! They Have Come Back From the Dead!! Ahhhh! by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-48]-Skipping 'Let’s Hear That String Part Again, Because I Don’t Think They Heard It All the Way Out in Bushnell by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-48]-[AlbumTask-707e797d-237d-4721-8685-74a153794370-Illinois] Analyzing track: In This Temple as in the Hearts of Man for Whom He Saved the Earth by Sufjan Stevens (18/22)
[INFO]-[19-07-2026 09-00-48]-Feature plan for album 'Coming Home (deluxe edition)': MusiCNN=2, DCLAP=2, Lyrics=2 of 24 tracks.
[INFO]-[19-07-2026 09-00-48]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-00-48]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-00-48]-Downloaded 'In This Temple as in the Hearts of Man for Whom He Saved the Earth' to '/app/temp_audio/71692.flac'
[INFO]-[19-07-2026 09-00-48]-Lazy-loading MusiCNN models for album: Illinois
[INFO]-[19-07-2026 09-00-48]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-00-48]-Skipping 'I Call It Love by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-48]-Skipping 'Sweet Vacation by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-48]-Skipping 'Why by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-48]-Skipping 'What You Are by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-48]-Skipping 'Up All Night (alternate version) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-48]-Skipping 'I’m Coming Home by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-48]-Skipping 'All Around the World by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-48]-Skipping 'Out of My Head by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-48]-Skipping 'Reason to Believe by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-48]-Skipping 'Stand Down by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-48]-Skipping 'I Love You by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-48]-Skipping 'I Apologize by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-48]-Skipping 'I’m Missing Her by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-48]-[AlbumTask-93d3c311-71b5-40a2-94b5-54709c73f5cf-Coming Home (deluxe edition)] Analyzing track: I Call It Love (Moto Blanco remix) by Lionel Richie (14/24)
[INFO]-[19-07-2026 09-00-48]-Downloaded 'Conciliation' to '/app/temp_audio/71727.flac'
[INFO]-[19-07-2026 09-00-48]-Lazy-loading MusiCNN models for album: Aporia
[INFO]-[19-07-2026 09-00-48]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-00-48]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-00-48]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-00-48]-Starting analysis for: 71692.flac
[INFO]-[19-07-2026 09-00-48]-Starting analysis for: 71727.flac
[WARNING]-[19-07-2026 09-00-48]-Worker d6d8066f34454114be5398400b0cc9b8: job 8dbdc4b7-327d-40ef-9cbc-c605449e0163 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-00-48]-Work horse killed for job 8dbdc4b7-327d-40ef-9cbc-c605449e0163: retpid=165, ret_val=11
[INFO]-[19-07-2026 09-00-48]-Job 8dbdc4b7-327d-40ef-9cbc-c605449e0163: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-00-48]-default: tasks.analysis.analyze_album_task('73226', 'The Sky Moves Sideways', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (8dbdc4b7-327d-40ef-9cbc-c605449e0163)
[INFO]-[19-07-2026 09-00-48]-[AlbumTask-8dbdc4b7-327d-40ef-9cbc-c605449e0163-The Sky Moves Sideways] Fetching tracks for album: The Sky Moves Sideways
[INFO]-[19-07-2026 09-00-48]-Feature plan for album 'The Sky Moves Sideways': MusiCNN=2, DCLAP=2, Lyrics=2 of 9 tracks.
[INFO]-[19-07-2026 09-00-48]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-00-48]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-00-49]-[AlbumTask-8dbdc4b7-327d-40ef-9cbc-c605449e0163-The Sky Moves Sideways] Analyzing track: The Sky Moves Sideways, Phase 1 by Porcupine Tree (1/9)
[WARNING]-[19-07-2026 09-00-49]-Worker 0317694601a14b3d82491cb0e7eedcab: job 897b792f-6199-408d-a427-07d5363b114a failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-00-49]-Work horse killed for job 897b792f-6199-408d-a427-07d5363b114a: retpid=173, ret_val=11
[INFO]-[19-07-2026 09-00-49]-Job 897b792f-6199-408d-a427-07d5363b114a: enqueued for retry, 2 remaining
[INFO]-[19-07-2026 09-00-49]-default: tasks.analysis.analyze_album_task('71356', 'In Your Honor', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (897b792f-6199-408d-a427-07d5363b114a)
[INFO]-[19-07-2026 09-00-49]-Downloaded 'Dearly Beloved' to '/app/temp_audio/72925.flac'
[INFO]-[19-07-2026 09-00-49]-[AlbumTask-897b792f-6199-408d-a427-07d5363b114a-In Your Honor] Fetching tracks for album: In Your Honor
[INFO]-[19-07-2026 09-00-49]-Lazy-loading MusiCNN models for album: Whenever
[INFO]-[19-07-2026 09-00-49]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-00-49]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-00-49]-Starting analysis for: 72925.flac
[WARNING]-[19-07-2026 09-00-49]-Worker d4002542918241779fc38ffb3e066aa0: job b70db036-a5ad-4e02-aaf4-a54f182b28d1 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-00-49]-Work horse killed for job b70db036-a5ad-4e02-aaf4-a54f182b28d1: retpid=160, ret_val=11
[INFO]-[19-07-2026 09-00-49]-Job b70db036-a5ad-4e02-aaf4-a54f182b28d1: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-00-49]-default: tasks.analysis.analyze_album_task('73691', 'Just for You', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (b70db036-a5ad-4e02-aaf4-a54f182b28d1)
[INFO]-[19-07-2026 09-00-49]-Feature plan for album 'In Your Honor': MusiCNN=1, DCLAP=1, Lyrics=1 of 20 tracks.
[INFO]-[19-07-2026 09-00-49]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-00-49]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-00-49]-Skipping 'In Your Honor by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-49]-Skipping 'No Way Back by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-49]-[AlbumTask-897b792f-6199-408d-a427-07d5363b114a-In Your Honor] Analyzing track: Best of You by Foo Fighters (3/20)
[INFO]-[19-07-2026 09-00-49]-[AlbumTask-b70db036-a5ad-4e02-aaf4-a54f182b28d1-Just for You] Fetching tracks for album: Just for You
[INFO]-[19-07-2026 09-00-49]-Feature plan for album 'Just for You': MusiCNN=2, DCLAP=2, Lyrics=2 of 27 tracks.
[INFO]-[19-07-2026 09-00-49]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-00-49]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-00-49]-Skipping 'Just for You by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-49]-Skipping 'I Still Believe by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-49]-Skipping 'Long Long Way to Go by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-49]-Skipping 'Just to Be With You Again by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-49]-Skipping 'Heaven by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-49]-Skipping 'She’s Amazing by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-49]-Skipping 'Ball and Chain by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-49]-Skipping 'Time of Our Life by Lionel Richie feat. Lenny Kravitz' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-49]-Skipping 'Outrageous by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-49]-Skipping 'Road to Heaven by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-49]-Skipping 'Do Ya (domestic version) by Lionel Richie feat. Daniel Bedingfield' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-49]-Skipping 'In My Dreams by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-49]-Skipping 'One World by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-49]-Skipping 'Dance for the World by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-49]-Skipping 'If You Belong to Me by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-49]-Skipping 'The World Is a Party by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-49]-[AlbumTask-b70db036-a5ad-4e02-aaf4-a54f182b28d1-Just for You] Analyzing track: Just for You (Pound Boys club mix) by Lionel Richie (17/27)
[INFO]-[19-07-2026 09-00-49]-Downloaded 'I Call It Love (Moto Blanco remix)' to '/app/temp_audio/73793.flac'
[INFO]-[19-07-2026 09-00-49]-Lazy-loading MusiCNN models for album: Coming Home (deluxe edition)
[INFO]-[19-07-2026 09-00-49]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-00-50]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-00-50]-Starting analysis for: 73793.flac
[INFO]-[19-07-2026 09-00-50]-Downloaded 'Best of You' to '/app/temp_audio/71359.flac'
[INFO]-[19-07-2026 09-00-50]-Lazy-loading MusiCNN models for album: In Your Honor
[INFO]-[19-07-2026 09-00-50]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-00-50]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-00-50]-Starting analysis for: 71359.flac
[INFO]-[19-07-2026 09-00-51]-Downloaded 'Just for You (Pound Boys club mix)' to '/app/temp_audio/73708.flac'
[INFO]-[19-07-2026 09-00-51]-Lazy-loading MusiCNN models for album: Just for You
[INFO]-[19-07-2026 09-00-51]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-00-51]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-00-51]-Starting analysis for: 73708.flac
[INFO]-[19-07-2026 09-00-51]-Downloaded 'The Sky Moves Sideways, Phase 1' to '/app/temp_audio/73227.flac'
[INFO]-[19-07-2026 09-00-51]-Lazy-loading MusiCNN models for album: The Sky Moves Sideways
[INFO]-[19-07-2026 09-00-51]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-00-51]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-00-51]-Starting analysis for: 73227.flac
[INFO]-[19-07-2026 09-00-52]-SUCCESSFULLY ANALYZED 'To Be Alone With You by Sufjan Stevens' as fp_3094637cbac08c59d85fdb00cc12a422e21dae752d1c91ad535: tempo 144.23, energy 0.1593, key F minor, moods {'folk': 0.5792739391326904, 'acoustic': 0.5760208964347839, 'indie': 0.5641902685165405, 'rock': 0.5431150197982788, 'female vocalists': 0.5344040393829346}
[INFO]-[19-07-2026 09-00-52]-- Starting CLAP analysis for To Be Alone With You by Sufjan Stevens...
[INFO]-[19-07-2026 09-00-52]-Lazy-loading CLAP audio model on first use...
[INFO]-[19-07-2026 09-00-52]-Loading CLAP audio model from /app/model/model_epoch_36.onnx...
[INFO]-[19-07-2026 09-00-52]-External data file detected: /app/model/model_epoch_36.onnx.data
[INFO]-[19-07-2026 09-00-52]-CLAP Audio: Using ONNX Runtime automatic thread management
[INFO]-[19-07-2026 09-00-52]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-00-52]-OK CLAP audio model loaded successfully (direct path)
[INFO]-[19-07-2026 09-00-52]-Fingerprint index caught up with 1 canonical row(s) another worker committed since this one last looked.
[INFO]-[19-07-2026 09-00-52]-SUCCESSFULLY ANALYZED 'September of My Years by Bob Dylan' as fp_30d62f74ba949851c8fff312ed10e602e335a6617d9f93fd538: tempo 125.00, energy 0.1866, key C# minor, moods {'indie': 0.5471563935279846, 'folk': 0.5355668663978577, 'rock': 0.5328719019889832, 'ambient': 0.5254479646682739, 'alternative': 0.52484530210495}
[INFO]-[19-07-2026 09-00-52]-- Starting CLAP analysis for September of My Years by Bob Dylan...
[INFO]-[19-07-2026 09-00-52]-Lazy-loading CLAP audio model on first use...
[INFO]-[19-07-2026 09-00-52]-Loading CLAP audio model from /app/model/model_epoch_36.onnx...
[INFO]-[19-07-2026 09-00-52]-External data file detected: /app/model/model_epoch_36.onnx.data
[INFO]-[19-07-2026 09-00-52]-CLAP Audio: Using ONNX Runtime automatic thread management
[INFO]-[19-07-2026 09-00-52]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-00-52]-OK CLAP audio model loaded successfully (direct path)
[INFO]-[19-07-2026 09-00-52]-OK CLAP audio model initialized successfully (for music analysis)
[INFO]-[19-07-2026 09-00-53]-OK CLAP audio model initialized successfully (for music analysis)
[INFO]-[19-07-2026 09-00-53]-Fingerprint index caught up with 2 canonical row(s) another worker committed since this one last looked.
[INFO]-[19-07-2026 09-00-53]-SUCCESSFULLY ANALYZED 'Angelface by Atmosphere' as fp_39689c970cd13e2c64a4bfaf1ba1d807412de1eae9389867727: tempo 170.45, energy 0.3166, key B minor, moods {'Hip-Hop': 0.6738153696060181, 'electronic': 0.5197904109954834, 'rnb': 0.5147960186004639, 'experimental': 0.5088418126106262, 'soul': 0.5081916451454163}
[INFO]-[19-07-2026 09-00-53]-- Starting CLAP analysis for Angelface by Atmosphere...
[INFO]-[19-07-2026 09-00-53]-Lazy-loading CLAP audio model on first use...
[INFO]-[19-07-2026 09-00-53]-Loading CLAP audio model from /app/model/model_epoch_36.onnx...
[INFO]-[19-07-2026 09-00-53]-External data file detected: /app/model/model_epoch_36.onnx.data
[INFO]-[19-07-2026 09-00-53]-CLAP Audio: Using ONNX Runtime automatic thread management
[INFO]-[19-07-2026 09-00-53]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-00-53]-CLAP: Processing 33 segments (168.0s audio)
[INFO]-[19-07-2026 09-00-53]-OK CLAP audio model loaded successfully (direct path)
[INFO]-[19-07-2026 09-00-53]-CLAP: Processing 40 segments (203.2s audio)
[INFO]-[19-07-2026 09-00-54]-OK CLAP audio model initialized successfully (for music analysis)
[INFO]-[19-07-2026 09-00-55]-CLAP: Processing 48 segments (240.1s audio)
[WARNING]-[19-07-2026 09-00-56]-Worker 7c9d7712a1b44ee5971714b6cc25be95: job 929ba376-5098-42c1-b629-ca418e6e5f56 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-00-56]-Work horse killed for job 929ba376-5098-42c1-b629-ca418e6e5f56: retpid=609, ret_val=11
[INFO]-[19-07-2026 09-00-58]-Job 1640e39b-95c3-4b9c-b4df-8aca09025cf8: enqueued for retry, 2 remaining
[INFO]-[19-07-2026 09-00-58]-Job 9ccf1409-aab7-4482-9bf2-38937eb0ab0d: enqueued for retry, 2 remaining
[INFO]-[19-07-2026 09-00-58]-Job c5864c50-cace-46e4-97dd-b54a2aeac27f: enqueued for retry, 2 remaining
[INFO]-[19-07-2026 09-00-58]-Job cb6b9438-9b35-4f04-ba38-76d85d0ccb2a: enqueued for retry, 2 remaining
[INFO]-[19-07-2026 09-00-58]-Job e1c7fb45-b150-4439-9829-dd6a44122aa1: enqueued for retry, 2 remaining
[INFO]-[19-07-2026 09-00-58]-Job cf3f717d-af21-4f34-a929-7c4f92321872: enqueued for retry, 2 remaining
[INFO]-[19-07-2026 09-00-58]-Job 2f5ad90a-14cd-4a18-8f99-75263a60efc1: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-00-58]-high: Main Music Analysis (1640e39b-95c3-4b9c-b4df-8aca09025cf8)
[INFO]-[19-07-2026 09-00-58]-default: tasks.analysis.analyze_album_task('73944', 'In Utero', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (9ccf1409-aab7-4482-9bf2-38937eb0ab0d)
[INFO]-[19-07-2026 09-00-58]-Janitor removed 7 dead worker registrations.
[INFO]-[19-07-2026 09-00-58]-default: tasks.analysis.analyze_album_task('73733', 'Renaissance (Deluxe Edition)', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (c5864c50-cace-46e4-97dd-b54a2aeac27f)
[INFO]-[19-07-2026 09-00-58]-[AlbumTask-9ccf1409-aab7-4482-9bf2-38937eb0ab0d-In Utero] Fetching tracks for album: In Utero
[INFO]-[19-07-2026 09-00-58]-[AlbumTask-c5864c50-cace-46e4-97dd-b54a2aeac27f-Renaissance (Deluxe Edition)] Fetching tracks for album: Renaissance (Deluxe Edition)
[INFO]-[19-07-2026 09-00-59]-Feature plan for album 'In Utero': MusiCNN=1, DCLAP=1, Lyrics=1 of 60 tracks.
[INFO]-[19-07-2026 09-00-59]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-00-59]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-00-59]-Feature plan for album 'Renaissance (Deluxe Edition)': MusiCNN=4, DCLAP=3, Lyrics=3 of 35 tracks.
[INFO]-[19-07-2026 09-00-59]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-00-59]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Serve the Servants by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Scentless Apprentice by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Heart‐shaped Box by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Rape Me by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Frances Farmer Will Have Her Revenge on Seattle by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Dumb by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Very Ape by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Milk It by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Pennyroyal Tea by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Radio Friendly Unit Shifter by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Tourette’s by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'All Apologies by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Gallons of Rubbing Alcohol Flow Through the Strip by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Marigold (B‐side) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Moist Vagina (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Sappy (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'I Hate Myself and Want to Die (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Pennyroyal Tea (Scott Litt mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Heart Shaped Box (original Steve Albini 1993 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'All Apologies (original Steve Albini 1993 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Serve the Servants (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Scentless Apprentice (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Heart Shaped Box (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Rape Me (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Frances Farmer Will Have Her Revenge on Seattle (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Dumb (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Very Ape (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Milk It (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Pennyroyal Tea (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Radio Friendly Unit Shifter (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Tourette’s (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'All Apologies (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Scentless Apprentice (demo) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Frances Farmer Will Have Her Revenge on Seattle (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Dumb (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Very Ape (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Pennyroyal Tea (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Radio Friendly Unit Shifter (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Tourette’s (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Marigold (demo) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'All Apologies (demo) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Forgotten Tune (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Jam (demo) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Radio Friendly Unit Shifter (live & Loud) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Drain You (live & Loud) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-[AlbumTask-9ccf1409-aab7-4482-9bf2-38937eb0ab0d-In Utero] Analyzing track: Breed (live & Loud) by Nirvana (46/60)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Angel by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Cinderella by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Tender Heart by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Dance the Night Away by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Tonight by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'How Long by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Don’t You Ever Go Away by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Wasted Time by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Piece of My Heart by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'It May Be the Water by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Here Is My Heart by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Don’t Stop the Music by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'I Forgot by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Shout It to the World (bonus track Japan/Oz/Nz) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Just Can’t Say Goodbye (bonus track UK/Jap/Oz/Nz) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'All Night Long (live from Edinburgh Castle) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Still (live Montreux Music Fest July 19, 2000) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Dancing on the Ceiling (live from Wembley) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Angel (Boogieman remix radio edit) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Angel (Boogieman remix extended) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Angel (Boogieman remix dub) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-Skipping 'Angel (Crash & Burn remix vocal) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-00-59]-[AlbumTask-c5864c50-cace-46e4-97dd-b54a2aeac27f-Renaissance (Deluxe Edition)] Analyzing track: Angel (Crash & Burn remix dub) by Lionel Richie (23/35)
[WARNING]-[19-07-2026 09-00-59]-Worker ade7305255a642a5bcc2c0227cd862c8: job 707e797d-237d-4721-8685-74a153794370 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-00-59]-Work horse killed for job 707e797d-237d-4721-8685-74a153794370: retpid=600, ret_val=11
[INFO]-[19-07-2026 09-00-59]-default: tasks.analysis.analyze_album_task('73814', 'Just Go', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (cb6b9438-9b35-4f04-ba38-76d85d0ccb2a)
[WARNING]-[19-07-2026 09-00-59]-Worker 5dbd0420c329488dbb839b5ede97e384: job 3a51bd10-2e66-4bdd-a15a-8fc324c91ee5 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-00-59]-Work horse killed for job 3a51bd10-2e66-4bdd-a15a-8fc324c91ee5: retpid=601, ret_val=11
[INFO]-[19-07-2026 09-00-59]-default: tasks.analysis.analyze_album_task('74143', 'Dancin’ and Lovin’', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (e1c7fb45-b150-4439-9829-dd6a44122aa1)
[INFO]-[19-07-2026 09-00-59]-[AlbumTask-cb6b9438-9b35-4f04-ba38-76d85d0ccb2a-Just Go] Fetching tracks for album: Just Go
[INFO]-[19-07-2026 09-01-00]-[AlbumTask-e1c7fb45-b150-4439-9829-dd6a44122aa1-Dancin’ and Lovin’] Fetching tracks for album: Dancin’ and Lovin’
[INFO]-[19-07-2026 09-01-00]-Downloaded 'Angel (Crash & Burn remix dub)' to '/app/temp_audio/73756.flac'
[INFO]-[19-07-2026 09-01-00]-Lazy-loading MusiCNN models for album: Renaissance (Deluxe Edition)
[INFO]-[19-07-2026 09-01-00]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-01-00]-Feature plan for album 'Just Go': MusiCNN=2, DCLAP=1, Lyrics=1 of 24 tracks.
[INFO]-[19-07-2026 09-01-00]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-01-00]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-01-00]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-01-00]-Starting analysis for: 73756.flac
[INFO]-[19-07-2026 09-01-00]-Skipping 'Forever by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-00]-Skipping 'Just Go by Lionel Richie feat. Akon' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-00]-Skipping 'Nothing Left to Give by Lionel Richie feat. Akon' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-00]-Skipping 'Forever and a Day by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-00]-Skipping 'I’m Not Okay by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-00]-Skipping 'Good Morning by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-00]-Skipping 'Through My Eyes by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-00]-Skipping 'I’m in Love by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-00]-Skipping 'Think of You by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-00]-Skipping 'Into You Deep by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-00]-Skipping 'Pastime by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-00]-Skipping 'Face in the Crowd by Lionel Richie & Trijntje Oosterhuis' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-00]-Skipping 'Somewhere in London by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-00]-Skipping 'Eternity by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-00]-Skipping 'Just Go (Mike Rizzo Funk Generation radio edit) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-00]-Skipping 'Just Go (Rich Morel’s radio edit) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-00]-Skipping 'Just Go (Friscia and Lamboy radio edit) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-00]-Skipping 'Just Go (Mike Rizzo Funk Generation club) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-00]-Skipping 'Just Go (Rich Morel’s Pink Noise club) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-00]-Skipping 'Just Go (Friscia and Lamboy After Dark club) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-00]-Skipping 'Just Go (Mike Rizzo Funk Generation dub) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-00]-Skipping 'Just Go (Rich Morel’s Pink Noise dub) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-00]-[AlbumTask-cb6b9438-9b35-4f04-ba38-76d85d0ccb2a-Just Go] Analyzing track: Just Go (Friscia and Lamboy After Dark dub) by Lionel Richie (23/24)
[INFO]-[19-07-2026 09-01-00]-Feature plan for album 'Dancin’ and Lovin’': MusiCNN=1, DCLAP=1, Lyrics=1 of 6 tracks.
[INFO]-[19-07-2026 09-01-00]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-01-00]-Downloaded 'Breed (live & Loud)' to '/app/temp_audio/73990.flac'
[INFO]-[19-07-2026 09-01-00]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-01-00]-Lazy-loading MusiCNN models for album: In Utero
[INFO]-[19-07-2026 09-01-00]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-01-00]-Skipping 'Disco Ride (single version) by The Spinners' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-00]-Skipping 'Body Language by The Spinners' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-00]-[AlbumTask-e1c7fb45-b150-4439-9829-dd6a44122aa1-Dancin’ and Lovin’] Analyzing track: Let’s Boogie, Let’s Dance by The Spinners (3/6)
[INFO]-[19-07-2026 09-01-00]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-01-00]-Starting analysis for: 73990.flac
[WARNING]-[19-07-2026 09-01-01]-Worker 7144851fa5dd4a2a9c475cecd86184c6: job 41543426-32c3-40e4-ab7e-5f1f3bf05130 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-01-01]-Work horse killed for job 41543426-32c3-40e4-ab7e-5f1f3bf05130: retpid=674, ret_val=11
[INFO]-[19-07-2026 09-01-01]-default: tasks.analysis.analyze_album_task('73473', 'Going Somewhere', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (cf3f717d-af21-4f34-a929-7c4f92321872)
[INFO]-[19-07-2026 09-01-01]-Downloaded 'Just Go (Friscia and Lamboy After Dark dub)' to '/app/temp_audio/73837.flac'
[INFO]-[19-07-2026 09-01-01]-OK CLAP audio model unloaded (~268MB freed), text cache preserved
[INFO]-[19-07-2026 09-01-01]-Lazy-loading MusiCNN models for album: Just Go
[INFO]-[19-07-2026 09-01-01]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-01-01]-- CLAP embedding saved (512-dim)
[INFO]-[19-07-2026 09-01-01]-- Other Features: danceable:0.56,aggressive:0.58,happy:0.62,party:0.58,relaxed:0.62,sad:0.65
[INFO]-[19-07-2026 09-01-01]-- Starting lyrics analysis for To Be Alone With You by Sufjan Stevens...
[INFO]-[19-07-2026 09-01-01]-[AlbumTask-cf3f717d-af21-4f34-a929-7c4f92321872-Going Somewhere] Fetching tracks for album: Going Somewhere
[INFO]-[19-07-2026 09-01-01]-STEP 2 start: media server lyrics (track_id='71834')
[INFO]-[19-07-2026 09-01-01]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-01-01]-Starting analysis for: 73837.flac
[INFO]-[19-07-2026 09-01-01]-Downloaded 'Let’s Boogie, Let’s Dance' to '/app/temp_audio/74146.flac'
[INFO]-[19-07-2026 09-01-01]-Lazy-loading MusiCNN models for album: Dancin’ and Lovin’
[INFO]-[19-07-2026 09-01-01]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-01-01]-Feature plan for album 'Going Somewhere': MusiCNN=1, DCLAP=1, Lyrics=1 of 15 tracks.
[INFO]-[19-07-2026 09-01-01]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-01-01]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-01-01]-Skipping 'Beautiful World by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-01]-Skipping 'Looking for Jack by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-01]-Skipping 'Going Somewhere by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-01]-Skipping 'Wayfaring Sons by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-01]-Skipping 'Children on Parade by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-01]-Skipping 'My Brilliant Feat by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-01]-Skipping 'Waiting for My Real Life to Begin by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-01]-Skipping 'Don’t Wait Up by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-01]-Skipping 'Lifeline by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-01]-Skipping 'Circles Erratica by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-01]-Skipping 'Water Song by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-01]-Skipping 'Maggie by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-01]-Skipping 'I Don’t Know Why by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-01]-Skipping 'Waiting for My Real Life to Begin (radio edit) by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-01]-[AlbumTask-cf3f717d-af21-4f34-a929-7c4f92321872-Going Somewhere] Analyzing track: I Just Don’t Think I’ll Ever Get Over You (radio edit) by Colin Hay (15/15)
[INFO]-[19-07-2026 09-01-01]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-01-01]-Starting analysis for: 74146.flac
[INFO]-[19-07-2026 09-01-01]-STEP 2 end: media server HIT (2737 chars) - skipping STEPS 3, 4, 5
[INFO]-[19-07-2026 09-01-01]-STEP 3 skipped: already have lyrics from media server
[WARNING]-[19-07-2026 09-01-02]-Worker 561704dfe26a43b7abf3fecf30de192a: job 780337c4-7b3c-4e5f-a583-1e25a5ebef8c failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-01-02]-Work horse killed for job 780337c4-7b3c-4e5f-a583-1e25a5ebef8c: retpid=610, ret_val=11
[INFO]-[19-07-2026 09-01-02]-default: tasks.analysis.analyze_album_task('71773', 'Carrie & Lowell', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (2f5ad90a-14cd-4a18-8f99-75263a60efc1)
[INFO]-[19-07-2026 09-01-02]-Downloaded 'I Just Don’t Think I’ll Ever Get Over You (radio edit)' to '/app/temp_audio/73488.flac'
[INFO]-[19-07-2026 09-01-02]-Lazy-loading MusiCNN models for album: Going Somewhere
[INFO]-[19-07-2026 09-01-02]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-01-02]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-01-02]-Starting analysis for: 73488.flac
[INFO]-[19-07-2026 09-01-02]-[AlbumTask-2f5ad90a-14cd-4a18-8f99-75263a60efc1-Carrie & Lowell] Fetching tracks for album: Carrie & Lowell
[INFO]-[19-07-2026 09-01-02]-Feature plan for album 'Carrie & Lowell': MusiCNN=1, DCLAP=1, Lyrics=1 of 18 tracks.
[INFO]-[19-07-2026 09-01-02]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-01-02]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-01-02]-Skipping 'Death With Dignity by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-02]-Skipping 'Should Have Known Better by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-02]-Skipping 'All of Me Wants All of You by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-02]-Skipping 'Drawn to the Blood by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-02]-Skipping 'Eugene by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-02]-Skipping 'Fourth of July by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-02]-Skipping 'The Only Thing by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-02]-Skipping 'Carrie & Lowell by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-02]-Skipping 'John My Beloved by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-02]-Skipping 'No Shade in the Shadow of the Cross by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-02]-Skipping 'Blue Bucket of Gold by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-02]-Skipping 'Death With Dignity (demo) by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-02]-Skipping 'Should Have Known Better (demo) by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-02]-Skipping 'Eugene (demo) by Sufjan Stevens feat. S. Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-02]-Skipping 'The Only Thing (demo) by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-02]-Skipping 'Mystery of Love (demo) by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-02]-Skipping 'Wallowa Lake Monster (version 2) by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-02]-[AlbumTask-2f5ad90a-14cd-4a18-8f99-75263a60efc1-Carrie & Lowell] Analyzing track: Fourth of July (version 4) by Sufjan Stevens (18/18)
[INFO]-[19-07-2026 09-01-03]-STEP 6: langdetect (2737 chars) -> 'en' (conf=0.86)
[INFO]-[19-07-2026 09-01-03]-STEP 7 end: language=en, kept_text=True
[INFO]-[19-07-2026 09-01-03]-STEP 9 start: embedding + axis scoring (chars=2737)
[INFO]-[19-07-2026 09-01-03]-Loading gte tokenizer from /app/model/gte-multilingual-base/tokenizer.json
[INFO]-[19-07-2026 09-01-03]-Work map for this server: 26422 provider tracks already known.
[INFO]-[19-07-2026 09-01-03]-Skipping album 'Chameleon Sunday' (ID: 75417) - all 4 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-03]-[MainAnalysisTask-1640e39b-95c3-4b9c-b4df-8aca09025cf8] Albums 1/5676
[INFO]-[19-07-2026 09-01-03]-Skipping album 'The Thief in Marrakesh Got Caught in Amsterdam Trying to Escape' (ID: 75413) - all 3 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[WARNING]-[19-07-2026 09-01-03]-Worker efa16e0d29d74ce4b7be45077f2a4c75: job 93d3c311-71b5-40a2-94b5-54709c73f5cf failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-01-03]-Work horse killed for job 93d3c311-71b5-40a2-94b5-54709c73f5cf: retpid=675, ret_val=11
[WARNING]-[19-07-2026 09-01-04]-Worker d6d8066f34454114be5398400b0cc9b8: job 897b792f-6199-408d-a427-07d5363b114a failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-01-04]-Work horse killed for job 897b792f-6199-408d-a427-07d5363b114a: retpid=733, ret_val=11
[INFO]-[19-07-2026 09-01-04]-OK CLAP audio model unloaded (~268MB freed), text cache preserved
[INFO]-[19-07-2026 09-01-04]-Job 897b792f-6199-408d-a427-07d5363b114a: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-01-04]-default: tasks.analysis.analyze_album_task('71356', 'In Your Honor', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (897b792f-6199-408d-a427-07d5363b114a)
[INFO]-[19-07-2026 09-01-04]-Skipping album 'Lumin Rain' (ID: 75401) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-04]-- CLAP embedding saved (512-dim)
[INFO]-[19-07-2026 09-01-04]-- Other Features: danceable:0.57,aggressive:0.58,happy:0.63,party:0.57,relaxed:0.63,sad:0.64
[INFO]-[19-07-2026 09-01-04]-- Starting lyrics analysis for September of My Years by Bob Dylan...
[INFO]-[19-07-2026 09-01-04]-STEP 2 start: media server lyrics (track_id='72149')
[INFO]-[19-07-2026 09-01-04]-Skipping album 'Thin Mind' (ID: 75389) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-04]-[AlbumTask-897b792f-6199-408d-a427-07d5363b114a-In Your Honor] Fetching tracks for album: In Your Honor
[INFO]-[19-07-2026 09-01-04]-Skipping album 'Expo 86' (ID: 75377) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-04]-STEP 2 end: media server HIT (2513 chars) - skipping STEPS 3, 4, 5
[INFO]-[19-07-2026 09-01-04]-STEP 3 skipped: already have lyrics from media server
[INFO]-[19-07-2026 09-01-04]-Feature plan for album 'In Your Honor': MusiCNN=1, DCLAP=1, Lyrics=1 of 20 tracks.
[INFO]-[19-07-2026 09-01-04]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-01-04]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-01-04]-Skipping album 'Apologies to the Queen Mary' (ID: 75351) - all 25 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-04]-Skipping 'In Your Honor by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-04]-Skipping 'No Way Back by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-04]-[AlbumTask-897b792f-6199-408d-a427-07d5363b114a-In Your Honor] Analyzing track: Best of You by Foo Fighters (3/20)
[INFO]-[19-07-2026 09-01-04]-Skipping album 'At Mount Zoomer' (ID: 75341) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-04]-Loading gte ONNX session from /app/model/gte-multilingual-base-int8.onnx
[INFO]-[19-07-2026 09-01-04]-Skipping album 'Cry Cry Cry' (ID: 75329) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-04]-Skipping album 'As the Eternal Cowboy' (ID: 75316) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-05]-STEP 6: langdetect (2513 chars) -> 'en' (conf=1.00)
[INFO]-[19-07-2026 09-01-05]-STEP 7 end: language=en, kept_text=True
[INFO]-[19-07-2026 09-01-05]-STEP 9 start: embedding + axis scoring (chars=2513)
[INFO]-[19-07-2026 09-01-05]-Skipping album 'Transgender Dysphoria Blues' (ID: 75305) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-05]-Loading gte tokenizer from /app/model/gte-multilingual-base/tokenizer.json
[INFO]-[19-07-2026 09-01-05]-Skipping album 'Shape Shift With Me' (ID: 75292) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-05]-Skipping album 'White Crosses' (ID: 75277) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-05]-Skipping album 'New Wave' (ID: 75266) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[WARNING]-[19-07-2026 09-01-05]-Worker 688e22b1234740d2962b319162035c77: job 8dbdc4b7-327d-40ef-9cbc-c605449e0163 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-01-05]-Work horse killed for job 8dbdc4b7-327d-40ef-9cbc-c605449e0163: retpid=732, ret_val=11
[INFO]-[19-07-2026 09-01-05]-Skipping album 'Searching for a Former Clarity' (ID: 75251) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-05]-Downloaded 'Best of You' to '/app/temp_audio/71359.flac'
[INFO]-[19-07-2026 09-01-05]-Lazy-loading MusiCNN models for album: In Your Honor
[INFO]-[19-07-2026 09-01-05]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-01-05]-Skipping album 'Reinventing Axl Rose' (ID: 75239) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-05]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-01-05]-Starting analysis for: 71359.flac
[INFO]-[19-07-2026 09-01-05]-Skipping album 'iii' (ID: 75226) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-05]-Skipping album 'Happy to You' (ID: 75208) - all 17 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-05]-Skipping album 'Miike Snow' (ID: 75191) - all 16 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-05]-Skipping album 'Pawn Shop' (ID: 75162) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[WARNING]-[19-07-2026 09-01-05]-Worker 0317694601a14b3d82491cb0e7eedcab: job b70db036-a5ad-4e02-aaf4-a54f182b28d1 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-01-05]-Work horse killed for job b70db036-a5ad-4e02-aaf4-a54f182b28d1: retpid=748, ret_val=11
[INFO]-[19-07-2026 09-01-05]-Skipping album 'Skeletons (deluxe)' (ID: 75174) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-05]-OK CLAP audio model unloaded (~268MB freed), text cache preserved
[INFO]-[19-07-2026 09-01-05]-Skipping album 'Port Saint Joe' (ID: 75151) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-05]-- CLAP embedding saved (512-dim)
[INFO]-[19-07-2026 09-01-05]-- Other Features: danceable:0.62,aggressive:0.61,happy:0.64,party:0.63,relaxed:0.62,sad:0.56
[INFO]-[19-07-2026 09-01-05]-- Starting lyrics analysis for Angelface by Atmosphere...
[INFO]-[19-07-2026 09-01-05]-STEP 2 start: media server lyrics (track_id='72838')
[INFO]-[19-07-2026 09-01-06]-Skipping album 'Evil Empire' (ID: 75138) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-06]-STEP 2 end: media server MISS
[INFO]-[19-07-2026 09-01-06]-STEP 3 start: external lyrics API (enabled=True, artist='Atmosphere', track='Angelface')
[INFO]-[19-07-2026 09-01-06]-STEP 3 end: API MISS - falling back to Whisper-small ASR
[INFO]-[19-07-2026 09-01-06]-STEP 4 start: prepare audio (max 240.0s)
[INFO]-[19-07-2026 09-01-06]-STEP 4 end: audio ready, used=240.00s samples=3840000 sr=16000
[INFO]-[19-07-2026 09-01-06]-Skipping album 'Rage Against the Machine' (ID: 75114) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-06]-Loading gte ONNX session from /app/model/gte-multilingual-base-int8.onnx
[INFO]-[19-07-2026 09-01-06]-Silero VAD ONNX session ready (path=/app/model/silero_vad.onnx, provider=CPUExecutionProvider)
[INFO]-[19-07-2026 09-01-06]-Skipping album 'Renegades' (ID: 75125) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-06]-Skipping album 'The Battle of Los Angeles' (ID: 75101) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-06]-gte active provider: CPUExecutionProvider
[INFO]-[19-07-2026 09-01-06]-gte ONNX session ready (inputs=('input_ids', 'attention_mask'), output=last_hidden_state)
[INFO]-[19-07-2026 09-01-06]-Skipping album 'Our Bande Apart' (ID: 75090) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-06]-Skipping album 'Blue' (ID: 75076) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-06]-Skipping album 'Out of the Vein' (ID: 75061) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-06]-Skipping album 'Unplugged' (ID: 75047) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-06]-Downloaded 'Fourth of July (version 4)' to '/app/temp_audio/71791.flac'
[INFO]-[19-07-2026 09-01-06]-Lazy-loading MusiCNN models for album: Carrie & Lowell
[INFO]-[19-07-2026 09-01-06]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-01-06]-Skipping album 'Screamer' (ID: 75034) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-06]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-01-06]-Starting analysis for: 71791.flac
[INFO]-[19-07-2026 09-01-07]-Skipping album 'Ursa Major' (ID: 75021) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-07]-Skipping album 'Third Eye Blind' (ID: 74998) - all 22 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-07]-Skipping album 'Dopamine' (ID: 74985) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-07]-Skipping album '8 años' (ID: 74975) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-07]-Skipping album 'El bueno y el malo' (ID: 74964) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-07]-Skipping album 'Esperanza' (ID: 74962) - all 1 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-07]-Skipping album 'Hijos del sol' (ID: 74951) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-07]-Skipping album 'Hoy como ayer' (ID: 74942) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-08]-Skipping album 'El camino de mi alma' (ID: 74933) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-08]-Skipping album 'Sonido cósmico' (ID: 74920) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-08]-VAD: 219.84s voiced - keeping voiced segments (max_prob=1.000 over 7500 windows)
[INFO]-[19-07-2026 09-01-08]-VAD: 240.00s -> 219.84s voiced
[INFO]-[19-07-2026 09-01-08]-STEP 5 start: whisper_small transcription (threads=8, timeout=300s)
[INFO]-[19-07-2026 09-01-08]-Whisper-small: loading ONNX sessions from /app/model/whisper-small-onnx (intra_op_threads=5, inter_op_threads=1, mode=SEQUENTIAL, arena=disabled, mem_pattern=disabled)
[INFO]-[19-07-2026 09-01-08]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-01-08]-Skipping album 'Sink Ya Teeth' (ID: 74908) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-08]-Skipping album 'Two' (ID: 74897) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-08]-Skipping album 'Daydream' (ID: 74883) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-08]-STEP 9 end: embedding=(768,) axis_vector_dim=27
[INFO]-[19-07-2026 09-01-08]-- Lyrics embedding saved
[INFO]-[19-07-2026 09-01-08]-gte active provider: CPUExecutionProvider
[INFO]-[19-07-2026 09-01-08]-gte ONNX session ready (inputs=('input_ids', 'attention_mask'), output=last_hidden_state)
[INFO]-[19-07-2026 09-01-08]-default: tasks.analysis.analyze_album_task('74864', 'Me. I Am Mariah…The Elusive Chanteuse', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (129d8c2c-e4f6-470b-a594-b9168b9b7989)
[INFO]-[19-07-2026 09-01-08]-Skipping 'Abraham by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-08]-Skipping 'Sister by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-08]-[AlbumTask-e210c44f-5764-46be-b138-58a69b611b29-Seven Swans] Analyzing track: Size Too Small by Sufjan Stevens (7/14)
[INFO]-[19-07-2026 09-01-08]-Skipping album 'Here for It All' (ID: 74852) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-08]-Job 18d94540-7e84-45a6-8216-03525e7162bf: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-01-08]-Job 7a915680-7a98-453d-ac07-5224251b95fb: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-01-08]-Job b5820803-dd5c-40fc-bcd9-3af76341570b: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-01-08]-Job 8f84a7ba-50ce-48cf-8e28-6ebf7c65b82e: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-01-08]-Job 52077ac0-28c9-40eb-8fee-4dd8532bd00a: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-01-08]-Job 9fd7c3d1-ff34-4ea5-b0f2-562c3c68667d: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-01-08]-[AlbumTask-129d8c2c-e4f6-470b-a594-b9168b9b7989-Me. I Am Mariah…The Elusive Chanteuse] Fetching tracks for album: Me. I Am Mariah…The Elusive Chanteuse
[INFO]-[19-07-2026 09-01-08]-default: tasks.analysis.analyze_album_task('74864', 'Me. I Am Mariah…The Elusive Chanteuse', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (18d94540-7e84-45a6-8216-03525e7162bf)
[INFO]-[19-07-2026 09-01-08]-default: tasks.analysis.analyze_album_task('71445', 'Greatest Hits', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (7a915680-7a98-453d-ac07-5224251b95fb)
[INFO]-[19-07-2026 09-01-08]-Janitor removed 9 dead worker registrations.
[INFO]-[19-07-2026 09-01-08]-Skipping album 'Charmbracelet' (ID: 74836) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-08]-[MainAnalysisTask-1640e39b-95c3-4b9c-b4df-8aca09025cf8] Albums 45/5676
[INFO]-[19-07-2026 09-01-08]-Feature plan for album 'Me. I Am Mariah…The Elusive Chanteuse': MusiCNN=1, DCLAP=1, Lyrics=1 of 18 tracks.
[INFO]-[19-07-2026 09-01-08]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-01-08]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-01-08]-Skipping 'Cry. by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-08]-Skipping 'Faded by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-08]-Skipping 'Dedicated by Mariah Carey feat. Nas' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-08]-Skipping '#Beautiful by Mariah Carey feat. Miguel' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-08]-Skipping 'Thirsty by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-08]-Skipping 'Make It Look Good by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-08]-Skipping 'You’re Mine (Eternal) by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-08]-Skipping 'You Don’t Know What to Do by Mariah Carey feat. Wale' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-08]-Skipping 'Supernatural by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-08]-Skipping 'Meteorite by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-08]-Skipping 'Camouflage by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-08]-Skipping 'Money ($ * / …) by Mariah Carey feat. Fabolous' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-08]-Skipping 'One More Try by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-08]-Skipping 'Heavenly (No Ways Tired/Can’t Give Up Now) by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-08]-[AlbumTask-129d8c2c-e4f6-470b-a594-b9168b9b7989-Me. I Am Mariah…The Elusive Chanteuse] Analyzing track: It’s a Wrap by Mariah Carey feat. Mary J. Blige (15/18)
[INFO]-[19-07-2026 09-01-08]-Skipping album 'Caution' (ID: 74824) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-08]-[AlbumTask-7a915680-7a98-453d-ac07-5224251b95fb-Greatest Hits] Fetching tracks for album: Greatest Hits
[INFO]-[19-07-2026 09-01-08]-[AlbumTask-18d94540-7e84-45a6-8216-03525e7162bf-Me. I Am Mariah…The Elusive Chanteuse] Fetching tracks for album: Me. I Am Mariah…The Elusive Chanteuse
[INFO]-[19-07-2026 09-01-09]-Feature plan for album 'Greatest Hits': MusiCNN=3, DCLAP=3, Lyrics=3 of 16 tracks.
[INFO]-[19-07-2026 09-01-09]-Downloaded 'Size Too Small' to '/app/temp_audio/71837.flac'
[INFO]-[19-07-2026 09-01-09]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-01-09]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-01-09]-Recycling ONNX sessions after 1 tracks
[INFO]-[19-07-2026 09-01-09]-Cleaning up 2 MusiCNN model sessions (recycle)
[INFO]-[19-07-2026 09-01-09]-Skipping 'All My Life by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-09]-[AlbumTask-7a915680-7a98-453d-ac07-5224251b95fb-Greatest Hits] Analyzing track: Best of You by Foo Fighters (2/16)
[INFO]-[19-07-2026 09-01-09]-Feature plan for album 'Me. I Am Mariah…The Elusive Chanteuse': MusiCNN=1, DCLAP=1, Lyrics=1 of 18 tracks.
[INFO]-[19-07-2026 09-01-09]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-01-09]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-01-09]-Skipping album 'The Emancipation of Mimi' (ID: 74761) - all 40 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-09]-Skipping 'Cry. by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-09]-Skipping 'Faded by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-09]-Skipping 'Dedicated by Mariah Carey feat. Nas' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-09]-Skipping '#Beautiful by Mariah Carey feat. Miguel' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-09]-Skipping 'Thirsty by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-09]-Skipping 'Make It Look Good by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-09]-Skipping 'You’re Mine (Eternal) by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-09]-Skipping 'You Don’t Know What to Do by Mariah Carey feat. Wale' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-09]-Skipping 'Supernatural by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-09]-Skipping 'Meteorite by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-09]-Skipping 'Camouflage by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-09]-Skipping 'Money ($ * / …) by Mariah Carey feat. Fabolous' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-09]-Skipping 'One More Try by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-09]-Skipping 'Heavenly (No Ways Tired/Can’t Give Up Now) by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-09]-[AlbumTask-18d94540-7e84-45a6-8216-03525e7162bf-Me. I Am Mariah…The Elusive Chanteuse] Analyzing track: It’s a Wrap by Mariah Carey feat. Mary J. Blige (15/18)
[INFO]-[19-07-2026 09-01-09]-Skipping album 'E=MC²' (ID: 74744) - all 16 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-09]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-01-09]-Skipping album 'Emotions' (ID: 74733) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-09]-Skipping album 'Butterfly' (ID: 74720) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-09]-Skipping album 'Rainbow' (ID: 74705) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-10]-STEP 9 end: embedding=(768,) axis_vector_dim=27
[INFO]-[19-07-2026 09-01-10]-- Lyrics embedding saved
[INFO]-[19-07-2026 09-01-10]-Skipping album 'Mariah Carey' (ID: 74693) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-10]-Skipping 'I Could Have Told You by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-10]-[AlbumTask-50786b11-5224-404f-8dee-6b3c02475a8a-Triplicate] Analyzing track: Once Upon a Time by Bob Dylan (4/30)
[INFO]-[19-07-2026 09-01-10]-Skipping album 'Music Box' (ID: 74681) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-10]-Skipping album 'Merry Christmas (deluxe anniversary edition)' (ID: 74651) - all 29 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-10]-Downloaded 'Best of You' to '/app/temp_audio/71447.flac'
[INFO]-[19-07-2026 09-01-10]-Lazy-loading MusiCNN models for album: Greatest Hits
[INFO]-[19-07-2026 09-01-10]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-01-10]-Skipping album 'Automatic (Deluxe Edition)' (ID: 74633) - all 16 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-10]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-01-10]-Starting analysis for: 71447.flac
[INFO]-[19-07-2026 09-01-10]-Skipping album 'Cleopatra' (ID: 74617) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-10]-Downloaded 'It’s a Wrap' to '/app/temp_audio/74879.flac'
[INFO]-[19-07-2026 09-01-10]-Lazy-loading MusiCNN models for album: Me. I Am Mariah…The Elusive Chanteuse
[INFO]-[19-07-2026 09-01-10]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-01-10]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-01-10]-Starting analysis for: 74879.flac
[INFO]-[19-07-2026 09-01-10]-Skipping album 'BRIGHTSIDE' (ID: 74607) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-10]-Downloaded 'It’s a Wrap' to '/app/temp_audio/74879.flac'
[INFO]-[19-07-2026 09-01-10]-Lazy-loading MusiCNN models for album: Me. I Am Mariah…The Elusive Chanteuse
[INFO]-[19-07-2026 09-01-10]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-01-10]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-01-10]-Starting analysis for: 74879.flac
[INFO]-[19-07-2026 09-01-10]-Skipping album 'III' (ID: 74593) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[WARNING]-[19-07-2026 09-01-10]-Worker d4002542918241779fc38ffb3e066aa0: job 9ccf1409-aab7-4482-9bf2-38937eb0ab0d failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-01-10]-Work horse killed for job 9ccf1409-aab7-4482-9bf2-38937eb0ab0d: retpid=962, ret_val=11
[INFO]-[19-07-2026 09-01-10]-Job 9ccf1409-aab7-4482-9bf2-38937eb0ab0d: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-01-10]-default: tasks.analysis.analyze_album_task('71591', 'Planetarium', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (b5820803-dd5c-40fc-bcd9-3af76341570b)
[INFO]-[19-07-2026 09-01-10]-Downloaded 'Once Upon a Time' to '/app/temp_audio/72151.flac'
[INFO]-[19-07-2026 09-01-10]-Recycling ONNX sessions after 1 tracks
[INFO]-[19-07-2026 09-01-10]-Cleaning up 2 MusiCNN model sessions (recycle)
[INFO]-[19-07-2026 09-01-10]-Skipping album 'The Lumineers' (ID: 74576) - all 16 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-10]-[AlbumTask-b5820803-dd5c-40fc-bcd9-3af76341570b-Planetarium] Fetching tracks for album: Planetarium
[INFO]-[19-07-2026 09-01-10]-Skipping album 'Mt. Joy' (ID: 74561) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-10]-Skipping album 'Orange Blood' (ID: 74550) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-10]-Feature plan for album 'Planetarium': MusiCNN=3, DCLAP=3, Lyrics=3 of 17 tracks.
[INFO]-[19-07-2026 09-01-10]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-01-10]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-01-10]-Skipping 'Neptune by Sufjan Stevens, Nico Muhly, Bryce Dessner, James McAlister' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-10]-Skipping 'Jupiter by Sufjan Stevens, Nico Muhly, Bryce Dessner, James McAlister' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-10]-Skipping 'Halley’s Comet by Sufjan Stevens, Nico Muhly, Bryce Dessner, James McAlister' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-10]-Skipping 'Venus by Sufjan Stevens, Nico Muhly, Bryce Dessner, James McAlister' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-10]-[AlbumTask-b5820803-dd5c-40fc-bcd9-3af76341570b-Planetarium] Analyzing track: Uranus by Sufjan Stevens, Nico Muhly, Bryce Dessner, James McAlister (5/17)
[INFO]-[19-07-2026 09-01-10]-Skipping album 'Hope We Have Fun' (ID: 74536) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-11]-Skipping album 'Rearrange Us' (ID: 74522) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-11]-Skipping album 'Barchords' (ID: 74508) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-11]-Skipping album 'Earthtones' (ID: 74496) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-11]-Skipping album 'My Second Last Album' (ID: 74485) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-11]-Skipping album 'Pink Strat' (ID: 74472) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-11]-Downloaded 'Uranus' to '/app/temp_audio/71606.flac'
[INFO]-[19-07-2026 09-01-11]-Lazy-loading MusiCNN models for album: Planetarium
[INFO]-[19-07-2026 09-01-11]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-01-11]-Skipping album 'Sad Hunk' (ID: 74461) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-11]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-01-11]-Starting analysis for: 71606.flac
[INFO]-[19-07-2026 09-01-11]-Skipping album 'Bahamas is Afie' (ID: 74448) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-11]-Skipping album 'Bootcut' (ID: 74436) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-11]-Skipping album 'Ga Ga Ga Ga Ga' (ID: 74424) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-11]-Skipping album 'Girls Can Tell' (ID: 74412) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-11]-Skipping album 'Telephono' (ID: 74397) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[WARNING]-[19-07-2026 09-01-11]-Worker 5dbd0420c329488dbb839b5ede97e384: job e1c7fb45-b150-4439-9829-dd6a44122aa1 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-01-11]-Work horse killed for job e1c7fb45-b150-4439-9829-dd6a44122aa1: retpid=979, ret_val=11
[INFO]-[19-07-2026 09-01-11]-Job e1c7fb45-b150-4439-9829-dd6a44122aa1: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-01-11]-default: tasks.analysis.analyze_album_task('72995', 'Jestures', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (8f84a7ba-50ce-48cf-8e28-6ebf7c65b82e)
[INFO]-[19-07-2026 09-01-11]-Skipping album 'Transference' (ID: 74385) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-11]-Skipping album 'Lucifer on the Sofa' (ID: 74374) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-11]-[AlbumTask-8f84a7ba-50ce-48cf-8e28-6ebf7c65b82e-Jestures] Fetching tracks for album: Jestures
[INFO]-[19-07-2026 09-01-12]-Skipping album 'Kill the Moonlight' (ID: 74361) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-12]-Feature plan for album 'Jestures': MusiCNN=2, DCLAP=2, Lyrics=2 of 26 tracks.
[INFO]-[19-07-2026 09-01-12]-Skipping album 'A Series of Sneaks' (ID: 74344) - all 16 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-12]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-01-12]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-01-12]-[AlbumTask-8f84a7ba-50ce-48cf-8e28-6ebf7c65b82e-Jestures] Analyzing track: Asshole by Atmosphere (1/26)
[INFO]-[19-07-2026 09-01-12]-Skipping album 'Hot Thoughts' (ID: 74333) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-12]-Skipping album 'Gimme Fiction (Deluxe Edition)' (ID: 74309) - all 23 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-12]-Skipping album 'They Want My Soul' (ID: 74287) - all 21 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-12]-Skipping album 'From Here to Eternally' (ID: 74277) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[WARNING]-[19-07-2026 09-01-12]-Worker 7c9d7712a1b44ee5971714b6cc25be95: job c5864c50-cace-46e4-97dd-b54a2aeac27f failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-01-12]-Work horse killed for job c5864c50-cace-46e4-97dd-b54a2aeac27f: retpid=961, ret_val=11
[INFO]-[19-07-2026 09-01-12]-Job c5864c50-cace-46e4-97dd-b54a2aeac27f: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-01-12]-default: tasks.analysis.analyze_album_task('73459', 'Transcendental Highway', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (52077ac0-28c9-40eb-8fee-4dd8532bd00a)
[INFO]-[19-07-2026 09-01-12]-Skipping album 'Full Circle' (ID: 74266) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-12]-Skipping album 'Grand Slam' (ID: 74256) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-12]-Downloaded 'Asshole' to '/app/temp_audio/72996.flac'
[INFO]-[19-07-2026 09-01-12]-Lazy-loading MusiCNN models for album: Jestures
[INFO]-[19-07-2026 09-01-12]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-01-12]-[AlbumTask-52077ac0-28c9-40eb-8fee-4dd8532bd00a-Transcendental Highway] Fetching tracks for album: Transcendental Highway
[INFO]-[19-07-2026 09-01-12]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-01-12]-Starting analysis for: 72996.flac
[INFO]-[19-07-2026 09-01-12]-Skipping album 'New and Improved' (ID: 74247) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[WARNING]-[19-07-2026 09-01-12]-Worker 7144851fa5dd4a2a9c475cecd86184c6: job cf3f717d-af21-4f34-a929-7c4f92321872 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-01-12]-Work horse killed for job cf3f717d-af21-4f34-a929-7c4f92321872: retpid=1029, ret_val=11
[INFO]-[19-07-2026 09-01-12]-Job cf3f717d-af21-4f34-a929-7c4f92321872: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-01-12]-default: tasks.analysis.analyze_album_task('74802', 'Memoirs of an Imperfect Angel', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (9fd7c3d1-ff34-4ea5-b0f2-562c3c68667d)
[INFO]-[19-07-2026 09-01-12]-Feature plan for album 'Transcendental Highway': MusiCNN=1, DCLAP=1, Lyrics=1 of 13 tracks.
[INFO]-[19-07-2026 09-01-12]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-01-12]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-01-12]-Skipping 'Transcendental Highway by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-12]-Skipping 'Don’t Believe You Anymore by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-12]-Skipping 'My Brilliant Feat by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-12]-Skipping 'Goodbye My Red Rose by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-12]-Skipping 'If I Go by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-12]-Skipping 'I’m Doing Fine by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-12]-Skipping 'Wash It All Away by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-12]-Skipping 'Cactus by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-12]-Skipping 'Death Row Conversation by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-12]-Skipping 'I’ll Leave the Light On by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-12]-Skipping 'Freedom Calling by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-12]-[AlbumTask-52077ac0-28c9-40eb-8fee-4dd8532bd00a-Transcendental Highway] Analyzing track: I Just Don’t Think I’ll Ever Get Over You by Colin Hay (12/13)
[INFO]-[19-07-2026 09-01-12]-Session recycled after 1 uses
[INFO]-[19-07-2026 09-01-12]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-01-12]-Skipping album 'Spinners' (ID: 74236) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-12]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-01-12]-Starting analysis for: 71837.flac
[INFO]-[19-07-2026 09-01-12]-[AlbumTask-9fd7c3d1-ff34-4ea5-b0f2-562c3c68667d-Memoirs of an Imperfect Angel] Fetching tracks for album: Memoirs of an Imperfect Angel
[INFO]-[19-07-2026 09-01-12]-Skipping album 'Happiness Is Being With the Spinners' (ID: 74227) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-13]-Skipping album 'Pick of the Litter' (ID: 74218) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-13]-Feature plan for album 'Memoirs of an Imperfect Angel': MusiCNN=1, DCLAP=1, Lyrics=1 of 21 tracks.
[INFO]-[19-07-2026 09-01-13]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-01-13]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-01-13]-Skipping 'Betcha Gon' Know (the prologue) by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-13]-Skipping 'Obsessed by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-13]-Skipping 'H.A.T.E.U. by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-13]-Skipping 'Candy Bling by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-13]-Skipping 'Ribbon by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-13]-Skipping 'Inseparable by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-13]-Skipping 'Standing O by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-13]-[AlbumTask-9fd7c3d1-ff34-4ea5-b0f2-562c3c68667d-Memoirs of an Imperfect Angel] Analyzing track: It's a Wrap by Mariah Carey (8/21)
[INFO]-[19-07-2026 09-01-13]-Skipping album 'Down to Business' (ID: 74207) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-13]-Skipping album 'Love Trippin’' (ID: 74196) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[WARNING]-[19-07-2026 09-01-13]-Worker ade7305255a642a5bcc2c0227cd862c8: job cb6b9438-9b35-4f04-ba38-76d85d0ccb2a failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-01-13]-Work horse killed for job cb6b9438-9b35-4f04-ba38-76d85d0ccb2a: retpid=978, ret_val=11
[INFO]-[19-07-2026 09-01-13]-Job cb6b9438-9b35-4f04-ba38-76d85d0ccb2a: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-01-13]-default: tasks.analysis.analyze_album_task('74802', 'Memoirs of an Imperfect Angel', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (af6d4709-4715-4d3a-8289-03b14c350897)
[INFO]-[19-07-2026 09-01-13]-Skipping album 'Mighty Love' (ID: 74183) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-13]-Downloaded 'I Just Don’t Think I’ll Ever Get Over You' to '/app/temp_audio/73471.flac'
[INFO]-[19-07-2026 09-01-13]-Lazy-loading MusiCNN models for album: Transcendental Highway
[INFO]-[19-07-2026 09-01-13]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-01-13]-[AlbumTask-af6d4709-4715-4d3a-8289-03b14c350897-Memoirs of an Imperfect Angel] Fetching tracks for album: Memoirs of an Imperfect Angel
[INFO]-[19-07-2026 09-01-13]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-01-13]-Starting analysis for: 73471.flac
[INFO]-[19-07-2026 09-01-13]-Skipping album 'Labor of Love' (ID: 74176) - all 6 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-13]-Feature plan for album 'Memoirs of an Imperfect Angel': MusiCNN=1, DCLAP=1, Lyrics=1 of 21 tracks.
[INFO]-[19-07-2026 09-01-13]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-01-13]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-01-13]-Skipping 'Betcha Gon' Know (the prologue) by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-13]-Skipping 'Obsessed by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-13]-Skipping 'H.A.T.E.U. by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-13]-Skipping 'Candy Bling by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-13]-Skipping 'Ribbon by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-13]-Skipping 'Inseparable by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-13]-Skipping 'Standing O by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-13]-[AlbumTask-af6d4709-4715-4d3a-8289-03b14c350897-Memoirs of an Imperfect Angel] Analyzing track: It's a Wrap by Mariah Carey (8/21)
[INFO]-[19-07-2026 09-01-13]-Skipping album 'While the City Sleeps' (ID: 74150) - all 25 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-13]-Downloaded 'It's a Wrap' to '/app/temp_audio/74810.flac'
[INFO]-[19-07-2026 09-01-13]-Lazy-loading MusiCNN models for album: Memoirs of an Imperfect Angel
[INFO]-[19-07-2026 09-01-13]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-01-13]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-01-13]-Starting analysis for: 74810.flac
[INFO]-[19-07-2026 09-01-13]-Skipping album 'Cross Fire' (ID: 74133) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-13]-Skipping album 'Yesterday, Today & Tomorrow' (ID: 74124) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-13]-[MainAnalysisTask-1640e39b-95c3-4b9c-b4df-8aca09025cf8] Albums 94/5676
[INFO]-[19-07-2026 09-01-13]-Downloaded 'It's a Wrap' to '/app/temp_audio/74810.flac'
[INFO]-[19-07-2026 09-01-13]-Lazy-loading MusiCNN models for album: Memoirs of an Imperfect Angel
[INFO]-[19-07-2026 09-01-13]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-01-13]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-01-13]-Starting analysis for: 74810.flac
[INFO]-[19-07-2026 09-01-13]-Skipping album 'Mezmerize' (ID: 74111) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-14]-Session recycled after 1 uses
[INFO]-[19-07-2026 09-01-14]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-01-14]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-01-14]-Starting analysis for: 72151.flac
[INFO]-[19-07-2026 09-01-14]-Skipping album 'Toxicity' (ID: 74095) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-14]-Skipping album 'Hypnotize' (ID: 74082) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-14]-Skipping album 'System of a Down' (ID: 74063) - all 18 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-14]-Skipping album 'Steal This Album!' (ID: 74046) - all 16 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-14]-Skipping album 'Nevermind' (ID: 74031) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[WARNING]-[19-07-2026 09-01-14]-Worker efa16e0d29d74ce4b7be45077f2a4c75: job 897b792f-6199-408d-a427-07d5363b114a failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-01-14]-Work horse killed for job 897b792f-6199-408d-a427-07d5363b114a: retpid=1138, ret_val=11
[INFO]-[19-07-2026 09-01-14]-Job 897b792f-6199-408d-a427-07d5363b114a: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-01-14]-default: tasks.analysis.analyze_album_task('73944', 'In Utero', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (9ccf1409-aab7-4482-9bf2-38937eb0ab0d)
[INFO]-[19-07-2026 09-01-14]-Skipping album 'Bleach' (ID: 74005) - all 25 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-14]-[AlbumTask-9ccf1409-aab7-4482-9bf2-38937eb0ab0d-In Utero] Fetching tracks for album: In Utero
[INFO]-[19-07-2026 09-01-14]-Skipping album 'The Future' (ID: 73931) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-14]-Feature plan for album 'In Utero': MusiCNN=1, DCLAP=1, Lyrics=1 of 60 tracks.
[INFO]-[19-07-2026 09-01-14]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-01-14]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-01-14]-Skipping album 'South of Here' (ID: 73919) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-14]-Skipping 'Serve the Servants by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Scentless Apprentice by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Heart‐shaped Box by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Rape Me by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Frances Farmer Will Have Her Revenge on Seattle by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Dumb by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Very Ape by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Milk It by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Pennyroyal Tea by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Radio Friendly Unit Shifter by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Tourette’s by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'All Apologies by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Gallons of Rubbing Alcohol Flow Through the Strip by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Marigold (B‐side) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Moist Vagina (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Sappy (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'I Hate Myself and Want to Die (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Pennyroyal Tea (Scott Litt mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Heart Shaped Box (original Steve Albini 1993 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'All Apologies (original Steve Albini 1993 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Serve the Servants (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Scentless Apprentice (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Heart Shaped Box (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Rape Me (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Frances Farmer Will Have Her Revenge on Seattle (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Dumb (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Very Ape (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Milk It (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Pennyroyal Tea (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Radio Friendly Unit Shifter (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Tourette’s (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'All Apologies (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Scentless Apprentice (demo) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Frances Farmer Will Have Her Revenge on Seattle (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Dumb (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Very Ape (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Pennyroyal Tea (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Radio Friendly Unit Shifter (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Tourette’s (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Marigold (demo) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'All Apologies (demo) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Forgotten Tune (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Jam (demo) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Radio Friendly Unit Shifter (live & Loud) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-Skipping 'Drain You (live & Loud) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-14]-[AlbumTask-9ccf1409-aab7-4482-9bf2-38937eb0ab0d-In Utero] Analyzing track: Breed (live & Loud) by Nirvana (46/60)
[INFO]-[19-07-2026 09-01-15]-Skipping album 'Tearing at the Seams' (ID: 73904) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-15]-Skipping album 'Nathaniel Rateliff & The Night Sweats' (ID: 73881) - all 22 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-15]-Skipping album 'A Little Something More From' (ID: 73872) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-15]-Skipping album 'Live at Red Rocks' (ID: 73853) - all 18 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-15]-Skipping album 'Louder Than Words' (ID: 73839) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-15]-Downloaded 'Breed (live & Loud)' to '/app/temp_audio/73990.flac'
[INFO]-[19-07-2026 09-01-15]-Lazy-loading MusiCNN models for album: In Utero
[INFO]-[19-07-2026 09-01-15]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-01-15]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-01-15]-Starting analysis for: 73990.flac
[INFO]-[19-07-2026 09-01-15]-Skipping album 'Dancing on the Ceiling' (ID: 73804) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-16]-Skipping album 'Lionel Richie' (ID: 73769) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-16]-Skipping album 'Tuskegee' (ID: 73719) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-16]-Skipping album 'Time' (ID: 73671) - all 19 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-16]-Skipping album 'Can't Slow Down' (ID: 73662) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-16]-Skipping album 'American Sunshine' (ID: 73649) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-16]-Skipping album 'Peaks & Valleys' (ID: 73635) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-17]-Skipping album 'Fierce Mercy' (ID: 73621) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-17]-Skipping album 'Man @ Work' (ID: 73607) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-17]-Skipping album 'I Just Don’t Know What to Do With Myself' (ID: 73596) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-17]-Skipping album 'Man @ Work Volume 2' (ID: 73585) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-17]-Skipping album 'Gathering Mercury' (ID: 73570) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-17]-Skipping album 'Looking for Jack' (ID: 73559) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-17]-Skipping album 'Now and the Evermore (more)' (ID: 73541) - all 17 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-17]-Skipping album 'Are You Lookin' at Me?' (ID: 73528) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-17]-Skipping album 'Topanga' (ID: 73514) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-18]-Skipping album 'Company of Strangers' (ID: 73500) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-18]-Whisper-small active providers: encoder=CPUExecutionProvider decoder=CPUExecutionProvider
[INFO]-[19-07-2026 09-01-18]-Skipping album 'Next Year People' (ID: 73489) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-18]-Skipping album 'The Beacon Street Collection' (ID: 73447) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-18]-Whisper-small: pipeline ready (layers via past_kv discovery, num_heads=12, head_dim=64, 99 language tokens mapped)
[INFO]-[19-07-2026 09-01-18]-Whisper-small: starting transcription (beam_size=5, max_new_tokens=180, repetition_penalty=1.15, no_repeat_ngram=3, compression_ratio_threshold=2.40, lang_confidence_threshold=0.70, intra_op_threads=5, language_hint=None, audio_duration=219.84s)
[INFO]-[19-07-2026 09-01-18]-Skipping album 'No Doubt' (ID: 73432) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-18]-Skipping album 'Tragic Kingdom' (ID: 73417) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-18]-Job 0aa55e5f-53a9-483e-a830-34efd9dc7275: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-01-18]-Skipping album 'Return of Saturn' (ID: 73401) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-18]-Skipping album 'Rock Steady' (ID: 73385) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-18]-[MainAnalysisTask-1640e39b-95c3-4b9c-b4df-8aca09025cf8] Albums 131/5676
[INFO]-[19-07-2026 09-01-19]-Skipping album 'Push and Shove' (ID: 73365) - all 19 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-19]-Skipping album 'aMOTION' (ID: 73341) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-19]-Skipping album 'Mer de noms' (ID: 73351) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-19]-Skipping album 'Eat the Elephant' (ID: 73315) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-19]-Skipping album 'Thirteenth Step' (ID: 73328) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-19]-Skipping album 'eMOTIVe' (ID: 73302) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-19]-Skipping album 'Deadwing' (ID: 73291) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-20]-Skipping album 'Fear of a Blank Planet' (ID: 73284) - all 6 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-20]-Fingerprint index caught up with 3 canonical row(s) another worker committed since this one last looked.
[INFO]-[19-07-2026 09-01-20]-Skipping album 'Lightbulb Sun' (ID: 73273) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-20]-SUCCESSFULLY ANALYZED 'Size Too Small by Sufjan Stevens' as fp_30946b7cbac08c51d85ffb00cc12a422e215ae752d1c91ad535: tempo 104.17, energy 0.1447, key D minor, moods {'folk': 0.5832075476646423, 'acoustic': 0.577954888343811, 'indie': 0.5618352293968201, 'rock': 0.5391373038291931, 'alternative': 0.5271730422973633}
[INFO]-[19-07-2026 09-01-20]-- Starting CLAP analysis for Size Too Small by Sufjan Stevens...
[INFO]-[19-07-2026 09-01-20]-Lazy-loading CLAP audio model on first use...
[INFO]-[19-07-2026 09-01-20]-Loading CLAP audio model from /app/model/model_epoch_36.onnx...
[INFO]-[19-07-2026 09-01-20]-External data file detected: /app/model/model_epoch_36.onnx.data
[INFO]-[19-07-2026 09-01-20]-CLAP Audio: Using ONNX Runtime automatic thread management
[INFO]-[19-07-2026 09-01-20]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-01-20]-Skipping album 'On the Sunday of Life…' (ID: 73254) - all 18 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-20]-Skipping album 'Signify' (ID: 73241) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-20]-OK CLAP audio model loaded successfully (direct path)
[INFO]-[19-07-2026 09-01-20]-Skipping album 'Up the Downstair' (ID: 73236) - all 4 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-20]-Skipping album 'Stupid Dream' (ID: 73213) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-20]-Skipping album 'The Incident' (ID: 73194) - all 18 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-21]-Skipping album 'Closure / Continuation' (ID: 73183) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[WARNING]-[19-07-2026 09-01-21]-Worker d6d8066f34454114be5398400b0cc9b8: job 129d8c2c-e4f6-470b-a594-b9168b9b7989 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-01-21]-Work horse killed for job 129d8c2c-e4f6-470b-a594-b9168b9b7989: retpid=1257, ret_val=11
[INFO]-[19-07-2026 09-01-21]-Job 129d8c2c-e4f6-470b-a594-b9168b9b7989: enqueued for retry, 2 remaining
[INFO]-[19-07-2026 09-01-21]-Skipping album 'In Absentia' (ID: 73149) - all 33 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-21]-default: tasks.analysis.analyze_album_task('74143', 'Dancin’ and Lovin’', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (e1c7fb45-b150-4439-9829-dd6a44122aa1)
[INFO]-[19-07-2026 09-01-21]-OK CLAP audio model initialized successfully (for music analysis)
[INFO]-[19-07-2026 09-01-21]-Skipping album 'Give Up' (ID: 73122) - all 25 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-21]-[AlbumTask-e1c7fb45-b150-4439-9829-dd6a44122aa1-Dancin’ and Lovin’] Fetching tracks for album: Dancin’ and Lovin’
[INFO]-[19-07-2026 09-01-21]-Skipping album 'Mi Vida Local' (ID: 73108) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-21]-Feature plan for album 'Dancin’ and Lovin’': MusiCNN=1, DCLAP=1, Lyrics=1 of 6 tracks.
[INFO]-[19-07-2026 09-01-21]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-01-21]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-01-21]-Skipping 'Disco Ride (single version) by The Spinners' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-21]-Skipping 'Body Language by The Spinners' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-21]-[AlbumTask-e1c7fb45-b150-4439-9829-dd6a44122aa1-Dancin’ and Lovin’] Analyzing track: Let’s Boogie, Let’s Dance by The Spinners (3/6)
[INFO]-[19-07-2026 09-01-21]-Skipping album 'Overcast!' (ID: 73086) - all 21 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-21]-Skipping album 'Southsiders' (ID: 73065) - all 20 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-21]-Skipping album 'The Day Before Halloween' (ID: 73054) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-22]-Skipping album 'God Loves Ugly Instrumentals' (ID: 73034) - all 19 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-22]-Skipping album 'Lucy Ford: The Ant Instrumentals' (ID: 73022) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-22]-CLAP: Processing 36 segments (184.9s audio)
[INFO]-[19-07-2026 09-01-22]-Fingerprint index caught up with 3 canonical row(s) another worker committed since this one last looked.
[INFO]-[19-07-2026 09-01-22]-SUCCESSFULLY ANALYZED 'Once Upon a Time by Bob Dylan' as fp_30d63b74ba849c51c87ff312ed10a602e335a6616fdf93fd537: tempo 75.00, energy 0.1956, key F# minor, moods {'indie': 0.5447009801864624, 'folk': 0.5384702086448669, 'rock': 0.5351383686065674, 'alternative': 0.5241715908050537, 'acoustic': 0.5187135338783264}
[INFO]-[19-07-2026 09-01-22]-- Starting CLAP analysis for Once Upon a Time by Bob Dylan...
[INFO]-[19-07-2026 09-01-22]-Lazy-loading CLAP audio model on first use...
[INFO]-[19-07-2026 09-01-22]-Loading CLAP audio model from /app/model/model_epoch_36.onnx...
[INFO]-[19-07-2026 09-01-22]-External data file detected: /app/model/model_epoch_36.onnx.data
[INFO]-[19-07-2026 09-01-22]-CLAP Audio: Using ONNX Runtime automatic thread management
[INFO]-[19-07-2026 09-01-22]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-01-22]-Skipping album 'Fishing Blues' (ID: 72976) - all 18 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[WARNING]-[19-07-2026 09-01-22]-Worker 0317694601a14b3d82491cb0e7eedcab: job 7a915680-7a98-453d-ac07-5224251b95fb failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-01-22]-Work horse killed for job 7a915680-7a98-453d-ac07-5224251b95fb: retpid=1258, ret_val=11
[INFO]-[19-07-2026 09-01-22]-Job 7a915680-7a98-453d-ac07-5224251b95fb: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-01-22]-default: tasks.analysis.analyze_album_task('73733', 'Renaissance (Deluxe Edition)', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (c5864c50-cace-46e4-97dd-b54a2aeac27f)
[INFO]-[19-07-2026 09-01-22]-Downloaded 'Let’s Boogie, Let’s Dance' to '/app/temp_audio/74146.flac'
[INFO]-[19-07-2026 09-01-22]-Lazy-loading MusiCNN models for album: Dancin’ and Lovin’
[INFO]-[19-07-2026 09-01-22]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-01-22]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-01-22]-Starting analysis for: 74146.flac
[INFO]-[19-07-2026 09-01-22]-Skipping album 'The Family Sign' (ID: 72959) - all 16 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[WARNING]-[19-07-2026 09-01-22]-Worker 688e22b1234740d2962b319162035c77: job 18d94540-7e84-45a6-8216-03525e7162bf failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-01-22]-Work horse killed for job 18d94540-7e84-45a6-8216-03525e7162bf: retpid=1259, ret_val=11
[INFO]-[19-07-2026 09-01-22]-default: tasks.analysis.analyze_album_task('73473', 'Going Somewhere', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (cf3f717d-af21-4f34-a929-7c4f92321872)
[INFO]-[19-07-2026 09-01-22]-[AlbumTask-cf3f717d-af21-4f34-a929-7c4f92321872-Going Somewhere] Fetching tracks for album: Going Somewhere
[INFO]-[19-07-2026 09-01-22]-OK CLAP audio model loaded successfully (direct path)
[INFO]-[19-07-2026 09-01-22]-Skipping album 'Seven’s Travels' (ID: 72932) - all 26 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-22]-[AlbumTask-c5864c50-cace-46e4-97dd-b54a2aeac27f-Renaissance (Deluxe Edition)] Fetching tracks for album: Renaissance (Deluxe Edition)
[INFO]-[19-07-2026 09-01-22]-Feature plan for album 'Going Somewhere': MusiCNN=1, DCLAP=1, Lyrics=1 of 15 tracks.
[INFO]-[19-07-2026 09-01-22]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-01-22]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-01-22]-Skipping 'Beautiful World by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-22]-Skipping 'Looking for Jack by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-22]-Skipping 'Going Somewhere by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-22]-Skipping 'Wayfaring Sons by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-22]-Skipping 'Children on Parade by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-22]-Skipping 'My Brilliant Feat by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-22]-Skipping 'Waiting for My Real Life to Begin by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-22]-Skipping 'Don’t Wait Up by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-22]-Skipping 'Lifeline by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-22]-Skipping 'Circles Erratica by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-22]-Skipping 'Water Song by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-22]-Skipping 'Maggie by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-22]-Skipping 'I Don’t Know Why by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-22]-Skipping 'Waiting for My Real Life to Begin (radio edit) by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-22]-[AlbumTask-cf3f717d-af21-4f34-a929-7c4f92321872-Going Somewhere] Analyzing track: I Just Don’t Think I’ll Ever Get Over You (radio edit) by Colin Hay (15/15)
[INFO]-[19-07-2026 09-01-23]-Feature plan for album 'Renaissance (Deluxe Edition)': MusiCNN=4, DCLAP=3, Lyrics=3 of 35 tracks.
[INFO]-[19-07-2026 09-01-23]-Loaded CLAP text embeddings from Redis cache (6 labels)
[WARNING]-[19-07-2026 09-01-23]-Worker 561704dfe26a43b7abf3fecf30de192a: job 2f5ad90a-14cd-4a18-8f99-75263a60efc1 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-01-23]-Work horse killed for job 2f5ad90a-14cd-4a18-8f99-75263a60efc1: retpid=1079, ret_val=11
[INFO]-[19-07-2026 09-01-23]-Job 2f5ad90a-14cd-4a18-8f99-75263a60efc1: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-01-23]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-01-23]-default: tasks.analysis.analyze_album_task('73814', 'Just Go', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (cb6b9438-9b35-4f04-ba38-76d85d0ccb2a)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Angel by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Cinderella by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Tender Heart by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Dance the Night Away by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Tonight by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'How Long by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Don’t You Ever Go Away by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Wasted Time by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Piece of My Heart by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'It May Be the Water by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Here Is My Heart by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Don’t Stop the Music by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'I Forgot by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Shout It to the World (bonus track Japan/Oz/Nz) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Just Can’t Say Goodbye (bonus track UK/Jap/Oz/Nz) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'All Night Long (live from Edinburgh Castle) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Still (live Montreux Music Fest July 19, 2000) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Dancing on the Ceiling (live from Wembley) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Angel (Boogieman remix radio edit) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Angel (Boogieman remix extended) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Angel (Boogieman remix dub) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Angel (Crash & Burn remix vocal) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-[AlbumTask-c5864c50-cace-46e4-97dd-b54a2aeac27f-Renaissance (Deluxe Edition)] Analyzing track: Angel (Crash & Burn remix dub) by Lionel Richie (23/35)
[INFO]-[19-07-2026 09-01-23]-Skipping album 'WORD?' (ID: 72904) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-23]-Skipping album 'God Loves Ugly' (ID: 72885) - all 18 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-23]-[AlbumTask-cb6b9438-9b35-4f04-ba38-76d85d0ccb2a-Just Go] Fetching tracks for album: Just Go
[INFO]-[19-07-2026 09-01-23]-OK CLAP audio model initialized successfully (for music analysis)
[INFO]-[19-07-2026 09-01-23]-Skipping album 'So Many Other Realities Exist Simultaneously' (ID: 72864) - all 20 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[WARNING]-[19-07-2026 09-01-23]-Worker d4002542918241779fc38ffb3e066aa0: job b5820803-dd5c-40fc-bcd9-3af76341570b failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-01-23]-Work horse killed for job b5820803-dd5c-40fc-bcd9-3af76341570b: retpid=1337, ret_val=11
[INFO]-[19-07-2026 09-01-23]-Job b5820803-dd5c-40fc-bcd9-3af76341570b: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-01-23]-default: tasks.analysis.analyze_album_task('74143', 'Dancin’ and Lovin’', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (a47b8e70-82ff-459d-a6e3-b5857389512f)
[INFO]-[19-07-2026 09-01-23]-Feature plan for album 'Just Go': MusiCNN=2, DCLAP=1, Lyrics=1 of 24 tracks.
[INFO]-[19-07-2026 09-01-23]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-01-23]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-01-23]-Skipping album 'You Can’t Imagine How Much Fun We’re Having' (ID: 72850) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-23]-Downloaded 'I Just Don’t Think I’ll Ever Get Over You (radio edit)' to '/app/temp_audio/73488.flac'
[INFO]-[19-07-2026 09-01-23]-Lazy-loading MusiCNN models for album: Going Somewhere
[INFO]-[19-07-2026 09-01-23]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-01-23]-Skipping 'Forever by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Just Go by Lionel Richie feat. Akon' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Nothing Left to Give by Lionel Richie feat. Akon' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Forever and a Day by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'I’m Not Okay by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Good Morning by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Through My Eyes by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'I’m in Love by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Think of You by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Into You Deep by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Pastime by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Face in the Crowd by Lionel Richie & Trijntje Oosterhuis' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Somewhere in London by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Eternity by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Just Go (Mike Rizzo Funk Generation radio edit) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Just Go (Rich Morel’s radio edit) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Just Go (Friscia and Lamboy radio edit) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Just Go (Mike Rizzo Funk Generation club) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Just Go (Rich Morel’s Pink Noise club) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Just Go (Friscia and Lamboy After Dark club) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Just Go (Mike Rizzo Funk Generation dub) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Just Go (Rich Morel’s Pink Noise dub) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-[AlbumTask-cb6b9438-9b35-4f04-ba38-76d85d0ccb2a-Just Go] Analyzing track: Just Go (Friscia and Lamboy After Dark dub) by Lionel Richie (23/24)
[INFO]-[19-07-2026 09-01-23]-[AlbumTask-a47b8e70-82ff-459d-a6e3-b5857389512f-Dancin’ and Lovin’] Fetching tracks for album: Dancin’ and Lovin’
[INFO]-[19-07-2026 09-01-23]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-01-23]-Starting analysis for: 73488.flac
[INFO]-[19-07-2026 09-01-23]-Feature plan for album 'Dancin’ and Lovin’': MusiCNN=1, DCLAP=1, Lyrics=1 of 6 tracks.
[INFO]-[19-07-2026 09-01-23]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-01-23]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Disco Ride (single version) by The Spinners' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-Skipping 'Body Language by The Spinners' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-23]-[AlbumTask-a47b8e70-82ff-459d-a6e3-b5857389512f-Dancin’ and Lovin’] Analyzing track: Let’s Boogie, Let’s Dance by The Spinners (3/6)
[INFO]-[19-07-2026 09-01-23]-Skipping album 'Southsiders' (ID: 72812) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-24]-Downloaded 'Angel (Crash & Burn remix dub)' to '/app/temp_audio/73756.flac'
[INFO]-[19-07-2026 09-01-24]-Lazy-loading MusiCNN models for album: Renaissance (Deluxe Edition)
[INFO]-[19-07-2026 09-01-24]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-01-24]-Skipping album 'WORD?' (ID: 72797) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-24]-[MainAnalysisTask-1640e39b-95c3-4b9c-b4df-8aca09025cf8] Albums 163/5676
[INFO]-[19-07-2026 09-01-24]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-01-24]-Starting analysis for: 73756.flac
[INFO]-[19-07-2026 09-01-24]-Skipping album 'The Family Sign' (ID: 72782) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-24]-Skipping album 'Strictly Leakage' (ID: 72768) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[WARNING]-[19-07-2026 09-01-24]-Worker 5dbd0420c329488dbb839b5ede97e384: job 8f84a7ba-50ce-48cf-8e28-6ebf7c65b82e failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-01-24]-Work horse killed for job 8f84a7ba-50ce-48cf-8e28-6ebf7c65b82e: retpid=1380, ret_val=11
[INFO]-[19-07-2026 09-01-24]-default: tasks.analysis.analyze_album_task('71356', 'In Your Honor', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (897b792f-6199-408d-a427-07d5363b114a)
[INFO]-[19-07-2026 09-01-24]-Skipping album 'Seven's Travels Instrumentals' (ID: 72752) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-24]-[AlbumTask-897b792f-6199-408d-a427-07d5363b114a-In Your Honor] Fetching tracks for album: In Your Honor
[INFO]-[19-07-2026 09-01-24]-Skipping album 'When Life Gives You Lemons, You Paint That Shit Gold' (ID: 72734) - all 17 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-24]-Whisper-small: detected language='en' confidence=0.990 (threshold=0.70)
[INFO]-[19-07-2026 09-01-24]-Feature plan for album 'In Your Honor': MusiCNN=1, DCLAP=1, Lyrics=1 of 20 tracks.
[INFO]-[19-07-2026 09-01-24]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-01-24]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-01-24]-Skipping album 'Because of the Times' (ID: 72719) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-24]-Skipping 'In Your Honor by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-24]-Skipping 'No Way Back by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-24]-[AlbumTask-897b792f-6199-408d-a427-07d5363b114a-In Your Honor] Analyzing track: Best of You by Foo Fighters (3/20)
[INFO]-[19-07-2026 09-01-24]-Downloaded 'Just Go (Friscia and Lamboy After Dark dub)' to '/app/temp_audio/73837.flac'
[INFO]-[19-07-2026 09-01-24]-Lazy-loading MusiCNN models for album: Just Go
[INFO]-[19-07-2026 09-01-24]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-01-25]-Skipping album 'Come Around Sundown' (ID: 72702) - all 16 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-25]-Downloaded 'Let’s Boogie, Let’s Dance' to '/app/temp_audio/74146.flac'
[INFO]-[19-07-2026 09-01-25]-Lazy-loading MusiCNN models for album: Dancin’ and Lovin’
[INFO]-[19-07-2026 09-01-25]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-01-25]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-01-25]-Starting analysis for: 73837.flac
[INFO]-[19-07-2026 09-01-25]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-01-25]-Starting analysis for: 74146.flac
[INFO]-[19-07-2026 09-01-25]-Skipping album 'Mechanical Bull' (ID: 72688) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[WARNING]-[19-07-2026 09-01-25]-Worker 7144851fa5dd4a2a9c475cecd86184c6: job 9fd7c3d1-ff34-4ea5-b0f2-562c3c68667d failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-01-25]-Work horse killed for job 9fd7c3d1-ff34-4ea5-b0f2-562c3c68667d: retpid=1447, ret_val=11
[INFO]-[19-07-2026 09-01-25]-default: tasks.analysis.analyze_album_task('73944', 'In Utero', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (a023a105-8619-425f-bed4-cc5e22e5a130)
[INFO]-[19-07-2026 09-01-25]-Skipping album 'Only by the Night' (ID: 72676) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-25]-Skipping album 'WALLS' (ID: 72665) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-25]-Downloaded 'Best of You' to '/app/temp_audio/71359.flac'
[INFO]-[19-07-2026 09-01-25]-Lazy-loading MusiCNN models for album: In Your Honor
[INFO]-[19-07-2026 09-01-25]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-01-25]-CLAP: Processing 43 segments (216.0s audio)
[INFO]-[19-07-2026 09-01-25]-[AlbumTask-a023a105-8619-425f-bed4-cc5e22e5a130-In Utero] Fetching tracks for album: In Utero
[INFO]-[19-07-2026 09-01-25]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-01-25]-Starting analysis for: 71359.flac
[INFO]-[19-07-2026 09-01-25]-Skipping album 'Can We Please Have Fun' (ID: 72652) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-25]-Skipping album 'Youth & Young Manhood' (ID: 72639) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-25]-Feature plan for album 'In Utero': MusiCNN=1, DCLAP=1, Lyrics=1 of 60 tracks.
[INFO]-[19-07-2026 09-01-25]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-01-25]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-01-25]-Skipping 'Serve the Servants by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-25]-Skipping 'Scentless Apprentice by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-25]-Skipping 'Heart‐shaped Box by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-25]-Skipping 'Rape Me by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-25]-Skipping 'Frances Farmer Will Have Her Revenge on Seattle by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-25]-Skipping 'Dumb by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-25]-Skipping 'Very Ape by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-25]-Skipping 'Milk It by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-25]-Skipping 'Pennyroyal Tea by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-25]-Skipping 'Radio Friendly Unit Shifter by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-25]-Skipping 'Tourette’s by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-25]-Skipping 'All Apologies by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-25]-Skipping 'Gallons of Rubbing Alcohol Flow Through the Strip by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-25]-Skipping 'Marigold (B‐side) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-25]-Skipping 'Moist Vagina (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-25]-Skipping 'Sappy (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-25]-Skipping 'I Hate Myself and Want to Die (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-25]-Skipping 'Pennyroyal Tea (Scott Litt mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-25]-Skipping 'Heart Shaped Box (original Steve Albini 1993 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-25]-Skipping 'All Apologies (original Steve Albini 1993 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-25]-Skipping 'Serve the Servants (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-25]-Skipping 'Scentless Apprentice (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-26]-Skipping 'Heart Shaped Box (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-26]-Skipping 'Rape Me (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-26]-Skipping 'Frances Farmer Will Have Her Revenge on Seattle (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-26]-Skipping 'Dumb (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-26]-Skipping 'Very Ape (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-26]-Skipping 'Milk It (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-26]-Skipping 'Pennyroyal Tea (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-26]-Skipping 'Radio Friendly Unit Shifter (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-26]-Skipping 'Tourette’s (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-26]-Skipping 'All Apologies (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-26]-Skipping 'Scentless Apprentice (demo) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-26]-Skipping 'Frances Farmer Will Have Her Revenge on Seattle (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-26]-Skipping 'Dumb (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-26]-Skipping 'Very Ape (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-26]-Skipping 'Pennyroyal Tea (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-26]-Skipping 'Radio Friendly Unit Shifter (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-26]-Skipping 'Tourette’s (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-26]-Skipping 'Marigold (demo) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-26]-Skipping 'All Apologies (demo) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-26]-Skipping 'Forgotten Tune (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-26]-Skipping 'Jam (demo) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-26]-Skipping 'Radio Friendly Unit Shifter (live & Loud) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-26]-Skipping 'Drain You (live & Loud) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-26]-[AlbumTask-a023a105-8619-425f-bed4-cc5e22e5a130-In Utero] Analyzing track: Breed (live & Loud) by Nirvana (46/60)
[INFO]-[19-07-2026 09-01-26]-Skipping album 'Aha Shake Heartbreak' (ID: 72625) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-26]-Skipping album 'When You See Yourself' (ID: 72613) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-26]-Skipping album 'The Budos Band II' (ID: 72601) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-26]-Skipping album 'The Budos Band' (ID: 72577) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[WARNING]-[19-07-2026 09-01-26]-Worker ade7305255a642a5bcc2c0227cd862c8: job af6d4709-4715-4d3a-8289-03b14c350897 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-01-26]-Work horse killed for job af6d4709-4715-4d3a-8289-03b14c350897: retpid=1477, ret_val=11
[INFO]-[19-07-2026 09-01-26]-Job af6d4709-4715-4d3a-8289-03b14c350897: enqueued for retry, 2 remaining
[INFO]-[19-07-2026 09-01-26]-default: tasks.analysis.analyze_album_task('73814', 'Just Go', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (db1ac61f-ec77-480f-bda8-ce3787d88d25)
[INFO]-[19-07-2026 09-01-26]-Skipping album 'VII' (ID: 72589) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-26]-Skipping album 'V' (ID: 72566) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-27]-[AlbumTask-db1ac61f-ec77-480f-bda8-ce3787d88d25-Just Go] Fetching tracks for album: Just Go
[INFO]-[19-07-2026 09-01-27]-Skipping album 'Burnt Offering' (ID: 72555) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[WARNING]-[19-07-2026 09-01-27]-Worker 7c9d7712a1b44ee5971714b6cc25be95: job 52077ac0-28c9-40eb-8fee-4dd8532bd00a failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-01-27]-Work horse killed for job 52077ac0-28c9-40eb-8fee-4dd8532bd00a: retpid=1408, ret_val=11
[INFO]-[19-07-2026 09-01-27]-Skipping album 'The Budos Band III' (ID: 72543) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-27]-default: tasks.analysis.analyze_album_task('73779', 'Coming Home (deluxe edition)', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (b6f918c3-b785-4a15-94b6-83ef72621675)
[INFO]-[19-07-2026 09-01-27]-Feature plan for album 'Just Go': MusiCNN=2, DCLAP=1, Lyrics=1 of 24 tracks.
[INFO]-[19-07-2026 09-01-27]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-01-27]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-01-27]-Skipping 'Forever by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-27]-Skipping 'Just Go by Lionel Richie feat. Akon' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-27]-Skipping 'Nothing Left to Give by Lionel Richie feat. Akon' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-27]-Skipping 'Forever and a Day by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-27]-Skipping 'I’m Not Okay by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-27]-Skipping 'Good Morning by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-27]-Skipping 'Through My Eyes by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-27]-Skipping 'I’m in Love by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-27]-Skipping 'Think of You by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-27]-Skipping 'Into You Deep by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-27]-Skipping 'Pastime by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-27]-Skipping 'Face in the Crowd by Lionel Richie & Trijntje Oosterhuis' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-27]-Skipping 'Somewhere in London by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-27]-Skipping 'Eternity by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-27]-Skipping 'Just Go (Mike Rizzo Funk Generation radio edit) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-27]-Skipping 'Just Go (Rich Morel’s radio edit) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-27]-Skipping 'Just Go (Friscia and Lamboy radio edit) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-27]-Skipping 'Just Go (Mike Rizzo Funk Generation club) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-27]-Skipping 'Just Go (Rich Morel’s Pink Noise club) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-27]-Skipping 'Just Go (Friscia and Lamboy After Dark club) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-27]-Skipping 'Just Go (Mike Rizzo Funk Generation dub) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-27]-Skipping 'Just Go (Rich Morel’s Pink Noise dub) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-27]-[AlbumTask-db1ac61f-ec77-480f-bda8-ce3787d88d25-Just Go] Analyzing track: Just Go (Friscia and Lamboy After Dark dub) by Lionel Richie (23/24)
[INFO]-[19-07-2026 09-01-27]-Downloaded 'Breed (live & Loud)' to '/app/temp_audio/73990.flac'
[INFO]-[19-07-2026 09-01-27]-Lazy-loading MusiCNN models for album: In Utero
[INFO]-[19-07-2026 09-01-27]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-01-27]-Skipping album 'Long in the Tooth' (ID: 72531) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-27]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-01-27]-Starting analysis for: 73990.flac
[INFO]-[19-07-2026 09-01-27]-[AlbumTask-b6f918c3-b785-4a15-94b6-83ef72621675-Coming Home (deluxe edition)] Fetching tracks for album: Coming Home (deluxe edition)
[INFO]-[19-07-2026 09-01-27]-Skipping album 'Gold‐Diggers Sound' (ID: 72517) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-27]-Feature plan for album 'Coming Home (deluxe edition)': MusiCNN=2, DCLAP=2, Lyrics=2 of 24 tracks.
[INFO]-[19-07-2026 09-01-27]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-01-27]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-01-27]-Skipping 'I Call It Love by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-27]-Skipping 'Sweet Vacation by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-27]-Skipping 'Why by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-27]-Skipping 'What You Are by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-27]-Skipping 'Up All Night (alternate version) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-27]-Skipping 'I’m Coming Home by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-27]-Skipping 'All Around the World by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-27]-Skipping 'Out of My Head by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-27]-Skipping 'Reason to Believe by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-27]-Skipping 'Stand Down by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-27]-Skipping 'I Love You by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-27]-Skipping 'I Apologize by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-27]-Skipping 'I’m Missing Her by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-27]-[AlbumTask-b6f918c3-b785-4a15-94b6-83ef72621675-Coming Home (deluxe edition)] Analyzing track: I Call It Love (Moto Blanco remix) by Lionel Richie (14/24)
[INFO]-[19-07-2026 09-01-27]-Skipping album 'That Was Yesterday' (ID: 72515) - all 1 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-27]-Skipping album 'Leon' (ID: 72501) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-28]-Skipping album 'Good Thing' (ID: 72489) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-28]-Skipping album 'Coming Home' (ID: 72473) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-28]-Skipping album 'Bringing It All Back Home' (ID: 72460) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[WARNING]-[19-07-2026 09-01-28]-Worker efa16e0d29d74ce4b7be45077f2a4c75: job 9ccf1409-aab7-4482-9bf2-38937eb0ab0d failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-01-28]-Work horse killed for job 9ccf1409-aab7-4482-9bf2-38937eb0ab0d: retpid=1573, ret_val=11
[INFO]-[19-07-2026 09-01-28]-Job 9ccf1409-aab7-4482-9bf2-38937eb0ab0d: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-01-28]-default: tasks.analysis.analyze_album_task('73733', 'Renaissance (Deluxe Edition)', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (72184ca9-18b5-417e-9fe9-b5182ec5d32f)
[INFO]-[19-07-2026 09-01-28]-Downloaded 'Just Go (Friscia and Lamboy After Dark dub)' to '/app/temp_audio/73837.flac'
[INFO]-[19-07-2026 09-01-28]-Skipping album 'Fallen Angels' (ID: 72447) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-28]-Lazy-loading MusiCNN models for album: Just Go
[INFO]-[19-07-2026 09-01-28]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-01-28]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-01-28]-Starting analysis for: 73837.flac
[INFO]-[19-07-2026 09-01-28]-[AlbumTask-72184ca9-18b5-417e-9fe9-b5182ec5d32f-Renaissance (Deluxe Edition)] Fetching tracks for album: Renaissance (Deluxe Edition)
[INFO]-[19-07-2026 09-01-28]-Skipping album 'Infidels' (ID: 72438) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-28]-Feature plan for album 'Renaissance (Deluxe Edition)': MusiCNN=4, DCLAP=3, Lyrics=3 of 35 tracks.
[INFO]-[19-07-2026 09-01-28]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-01-28]-Skipping album 'Nashville Skyline' (ID: 72427) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-28]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-01-28]-Skipping 'Angel by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-28]-Skipping 'Cinderella by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-28]-Skipping 'Tender Heart by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-28]-Skipping 'Dance the Night Away by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-28]-Skipping 'Tonight by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-28]-Skipping 'How Long by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-28]-Skipping 'Don’t You Ever Go Away by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-28]-Skipping 'Wasted Time by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-28]-Skipping 'Piece of My Heart by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-28]-Skipping 'It May Be the Water by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-28]-Skipping 'Here Is My Heart by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-28]-Skipping 'Don’t Stop the Music by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-28]-Skipping 'I Forgot by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-28]-Skipping 'Shout It to the World (bonus track Japan/Oz/Nz) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-28]-Skipping 'Just Can’t Say Goodbye (bonus track UK/Jap/Oz/Nz) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-28]-Skipping 'All Night Long (live from Edinburgh Castle) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-28]-Skipping 'Still (live Montreux Music Fest July 19, 2000) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-28]-Skipping 'Dancing on the Ceiling (live from Wembley) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-28]-Skipping 'Angel (Boogieman remix radio edit) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-28]-Skipping 'Angel (Boogieman remix extended) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-28]-Skipping 'Angel (Boogieman remix dub) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-28]-Skipping 'Angel (Crash & Burn remix vocal) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-28]-[AlbumTask-72184ca9-18b5-417e-9fe9-b5182ec5d32f-Renaissance (Deluxe Edition)] Analyzing track: Angel (Crash & Burn remix dub) by Lionel Richie (23/35)
[INFO]-[19-07-2026 09-01-29]-Skipping album 'Shot of Love' (ID: 72416) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-29]-[MainAnalysisTask-1640e39b-95c3-4b9c-b4df-8aca09025cf8] Albums 193/5676
/app/tasks/analysis/song.py:384: UserWarning: PySoundFile failed. Trying audioread instead.
audio, sr = librosa.load(file_path, sr=target_sr, mono=True, duration=AUDIO_LOAD_TIMEOUT)
/usr/local/lib/python3.12/dist-packages/librosa/core/audio.py:184: FutureWarning: librosa.core.audio.__audioread_load
Deprecated as of librosa version 0.10.0.
It will be removed in librosa version 1.0.
y, sr_native = __audioread_load(path, offset, duration, dtype)
[WARNING]-[19-07-2026 09-01-29]-Direct librosa load failed for 73756.flac: . Attempting PyAV fallback.
[INFO]-[19-07-2026 09-01-29]-Downloaded 'I Call It Love (Moto Blanco remix)' to '/app/temp_audio/73793.flac'
[INFO]-[19-07-2026 09-01-29]-Lazy-loading MusiCNN models for album: Coming Home (deluxe edition)
[INFO]-[19-07-2026 09-01-29]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-01-29]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-01-29]-Starting analysis for: 73793.flac
[INFO]-[19-07-2026 09-01-29]-Skipping album 'Street‐Legal' (ID: 72406) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-29]-Skipping album 'The Freewheelin’ Bob Dylan' (ID: 72392) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-29]-Skipping album 'Under the Red Sky' (ID: 72381) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-29]-Downloaded 'Angel (Crash & Burn remix dub)' to '/app/temp_audio/73756.flac'
[INFO]-[19-07-2026 09-01-29]-Lazy-loading MusiCNN models for album: Renaissance (Deluxe Edition)
[INFO]-[19-07-2026 09-01-29]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-01-29]-Skipping album 'Tempest' (ID: 72370) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-29]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-01-29]-Starting analysis for: 73756.flac
[INFO]-[19-07-2026 09-01-30]-Skipping album 'Bob Dylan' (ID: 72356) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-30]-Skipping album 'Christmas in the Heart' (ID: 72340) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-30]-Skipping album 'Highway 61 Revisited' (ID: 72330) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-30]-Skipping album 'Down in the Groove' (ID: 72319) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-30]-Skipping album 'Good As I Been to You' (ID: 72305) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-30]-Skipping album 'Together Through Life' (ID: 72294) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-30]-Skipping album 'Self Portrait' (ID: 72269) - all 24 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-31]-Skipping album 'Oh Mercy' (ID: 72258) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-31]-Skipping album 'Planet Waves' (ID: 72246) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-31]-Skipping album 'Desire' (ID: 72236) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-31]-Skipping album 'Empire Burlesque' (ID: 72225) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-31]-Skipping album 'Saved' (ID: 72215) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-31]-Skipping album 'Knocked Out Loaded' (ID: 72206) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-32]-Skipping album 'World Gone Wrong' (ID: 72195) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-32]-OK CLAP audio model unloaded (~268MB freed), text cache preserved
[INFO]-[19-07-2026 09-01-32]-- CLAP embedding saved (512-dim)
[INFO]-[19-07-2026 09-01-32]-- Other Features: danceable:0.57,aggressive:0.59,happy:0.62,party:0.58,relaxed:0.63,sad:0.67
[INFO]-[19-07-2026 09-01-32]-- Starting lyrics analysis for Size Too Small by Sufjan Stevens...
[INFO]-[19-07-2026 09-01-32]-STEP 2 start: media server lyrics (track_id='71837')
[INFO]-[19-07-2026 09-01-32]-Skipping album 'Blonde on Blonde' (ID: 72168) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-32]-STEP 2 end: media server HIT (1203 chars) - skipping STEPS 3, 4, 5
[INFO]-[19-07-2026 09-01-32]-STEP 3 skipped: already have lyrics from media server
[INFO]-[19-07-2026 09-01-32]-STEP 6: langdetect (1203 chars) -> 'en' (conf=1.00)
[INFO]-[19-07-2026 09-01-32]-STEP 7 end: language=en, kept_text=True
[INFO]-[19-07-2026 09-01-32]-STEP 9 start: embedding + axis scoring (chars=1203)
[INFO]-[19-07-2026 09-01-32]-Skipping album 'The Times They Are A‐Changin’' (ID: 72115) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-32]-Skipping album 'Slow Train Coming' (ID: 72105) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-33]-Skipping album 'John Wesley Harding' (ID: 72092) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-33]-Skipping album '“Love and Theft”' (ID: 72079) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-33]-Skipping album 'Modern Times' (ID: 72068) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-33]-Skipping album 'Rough and Rowdy Ways' (ID: 72057) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-33]-Skipping album 'New Morning' (ID: 72044) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-33]-Skipping album 'Time Out of Mind' (ID: 72032) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-33]-Skipping album 'Blood on the Tracks (test pressing)' (ID: 72021) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-34]-Skipping album 'The Basement Tapes' (ID: 71996) - all 24 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-34]-STEP 9 end: embedding=(768,) axis_vector_dim=27
[INFO]-[19-07-2026 09-01-34]-- Lyrics embedding saved
[INFO]-[19-07-2026 09-01-34]-Skipping 'We Won't Need Legs to Stand by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-34]-Skipping 'A Good Man Is Hard to Find by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-34]-Skipping 'He Woke Me Up Again by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-34]-Skipping 'Seven Swans by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-34]-Skipping 'The Transfiguration by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-34]-Skipping 'I Went Dancing With My Sister by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-34]-Skipping 'Waste of What Your Kids Won't Have by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-34]-Cleaning up 2 MusiCNN model sessions (album end)
[INFO]-[19-07-2026 09-01-34]-Skipping album '[A Christmas Album]' (ID: 71983) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-34]-[MainAnalysisTask-1640e39b-95c3-4b9c-b4df-8aca09025cf8] Albums 223/5676
[INFO]-[19-07-2026 09-01-34]-Skipping album 'Letting Off the Happiness' (ID: 71972) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-34]-Skipping album 'A Collection of Songs Written and Recorded 1995–1997' (ID: 71951) - all 20 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-34]-Skipping album 'The People’s Key' (ID: 71940) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-34]-Skipping album 'Cassadaga' (ID: 71926) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-34]-Skipping album 'Down in the Weeds, Where the World Once Was' (ID: 71911) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-35]-Skipping album 'Digital Ash in a Digital Urn' (ID: 71898) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-35]-Skipping album 'Five Dice, All Threes' (ID: 71873) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-35]-Skipping album 'I’m Wide Awake, It’s Morning' (ID: 71887) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-35]-Skipping album 'Fevers and Mirrors' (ID: 71860) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-35]-Skipping album 'LIFTED or The Story Is in the Soil, Keep Your Ear to the Ground' (ID: 71846) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-35]-Skipping album 'The Age of Adz' (ID: 71818) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-35]-Skipping album 'Javelin' (ID: 71807) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-35]-OK CLAP audio model unloaded (~268MB freed), text cache preserved
[INFO]-[19-07-2026 09-01-35]-- CLAP embedding saved (512-dim)
[INFO]-[19-07-2026 09-01-35]-- Other Features: danceable:0.57,aggressive:0.58,happy:0.63,party:0.57,relaxed:0.62,sad:0.64
[INFO]-[19-07-2026 09-01-36]-- Starting lyrics analysis for Once Upon a Time by Bob Dylan...
[INFO]-[19-07-2026 09-01-36]-STEP 2 start: media server lyrics (track_id='72151')
[INFO]-[19-07-2026 09-01-36]-Cleaning up LYRICS model (album end)
[INFO]-[19-07-2026 09-01-36]-STEP 2 end: media server MISS
[INFO]-[19-07-2026 09-01-36]-STEP 3 start: external lyrics API (enabled=True, artist='Bob Dylan', track='Once Upon a Time')
[INFO]-[19-07-2026 09-01-36]-STEP 3 end: API MISS - falling back to Whisper-small ASR
[INFO]-[19-07-2026 09-01-36]-STEP 4 start: prepare audio (max 240.0s)
[INFO]-[19-07-2026 09-01-36]-STEP 4 end: audio ready, used=216.04s samples=3456640 sr=16000
[INFO]-[19-07-2026 09-01-36]-Skipping album 'A Beginner’s Mind' (ID: 71792) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-36]-Silero VAD ONNX session ready (path=/app/model/silero_vad.onnx, provider=CPUExecutionProvider)
[INFO]-[19-07-2026 09-01-36]-Skipping album 'The Ascension' (ID: 71757) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-36]-Skipping album 'A Sun Came!' (ID: 71735) - all 21 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-36]-Skipping album 'Michigan' (ID: 71697) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[WARNING]-[19-07-2026 09-01-37]-Worker d6d8066f34454114be5398400b0cc9b8: job e1c7fb45-b150-4439-9829-dd6a44122aa1 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-01-37]-Work horse killed for job e1c7fb45-b150-4439-9829-dd6a44122aa1: retpid=1660, ret_val=11
[INFO]-[19-07-2026 09-01-37]-Job e1c7fb45-b150-4439-9829-dd6a44122aa1: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-01-37]-default: tasks.analysis.analyze_album_task('73691', 'Just for You', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (5b3fc875-ca84-4bed-b178-a7c57333f528)
[INFO]-[19-07-2026 09-01-37]-Skipping album 'Enjoy Your Rabbit' (ID: 71659) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-37]-[AlbumTask-5b3fc875-ca84-4bed-b178-a7c57333f528-Just for You] Fetching tracks for album: Just for You
[INFO]-[19-07-2026 09-01-37]-Feature plan for album 'Just for You': MusiCNN=2, DCLAP=2, Lyrics=2 of 27 tracks.
[INFO]-[19-07-2026 09-01-37]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-01-37]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-01-37]-Skipping 'Just for You by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-37]-Skipping 'I Still Believe by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-37]-Skipping 'Long Long Way to Go by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-37]-Skipping 'Just to Be With You Again by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-37]-Skipping 'Heaven by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-37]-Skipping 'She’s Amazing by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-37]-Skipping 'Ball and Chain by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-37]-Skipping 'Time of Our Life by Lionel Richie feat. Lenny Kravitz' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-37]-Skipping 'Outrageous by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-37]-Skipping 'Road to Heaven by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-37]-Skipping 'Do Ya (domestic version) by Lionel Richie feat. Daniel Bedingfield' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-37]-Skipping 'In My Dreams by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-37]-Skipping 'One World by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-37]-Skipping 'Dance for the World by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-37]-Skipping 'If You Belong to Me by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-37]-Skipping 'The World Is a Party by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-37]-[AlbumTask-5b3fc875-ca84-4bed-b178-a7c57333f528-Just for You] Analyzing track: Just for You (Pound Boys club mix) by Lionel Richie (17/27)
[INFO]-[19-07-2026 09-01-37]-Skipping album 'Heart On' (ID: 71577) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-37]-Skipping album 'Peace Love Death Metal' (ID: 71561) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-37]-Skipping album 'Zipper Down' (ID: 71549) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[WARNING]-[19-07-2026 09-01-37]-Worker d4002542918241779fc38ffb3e066aa0: job a47b8e70-82ff-459d-a6e3-b5857389512f failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-01-37]-Work horse killed for job a47b8e70-82ff-459d-a6e3-b5857389512f: retpid=1721, ret_val=11
[INFO]-[19-07-2026 09-01-37]-Job a47b8e70-82ff-459d-a6e3-b5857389512f: enqueued for retry, 2 remaining
[INFO]-[19-07-2026 09-01-37]-default: tasks.analysis.analyze_album_task('73473', 'Going Somewhere', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (0b98dee9-ab39-4f1c-8b18-9cd97dd1acf3)
[WARNING]-[19-07-2026 09-01-38]-Worker 688e22b1234740d2962b319162035c77: job cf3f717d-af21-4f34-a929-7c4f92321872 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-01-38]-Work horse killed for job cf3f717d-af21-4f34-a929-7c4f92321872: retpid=1705, ret_val=11
[INFO]-[19-07-2026 09-01-38]-Job cf3f717d-af21-4f34-a929-7c4f92321872: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-01-38]-default: tasks.analysis.analyze_album_task('73459', 'Transcendental Highway', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (cf5e59f2-4522-4846-9612-0c32c87fa1f7)
[INFO]-[19-07-2026 09-01-38]-Skipping album 'Death by Sexy…' (ID: 71521) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-38]-[AlbumTask-0b98dee9-ab39-4f1c-8b18-9cd97dd1acf3-Going Somewhere] Fetching tracks for album: Going Somewhere
[INFO]-[19-07-2026 09-01-38]-[AlbumTask-cf5e59f2-4522-4846-9612-0c32c87fa1f7-Transcendental Highway] Fetching tracks for album: Transcendental Highway
[INFO]-[19-07-2026 09-01-38]-Skipping album 'EODM Presents: Boots Electric Performing the Best Songs We Never Wrote' (ID: 71535) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-38]-Feature plan for album 'Going Somewhere': MusiCNN=1, DCLAP=1, Lyrics=1 of 15 tracks.
[INFO]-[19-07-2026 09-01-38]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-01-38]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-01-38]-Skipping album 'Ruins' (ID: 71509) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-38]-Skipping 'Beautiful World by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-38]-Skipping 'Looking for Jack by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-38]-Skipping 'Going Somewhere by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-38]-Skipping 'Wayfaring Sons by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-38]-Skipping 'Children on Parade by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-38]-Skipping 'My Brilliant Feat by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-38]-Skipping 'Waiting for My Real Life to Begin by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-38]-Skipping 'Don’t Wait Up by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-38]-Skipping 'Lifeline by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-38]-Skipping 'Circles Erratica by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-38]-Skipping 'Water Song by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-38]-Skipping 'Maggie by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-38]-Skipping 'I Don’t Know Why by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-38]-Skipping 'Waiting for My Real Life to Begin (radio edit) by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-38]-[AlbumTask-0b98dee9-ab39-4f1c-8b18-9cd97dd1acf3-Going Somewhere] Analyzing track: I Just Don’t Think I’ll Ever Get Over You (radio edit) by Colin Hay (15/15)
[INFO]-[19-07-2026 09-01-38]-Feature plan for album 'Transcendental Highway': MusiCNN=1, DCLAP=1, Lyrics=1 of 13 tracks.
[INFO]-[19-07-2026 09-01-38]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-01-38]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-01-38]-Skipping 'Transcendental Highway by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-38]-Skipping 'Don’t Believe You Anymore by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-38]-Skipping 'My Brilliant Feat by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-38]-Skipping 'Goodbye My Red Rose by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-38]-Skipping 'If I Go by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-38]-Skipping 'I’m Doing Fine by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-38]-Skipping 'Wash It All Away by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-38]-Skipping 'Cactus by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-38]-Skipping 'Death Row Conversation by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-38]-Skipping 'I’ll Leave the Light On by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-38]-Skipping 'Freedom Calling by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-01-38]-[AlbumTask-cf5e59f2-4522-4846-9612-0c32c87fa1f7-Transcendental Highway] Analyzing track: I Just Don’t Think I’ll Ever Get Over You by Colin Hay (12/13)
[INFO]-[19-07-2026 09-01-38]-Skipping album 'Stay Gold' (ID: 71498) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-38]-Downloaded 'Just for You (Pound Boys club mix)' to '/app/temp_audio/73708.flac'
[INFO]-[19-07-2026 09-01-38]-Lazy-loading MusiCNN models for album: Just for You
[INFO]-[19-07-2026 09-01-38]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-01-38]-Skipping album 'The Big Black & The Blue' (ID: 71486) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-38]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-01-38]-Starting analysis for: 73708.flac
[INFO]-[19-07-2026 09-01-38]-VAD: 86.86s voiced - keeping voiced segments (max_prob=0.997 over 6751 windows)
[INFO]-[19-07-2026 09-01-38]-VAD: 216.04s -> 86.86s voiced
[INFO]-[19-07-2026 09-01-38]-STEP 5 start: whisper_small transcription (threads=8, timeout=300s)
[INFO]-[19-07-2026 09-01-38]-Whisper-small: loading ONNX sessions from /app/model/whisper-small-onnx (intra_op_threads=5, inter_op_threads=1, mode=SEQUENTIAL, arena=disabled, mem_pattern=disabled)
[INFO]-[19-07-2026 09-01-38]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-01-38]-Skipping album 'The Lion’s Roar' (ID: 71475) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-39]-Downloaded 'I Just Don’t Think I’ll Ever Get Over You (radio edit)' to '/app/temp_audio/73488.flac'
[INFO]-[19-07-2026 09-01-39]-Lazy-loading MusiCNN models for album: Going Somewhere
[INFO]-[19-07-2026 09-01-39]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-01-39]-Skipping album 'Palomino' (ID: 71463) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-39]-Lyrics models unloaded (~2 GB freed)
[INFO]-[19-07-2026 09-01-39]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-01-39]-Starting analysis for: 73488.flac
[INFO]-[19-07-2026 09-01-39]-[MainAnalysisTask-1640e39b-95c3-4b9c-b4df-8aca09025cf8] Albums 250/5676
[INFO]-[19-07-2026 09-01-39]-Downloaded 'I Just Don’t Think I’ll Ever Get Over You' to '/app/temp_audio/73471.flac'
[INFO]-[19-07-2026 09-01-39]-Lazy-loading MusiCNN models for album: Transcendental Highway
[INFO]-[19-07-2026 09-01-39]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-01-39]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-01-39]-Starting analysis for: 73471.flac
[INFO]-[19-07-2026 09-01-39]-Skipping album 'One by One' (ID: 71427) - all 17 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-01-39]-Skipping album 'There Is Nothing Left to Lose' (ID: 71415) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-15]-'Breed (live & Loud) by Nirvana' is already catalogued as fp_37c4ff105f0f4b7a1a772f7f30e1d556b8a9ff0699e555bef3f; running only its missing stages (CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-15]-- Starting CLAP analysis for Breed (live & Loud) by Nirvana...
[INFO]-[19-07-2026 09-04-15]-Lazy-loading CLAP audio model on first use...
[INFO]-[19-07-2026 09-04-15]-Loading CLAP audio model from /app/model/model_epoch_36.onnx...
[INFO]-[19-07-2026 09-04-15]-External data file detected: /app/model/model_epoch_36.onnx.data
[INFO]-[19-07-2026 09-04-15]-CLAP Audio: Using ONNX Runtime automatic thread management
[INFO]-[19-07-2026 09-04-15]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-04-15]-OK CLAP audio model loaded successfully (direct path)
[INFO]-[19-07-2026 09-04-15]-OK CLAP audio model initialized successfully (for music analysis)
[INFO]-[19-07-2026 09-04-15]-SUCCESSFULLY ANALYZED 'I Just Don’t Think I’ll Ever Get Over You (radio edit) by Colin Hay' as fp_30946b7cbac00c51d85ff302cc12a422e29dae752f1c913d537: tempo 156.25, energy 0.0884, key E minor, moods {'acoustic': 0.577763557434082, 'folk': 0.5697957277297974, 'indie': 0.5517552495002747, 'rock': 0.5496101379394531, 'alternative': 0.5292308330535889}
[INFO]-[19-07-2026 09-04-15]-- Starting CLAP analysis for I Just Don’t Think I’ll Ever Get Over You (radio edit) by Colin Hay...
[INFO]-[19-07-2026 09-04-15]-Lazy-loading CLAP audio model on first use...
[INFO]-[19-07-2026 09-04-15]-Loading CLAP audio model from /app/model/model_epoch_36.onnx...
[INFO]-[19-07-2026 09-04-15]-External data file detected: /app/model/model_epoch_36.onnx.data
[INFO]-[19-07-2026 09-04-15]-CLAP Audio: Using ONNX Runtime automatic thread management
[INFO]-[19-07-2026 09-04-15]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-04-15]-OK CLAP audio model loaded successfully (direct path)
[INFO]-[19-07-2026 09-04-15]-CLAP: Processing 38 segments (193.7s audio)
[INFO]-[19-07-2026 09-04-15]-OK CLAP audio model initialized successfully (for music analysis)
[INFO]-[19-07-2026 09-04-17]-CLAP: Processing 54 segments (271.3s audio)
[INFO]-[19-07-2026 09-04-21]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: killed horse pid 60
[WARNING]-[19-07-2026 09-04-21]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job a023a105-8619-425f-bed4-cc5e22e5a130 stopped by user, moving job to FailedJobRegistry
[INFO]-[19-07-2026 09-04-21]-default: tasks.analysis.analyze_album_task('73733', 'Renaissance (Deluxe Edition)', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (72184ca9-18b5-417e-9fe9-b5182ec5d32f)
[INFO]-[19-07-2026 09-04-21]-[AlbumTask-72184ca9-18b5-417e-9fe9-b5182ec5d32f-Renaissance (Deluxe Edition)] Fetching tracks for album: Renaissance (Deluxe Edition)
[INFO]-[19-07-2026 09-04-21]-Feature plan for album 'Renaissance (Deluxe Edition)': MusiCNN=4, DCLAP=3, Lyrics=3 of 35 tracks.
[INFO]-[19-07-2026 09-04-21]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-04-21]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-04-21]-Skipping 'Angel by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-21]-Skipping 'Cinderella by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-21]-Skipping 'Tender Heart by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-21]-Skipping 'Dance the Night Away by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-21]-Skipping 'Tonight by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-21]-Skipping 'How Long by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-21]-Skipping 'Don’t You Ever Go Away by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-21]-Skipping 'Wasted Time by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-21]-Skipping 'Piece of My Heart by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-21]-Skipping 'It May Be the Water by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-21]-Skipping 'Here Is My Heart by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-21]-Skipping 'Don’t Stop the Music by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-21]-Skipping 'I Forgot by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-21]-Skipping 'Shout It to the World (bonus track Japan/Oz/Nz) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-21]-Skipping 'Just Can’t Say Goodbye (bonus track UK/Jap/Oz/Nz) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-21]-Skipping 'All Night Long (live from Edinburgh Castle) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-21]-Skipping 'Still (live Montreux Music Fest July 19, 2000) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-21]-Skipping 'Dancing on the Ceiling (live from Wembley) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-21]-Skipping 'Angel (Boogieman remix radio edit) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-21]-Skipping 'Angel (Boogieman remix extended) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-21]-Skipping 'Angel (Boogieman remix dub) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-21]-Skipping 'Angel (Crash & Burn remix vocal) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-21]-[AlbumTask-72184ca9-18b5-417e-9fe9-b5182ec5d32f-Renaissance (Deluxe Edition)] Analyzing track: Angel (Crash & Burn remix dub) by Lionel Richie (23/35)
[INFO]-[19-07-2026 09-04-22]-Downloaded 'Angel (Crash & Burn remix dub)' to '/app/temp_audio/73756.flac'
[INFO]-[19-07-2026 09-04-22]-Lazy-loading MusiCNN models for album: Renaissance (Deluxe Edition)
[INFO]-[19-07-2026 09-04-22]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-04-22]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-04-22]-Starting analysis for: 73756.flac
[INFO]-[19-07-2026 09-04-22]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: killed horse pid 156
[WARNING]-[19-07-2026 09-04-22]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 72184ca9-18b5-417e-9fe9-b5182ec5d32f stopped by user, moving job to FailedJobRegistry
[INFO]-[19-07-2026 09-04-22]-default: tasks.analysis.analyze_album_task('73459', 'Transcendental Highway', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (cf5e59f2-4522-4846-9612-0c32c87fa1f7)
[INFO]-[19-07-2026 09-04-23]-[AlbumTask-cf5e59f2-4522-4846-9612-0c32c87fa1f7-Transcendental Highway] Fetching tracks for album: Transcendental Highway
[INFO]-[19-07-2026 09-04-23]-Feature plan for album 'Transcendental Highway': MusiCNN=1, DCLAP=1, Lyrics=1 of 13 tracks.
[INFO]-[19-07-2026 09-04-23]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-04-23]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-04-23]-Skipping 'Transcendental Highway by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-23]-Skipping 'Don’t Believe You Anymore by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-23]-Skipping 'My Brilliant Feat by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-23]-Skipping 'Goodbye My Red Rose by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-23]-Skipping 'If I Go by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-23]-Skipping 'I’m Doing Fine by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-23]-Skipping 'Wash It All Away by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-23]-Skipping 'Cactus by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-23]-Skipping 'Death Row Conversation by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-23]-Skipping 'I’ll Leave the Light On by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-23]-Skipping 'Freedom Calling by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-23]-[AlbumTask-cf5e59f2-4522-4846-9612-0c32c87fa1f7-Transcendental Highway] Analyzing track: I Just Don’t Think I’ll Ever Get Over You by Colin Hay (12/13)
[INFO]-[19-07-2026 09-04-24]-Downloaded 'I Just Don’t Think I’ll Ever Get Over You' to '/app/temp_audio/73471.flac'
[INFO]-[19-07-2026 09-04-24]-Lazy-loading MusiCNN models for album: Transcendental Highway
[INFO]-[19-07-2026 09-04-24]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-04-24]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-04-24]-Starting analysis for: 73471.flac
[INFO]-[19-07-2026 09-04-24]-OK CLAP audio model unloaded (~268MB freed), text cache preserved
[INFO]-[19-07-2026 09-04-24]-- CLAP embedding saved (512-dim)
[INFO]-[19-07-2026 09-04-24]-- Other Features: danceable:0.58,aggressive:0.61,happy:0.64,party:0.59,relaxed:0.63,sad:0.69
[INFO]-[19-07-2026 09-04-24]-- Starting lyrics analysis for I Just Don’t Think I’ll Ever Get Over You (radio edit) by Colin Hay...
[INFO]-[19-07-2026 09-04-24]-STEP 2 start: media server lyrics (track_id='73488')
[INFO]-[19-07-2026 09-04-25]-STEP 2 end: media server MISS
[INFO]-[19-07-2026 09-04-25]-STEP 3 start: external lyrics API (enabled=True, artist='Colin Hay', track='I Just Don’t Think I’ll Ever Get Over You (radio edit)')
[INFO]-[19-07-2026 09-04-25]-STEP 3 end: API MISS - falling back to Whisper-small ASR
[INFO]-[19-07-2026 09-04-25]-STEP 4 start: prepare audio (max 240.0s)
[INFO]-[19-07-2026 09-04-25]-STEP 4 end: audio ready, used=240.00s samples=3840000 sr=16000
[INFO]-[19-07-2026 09-04-25]-Silero VAD ONNX session ready (path=/app/model/silero_vad.onnx, provider=CPUExecutionProvider)
[INFO]-[19-07-2026 09-04-25]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: killed horse pid 178
[WARNING]-[19-07-2026 09-04-25]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job cf5e59f2-4522-4846-9612-0c32c87fa1f7 stopped by user, moving job to FailedJobRegistry
[INFO]-[19-07-2026 09-04-25]-default: tasks.analysis.analyze_album_task('73814', 'Just Go', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (db1ac61f-ec77-480f-bda8-ce3787d88d25)
[INFO]-[19-07-2026 09-04-25]-[AlbumTask-db1ac61f-ec77-480f-bda8-ce3787d88d25-Just Go] Fetching tracks for album: Just Go
[INFO]-[19-07-2026 09-04-25]-Feature plan for album 'Just Go': MusiCNN=2, DCLAP=1, Lyrics=1 of 24 tracks.
[INFO]-[19-07-2026 09-04-25]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-04-25]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-04-25]-Skipping 'Forever by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-25]-Skipping 'Just Go by Lionel Richie feat. Akon' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-25]-Skipping 'Nothing Left to Give by Lionel Richie feat. Akon' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-25]-Skipping 'Forever and a Day by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-25]-Skipping 'I’m Not Okay by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-25]-Skipping 'Good Morning by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-25]-Skipping 'Through My Eyes by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-25]-Skipping 'I’m in Love by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-25]-Skipping 'Think of You by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-25]-Skipping 'Into You Deep by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-25]-Skipping 'Pastime by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-25]-Skipping 'Face in the Crowd by Lionel Richie & Trijntje Oosterhuis' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-25]-Skipping 'Somewhere in London by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-25]-Skipping 'Eternity by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-25]-Skipping 'Just Go (Mike Rizzo Funk Generation radio edit) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-25]-Skipping 'Just Go (Rich Morel’s radio edit) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-25]-Skipping 'Just Go (Friscia and Lamboy radio edit) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-25]-Skipping 'Just Go (Mike Rizzo Funk Generation club) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-25]-Skipping 'Just Go (Rich Morel’s Pink Noise club) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-25]-Skipping 'Just Go (Friscia and Lamboy After Dark club) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-25]-Skipping 'Just Go (Mike Rizzo Funk Generation dub) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-25]-Skipping 'Just Go (Rich Morel’s Pink Noise dub) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-25]-[AlbumTask-db1ac61f-ec77-480f-bda8-ce3787d88d25-Just Go] Analyzing track: Just Go (Friscia and Lamboy After Dark dub) by Lionel Richie (23/24)
[INFO]-[19-07-2026 09-04-25]-VAD: 112.42s voiced - keeping voiced segments (max_prob=0.999 over 7500 windows)
[INFO]-[19-07-2026 09-04-25]-VAD: 240.00s -> 112.42s voiced
[INFO]-[19-07-2026 09-04-25]-STEP 5 start: whisper_small transcription (threads=8, timeout=300s)
[INFO]-[19-07-2026 09-04-25]-Whisper-small: loading ONNX sessions from /app/model/whisper-small-onnx (intra_op_threads=5, inter_op_threads=1, mode=SEQUENTIAL, arena=disabled, mem_pattern=disabled)
[INFO]-[19-07-2026 09-04-25]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-04-26]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-04-26]-Downloaded 'Just Go (Friscia and Lamboy After Dark dub)' to '/app/temp_audio/73837.flac'
[INFO]-[19-07-2026 09-04-26]-Lazy-loading MusiCNN models for album: Just Go
[INFO]-[19-07-2026 09-04-26]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-04-26]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-04-26]-Starting analysis for: 73837.flac
[INFO]-[19-07-2026 09-04-30]-Worker 9147ec2417c640b79e10b39b2db77268: killed horse pid 61
[INFO]-[19-07-2026 09-04-30]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: killed horse pid 217
[WARNING]-[19-07-2026 09-04-30]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job db1ac61f-ec77-480f-bda8-ce3787d88d25 stopped by user, moving job to FailedJobRegistry
[WARNING]-[19-07-2026 09-04-30]-Worker 9147ec2417c640b79e10b39b2db77268: job 0b98dee9-ab39-4f1c-8b18-9cd97dd1acf3 stopped by user, moving job to FailedJobRegistry
[INFO]-[19-07-2026 09-04-32]-high: Main Music Analysis (22987367-61f4-4531-8f0f-8d891d56c9dc)
[INFO]-[19-07-2026 09-04-33]-Job 1640e39b-95c3-4b9c-b4df-8aca09025cf8: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-04-33]-Job 50786b11-5224-404f-8dee-6b3c02475a8a: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-04-33]-Job dcf6ce42-cc7e-4b14-8c43-e16b18c02266: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-04-33]-high: Main Music Analysis (1640e39b-95c3-4b9c-b4df-8aca09025cf8)
[INFO]-[19-07-2026 09-04-33]-default: tasks.analysis.analyze_album_task('72828', 'You Can’t Imagine How Much Fun We’re Having', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (dcf6ce42-cc7e-4b14-8c43-e16b18c02266)
[INFO]-[19-07-2026 09-04-33]-default: tasks.analysis.analyze_album_task('72137', 'Triplicate', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (50786b11-5224-404f-8dee-6b3c02475a8a)
[INFO]-[19-07-2026 09-04-33]-Janitor removed 3 dead worker registrations.
[INFO]-[19-07-2026 09-04-33]-Successfully completed Main Music Analysis job in 0:00:00.025266s on worker 36fbb0fad44347c89e8a45d50144df82
[INFO]-[19-07-2026 09-04-33]-high: Job OK (1640e39b-95c3-4b9c-b4df-8aca09025cf8)
[INFO]-[19-07-2026 09-04-33]-Result is kept for 500 seconds
[INFO]-[19-07-2026 09-04-33]-[AlbumTask-50786b11-5224-404f-8dee-6b3c02475a8a-Triplicate] Fetching tracks for album: Triplicate
[INFO]-[19-07-2026 09-04-33]-[AlbumTask-dcf6ce42-cc7e-4b14-8c43-e16b18c02266-You Can’t Imagine How Much Fun We’re Having] Fetching tracks for album: You Can’t Imagine How Much Fun We’re Having
[INFO]-[19-07-2026 09-04-33]-Feature plan for album 'Triplicate': MusiCNN=4, DCLAP=4, Lyrics=4 of 30 tracks.
[INFO]-[19-07-2026 09-04-33]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-04-33]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-04-33]-[AlbumTask-50786b11-5224-404f-8dee-6b3c02475a8a-Triplicate] Stopping album analysis for 'Triplicate' due to parent/self revocation.
[INFO]-[19-07-2026 09-04-33]-Feature plan for album 'You Can’t Imagine How Much Fun We’re Having': MusiCNN=1, DCLAP=1, Lyrics=1 of 21 tracks.
[INFO]-[19-07-2026 09-04-33]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-04-33]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-04-33]-[AlbumTask-dcf6ce42-cc7e-4b14-8c43-e16b18c02266-You Can’t Imagine How Much Fun We’re Having] Stopping album analysis for 'You Can’t Imagine How Much Fun We’re Having' due to parent/self revocation.
[INFO]-[19-07-2026 09-04-33]-Successfully completed tasks.analysis.analyze_album_task('72137', 'Triplicate', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') job in 0:00:00.421987s on worker 0dc8ddc09c22476ba5663fd70cf31f67
[INFO]-[19-07-2026 09-04-33]-default: Job OK (50786b11-5224-404f-8dee-6b3c02475a8a)
[INFO]-[19-07-2026 09-04-33]-Result is kept for 500 seconds
[INFO]-[19-07-2026 09-04-33]-Successfully completed tasks.analysis.analyze_album_task('72828', 'You Can’t Imagine How Much Fun We’re Having', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') job in 0:00:00.421915s on worker 9147ec2417c640b79e10b39b2db77268
[INFO]-[19-07-2026 09-04-33]-default: Job OK (dcf6ce42-cc7e-4b14-8c43-e16b18c02266)
[INFO]-[19-07-2026 09-04-33]-Result is kept for 500 seconds
[INFO]-[19-07-2026 09-04-35]-Work map for this server: 26426 provider tracks already known.
[INFO]-[19-07-2026 09-04-35]-Skipping album 'Chameleon Sunday' (ID: 75417) - all 4 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-35]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 1/5676
[INFO]-[19-07-2026 09-04-35]-Skipping album 'The Thief in Marrakesh Got Caught in Amsterdam Trying to Escape' (ID: 75413) - all 3 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-35]-Skipping album 'Lumin Rain' (ID: 75401) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-35]-Skipping album 'Thin Mind' (ID: 75389) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-35]-Skipping album 'Expo 86' (ID: 75377) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-35]-Skipping album 'Apologies to the Queen Mary' (ID: 75351) - all 25 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-35]-Skipping album 'At Mount Zoomer' (ID: 75341) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-35]-Skipping album 'Cry Cry Cry' (ID: 75329) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-35]-Skipping album 'As the Eternal Cowboy' (ID: 75316) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-35]-Skipping album 'Transgender Dysphoria Blues' (ID: 75305) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-35]-Skipping album 'Shape Shift With Me' (ID: 75292) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-35]-Skipping album 'White Crosses' (ID: 75277) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-35]-Skipping album 'New Wave' (ID: 75266) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-35]-Skipping album 'Searching for a Former Clarity' (ID: 75251) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-35]-Skipping album 'Reinventing Axl Rose' (ID: 75239) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-35]-Skipping album 'iii' (ID: 75226) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-35]-Skipping album 'Happy to You' (ID: 75208) - all 17 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-35]-Skipping album 'Miike Snow' (ID: 75191) - all 16 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-35]-Skipping album 'Pawn Shop' (ID: 75162) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-35]-Skipping album 'Skeletons (deluxe)' (ID: 75174) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-35]-Skipping album 'Port Saint Joe' (ID: 75151) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-35]-Skipping album 'Evil Empire' (ID: 75138) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-35]-Skipping album 'Rage Against the Machine' (ID: 75114) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-36]-Skipping album 'Renegades' (ID: 75125) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-36]-Skipping album 'The Battle of Los Angeles' (ID: 75101) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-36]-Skipping album 'Our Bande Apart' (ID: 75090) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-36]-Skipping album 'Blue' (ID: 75076) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-36]-Skipping album 'Out of the Vein' (ID: 75061) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-36]-Skipping album 'Unplugged' (ID: 75047) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-36]-Skipping album 'Screamer' (ID: 75034) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-36]-Skipping album 'Ursa Major' (ID: 75021) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-36]-Skipping album 'Third Eye Blind' (ID: 74998) - all 22 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-36]-Skipping album 'Dopamine' (ID: 74985) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-36]-Skipping album '8 años' (ID: 74975) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-36]-Skipping album 'El bueno y el malo' (ID: 74964) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-36]-Skipping album 'Esperanza' (ID: 74962) - all 1 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-36]-Skipping album 'Hijos del sol' (ID: 74951) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-36]-Skipping album 'Hoy como ayer' (ID: 74942) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-36]-Skipping album 'El camino de mi alma' (ID: 74933) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-36]-Skipping album 'Sonido cósmico' (ID: 74920) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-36]-Skipping album 'Sink Ya Teeth' (ID: 74908) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-36]-Skipping album 'Two' (ID: 74897) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-36]-Skipping album 'Daydream' (ID: 74883) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-36]-default: tasks.analysis.analyze_album_task('74864', 'Me. I Am Mariah…The Elusive Chanteuse', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (1dd8acb5-adb9-4596-855b-306b8722fa09)
[INFO]-[19-07-2026 09-04-36]-Skipping album 'Here for It All' (ID: 74852) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-36]-[AlbumTask-1dd8acb5-adb9-4596-855b-306b8722fa09-Me. I Am Mariah…The Elusive Chanteuse] Fetching tracks for album: Me. I Am Mariah…The Elusive Chanteuse
[INFO]-[19-07-2026 09-04-36]-Skipping album 'Charmbracelet' (ID: 74836) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-36]-Skipping album 'Caution' (ID: 74824) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-36]-Feature plan for album 'Me. I Am Mariah…The Elusive Chanteuse': MusiCNN=1, DCLAP=1, Lyrics=1 of 18 tracks.
[INFO]-[19-07-2026 09-04-36]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-04-36]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-04-36]-Skipping 'Cry. by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-36]-Skipping 'Faded by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-36]-Skipping 'Dedicated by Mariah Carey feat. Nas' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-36]-Skipping '#Beautiful by Mariah Carey feat. Miguel' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-36]-Skipping 'Thirsty by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-36]-Skipping 'Make It Look Good by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-36]-Skipping 'You’re Mine (Eternal) by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-36]-Skipping 'You Don’t Know What to Do by Mariah Carey feat. Wale' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-36]-Skipping 'Supernatural by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-36]-Skipping 'Meteorite by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-36]-Skipping 'Camouflage by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-36]-Skipping 'Money ($ * / …) by Mariah Carey feat. Fabolous' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-36]-Skipping 'One More Try by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-36]-Skipping 'Heavenly (No Ways Tired/Can’t Give Up Now) by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-36]-[AlbumTask-1dd8acb5-adb9-4596-855b-306b8722fa09-Me. I Am Mariah…The Elusive Chanteuse] Analyzing track: It’s a Wrap by Mariah Carey feat. Mary J. Blige (15/18)
[INFO]-[19-07-2026 09-04-36]-default: tasks.analysis.analyze_album_task('74802', 'Memoirs of an Imperfect Angel', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (6d38decd-8048-464c-a27e-0215c3116735)
[INFO]-[19-07-2026 09-04-36]-Skipping album 'The Emancipation of Mimi' (ID: 74761) - all 40 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-36]-[AlbumTask-6d38decd-8048-464c-a27e-0215c3116735-Memoirs of an Imperfect Angel] Fetching tracks for album: Memoirs of an Imperfect Angel
[INFO]-[19-07-2026 09-04-36]-Skipping album 'E=MC²' (ID: 74744) - all 16 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-36]-Feature plan for album 'Memoirs of an Imperfect Angel': MusiCNN=1, DCLAP=1, Lyrics=1 of 21 tracks.
[INFO]-[19-07-2026 09-04-36]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-04-36]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-04-36]-Skipping 'Betcha Gon' Know (the prologue) by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-36]-Skipping 'Obsessed by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-36]-Skipping 'H.A.T.E.U. by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-36]-Skipping 'Candy Bling by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-36]-Skipping 'Ribbon by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-36]-Skipping 'Inseparable by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-36]-Skipping 'Standing O by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-36]-[AlbumTask-6d38decd-8048-464c-a27e-0215c3116735-Memoirs of an Imperfect Angel] Analyzing track: It's a Wrap by Mariah Carey (8/21)
[INFO]-[19-07-2026 09-04-36]-Skipping album 'Emotions' (ID: 74733) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-36]-Skipping album 'Butterfly' (ID: 74720) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-37]-Skipping album 'Rainbow' (ID: 74705) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-37]-Skipping album 'Mariah Carey' (ID: 74693) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-37]-Skipping album 'Music Box' (ID: 74681) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-37]-Skipping album 'Merry Christmas (deluxe anniversary edition)' (ID: 74651) - all 29 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-37]-Skipping album 'Automatic (Deluxe Edition)' (ID: 74633) - all 16 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-37]-Skipping album 'Cleopatra' (ID: 74617) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-37]-Downloaded 'It's a Wrap' to '/app/temp_audio/74810.flac'
[INFO]-[19-07-2026 09-04-37]-Lazy-loading MusiCNN models for album: Memoirs of an Imperfect Angel
[INFO]-[19-07-2026 09-04-37]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-04-37]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-04-37]-Starting analysis for: 74810.flac
[INFO]-[19-07-2026 09-04-37]-Skipping album 'BRIGHTSIDE' (ID: 74607) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-37]-Skipping album 'III' (ID: 74593) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-37]-Downloaded 'It’s a Wrap' to '/app/temp_audio/74879.flac'
[INFO]-[19-07-2026 09-04-37]-Lazy-loading MusiCNN models for album: Me. I Am Mariah…The Elusive Chanteuse
[INFO]-[19-07-2026 09-04-37]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-04-37]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-04-37]-Starting analysis for: 74879.flac
[INFO]-[19-07-2026 09-04-37]-Skipping album 'The Lumineers' (ID: 74576) - all 16 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-37]-Skipping album 'Mt. Joy' (ID: 74561) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-37]-Skipping album 'Orange Blood' (ID: 74550) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-37]-Skipping album 'Hope We Have Fun' (ID: 74536) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-37]-Skipping album 'Rearrange Us' (ID: 74522) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-37]-Skipping album 'Barchords' (ID: 74508) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-37]-Skipping album 'Earthtones' (ID: 74496) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-37]-Skipping album 'My Second Last Album' (ID: 74485) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-37]-Skipping album 'Pink Strat' (ID: 74472) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-37]-Skipping album 'Sad Hunk' (ID: 74461) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-38]-Skipping album 'Bahamas is Afie' (ID: 74448) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-38]-Skipping album 'Bootcut' (ID: 74436) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-38]-Skipping album 'Ga Ga Ga Ga Ga' (ID: 74424) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-38]-Skipping album 'Girls Can Tell' (ID: 74412) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-38]-Skipping album 'Telephono' (ID: 74397) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-38]-Skipping album 'Transference' (ID: 74385) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-38]-Skipping album 'Lucifer on the Sofa' (ID: 74374) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-38]-Skipping album 'Kill the Moonlight' (ID: 74361) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-38]-Skipping album 'A Series of Sneaks' (ID: 74344) - all 16 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-38]-Skipping album 'Hot Thoughts' (ID: 74333) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-38]-Skipping album 'Gimme Fiction (Deluxe Edition)' (ID: 74309) - all 23 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-38]-Skipping album 'They Want My Soul' (ID: 74287) - all 21 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-38]-Skipping album 'From Here to Eternally' (ID: 74277) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-38]-Skipping album 'Full Circle' (ID: 74266) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-38]-Skipping album 'Grand Slam' (ID: 74256) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-38]-Skipping album 'New and Improved' (ID: 74247) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-38]-Skipping album 'Spinners' (ID: 74236) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-38]-Skipping album 'Happiness Is Being With the Spinners' (ID: 74227) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-38]-Skipping album 'Pick of the Litter' (ID: 74218) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-38]-Skipping album 'Down to Business' (ID: 74207) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-38]-Skipping album 'Love Trippin’' (ID: 74196) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-38]-Skipping album 'Mighty Love' (ID: 74183) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-38]-Skipping album 'Labor of Love' (ID: 74176) - all 6 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-38]-Skipping album 'While the City Sleeps' (ID: 74150) - all 25 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-38]-Skipping album 'Cross Fire' (ID: 74133) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-38]-Skipping album 'Yesterday, Today & Tomorrow' (ID: 74124) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-38]-Skipping album 'Mezmerize' (ID: 74111) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-38]-Skipping album 'Toxicity' (ID: 74095) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-38]-Skipping album 'Hypnotize' (ID: 74082) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-39]-Skipping album 'System of a Down' (ID: 74063) - all 18 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-39]-Skipping album 'Steal This Album!' (ID: 74046) - all 16 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-39]-Skipping album 'Nevermind' (ID: 74031) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-39]-Skipping album 'Bleach' (ID: 74005) - all 25 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-39]-Skipping album 'The Future' (ID: 73931) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-39]-Skipping album 'South of Here' (ID: 73919) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-39]-Skipping album 'Tearing at the Seams' (ID: 73904) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-39]-Skipping album 'Nathaniel Rateliff & The Night Sweats' (ID: 73881) - all 22 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-39]-Skipping album 'A Little Something More From' (ID: 73872) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-39]-Skipping album 'Live at Red Rocks' (ID: 73853) - all 18 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-39]-Skipping album 'Louder Than Words' (ID: 73839) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-39]-Skipping album 'Dancing on the Ceiling' (ID: 73804) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-39]-Skipping album 'Lionel Richie' (ID: 73769) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-39]-Skipping album 'Tuskegee' (ID: 73719) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-39]-Skipping album 'Time' (ID: 73671) - all 19 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-39]-Skipping album 'Can't Slow Down' (ID: 73662) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-39]-Skipping album 'American Sunshine' (ID: 73649) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-39]-Skipping album 'Peaks & Valleys' (ID: 73635) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-39]-Skipping album 'Fierce Mercy' (ID: 73621) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-39]-Skipping album 'Man @ Work' (ID: 73607) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-39]-Skipping album 'I Just Don’t Know What to Do With Myself' (ID: 73596) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-39]-Skipping album 'Man @ Work Volume 2' (ID: 73585) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-40]-Skipping album 'Gathering Mercury' (ID: 73570) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-40]-Skipping album 'Looking for Jack' (ID: 73559) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-40]-Skipping album 'Now and the Evermore (more)' (ID: 73541) - all 17 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-40]-Skipping album 'Are You Lookin' at Me?' (ID: 73528) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-40]-Skipping album 'Topanga' (ID: 73514) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-40]-Skipping album 'Company of Strangers' (ID: 73500) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-40]-Skipping album 'Next Year People' (ID: 73489) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-40]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 126/5676
[INFO]-[19-07-2026 09-04-40]-Skipping album 'The Beacon Street Collection' (ID: 73447) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-40]-Skipping album 'No Doubt' (ID: 73432) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-40]-Skipping album 'Tragic Kingdom' (ID: 73417) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-40]-Skipping album 'Return of Saturn' (ID: 73401) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-40]-Skipping album 'Rock Steady' (ID: 73385) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-40]-Skipping album 'Push and Shove' (ID: 73365) - all 19 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-40]-Skipping album 'aMOTION' (ID: 73341) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-40]-Skipping album 'Mer de noms' (ID: 73351) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-40]-Skipping album 'Eat the Elephant' (ID: 73315) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-40]-Skipping album 'Thirteenth Step' (ID: 73328) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-40]-Skipping album 'eMOTIVe' (ID: 73302) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-40]-Skipping album 'Deadwing' (ID: 73291) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-40]-Skipping album 'Fear of a Blank Planet' (ID: 73284) - all 6 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-40]-Skipping album 'Lightbulb Sun' (ID: 73273) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-40]-Skipping album 'On the Sunday of Life…' (ID: 73254) - all 18 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-40]-Skipping album 'Signify' (ID: 73241) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-40]-Skipping album 'Up the Downstair' (ID: 73236) - all 4 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-40]-Skipping album 'Stupid Dream' (ID: 73213) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-41]-Skipping album 'The Incident' (ID: 73194) - all 18 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-41]-Skipping album 'Closure / Continuation' (ID: 73183) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-41]-Skipping album 'In Absentia' (ID: 73149) - all 33 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-41]-Skipping album 'Give Up' (ID: 73122) - all 25 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-41]-Skipping album 'Mi Vida Local' (ID: 73108) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-41]-Skipping album 'Overcast!' (ID: 73086) - all 21 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-41]-Skipping album 'Southsiders' (ID: 73065) - all 20 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-41]-Skipping album 'The Day Before Halloween' (ID: 73054) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-41]-Skipping album 'God Loves Ugly Instrumentals' (ID: 73034) - all 19 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-41]-Skipping album 'Lucy Ford: The Ant Instrumentals' (ID: 73022) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-41]-Skipping album 'Fishing Blues' (ID: 72976) - all 18 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-41]-Skipping album 'The Family Sign' (ID: 72959) - all 16 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-41]-Skipping album 'Seven’s Travels' (ID: 72932) - all 26 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-41]-Skipping album 'WORD?' (ID: 72904) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[WARNING]-[19-07-2026 09-04-41]-Worker 9147ec2417c640b79e10b39b2db77268: job 6d38decd-8048-464c-a27e-0215c3116735 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-04-41]-Work horse killed for job 6d38decd-8048-464c-a27e-0215c3116735: retpid=284, ret_val=11
[INFO]-[19-07-2026 09-04-41]-Skipping album 'God Loves Ugly' (ID: 72885) - all 18 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-41]-Job 6d38decd-8048-464c-a27e-0215c3116735: enqueued for retry, 2 remaining
[INFO]-[19-07-2026 09-04-41]-default: tasks.analysis.analyze_album_task('74143', 'Dancin’ and Lovin’', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (43c819a7-695a-4bc8-acf1-4c2030ded1a1)
[WARNING]-[19-07-2026 09-04-41]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 1dd8acb5-adb9-4596-855b-306b8722fa09 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-04-41]-Work horse killed for job 1dd8acb5-adb9-4596-855b-306b8722fa09: retpid=283, ret_val=11
[INFO]-[19-07-2026 09-04-41]-Job 1dd8acb5-adb9-4596-855b-306b8722fa09: enqueued for retry, 2 remaining
[INFO]-[19-07-2026 09-04-41]-default: tasks.analysis.analyze_album_task('73944', 'In Utero', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (23462f65-e4c1-4b34-96e4-67373018537e)
[INFO]-[19-07-2026 09-04-41]-Skipping album 'So Many Other Realities Exist Simultaneously' (ID: 72864) - all 20 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-41]-[AlbumTask-43c819a7-695a-4bc8-acf1-4c2030ded1a1-Dancin’ and Lovin’] Fetching tracks for album: Dancin’ and Lovin’
[INFO]-[19-07-2026 09-04-41]-Skipping album 'You Can’t Imagine How Much Fun We’re Having' (ID: 72850) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-41]-[AlbumTask-23462f65-e4c1-4b34-96e4-67373018537e-In Utero] Fetching tracks for album: In Utero
[INFO]-[19-07-2026 09-04-41]-Feature plan for album 'Dancin’ and Lovin’': MusiCNN=1, DCLAP=1, Lyrics=1 of 6 tracks.
[INFO]-[19-07-2026 09-04-41]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-04-41]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Disco Ride (single version) by The Spinners' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Body Language by The Spinners' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-[AlbumTask-43c819a7-695a-4bc8-acf1-4c2030ded1a1-Dancin’ and Lovin’] Analyzing track: Let’s Boogie, Let’s Dance by The Spinners (3/6)
[INFO]-[19-07-2026 09-04-41]-Skipping album 'Southsiders' (ID: 72812) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-41]-Skipping album 'WORD?' (ID: 72797) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-41]-Feature plan for album 'In Utero': MusiCNN=1, DCLAP=1, Lyrics=1 of 60 tracks.
[INFO]-[19-07-2026 09-04-41]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-04-41]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Serve the Servants by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Scentless Apprentice by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Heart‐shaped Box by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Rape Me by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Frances Farmer Will Have Her Revenge on Seattle by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Dumb by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Very Ape by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Milk It by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Pennyroyal Tea by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Radio Friendly Unit Shifter by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Tourette’s by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'All Apologies by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Gallons of Rubbing Alcohol Flow Through the Strip by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Marigold (B‐side) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Moist Vagina (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Sappy (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'I Hate Myself and Want to Die (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Pennyroyal Tea (Scott Litt mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Heart Shaped Box (original Steve Albini 1993 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'All Apologies (original Steve Albini 1993 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Serve the Servants (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Scentless Apprentice (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Heart Shaped Box (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Rape Me (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Frances Farmer Will Have Her Revenge on Seattle (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Dumb (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Very Ape (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Milk It (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Pennyroyal Tea (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Radio Friendly Unit Shifter (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Tourette’s (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'All Apologies (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Scentless Apprentice (demo) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Frances Farmer Will Have Her Revenge on Seattle (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Dumb (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Very Ape (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Pennyroyal Tea (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Radio Friendly Unit Shifter (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Tourette’s (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Marigold (demo) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'All Apologies (demo) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Forgotten Tune (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Jam (demo) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Radio Friendly Unit Shifter (live & Loud) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-Skipping 'Drain You (live & Loud) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-41]-[AlbumTask-23462f65-e4c1-4b34-96e4-67373018537e-In Utero] Analyzing track: Breed (live & Loud) by Nirvana (46/60)
[INFO]-[19-07-2026 09-04-41]-Skipping album 'The Family Sign' (ID: 72782) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-41]-Skipping album 'Strictly Leakage' (ID: 72768) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-42]-Skipping album 'Seven's Travels Instrumentals' (ID: 72752) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-42]-Skipping album 'When Life Gives You Lemons, You Paint That Shit Gold' (ID: 72734) - all 17 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-42]-Skipping album 'Because of the Times' (ID: 72719) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-42]-Skipping album 'Come Around Sundown' (ID: 72702) - all 16 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-42]-Skipping album 'Mechanical Bull' (ID: 72688) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-42]-Skipping album 'Only by the Night' (ID: 72676) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-42]-Skipping album 'WALLS' (ID: 72665) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-42]-Skipping album 'Can We Please Have Fun' (ID: 72652) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-42]-Downloaded 'Let’s Boogie, Let’s Dance' to '/app/temp_audio/74146.flac'
[INFO]-[19-07-2026 09-04-42]-Lazy-loading MusiCNN models for album: Dancin’ and Lovin’
[INFO]-[19-07-2026 09-04-42]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-04-42]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-04-42]-Starting analysis for: 74146.flac
[INFO]-[19-07-2026 09-04-42]-Skipping album 'Youth & Young Manhood' (ID: 72639) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-42]-Downloaded 'Breed (live & Loud)' to '/app/temp_audio/73990.flac'
[INFO]-[19-07-2026 09-04-42]-Lazy-loading MusiCNN models for album: In Utero
[INFO]-[19-07-2026 09-04-42]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-04-42]-Skipping album 'Aha Shake Heartbreak' (ID: 72625) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-42]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-04-42]-Starting analysis for: 73990.flac
[INFO]-[19-07-2026 09-04-42]-Skipping album 'When You See Yourself' (ID: 72613) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-42]-Skipping album 'The Budos Band II' (ID: 72601) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-42]-Skipping album 'The Budos Band' (ID: 72577) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-42]-Skipping album 'VII' (ID: 72589) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-42]-Skipping album 'V' (ID: 72566) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-42]-Skipping album 'Burnt Offering' (ID: 72555) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-43]-Skipping album 'The Budos Band III' (ID: 72543) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-43]-Skipping album 'Long in the Tooth' (ID: 72531) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-43]-Skipping album 'Gold‐Diggers Sound' (ID: 72517) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-43]-Skipping album 'That Was Yesterday' (ID: 72515) - all 1 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-43]-Skipping album 'Leon' (ID: 72501) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-43]-Skipping album 'Good Thing' (ID: 72489) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-43]-Job 5da735ed-6d24-4244-bd88-08d4133d931c: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-04-43]-Job 19a79e1b-afd2-4ba0-8db9-c00f3fc6bffe: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-04-43]-Job eff99050-d7b4-423f-ba00-c363ea515387: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-04-43]-Janitor removed 2 dead worker registrations.
[INFO]-[19-07-2026 09-04-43]-Skipping album 'Coming Home' (ID: 72473) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-43]-Skipping album 'Bringing It All Back Home' (ID: 72460) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-43]-Skipping album 'Fallen Angels' (ID: 72447) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-43]-Skipping album 'Infidels' (ID: 72438) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-43]-Skipping album 'Nashville Skyline' (ID: 72427) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-43]-Skipping album 'Shot of Love' (ID: 72416) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-43]-Skipping album 'Street‐Legal' (ID: 72406) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-43]-Skipping album 'The Freewheelin’ Bob Dylan' (ID: 72392) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-43]-Skipping album 'Under the Red Sky' (ID: 72381) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-43]-Skipping album 'Tempest' (ID: 72370) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-43]-Skipping album 'Bob Dylan' (ID: 72356) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-43]-Skipping album 'Christmas in the Heart' (ID: 72340) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-43]-Skipping album 'Highway 61 Revisited' (ID: 72330) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-43]-Skipping album 'Down in the Groove' (ID: 72319) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-43]-Skipping album 'Good As I Been to You' (ID: 72305) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-43]-Skipping album 'Together Through Life' (ID: 72294) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-43]-Skipping album 'Self Portrait' (ID: 72269) - all 24 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-43]-Skipping album 'Oh Mercy' (ID: 72258) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-43]-Skipping album 'Planet Waves' (ID: 72246) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-43]-Skipping album 'Desire' (ID: 72236) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-44]-Skipping album 'Empire Burlesque' (ID: 72225) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-44]-Skipping album 'Saved' (ID: 72215) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-44]-Skipping album 'Knocked Out Loaded' (ID: 72206) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-44]-Skipping album 'World Gone Wrong' (ID: 72195) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-44]-Skipping album 'Blonde on Blonde' (ID: 72168) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-44]-Skipping album 'The Times They Are A‐Changin’' (ID: 72115) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-44]-Skipping album 'Slow Train Coming' (ID: 72105) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-44]-Skipping album 'John Wesley Harding' (ID: 72092) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-44]-Skipping album '“Love and Theft”' (ID: 72079) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-44]-Skipping album 'Modern Times' (ID: 72068) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-44]-Skipping album 'Rough and Rowdy Ways' (ID: 72057) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-44]-Skipping album 'New Morning' (ID: 72044) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-44]-Skipping album 'Time Out of Mind' (ID: 72032) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-44]-Skipping album 'Blood on the Tracks (test pressing)' (ID: 72021) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-44]-Skipping album 'The Basement Tapes' (ID: 71996) - all 24 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-44]-Skipping album '[A Christmas Album]' (ID: 71983) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-44]-Skipping album 'Letting Off the Happiness' (ID: 71972) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-44]-Skipping album 'A Collection of Songs Written and Recorded 1995–1997' (ID: 71951) - all 20 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-44]-Skipping album 'The People’s Key' (ID: 71940) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-44]-Skipping album 'Cassadaga' (ID: 71926) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-44]-Skipping album 'Down in the Weeds, Where the World Once Was' (ID: 71911) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-44]-Skipping album 'Digital Ash in a Digital Urn' (ID: 71898) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-44]-Skipping album 'Five Dice, All Threes' (ID: 71873) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-44]-Skipping album 'I’m Wide Awake, It’s Morning' (ID: 71887) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-45]-Skipping album 'Fevers and Mirrors' (ID: 71860) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-45]-Skipping album 'LIFTED or The Story Is in the Soil, Keep Your Ear to the Ground' (ID: 71846) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-45]-Skipping album 'The Age of Adz' (ID: 71818) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-45]-Skipping album 'Seven Swans' (ID: 71830) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-45]-Skipping album 'Javelin' (ID: 71807) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-45]-Skipping album 'A Beginner’s Mind' (ID: 71792) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-45]-Skipping album 'The Ascension' (ID: 71757) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-45]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 238/5676
[INFO]-[19-07-2026 09-04-45]-Skipping album 'A Sun Came!' (ID: 71735) - all 21 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-45]-Skipping album 'Michigan' (ID: 71697) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-45]-Skipping album 'Enjoy Your Rabbit' (ID: 71659) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-45]-Skipping album 'Heart On' (ID: 71577) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-45]-Skipping album 'Peace Love Death Metal' (ID: 71561) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-45]-Skipping album 'Zipper Down' (ID: 71549) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-45]-Skipping album 'Death by Sexy…' (ID: 71521) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-45]-Skipping album 'EODM Presents: Boots Electric Performing the Best Songs We Never Wrote' (ID: 71535) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-45]-Skipping album 'Ruins' (ID: 71509) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-45]-Skipping album 'Stay Gold' (ID: 71498) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-45]-Skipping album 'The Big Black & The Blue' (ID: 71486) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-45]-Skipping album 'The Lion’s Roar' (ID: 71475) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-46]-Skipping album 'Palomino' (ID: 71463) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-46]-Skipping album 'One by One' (ID: 71427) - all 17 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-46]-Skipping album 'There Is Nothing Left to Lose' (ID: 71415) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-46]-Skipping album 'Wasting Light' (ID: 71403) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-46]-Skipping album 'Foo Fighters' (ID: 71390) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-04-46]-Skipping album 'Echoes, Silence, Patience & Grace' (ID: 71377) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[WARNING]-[19-07-2026 09-04-46]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 23462f65-e4c1-4b34-96e4-67373018537e failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-04-46]-Work horse killed for job 23462f65-e4c1-4b34-96e4-67373018537e: retpid=362, ret_val=11
[INFO]-[19-07-2026 09-04-46]-Job 23462f65-e4c1-4b34-96e4-67373018537e: enqueued for retry, 2 remaining
[INFO]-[19-07-2026 09-04-46]-default: tasks.analysis.analyze_album_task('73814', 'Just Go', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (5aa9bddd-02e4-425c-8594-0a235871ccbf)
[INFO]-[19-07-2026 09-04-46]-[AlbumTask-5aa9bddd-02e4-425c-8594-0a235871ccbf-Just Go] Fetching tracks for album: Just Go
[INFO]-[19-07-2026 09-04-46]-Feature plan for album 'Just Go': MusiCNN=2, DCLAP=1, Lyrics=1 of 24 tracks.
[INFO]-[19-07-2026 09-04-46]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-04-46]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-04-46]-Skipping 'Forever by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-46]-Skipping 'Just Go by Lionel Richie feat. Akon' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-46]-Skipping 'Nothing Left to Give by Lionel Richie feat. Akon' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-46]-Skipping 'Forever and a Day by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-46]-Skipping 'I’m Not Okay by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-46]-Skipping 'Good Morning by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-46]-Skipping 'Through My Eyes by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-46]-Skipping 'I’m in Love by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-46]-Skipping 'Think of You by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-46]-Skipping 'Into You Deep by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-46]-Skipping 'Pastime by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-46]-Skipping 'Face in the Crowd by Lionel Richie & Trijntje Oosterhuis' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-46]-Skipping 'Somewhere in London by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-46]-Skipping 'Eternity by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-46]-Skipping 'Just Go (Mike Rizzo Funk Generation radio edit) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-46]-Skipping 'Just Go (Rich Morel’s radio edit) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-46]-Skipping 'Just Go (Friscia and Lamboy radio edit) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-46]-Skipping 'Just Go (Mike Rizzo Funk Generation club) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-46]-Skipping 'Just Go (Rich Morel’s Pink Noise club) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-46]-Skipping 'Just Go (Friscia and Lamboy After Dark club) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-46]-Skipping 'Just Go (Mike Rizzo Funk Generation dub) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-46]-Skipping 'Just Go (Rich Morel’s Pink Noise dub) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-46]-[AlbumTask-5aa9bddd-02e4-425c-8594-0a235871ccbf-Just Go] Analyzing track: Just Go (Friscia and Lamboy After Dark dub) by Lionel Richie (23/24)
[WARNING]-[19-07-2026 09-04-47]-Worker 9147ec2417c640b79e10b39b2db77268: job 43c819a7-695a-4bc8-acf1-4c2030ded1a1 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-04-47]-Work horse killed for job 43c819a7-695a-4bc8-acf1-4c2030ded1a1: retpid=361, ret_val=11
[INFO]-[19-07-2026 09-04-47]-Job 43c819a7-695a-4bc8-acf1-4c2030ded1a1: enqueued for retry, 2 remaining
[INFO]-[19-07-2026 09-04-47]-default: tasks.analysis.analyze_album_task('73779', 'Coming Home (deluxe edition)', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (0033f46c-46cd-4ea9-885f-39b4634586d0)
[INFO]-[19-07-2026 09-04-47]-[AlbumTask-0033f46c-46cd-4ea9-885f-39b4634586d0-Coming Home (deluxe edition)] Fetching tracks for album: Coming Home (deluxe edition)
[INFO]-[19-07-2026 09-04-47]-Feature plan for album 'Coming Home (deluxe edition)': MusiCNN=2, DCLAP=2, Lyrics=2 of 24 tracks.
[INFO]-[19-07-2026 09-04-47]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-04-47]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-04-47]-Skipping 'I Call It Love by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-47]-Skipping 'Sweet Vacation by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-47]-Skipping 'Why by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-47]-Skipping 'What You Are by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-47]-Skipping 'Up All Night (alternate version) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-47]-Skipping 'I’m Coming Home by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-47]-Skipping 'All Around the World by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-47]-Skipping 'Out of My Head by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-47]-Skipping 'Reason to Believe by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-47]-Skipping 'Stand Down by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-47]-Skipping 'I Love You by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-47]-Skipping 'I Apologize by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-47]-Skipping 'I’m Missing Her by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-47]-[AlbumTask-0033f46c-46cd-4ea9-885f-39b4634586d0-Coming Home (deluxe edition)] Analyzing track: I Call It Love (Moto Blanco remix) by Lionel Richie (14/24)
[INFO]-[19-07-2026 09-04-47]-Downloaded 'Just Go (Friscia and Lamboy After Dark dub)' to '/app/temp_audio/73837.flac'
[INFO]-[19-07-2026 09-04-47]-Lazy-loading MusiCNN models for album: Just Go
[INFO]-[19-07-2026 09-04-47]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-04-47]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-04-47]-Starting analysis for: 73837.flac
[INFO]-[19-07-2026 09-04-48]-Downloaded 'I Call It Love (Moto Blanco remix)' to '/app/temp_audio/73793.flac'
[INFO]-[19-07-2026 09-04-48]-Lazy-loading MusiCNN models for album: Coming Home (deluxe edition)
[INFO]-[19-07-2026 09-04-48]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-04-48]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-04-48]-Starting analysis for: 73793.flac
[INFO]-[19-07-2026 09-04-51]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[WARNING]-[19-07-2026 09-04-52]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 5aa9bddd-02e4-425c-8594-0a235871ccbf failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-04-52]-Work horse killed for job 5aa9bddd-02e4-425c-8594-0a235871ccbf: retpid=432, ret_val=11
[INFO]-[19-07-2026 09-04-52]-Job 5aa9bddd-02e4-425c-8594-0a235871ccbf: enqueued for retry, 2 remaining
[INFO]-[19-07-2026 09-04-52]-default: tasks.analysis.analyze_album_task('73733', 'Renaissance (Deluxe Edition)', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (402a7c6f-730e-42ff-a85b-2d6dfa79ee94)
[INFO]-[19-07-2026 09-04-52]-[AlbumTask-402a7c6f-730e-42ff-a85b-2d6dfa79ee94-Renaissance (Deluxe Edition)] Fetching tracks for album: Renaissance (Deluxe Edition)
[INFO]-[19-07-2026 09-04-52]-Feature plan for album 'Renaissance (Deluxe Edition)': MusiCNN=4, DCLAP=3, Lyrics=3 of 35 tracks.
[INFO]-[19-07-2026 09-04-52]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-04-52]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-04-52]-Skipping 'Angel by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-52]-Skipping 'Cinderella by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-52]-Skipping 'Tender Heart by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-52]-Skipping 'Dance the Night Away by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-52]-Skipping 'Tonight by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-52]-Skipping 'How Long by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-52]-Skipping 'Don’t You Ever Go Away by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-52]-Skipping 'Wasted Time by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-52]-Skipping 'Piece of My Heart by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-52]-Skipping 'It May Be the Water by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-52]-Skipping 'Here Is My Heart by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-52]-Skipping 'Don’t Stop the Music by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-52]-Skipping 'I Forgot by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-52]-Skipping 'Shout It to the World (bonus track Japan/Oz/Nz) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-52]-Skipping 'Just Can’t Say Goodbye (bonus track UK/Jap/Oz/Nz) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-52]-Skipping 'All Night Long (live from Edinburgh Castle) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-52]-Skipping 'Still (live Montreux Music Fest July 19, 2000) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-52]-Skipping 'Dancing on the Ceiling (live from Wembley) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-52]-Skipping 'Angel (Boogieman remix radio edit) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-52]-Skipping 'Angel (Boogieman remix extended) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-52]-Skipping 'Angel (Boogieman remix dub) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-52]-Skipping 'Angel (Crash & Burn remix vocal) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-52]-[AlbumTask-402a7c6f-730e-42ff-a85b-2d6dfa79ee94-Renaissance (Deluxe Edition)] Analyzing track: Angel (Crash & Burn remix dub) by Lionel Richie (23/35)
[INFO]-[19-07-2026 09-04-52]-Downloaded 'Angel (Crash & Burn remix dub)' to '/app/temp_audio/73756.flac'
[INFO]-[19-07-2026 09-04-52]-Lazy-loading MusiCNN models for album: Renaissance (Deluxe Edition)
[INFO]-[19-07-2026 09-04-52]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-04-52]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-04-52]-Starting analysis for: 73756.flac
[WARNING]-[19-07-2026 09-04-53]-Worker 9147ec2417c640b79e10b39b2db77268: job 0033f46c-46cd-4ea9-885f-39b4634586d0 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-04-53]-Work horse killed for job 0033f46c-46cd-4ea9-885f-39b4634586d0: retpid=440, ret_val=11
[INFO]-[19-07-2026 09-04-53]-Job 0033f46c-46cd-4ea9-885f-39b4634586d0: enqueued for retry, 2 remaining
[INFO]-[19-07-2026 09-04-53]-default: tasks.analysis.analyze_album_task('73691', 'Just for You', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (538abd66-3cef-48d6-ad13-a9029ef5fbb0)
[INFO]-[19-07-2026 09-04-53]-[AlbumTask-538abd66-3cef-48d6-ad13-a9029ef5fbb0-Just for You] Fetching tracks for album: Just for You
[INFO]-[19-07-2026 09-04-53]-Feature plan for album 'Just for You': MusiCNN=2, DCLAP=2, Lyrics=2 of 27 tracks.
[INFO]-[19-07-2026 09-04-53]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-04-53]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-04-53]-Skipping 'Just for You by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-53]-Skipping 'I Still Believe by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-53]-Skipping 'Long Long Way to Go by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-53]-Skipping 'Just to Be With You Again by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-53]-Skipping 'Heaven by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-53]-Skipping 'She’s Amazing by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-53]-Skipping 'Ball and Chain by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-53]-Skipping 'Time of Our Life by Lionel Richie feat. Lenny Kravitz' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-53]-Skipping 'Outrageous by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-53]-Skipping 'Road to Heaven by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-53]-Skipping 'Do Ya (domestic version) by Lionel Richie feat. Daniel Bedingfield' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-53]-Skipping 'In My Dreams by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-53]-Skipping 'One World by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-53]-Skipping 'Dance for the World by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-53]-Skipping 'If You Belong to Me by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-53]-Skipping 'The World Is a Party by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-53]-[AlbumTask-538abd66-3cef-48d6-ad13-a9029ef5fbb0-Just for You] Analyzing track: Just for You (Pound Boys club mix) by Lionel Richie (17/27)
[INFO]-[19-07-2026 09-04-53]-Job a48100cd-8934-485e-b374-00bc15860c75: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-04-53]-Job 8ce0c512-d3c5-46ed-9af1-a871199e94cb: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-04-53]-Job d16965bc-2199-4057-9a1b-0fdd06284938: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-04-53]-Janitor removed 7 dead worker registrations.
[INFO]-[19-07-2026 09-04-53]-Downloaded 'Just for You (Pound Boys club mix)' to '/app/temp_audio/73708.flac'
[INFO]-[19-07-2026 09-04-53]-Lazy-loading MusiCNN models for album: Just for You
[INFO]-[19-07-2026 09-04-53]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-04-53]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-04-53]-Starting analysis for: 73708.flac
[INFO]-[19-07-2026 09-04-56]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[WARNING]-[19-07-2026 09-04-56]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 402a7c6f-730e-42ff-a85b-2d6dfa79ee94 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-04-56]-Work horse killed for job 402a7c6f-730e-42ff-a85b-2d6dfa79ee94: retpid=510, ret_val=11
[INFO]-[19-07-2026 09-04-56]-Job 402a7c6f-730e-42ff-a85b-2d6dfa79ee94: enqueued for retry, 2 remaining
[INFO]-[19-07-2026 09-04-56]-default: tasks.analysis.analyze_album_task('73473', 'Going Somewhere', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (6d0c7298-10be-4a0b-aa0f-cd1b3f8c8e8b)
[INFO]-[19-07-2026 09-04-57]-[AlbumTask-6d0c7298-10be-4a0b-aa0f-cd1b3f8c8e8b-Going Somewhere] Fetching tracks for album: Going Somewhere
[INFO]-[19-07-2026 09-04-57]-Feature plan for album 'Going Somewhere': MusiCNN=1, DCLAP=1, Lyrics=1 of 15 tracks.
[INFO]-[19-07-2026 09-04-57]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-04-57]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-04-57]-Skipping 'Beautiful World by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-57]-Skipping 'Looking for Jack by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-57]-Skipping 'Going Somewhere by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-57]-Skipping 'Wayfaring Sons by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-57]-Skipping 'Children on Parade by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-57]-Skipping 'My Brilliant Feat by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-57]-Skipping 'Waiting for My Real Life to Begin by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-57]-Skipping 'Don’t Wait Up by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-57]-Skipping 'Lifeline by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-57]-Skipping 'Circles Erratica by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-57]-Skipping 'Water Song by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-57]-Skipping 'Maggie by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-57]-Skipping 'I Don’t Know Why by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-57]-Skipping 'Waiting for My Real Life to Begin (radio edit) by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-04-57]-[AlbumTask-6d0c7298-10be-4a0b-aa0f-cd1b3f8c8e8b-Going Somewhere] Analyzing track: I Just Don’t Think I’ll Ever Get Over You (radio edit) by Colin Hay (15/15)
[INFO]-[19-07-2026 09-04-57]-Downloaded 'I Just Don’t Think I’ll Ever Get Over You (radio edit)' to '/app/temp_audio/73488.flac'
[INFO]-[19-07-2026 09-04-57]-Lazy-loading MusiCNN models for album: Going Somewhere
[INFO]-[19-07-2026 09-04-57]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-04-57]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-04-57]-Starting analysis for: 73488.flac
[WARNING]-[19-07-2026 09-04-58]-Worker 9147ec2417c640b79e10b39b2db77268: job 538abd66-3cef-48d6-ad13-a9029ef5fbb0 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-04-58]-Work horse killed for job 538abd66-3cef-48d6-ad13-a9029ef5fbb0: retpid=539, ret_val=11
[INFO]-[19-07-2026 09-04-58]-Job 538abd66-3cef-48d6-ad13-a9029ef5fbb0: enqueued for retry, 2 remaining
[INFO]-[19-07-2026 09-04-58]-default: tasks.analysis.analyze_album_task('73459', 'Transcendental Highway', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (712b56da-3b65-4482-875c-5e7464ab11cf)
[INFO]-[19-07-2026 09-04-58]-[AlbumTask-712b56da-3b65-4482-875c-5e7464ab11cf-Transcendental Highway] Fetching tracks for album: Transcendental Highway
[INFO]-[19-07-2026 09-05-00]-Feature plan for album 'Transcendental Highway': MusiCNN=1, DCLAP=1, Lyrics=1 of 13 tracks.
[INFO]-[19-07-2026 09-05-00]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-05-00]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-05-00]-Skipping 'Transcendental Highway by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-00]-Skipping 'Don’t Believe You Anymore by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-00]-Skipping 'My Brilliant Feat by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-00]-Skipping 'Goodbye My Red Rose by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-00]-Skipping 'If I Go by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-00]-Skipping 'I’m Doing Fine by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-00]-Skipping 'Wash It All Away by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-00]-Skipping 'Cactus by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-00]-Skipping 'Death Row Conversation by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-00]-Skipping 'I’ll Leave the Light On by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-00]-Skipping 'Freedom Calling by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-00]-[AlbumTask-712b56da-3b65-4482-875c-5e7464ab11cf-Transcendental Highway] Analyzing track: I Just Don’t Think I’ll Ever Get Over You by Colin Hay (12/13)
[INFO]-[19-07-2026 09-05-01]-Downloaded 'I Just Don’t Think I’ll Ever Get Over You' to '/app/temp_audio/73471.flac'
[INFO]-[19-07-2026 09-05-01]-Lazy-loading MusiCNN models for album: Transcendental Highway
[INFO]-[19-07-2026 09-05-01]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-05-01]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-05-01]-Starting analysis for: 73471.flac
[INFO]-[19-07-2026 09-05-01]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[WARNING]-[19-07-2026 09-05-01]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 6d0c7298-10be-4a0b-aa0f-cd1b3f8c8e8b failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-05-01]-Work horse killed for job 6d0c7298-10be-4a0b-aa0f-cd1b3f8c8e8b: retpid=588, ret_val=11
[INFO]-[19-07-2026 09-05-01]-Job 6d0c7298-10be-4a0b-aa0f-cd1b3f8c8e8b: enqueued for retry, 2 remaining
[INFO]-[19-07-2026 09-05-01]-default: tasks.analysis.analyze_album_task('73226', 'The Sky Moves Sideways', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (79f2034a-32be-4350-a814-902bc8790bf4)
[INFO]-[19-07-2026 09-05-01]-[AlbumTask-79f2034a-32be-4350-a814-902bc8790bf4-The Sky Moves Sideways] Fetching tracks for album: The Sky Moves Sideways
[INFO]-[19-07-2026 09-05-01]-Feature plan for album 'The Sky Moves Sideways': MusiCNN=2, DCLAP=2, Lyrics=2 of 9 tracks.
[INFO]-[19-07-2026 09-05-01]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-05-01]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-05-01]-[AlbumTask-79f2034a-32be-4350-a814-902bc8790bf4-The Sky Moves Sideways] Analyzing track: The Sky Moves Sideways, Phase 1 by Porcupine Tree (1/9)
[WARNING]-[19-07-2026 09-05-03]-StartedJobRegistry cleanup: a47b8e70-82ff-459d-a6e3-b5857389512f Moved to FailedJobRegistry, due to AbandonedJobError, at 2026-07-19 14:05:03.284724+00:00
[INFO]-[19-07-2026 09-05-03]-Job aad8e5d4-1ac3-4537-bed2-97b56a148293: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-05-03]-Job 2debf0ef-cc38-4d00-83a2-ee0c81351c28: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-05-03]-Job 5fd102da-fdbe-4495-bdc7-b29ad89e5214: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-05-03]-Job cf7eaa9d-76f6-4b64-a3d1-959022070ab6: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-05-03]-Janitor removed 5 dead worker registrations.
[INFO]-[19-07-2026 09-05-05]-Downloaded 'The Sky Moves Sideways, Phase 1' to '/app/temp_audio/73227.flac'
[INFO]-[19-07-2026 09-05-05]-Lazy-loading MusiCNN models for album: The Sky Moves Sideways
[INFO]-[19-07-2026 09-05-05]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-05-05]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-05-05]-Starting analysis for: 73227.flac
[WARNING]-[19-07-2026 09-05-05]-Worker 9147ec2417c640b79e10b39b2db77268: job 712b56da-3b65-4482-875c-5e7464ab11cf failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-05-05]-Work horse killed for job 712b56da-3b65-4482-875c-5e7464ab11cf: retpid=627, ret_val=11
[INFO]-[19-07-2026 09-05-05]-Job 712b56da-3b65-4482-875c-5e7464ab11cf: enqueued for retry, 2 remaining
[INFO]-[19-07-2026 09-05-05]-default: tasks.analysis.analyze_album_task('72995', 'Jestures', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (ead37658-a091-4df3-b964-df5cbf7fa3e9)
[INFO]-[19-07-2026 09-05-05]-[AlbumTask-ead37658-a091-4df3-b964-df5cbf7fa3e9-Jestures] Fetching tracks for album: Jestures
[INFO]-[19-07-2026 09-05-05]-Feature plan for album 'Jestures': MusiCNN=2, DCLAP=2, Lyrics=2 of 26 tracks.
[INFO]-[19-07-2026 09-05-05]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-05-05]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-05-05]-[AlbumTask-ead37658-a091-4df3-b964-df5cbf7fa3e9-Jestures] Analyzing track: Asshole by Atmosphere (1/26)
[INFO]-[19-07-2026 09-05-06]-Downloaded 'Asshole' to '/app/temp_audio/72996.flac'
[INFO]-[19-07-2026 09-05-06]-Lazy-loading MusiCNN models for album: Jestures
[INFO]-[19-07-2026 09-05-06]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-05-06]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-05-06]-Starting analysis for: 72996.flac
[INFO]-[19-07-2026 09-05-06]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[WARNING]-[19-07-2026 09-05-10]-Worker 9147ec2417c640b79e10b39b2db77268: job ead37658-a091-4df3-b964-df5cbf7fa3e9 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-05-10]-Work horse killed for job ead37658-a091-4df3-b964-df5cbf7fa3e9: retpid=695, ret_val=11
[INFO]-[19-07-2026 09-05-10]-Job ead37658-a091-4df3-b964-df5cbf7fa3e9: enqueued for retry, 2 remaining
[INFO]-[19-07-2026 09-05-10]-default: tasks.analysis.analyze_album_task('72919', 'Whenever', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (338da900-f547-4d84-b878-b30b22722425)
[INFO]-[19-07-2026 09-05-10]-[AlbumTask-338da900-f547-4d84-b878-b30b22722425-Whenever] Fetching tracks for album: Whenever
[INFO]-[19-07-2026 09-05-10]-Feature plan for album 'Whenever': MusiCNN=1, DCLAP=1, Lyrics=1 of 12 tracks.
[INFO]-[19-07-2026 09-05-10]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-05-10]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-05-10]-Skipping 'Bde Maka Ska by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-10]-Skipping 'Push Play by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-10]-Skipping 'Postal Lady by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-10]-Skipping 'Love Each Other by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-10]-Skipping 'Romance by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-10]-[AlbumTask-338da900-f547-4d84-b878-b30b22722425-Whenever] Analyzing track: Dearly Beloved by Atmosphere feat. Musab and Muja Messiah (6/12)
[WARNING]-[19-07-2026 09-05-10]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 79f2034a-32be-4350-a814-902bc8790bf4 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-05-10]-Work horse killed for job 79f2034a-32be-4350-a814-902bc8790bf4: retpid=656, ret_val=11
[INFO]-[19-07-2026 09-05-10]-Job 79f2034a-32be-4350-a814-902bc8790bf4: enqueued for retry, 2 remaining
[INFO]-[19-07-2026 09-05-10]-default: tasks.analysis.analyze_album_task('74802', 'Memoirs of an Imperfect Angel', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (6d38decd-8048-464c-a27e-0215c3116735)
[INFO]-[19-07-2026 09-05-10]-[AlbumTask-6d38decd-8048-464c-a27e-0215c3116735-Memoirs of an Imperfect Angel] Fetching tracks for album: Memoirs of an Imperfect Angel
[INFO]-[19-07-2026 09-05-10]-Downloaded 'Dearly Beloved' to '/app/temp_audio/72925.flac'
[INFO]-[19-07-2026 09-05-10]-Lazy-loading MusiCNN models for album: Whenever
[INFO]-[19-07-2026 09-05-10]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-05-10]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-05-10]-Starting analysis for: 72925.flac
[INFO]-[19-07-2026 09-05-10]-Feature plan for album 'Memoirs of an Imperfect Angel': MusiCNN=1, DCLAP=1, Lyrics=1 of 21 tracks.
[INFO]-[19-07-2026 09-05-10]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-05-10]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-05-10]-Skipping 'Betcha Gon' Know (the prologue) by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-10]-Skipping 'Obsessed by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-10]-Skipping 'H.A.T.E.U. by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-10]-Skipping 'Candy Bling by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-10]-Skipping 'Ribbon by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-10]-Skipping 'Inseparable by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-10]-Skipping 'Standing O by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-10]-[AlbumTask-6d38decd-8048-464c-a27e-0215c3116735-Memoirs of an Imperfect Angel] Analyzing track: It's a Wrap by Mariah Carey (8/21)
[INFO]-[19-07-2026 09-05-11]-Downloaded 'It's a Wrap' to '/app/temp_audio/74810.flac'
[INFO]-[19-07-2026 09-05-11]-Lazy-loading MusiCNN models for album: Memoirs of an Imperfect Angel
[INFO]-[19-07-2026 09-05-11]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-05-11]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-05-11]-Starting analysis for: 74810.flac
[INFO]-[19-07-2026 09-05-11]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[WARNING]-[19-07-2026 09-05-14]-Worker 9147ec2417c640b79e10b39b2db77268: job 338da900-f547-4d84-b878-b30b22722425 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-05-14]-Work horse killed for job 338da900-f547-4d84-b878-b30b22722425: retpid=751, ret_val=11
[INFO]-[19-07-2026 09-05-14]-Job 338da900-f547-4d84-b878-b30b22722425: enqueued for retry, 2 remaining
[INFO]-[19-07-2026 09-05-14]-default: tasks.analysis.analyze_album_task('74864', 'Me. I Am Mariah…The Elusive Chanteuse', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (1dd8acb5-adb9-4596-855b-306b8722fa09)
[INFO]-[19-07-2026 09-05-14]-[AlbumTask-1dd8acb5-adb9-4596-855b-306b8722fa09-Me. I Am Mariah…The Elusive Chanteuse] Fetching tracks for album: Me. I Am Mariah…The Elusive Chanteuse
[INFO]-[19-07-2026 09-05-14]-Feature plan for album 'Me. I Am Mariah…The Elusive Chanteuse': MusiCNN=1, DCLAP=1, Lyrics=1 of 18 tracks.
[INFO]-[19-07-2026 09-05-14]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-05-14]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-05-14]-Skipping 'Cry. by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-14]-Skipping 'Faded by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-14]-Skipping 'Dedicated by Mariah Carey feat. Nas' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-14]-Skipping '#Beautiful by Mariah Carey feat. Miguel' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-14]-Skipping 'Thirsty by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-14]-Skipping 'Make It Look Good by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-14]-Skipping 'You’re Mine (Eternal) by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-14]-Skipping 'You Don’t Know What to Do by Mariah Carey feat. Wale' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-14]-Skipping 'Supernatural by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-14]-Skipping 'Meteorite by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-14]-Skipping 'Camouflage by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-14]-Skipping 'Money ($ * / …) by Mariah Carey feat. Fabolous' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-14]-Skipping 'One More Try by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-14]-Skipping 'Heavenly (No Ways Tired/Can’t Give Up Now) by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-14]-[AlbumTask-1dd8acb5-adb9-4596-855b-306b8722fa09-Me. I Am Mariah…The Elusive Chanteuse] Analyzing track: It’s a Wrap by Mariah Carey feat. Mary J. Blige (15/18)
[WARNING]-[19-07-2026 09-05-15]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 6d38decd-8048-464c-a27e-0215c3116735 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-05-15]-Work horse killed for job 6d38decd-8048-464c-a27e-0215c3116735: retpid=752, ret_val=11
[INFO]-[19-07-2026 09-05-15]-Job 6d38decd-8048-464c-a27e-0215c3116735: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-05-15]-default: tasks.analysis.analyze_album_task('72828', 'You Can’t Imagine How Much Fun We’re Having', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (9cc76972-88b4-45e5-b4d3-4eb1130915a0)
[INFO]-[19-07-2026 09-05-15]-[AlbumTask-9cc76972-88b4-45e5-b4d3-4eb1130915a0-You Can’t Imagine How Much Fun We’re Having] Fetching tracks for album: You Can’t Imagine How Much Fun We’re Having
[INFO]-[19-07-2026 09-05-15]-Feature plan for album 'You Can’t Imagine How Much Fun We’re Having': MusiCNN=1, DCLAP=1, Lyrics=1 of 21 tracks.
[INFO]-[19-07-2026 09-05-15]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-05-15]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-05-15]-Skipping 'The Arrival by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-15]-Skipping 'Panic Attack by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-15]-Skipping 'Watch Out by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-15]-Skipping 'Musical Chairs by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-15]-Skipping 'Say Hey There by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-15]-Skipping 'Hockey Hair by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-15]-Skipping 'Bam by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-15]-Skipping 'Pour Me Another by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-15]-Skipping 'Smart Went Crazy by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-15]-[AlbumTask-9cc76972-88b4-45e5-b4d3-4eb1130915a0-You Can’t Imagine How Much Fun We’re Having] Analyzing track: Angelface by Atmosphere (10/21)
[INFO]-[19-07-2026 09-05-15]-Downloaded 'It’s a Wrap' to '/app/temp_audio/74879.flac'
[INFO]-[19-07-2026 09-05-15]-Lazy-loading MusiCNN models for album: Me. I Am Mariah…The Elusive Chanteuse
[INFO]-[19-07-2026 09-05-15]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-05-15]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-05-15]-Starting analysis for: 74879.flac
[INFO]-[19-07-2026 09-05-15]-Downloaded 'Angelface' to '/app/temp_audio/72838.flac'
[INFO]-[19-07-2026 09-05-15]-Lazy-loading MusiCNN models for album: You Can’t Imagine How Much Fun We’re Having
[INFO]-[19-07-2026 09-05-15]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-05-15]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-05-15]-Starting analysis for: 72838.flac
[INFO]-[19-07-2026 09-05-16]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[WARNING]-[19-07-2026 09-05-19]-Worker 9147ec2417c640b79e10b39b2db77268: job 1dd8acb5-adb9-4596-855b-306b8722fa09 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-05-19]-Work horse killed for job 1dd8acb5-adb9-4596-855b-306b8722fa09: retpid=822, ret_val=11
[INFO]-[19-07-2026 09-05-19]-Job 1dd8acb5-adb9-4596-855b-306b8722fa09: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-05-19]-default: tasks.analysis.analyze_album_task('73226', 'The Sky Moves Sideways', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (5da735ed-6d24-4244-bd88-08d4133d931c)
[INFO]-[19-07-2026 09-05-19]-[AlbumTask-5da735ed-6d24-4244-bd88-08d4133d931c-The Sky Moves Sideways] Fetching tracks for album: The Sky Moves Sideways
[INFO]-[19-07-2026 09-05-19]-Feature plan for album 'The Sky Moves Sideways': MusiCNN=2, DCLAP=2, Lyrics=2 of 9 tracks.
[INFO]-[19-07-2026 09-05-19]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-05-19]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-05-19]-[AlbumTask-5da735ed-6d24-4244-bd88-08d4133d931c-The Sky Moves Sideways] Stopping album analysis for 'The Sky Moves Sideways' due to parent/self revocation.
[WARNING]-[19-07-2026 09-05-19]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 9cc76972-88b4-45e5-b4d3-4eb1130915a0 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-05-19]-Work horse killed for job 9cc76972-88b4-45e5-b4d3-4eb1130915a0: retpid=830, ret_val=11
[INFO]-[19-07-2026 09-05-19]-Job 9cc76972-88b4-45e5-b4d3-4eb1130915a0: enqueued for retry, 2 remaining
[INFO]-[19-07-2026 09-05-19]-default: tasks.analysis.analyze_album_task('72126', 'Shadows in the Night', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (19a79e1b-afd2-4ba0-8db9-c00f3fc6bffe)
[INFO]-[19-07-2026 09-05-19]-[AlbumTask-19a79e1b-afd2-4ba0-8db9-c00f3fc6bffe-Shadows in the Night] Fetching tracks for album: Shadows in the Night
[INFO]-[19-07-2026 09-05-19]-Feature plan for album 'Shadows in the Night': MusiCNN=2, DCLAP=2, Lyrics=2 of 10 tracks.
[INFO]-[19-07-2026 09-05-19]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-05-19]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-05-19]-[AlbumTask-19a79e1b-afd2-4ba0-8db9-c00f3fc6bffe-Shadows in the Night] Stopping album analysis for 'Shadows in the Night' due to parent/self revocation.
[INFO]-[19-07-2026 09-05-19]-Successfully completed tasks.analysis.analyze_album_task('73226', 'The Sky Moves Sideways', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') job in 0:00:00.268418s on worker 9147ec2417c640b79e10b39b2db77268
[INFO]-[19-07-2026 09-05-19]-default: Job OK (5da735ed-6d24-4244-bd88-08d4133d931c)
[INFO]-[19-07-2026 09-05-19]-Result is kept for 500 seconds
[INFO]-[19-07-2026 09-05-19]-default: tasks.analysis.analyze_album_task('72137', 'Triplicate', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (eff99050-d7b4-423f-ba00-c363ea515387)
[INFO]-[19-07-2026 09-05-20]-[AlbumTask-eff99050-d7b4-423f-ba00-c363ea515387-Triplicate] Fetching tracks for album: Triplicate
[INFO]-[19-07-2026 09-05-20]-Feature plan for album 'Triplicate': MusiCNN=4, DCLAP=4, Lyrics=4 of 30 tracks.
[INFO]-[19-07-2026 09-05-20]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-05-20]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-05-20]-[AlbumTask-eff99050-d7b4-423f-ba00-c363ea515387-Triplicate] Stopping album analysis for 'Triplicate' due to parent/self revocation.
[INFO]-[19-07-2026 09-05-20]-Successfully completed tasks.analysis.analyze_album_task('72126', 'Shadows in the Night', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') job in 0:00:00.263727s on worker 0dc8ddc09c22476ba5663fd70cf31f67
[INFO]-[19-07-2026 09-05-20]-default: Job OK (19a79e1b-afd2-4ba0-8db9-c00f3fc6bffe)
[INFO]-[19-07-2026 09-05-20]-Result is kept for 500 seconds
[INFO]-[19-07-2026 09-05-20]-default: tasks.analysis.analyze_album_task('72183', 'Another Side of Bob Dylan', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (b553b6ba-5030-431e-977c-c24a607f18e9)
[INFO]-[19-07-2026 09-05-20]-[AlbumTask-b553b6ba-5030-431e-977c-c24a607f18e9-Another Side of Bob Dylan] Fetching tracks for album: Another Side of Bob Dylan
[INFO]-[19-07-2026 09-05-20]-Feature plan for album 'Another Side of Bob Dylan': MusiCNN=3, DCLAP=3, Lyrics=3 of 11 tracks.
[INFO]-[19-07-2026 09-05-20]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-05-20]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-05-20]-Skipping 'All I Really Want to Do by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-20]-Skipping 'Black Crow Blues by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-20]-[AlbumTask-b553b6ba-5030-431e-977c-c24a607f18e9-Another Side of Bob Dylan] Analyzing track: Spanish Harlem Incident by Bob Dylan (3/11)
[INFO]-[19-07-2026 09-05-20]-Successfully completed tasks.analysis.analyze_album_task('72137', 'Triplicate', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') job in 0:00:00.258364s on worker 9147ec2417c640b79e10b39b2db77268
[INFO]-[19-07-2026 09-05-20]-default: Job OK (eff99050-d7b4-423f-ba00-c363ea515387)
[INFO]-[19-07-2026 09-05-20]-Result is kept for 500 seconds
[INFO]-[19-07-2026 09-05-20]-default: tasks.analysis.analyze_album_task('72137', 'Triplicate', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (4cb1aba4-9294-4d04-a7b6-b326151a9c35)
[INFO]-[19-07-2026 09-05-20]-[AlbumTask-4cb1aba4-9294-4d04-a7b6-b326151a9c35-Triplicate] Fetching tracks for album: Triplicate
[INFO]-[19-07-2026 09-05-20]-Feature plan for album 'Triplicate': MusiCNN=4, DCLAP=4, Lyrics=4 of 30 tracks.
[INFO]-[19-07-2026 09-05-20]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-05-20]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-05-20]-Skipping 'I Guess I’ll Have to Change My Plans by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-20]-Skipping 'September of My Years by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-20]-Skipping 'I Could Have Told You by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-20]-Skipping 'Once Upon a Time by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-20]-Skipping 'Stormy Weather by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-20]-Skipping 'This Nearly Was Mine by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-20]-[AlbumTask-4cb1aba4-9294-4d04-a7b6-b326151a9c35-Triplicate] Analyzing track: That Old Feeling by Bob Dylan (7/30)
[INFO]-[19-07-2026 09-05-20]-Downloaded 'Spanish Harlem Incident' to '/app/temp_audio/72186.flac'
[INFO]-[19-07-2026 09-05-20]-Lazy-loading MusiCNN models for album: Another Side of Bob Dylan
[INFO]-[19-07-2026 09-05-20]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-05-20]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-05-20]-Starting analysis for: 72186.flac
[INFO]-[19-07-2026 09-05-20]-Downloaded 'That Old Feeling' to '/app/temp_audio/72154.flac'
[INFO]-[19-07-2026 09-05-20]-Lazy-loading MusiCNN models for album: Triplicate
[INFO]-[19-07-2026 09-05-20]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-05-20]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-05-20]-Starting analysis for: 72154.flac
[INFO]-[19-07-2026 09-05-21]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[WARNING]-[19-07-2026 09-05-24]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job b553b6ba-5030-431e-977c-c24a607f18e9 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-05-24]-Work horse killed for job b553b6ba-5030-431e-977c-c24a607f18e9: retpid=926, ret_val=11
[INFO]-[19-07-2026 09-05-24]-Job b553b6ba-5030-431e-977c-c24a607f18e9: enqueued for retry, 2 remaining
[INFO]-[19-07-2026 09-05-24]-default: tasks.analysis.analyze_album_task('72126', 'Shadows in the Night', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (2fbbf5f9-d73a-4d33-b459-0a46b69c0237)
[INFO]-[19-07-2026 09-05-24]-[AlbumTask-2fbbf5f9-d73a-4d33-b459-0a46b69c0237-Shadows in the Night] Fetching tracks for album: Shadows in the Night
[INFO]-[19-07-2026 09-05-24]-Feature plan for album 'Shadows in the Night': MusiCNN=2, DCLAP=2, Lyrics=2 of 10 tracks.
[INFO]-[19-07-2026 09-05-24]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-05-24]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-05-24]-[AlbumTask-2fbbf5f9-d73a-4d33-b459-0a46b69c0237-Shadows in the Night] Analyzing track: I'm a Fool to Want You by Bob Dylan (1/10)
[INFO]-[19-07-2026 09-05-24]-Downloaded 'I'm a Fool to Want You' to '/app/temp_audio/72127.flac'
[INFO]-[19-07-2026 09-05-24]-Lazy-loading MusiCNN models for album: Shadows in the Night
[INFO]-[19-07-2026 09-05-24]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-05-24]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-05-24]-Starting analysis for: 72127.flac
[WARNING]-[19-07-2026 09-05-24]-Worker 9147ec2417c640b79e10b39b2db77268: job 4cb1aba4-9294-4d04-a7b6-b326151a9c35 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-05-24]-Work horse killed for job 4cb1aba4-9294-4d04-a7b6-b326151a9c35: retpid=935, ret_val=11
[INFO]-[19-07-2026 09-05-24]-Job 4cb1aba4-9294-4d04-a7b6-b326151a9c35: enqueued for retry, 2 remaining
[INFO]-[19-07-2026 09-05-24]-default: tasks.analysis.analyze_album_task('71773', 'Carrie & Lowell', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (0db5b02a-6a7c-4d7f-8ac1-4ddd5e3dac93)
[INFO]-[19-07-2026 09-05-24]-[AlbumTask-0db5b02a-6a7c-4d7f-8ac1-4ddd5e3dac93-Carrie & Lowell] Fetching tracks for album: Carrie & Lowell
[INFO]-[19-07-2026 09-05-24]-Feature plan for album 'Carrie & Lowell': MusiCNN=1, DCLAP=1, Lyrics=1 of 18 tracks.
[INFO]-[19-07-2026 09-05-24]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-05-24]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-05-24]-Skipping 'Death With Dignity by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-24]-Skipping 'Should Have Known Better by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-24]-Skipping 'All of Me Wants All of You by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-24]-Skipping 'Drawn to the Blood by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-24]-Skipping 'Eugene by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-24]-Skipping 'Fourth of July by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-24]-Skipping 'The Only Thing by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-24]-Skipping 'Carrie & Lowell by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-24]-Skipping 'John My Beloved by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-24]-Skipping 'No Shade in the Shadow of the Cross by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-24]-Skipping 'Blue Bucket of Gold by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-24]-Skipping 'Death With Dignity (demo) by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-24]-Skipping 'Should Have Known Better (demo) by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-24]-Skipping 'Eugene (demo) by Sufjan Stevens feat. S. Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-24]-Skipping 'The Only Thing (demo) by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-24]-Skipping 'Mystery of Love (demo) by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-24]-Skipping 'Wallowa Lake Monster (version 2) by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-24]-[AlbumTask-0db5b02a-6a7c-4d7f-8ac1-4ddd5e3dac93-Carrie & Lowell] Analyzing track: Fourth of July (version 4) by Sufjan Stevens (18/18)
[INFO]-[19-07-2026 09-05-26]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[INFO]-[19-07-2026 09-05-27]-Downloaded 'Fourth of July (version 4)' to '/app/temp_audio/71791.flac'
[INFO]-[19-07-2026 09-05-27]-Lazy-loading MusiCNN models for album: Carrie & Lowell
[INFO]-[19-07-2026 09-05-27]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-05-27]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-05-27]-Starting analysis for: 71791.flac
[WARNING]-[19-07-2026 09-05-28]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 2fbbf5f9-d73a-4d33-b459-0a46b69c0237 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-05-28]-Work horse killed for job 2fbbf5f9-d73a-4d33-b459-0a46b69c0237: retpid=1005, ret_val=11
[INFO]-[19-07-2026 09-05-28]-Job 2fbbf5f9-d73a-4d33-b459-0a46b69c0237: enqueued for retry, 2 remaining
[INFO]-[19-07-2026 09-05-28]-default: tasks.analysis.analyze_album_task('71713', 'Aporia', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (e6d06853-1330-446f-9beb-038715e08283)
[INFO]-[19-07-2026 09-05-28]-[AlbumTask-e6d06853-1330-446f-9beb-038715e08283-Aporia] Fetching tracks for album: Aporia
[INFO]-[19-07-2026 09-05-28]-Feature plan for album 'Aporia': MusiCNN=1, DCLAP=1, Lyrics=1 of 21 tracks.
[INFO]-[19-07-2026 09-05-28]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-05-28]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-05-28]-Skipping 'Ousia by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-28]-Skipping 'What It Takes by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-28]-Skipping 'Disinheritance by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-28]-Skipping 'Agathon by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-28]-Skipping 'Determined Outcome by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-28]-Skipping 'Misology by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-28]-Skipping 'Afterworld Alliance by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-28]-Skipping 'Palinodes by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-28]-Skipping 'Backhanded Cloud by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-28]-Skipping 'Glorious You by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-28]-Skipping 'For Raymond Scott by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-28]-Skipping 'Matronymic by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-28]-Skipping 'The Red Desert by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-28]-[AlbumTask-e6d06853-1330-446f-9beb-038715e08283-Aporia] Analyzing track: Conciliation by Sufjan Stevens & Lowell Brams (14/21)
[INFO]-[19-07-2026 09-05-28]-Downloaded 'Conciliation' to '/app/temp_audio/71727.flac'
[INFO]-[19-07-2026 09-05-28]-Lazy-loading MusiCNN models for album: Aporia
[INFO]-[19-07-2026 09-05-28]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-05-29]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-05-29]-Starting analysis for: 71727.flac
[INFO]-[19-07-2026 09-05-31]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[WARNING]-[19-07-2026 09-05-32]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job e6d06853-1330-446f-9beb-038715e08283 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-05-32]-Work horse killed for job e6d06853-1330-446f-9beb-038715e08283: retpid=1073, ret_val=11
[INFO]-[19-07-2026 09-05-32]-Job e6d06853-1330-446f-9beb-038715e08283: enqueued for retry, 2 remaining
[INFO]-[19-07-2026 09-05-32]-default: tasks.analysis.analyze_album_task('71674', 'Illinois', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a)
[INFO]-[19-07-2026 09-05-32]-[AlbumTask-8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a-Illinois] Fetching tracks for album: Illinois
[INFO]-[19-07-2026 09-05-32]-Feature plan for album 'Illinois': MusiCNN=2, DCLAP=2, Lyrics=2 of 22 tracks.
[INFO]-[19-07-2026 09-05-32]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-05-32]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-05-32]-Skipping 'Concerning the UFO Sighting Near Highland, Illinois by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-32]-[AlbumTask-8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a-Illinois] Analyzing track: The Black Hawk War, or, How to Demolish an Entire Civilization and Still Feel Good About Yourself in the Morning, or, We Apologize for the Inconvenience but You’re Going to Have to Leave Now, or, “I Have Fought the Big Knives and Will Continue to Fight Them Until They Are Off Our Lands!” by Sufjan Stevens (2/22)
[ERROR]-[19-07-2026 09-05-32]-Failed to download track The Black Hawk War, or, How to Demolish an Entire Civilization and Still Feel Good About Yourself in the Morning, or, We Apologize for the Inconvenience but You’re Going to Have to Leave Now, or, “I Have Fought the Big Knives and Will Continue to Fight Them Until They Are Off Our Lands!”
Traceback (most recent call last):
File "/app/tasks/mediaserver/plex.py", line 290, in download_track
r.raise_for_status()
File "/usr/local/lib/python3.12/dist-packages/requests/models.py", line 1028, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://plex.tonftp.com/library/parts/72474/1773800092/file.flac?download=1
[ERROR]-[19-07-2026 09-05-32]-Track analysis failed for 'The Black Hawk War, or, How to Demolish an Entire Civilization and Still Feel Good About Yourself in the Morning, or, We Apologize for the Inconvenience but You’re Going to Have to Leave Now, or, “I Have Fought the Big Knives and Will Continue to Fight Them Until They Are Off Our Lands!” by Sufjan Stevens'; continuing with the next track.
Traceback (most recent call last):
File "/app/tasks/analysis/album.py", line 429, in _analyze_album_task_impl
onnx_sessions, fingerprint_index = _analyze_single_track(
^^^^^^^^^^^^^^^^^^^^^^
File "/app/tasks/analysis/album.py", line 210, in _analyze_single_track
path = _stage_download(item, track_name_full)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/tasks/analysis/album.py", line 90, in _stage_download
raise RuntimeError(f"Failed to download required audio for {track_name_full}")
RuntimeError: Failed to download required audio for The Black Hawk War, or, How to Demolish an Entire Civilization and Still Feel Good About Yourself in the Morning, or, We Apologize for the Inconvenience but You’re Going to Have to Leave Now, or, “I Have Fought the Big Knives and Will Continue to Fight Them Until They Are Off Our Lands!” by Sufjan Stevens
[INFO]-[19-07-2026 09-05-32]-Skipping 'Come On! Feel the Illinoise! Part I: The World’s Columbian Exposition, Part II: Carl Sandburg Visits Me in a Dream by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-32]-Skipping 'John Wayne Gacy, Jr. by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-32]-Skipping 'Jacksonville by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-32]-Skipping 'A Short Reprise for Mary Todd, Who Went Insane, but for Very Good Reasons by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-32]-Skipping 'Decatur, or, Round of Applause for Your Stepmother! by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-32]-Skipping 'One Last “Whoo‐Hoo!” for the Pullman by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-32]-Skipping 'Chicago by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-32]-Skipping 'Casimir Pulaski Day by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-32]-Skipping 'To the Workers of the Rockford River Valley Region, I Have an Idea Concerning Your Predicament by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-32]-Skipping 'The Man of Metropolis Steals Our Hearts by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-32]-Skipping 'Prairie Fire That Wanders About by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-32]-Skipping 'A Conjunction of Drones Simulating the Way in Which Sufjan Stevens Has an Existential Crisis in the Great Godfrey Maze by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-32]-Skipping 'The Predatory Wasp of the Palisades Is Out to Get Us! by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-32]-Skipping 'They Are Night Zombies!! They Are Neighbors!! They Have Come Back From the Dead!! Ahhhh! by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-32]-Skipping 'Let’s Hear That String Part Again, Because I Don’t Think They Heard It All the Way Out in Bushnell by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-32]-[AlbumTask-8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a-Illinois] Analyzing track: In This Temple as in the Hearts of Man for Whom He Saved the Earth by Sufjan Stevens (18/22)
[INFO]-[19-07-2026 09-05-32]-Downloaded 'In This Temple as in the Hearts of Man for Whom He Saved the Earth' to '/app/temp_audio/71692.flac'
[INFO]-[19-07-2026 09-05-32]-Lazy-loading MusiCNN models for album: Illinois
[INFO]-[19-07-2026 09-05-32]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-05-32]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-05-32]-Starting analysis for: 71692.flac
[WARNING]-[19-07-2026 09-05-34]-Worker 9147ec2417c640b79e10b39b2db77268: job 0db5b02a-6a7c-4d7f-8ac1-4ddd5e3dac93 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-05-34]-Work horse killed for job 0db5b02a-6a7c-4d7f-8ac1-4ddd5e3dac93: retpid=1034, ret_val=11
[INFO]-[19-07-2026 09-05-34]-Job 0db5b02a-6a7c-4d7f-8ac1-4ddd5e3dac93: enqueued for retry, 2 remaining
[INFO]-[19-07-2026 09-05-34]-default: tasks.analysis.analyze_album_task('71609', 'Convocations', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (5744cc2e-8762-488b-8f2b-6d491466d972)
[INFO]-[19-07-2026 09-05-34]-[AlbumTask-5744cc2e-8762-488b-8f2b-6d491466d972-Convocations] Fetching tracks for album: Convocations
[INFO]-[19-07-2026 09-05-34]-Feature plan for album 'Convocations': MusiCNN=7, DCLAP=7, Lyrics=7 of 49 tracks.
[INFO]-[19-07-2026 09-05-34]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-05-34]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-05-34]-[AlbumTask-5744cc2e-8762-488b-8f2b-6d491466d972-Convocations] Analyzing track: Meditation I by Sufjan Stevens (1/49)
[INFO]-[19-07-2026 09-05-34]-Downloaded 'Meditation I' to '/app/temp_audio/71610.flac'
[INFO]-[19-07-2026 09-05-34]-Lazy-loading MusiCNN models for album: Convocations
[INFO]-[19-07-2026 09-05-34]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-05-34]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-05-34]-Starting analysis for: 71610.flac
[WARNING]-[19-07-2026 09-05-35]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-05-35]-Work horse killed for job 8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a: retpid=1122, ret_val=11
[INFO]-[19-07-2026 09-05-35]-Job 8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a: enqueued for retry, 2 remaining
[INFO]-[19-07-2026 09-05-35]-default: tasks.analysis.analyze_album_task('71591', 'Planetarium', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (9e2f66a6-1f70-4e22-bcd8-7f7cb0b4c80e)
[INFO]-[19-07-2026 09-05-36]-[AlbumTask-9e2f66a6-1f70-4e22-bcd8-7f7cb0b4c80e-Planetarium] Fetching tracks for album: Planetarium
[INFO]-[19-07-2026 09-05-36]-Feature plan for album 'Planetarium': MusiCNN=3, DCLAP=3, Lyrics=3 of 17 tracks.
[INFO]-[19-07-2026 09-05-36]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-05-36]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-05-36]-Skipping 'Neptune by Sufjan Stevens, Nico Muhly, Bryce Dessner, James McAlister' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-36]-Skipping 'Jupiter by Sufjan Stevens, Nico Muhly, Bryce Dessner, James McAlister' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-36]-Skipping 'Halley’s Comet by Sufjan Stevens, Nico Muhly, Bryce Dessner, James McAlister' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-36]-Skipping 'Venus by Sufjan Stevens, Nico Muhly, Bryce Dessner, James McAlister' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-36]-[AlbumTask-9e2f66a6-1f70-4e22-bcd8-7f7cb0b4c80e-Planetarium] Analyzing track: Uranus by Sufjan Stevens, Nico Muhly, Bryce Dessner, James McAlister (5/17)
[INFO]-[19-07-2026 09-05-36]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[INFO]-[19-07-2026 09-05-36]-Downloaded 'Uranus' to '/app/temp_audio/71606.flac'
[INFO]-[19-07-2026 09-05-36]-Lazy-loading MusiCNN models for album: Planetarium
[INFO]-[19-07-2026 09-05-36]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-05-36]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-05-36]-Starting analysis for: 71606.flac
[WARNING]-[19-07-2026 09-05-38]-Worker 9147ec2417c640b79e10b39b2db77268: job 5744cc2e-8762-488b-8f2b-6d491466d972 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-05-38]-Work horse killed for job 5744cc2e-8762-488b-8f2b-6d491466d972: retpid=1161, ret_val=11
[INFO]-[19-07-2026 09-05-38]-Job 5744cc2e-8762-488b-8f2b-6d491466d972: enqueued for retry, 2 remaining
[INFO]-[19-07-2026 09-05-38]-default: tasks.analysis.analyze_album_task('71445', 'Greatest Hits', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (e4d9ffd0-82f6-4c0c-aaaf-fbafee1430a8)
[INFO]-[19-07-2026 09-05-38]-[AlbumTask-e4d9ffd0-82f6-4c0c-aaaf-fbafee1430a8-Greatest Hits] Fetching tracks for album: Greatest Hits
[INFO]-[19-07-2026 09-05-38]-Feature plan for album 'Greatest Hits': MusiCNN=3, DCLAP=3, Lyrics=3 of 16 tracks.
[INFO]-[19-07-2026 09-05-38]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-05-38]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-05-38]-Skipping 'All My Life by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-38]-[AlbumTask-e4d9ffd0-82f6-4c0c-aaaf-fbafee1430a8-Greatest Hits] Analyzing track: Best of You by Foo Fighters (2/16)
[INFO]-[19-07-2026 09-05-39]-Downloaded 'Best of You' to '/app/temp_audio/71447.flac'
[INFO]-[19-07-2026 09-05-39]-Lazy-loading MusiCNN models for album: Greatest Hits
[INFO]-[19-07-2026 09-05-39]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-05-39]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-05-39]-Starting analysis for: 71447.flac
[WARNING]-[19-07-2026 09-05-41]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 9e2f66a6-1f70-4e22-bcd8-7f7cb0b4c80e failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-05-41]-Work horse killed for job 9e2f66a6-1f70-4e22-bcd8-7f7cb0b4c80e: retpid=1200, ret_val=11
[INFO]-[19-07-2026 09-05-41]-Job 9e2f66a6-1f70-4e22-bcd8-7f7cb0b4c80e: enqueued for retry, 2 remaining
[INFO]-[19-07-2026 09-05-41]-default: tasks.analysis.analyze_album_task('71356', 'In Your Honor', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (126ca382-4332-44a2-82b2-1193d275e4a7)
[INFO]-[19-07-2026 09-05-41]-[AlbumTask-126ca382-4332-44a2-82b2-1193d275e4a7-In Your Honor] Fetching tracks for album: In Your Honor
[INFO]-[19-07-2026 09-05-41]-Feature plan for album 'In Your Honor': MusiCNN=1, DCLAP=1, Lyrics=1 of 20 tracks.
[INFO]-[19-07-2026 09-05-41]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-05-41]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-05-41]-Skipping 'In Your Honor by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-41]-Skipping 'No Way Back by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-41]-[AlbumTask-126ca382-4332-44a2-82b2-1193d275e4a7-In Your Honor] Analyzing track: Best of You by Foo Fighters (3/20)
[INFO]-[19-07-2026 09-05-41]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[INFO]-[19-07-2026 09-05-41]-Downloaded 'Best of You' to '/app/temp_audio/71359.flac'
[INFO]-[19-07-2026 09-05-41]-Lazy-loading MusiCNN models for album: In Your Honor
[INFO]-[19-07-2026 09-05-41]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-05-41]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-05-41]-Starting analysis for: 71359.flac
[WARNING]-[19-07-2026 09-05-43]-Worker 9147ec2417c640b79e10b39b2db77268: job e4d9ffd0-82f6-4c0c-aaaf-fbafee1430a8 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-05-43]-Work horse killed for job e4d9ffd0-82f6-4c0c-aaaf-fbafee1430a8: retpid=1239, ret_val=11
[INFO]-[19-07-2026 09-05-43]-Job e4d9ffd0-82f6-4c0c-aaaf-fbafee1430a8: enqueued for retry, 2 remaining
[INFO]-[19-07-2026 09-05-43]-default: tasks.analysis.analyze_album_task('71341', 'The Colour and the Shape', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (3fa8b297-77fa-4055-90f6-b3844a6f7f9e)
[INFO]-[19-07-2026 09-05-43]-[AlbumTask-3fa8b297-77fa-4055-90f6-b3844a6f7f9e-The Colour and the Shape] Fetching tracks for album: The Colour and the Shape
[INFO]-[19-07-2026 09-05-43]-Feature plan for album 'The Colour and the Shape': MusiCNN=2, DCLAP=2, Lyrics=2 of 14 tracks.
[INFO]-[19-07-2026 09-05-43]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-05-43]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-05-43]-Skipping 'Doll by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-43]-Skipping 'Monkey Wrench by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-43]-Skipping 'Hey, Johnny Park! by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-43]-Skipping 'My Poor Brain by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-43]-Skipping 'Wind Up by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-43]-Skipping 'Up in Arms by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-43]-[AlbumTask-3fa8b297-77fa-4055-90f6-b3844a6f7f9e-The Colour and the Shape] Analyzing track: My Hero by Foo Fighters (7/14)
[INFO]-[19-07-2026 09-05-43]-Downloaded 'My Hero' to '/app/temp_audio/71348.flac'
[INFO]-[19-07-2026 09-05-43]-Lazy-loading MusiCNN models for album: The Colour and the Shape
[INFO]-[19-07-2026 09-05-43]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-05-43]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-05-43]-Starting analysis for: 71348.flac
[WARNING]-[19-07-2026 09-05-45]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 126ca382-4332-44a2-82b2-1193d275e4a7 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-05-45]-Work horse killed for job 126ca382-4332-44a2-82b2-1193d275e4a7: retpid=1278, ret_val=11
[INFO]-[19-07-2026 09-05-45]-Job 126ca382-4332-44a2-82b2-1193d275e4a7: enqueued for retry, 2 remaining
[INFO]-[19-07-2026 09-05-45]-default: tasks.analysis.analyze_album_task('73944', 'In Utero', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (23462f65-e4c1-4b34-96e4-67373018537e)
[INFO]-[19-07-2026 09-05-45]-[AlbumTask-23462f65-e4c1-4b34-96e4-67373018537e-In Utero] Fetching tracks for album: In Utero
[INFO]-[19-07-2026 09-05-45]-Feature plan for album 'In Utero': MusiCNN=1, DCLAP=1, Lyrics=1 of 60 tracks.
[INFO]-[19-07-2026 09-05-45]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-05-45]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Serve the Servants by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Scentless Apprentice by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Heart‐shaped Box by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Rape Me by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Frances Farmer Will Have Her Revenge on Seattle by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Dumb by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Very Ape by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Milk It by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Pennyroyal Tea by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Radio Friendly Unit Shifter by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Tourette’s by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'All Apologies by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Gallons of Rubbing Alcohol Flow Through the Strip by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Marigold (B‐side) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Moist Vagina (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Sappy (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'I Hate Myself and Want to Die (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Pennyroyal Tea (Scott Litt mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Heart Shaped Box (original Steve Albini 1993 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'All Apologies (original Steve Albini 1993 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Serve the Servants (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Scentless Apprentice (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Heart Shaped Box (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Rape Me (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Frances Farmer Will Have Her Revenge on Seattle (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Dumb (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Very Ape (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Milk It (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Pennyroyal Tea (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Radio Friendly Unit Shifter (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Tourette’s (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'All Apologies (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Scentless Apprentice (demo) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Frances Farmer Will Have Her Revenge on Seattle (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Dumb (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Very Ape (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Pennyroyal Tea (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Radio Friendly Unit Shifter (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Tourette’s (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Marigold (demo) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'All Apologies (demo) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Forgotten Tune (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Jam (demo) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Radio Friendly Unit Shifter (live & Loud) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-Skipping 'Drain You (live & Loud) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-45]-[AlbumTask-23462f65-e4c1-4b34-96e4-67373018537e-In Utero] Analyzing track: Breed (live & Loud) by Nirvana (46/60)
[INFO]-[19-07-2026 09-05-46]-Downloaded 'Breed (live & Loud)' to '/app/temp_audio/73990.flac'
[INFO]-[19-07-2026 09-05-46]-Lazy-loading MusiCNN models for album: In Utero
[INFO]-[19-07-2026 09-05-46]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-05-46]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-05-46]-Starting analysis for: 73990.flac
[INFO]-[19-07-2026 09-05-46]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[WARNING]-[19-07-2026 09-05-48]-Worker 9147ec2417c640b79e10b39b2db77268: job 3fa8b297-77fa-4055-90f6-b3844a6f7f9e failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-05-48]-Work horse killed for job 3fa8b297-77fa-4055-90f6-b3844a6f7f9e: retpid=1317, ret_val=11
[INFO]-[19-07-2026 09-05-48]-Job 3fa8b297-77fa-4055-90f6-b3844a6f7f9e: enqueued for retry, 2 remaining
[INFO]-[19-07-2026 09-05-48]-default: tasks.analysis.analyze_album_task('74143', 'Dancin’ and Lovin’', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (43c819a7-695a-4bc8-acf1-4c2030ded1a1)
[INFO]-[19-07-2026 09-05-48]-[AlbumTask-43c819a7-695a-4bc8-acf1-4c2030ded1a1-Dancin’ and Lovin’] Fetching tracks for album: Dancin’ and Lovin’
[INFO]-[19-07-2026 09-05-48]-Feature plan for album 'Dancin’ and Lovin’': MusiCNN=1, DCLAP=1, Lyrics=1 of 6 tracks.
[INFO]-[19-07-2026 09-05-48]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-05-48]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-05-48]-Skipping 'Disco Ride (single version) by The Spinners' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-48]-Skipping 'Body Language by The Spinners' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-48]-[AlbumTask-43c819a7-695a-4bc8-acf1-4c2030ded1a1-Dancin’ and Lovin’] Analyzing track: Let’s Boogie, Let’s Dance by The Spinners (3/6)
[INFO]-[19-07-2026 09-05-48]-Downloaded 'Let’s Boogie, Let’s Dance' to '/app/temp_audio/74146.flac'
[INFO]-[19-07-2026 09-05-48]-Lazy-loading MusiCNN models for album: Dancin’ and Lovin’
[INFO]-[19-07-2026 09-05-48]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-05-48]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-05-48]-Starting analysis for: 74146.flac
[WARNING]-[19-07-2026 09-05-50]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 23462f65-e4c1-4b34-96e4-67373018537e failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-05-50]-Work horse killed for job 23462f65-e4c1-4b34-96e4-67373018537e: retpid=1356, ret_val=11
[INFO]-[19-07-2026 09-05-50]-Job 23462f65-e4c1-4b34-96e4-67373018537e: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-05-50]-default: tasks.analysis.analyze_album_task('73814', 'Just Go', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (5aa9bddd-02e4-425c-8594-0a235871ccbf)
[INFO]-[19-07-2026 09-05-50]-[AlbumTask-5aa9bddd-02e4-425c-8594-0a235871ccbf-Just Go] Fetching tracks for album: Just Go
[INFO]-[19-07-2026 09-05-50]-Feature plan for album 'Just Go': MusiCNN=2, DCLAP=1, Lyrics=1 of 24 tracks.
[INFO]-[19-07-2026 09-05-50]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-05-50]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-05-50]-Skipping 'Forever by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-50]-Skipping 'Just Go by Lionel Richie feat. Akon' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-50]-Skipping 'Nothing Left to Give by Lionel Richie feat. Akon' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-50]-Skipping 'Forever and a Day by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-50]-Skipping 'I’m Not Okay by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-50]-Skipping 'Good Morning by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-50]-Skipping 'Through My Eyes by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-50]-Skipping 'I’m in Love by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-50]-Skipping 'Think of You by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-50]-Skipping 'Into You Deep by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-50]-Skipping 'Pastime by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-50]-Skipping 'Face in the Crowd by Lionel Richie & Trijntje Oosterhuis' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-50]-Skipping 'Somewhere in London by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-50]-Skipping 'Eternity by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-50]-Skipping 'Just Go (Mike Rizzo Funk Generation radio edit) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-50]-Skipping 'Just Go (Rich Morel’s radio edit) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-50]-Skipping 'Just Go (Friscia and Lamboy radio edit) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-50]-Skipping 'Just Go (Mike Rizzo Funk Generation club) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-50]-Skipping 'Just Go (Rich Morel’s Pink Noise club) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-50]-Skipping 'Just Go (Friscia and Lamboy After Dark club) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-50]-Skipping 'Just Go (Mike Rizzo Funk Generation dub) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-50]-Skipping 'Just Go (Rich Morel’s Pink Noise dub) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-50]-[AlbumTask-5aa9bddd-02e4-425c-8594-0a235871ccbf-Just Go] Analyzing track: Just Go (Friscia and Lamboy After Dark dub) by Lionel Richie (23/24)
[INFO]-[19-07-2026 09-05-50]-Downloaded 'Just Go (Friscia and Lamboy After Dark dub)' to '/app/temp_audio/73837.flac'
[INFO]-[19-07-2026 09-05-50]-Lazy-loading MusiCNN models for album: Just Go
[INFO]-[19-07-2026 09-05-50]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-05-50]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-05-50]-Starting analysis for: 73837.flac
[INFO]-[19-07-2026 09-05-51]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[WARNING]-[19-07-2026 09-05-53]-Worker 9147ec2417c640b79e10b39b2db77268: job 43c819a7-695a-4bc8-acf1-4c2030ded1a1 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-05-53]-Work horse killed for job 43c819a7-695a-4bc8-acf1-4c2030ded1a1: retpid=1395, ret_val=11
[INFO]-[19-07-2026 09-05-53]-Job 43c819a7-695a-4bc8-acf1-4c2030ded1a1: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-05-53]-default: tasks.analysis.analyze_album_task('73779', 'Coming Home (deluxe edition)', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (0033f46c-46cd-4ea9-885f-39b4634586d0)
[INFO]-[19-07-2026 09-05-53]-[AlbumTask-0033f46c-46cd-4ea9-885f-39b4634586d0-Coming Home (deluxe edition)] Fetching tracks for album: Coming Home (deluxe edition)
[INFO]-[19-07-2026 09-05-53]-Feature plan for album 'Coming Home (deluxe edition)': MusiCNN=2, DCLAP=2, Lyrics=2 of 24 tracks.
[INFO]-[19-07-2026 09-05-53]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-05-53]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-05-53]-Skipping 'I Call It Love by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-53]-Skipping 'Sweet Vacation by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-53]-Skipping 'Why by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-53]-Skipping 'What You Are by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-53]-Skipping 'Up All Night (alternate version) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-53]-Skipping 'I’m Coming Home by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-53]-Skipping 'All Around the World by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-53]-Skipping 'Out of My Head by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-53]-Skipping 'Reason to Believe by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-53]-Skipping 'Stand Down by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-53]-Skipping 'I Love You by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-53]-Skipping 'I Apologize by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-53]-Skipping 'I’m Missing Her by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-53]-[AlbumTask-0033f46c-46cd-4ea9-885f-39b4634586d0-Coming Home (deluxe edition)] Analyzing track: I Call It Love (Moto Blanco remix) by Lionel Richie (14/24)
[INFO]-[19-07-2026 09-05-54]-Downloaded 'I Call It Love (Moto Blanco remix)' to '/app/temp_audio/73793.flac'
[INFO]-[19-07-2026 09-05-54]-Lazy-loading MusiCNN models for album: Coming Home (deluxe edition)
[INFO]-[19-07-2026 09-05-54]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-05-54]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-05-54]-Starting analysis for: 73793.flac
[WARNING]-[19-07-2026 09-05-55]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 5aa9bddd-02e4-425c-8594-0a235871ccbf failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-05-55]-Work horse killed for job 5aa9bddd-02e4-425c-8594-0a235871ccbf: retpid=1434, ret_val=11
[INFO]-[19-07-2026 09-05-55]-Job 5aa9bddd-02e4-425c-8594-0a235871ccbf: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-05-55]-default: tasks.analysis.analyze_album_task('71713', 'Aporia', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (a48100cd-8934-485e-b374-00bc15860c75)
[INFO]-[19-07-2026 09-05-55]-[AlbumTask-a48100cd-8934-485e-b374-00bc15860c75-Aporia] Fetching tracks for album: Aporia
[INFO]-[19-07-2026 09-05-55]-Feature plan for album 'Aporia': MusiCNN=1, DCLAP=1, Lyrics=1 of 21 tracks.
[INFO]-[19-07-2026 09-05-55]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-05-55]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-05-55]-[AlbumTask-a48100cd-8934-485e-b374-00bc15860c75-Aporia] Stopping album analysis for 'Aporia' due to parent/self revocation.
[INFO]-[19-07-2026 09-05-55]-Successfully completed tasks.analysis.analyze_album_task('71713', 'Aporia', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') job in 0:00:00.271651s on worker 0dc8ddc09c22476ba5663fd70cf31f67
[INFO]-[19-07-2026 09-05-55]-default: Job OK (a48100cd-8934-485e-b374-00bc15860c75)
[INFO]-[19-07-2026 09-05-55]-Result is kept for 500 seconds
[INFO]-[19-07-2026 09-05-55]-default: tasks.analysis.analyze_album_task('71341', 'The Colour and the Shape', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (8ce0c512-d3c5-46ed-9af1-a871199e94cb)
[INFO]-[19-07-2026 09-05-55]-[AlbumTask-8ce0c512-d3c5-46ed-9af1-a871199e94cb-The Colour and the Shape] Fetching tracks for album: The Colour and the Shape
[INFO]-[19-07-2026 09-05-56]-Feature plan for album 'The Colour and the Shape': MusiCNN=2, DCLAP=2, Lyrics=2 of 14 tracks.
[INFO]-[19-07-2026 09-05-56]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-05-56]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-05-56]-[AlbumTask-8ce0c512-d3c5-46ed-9af1-a871199e94cb-The Colour and the Shape] Stopping album analysis for 'The Colour and the Shape' due to parent/self revocation.
[INFO]-[19-07-2026 09-05-56]-Successfully completed tasks.analysis.analyze_album_task('71341', 'The Colour and the Shape', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') job in 0:00:00.249392s on worker 0dc8ddc09c22476ba5663fd70cf31f67
[INFO]-[19-07-2026 09-05-56]-default: Job OK (8ce0c512-d3c5-46ed-9af1-a871199e94cb)
[INFO]-[19-07-2026 09-05-56]-Result is kept for 500 seconds
[INFO]-[19-07-2026 09-05-56]-default: tasks.analysis.analyze_album_task('72183', 'Another Side of Bob Dylan', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (d16965bc-2199-4057-9a1b-0fdd06284938)
[INFO]-[19-07-2026 09-05-56]-[AlbumTask-d16965bc-2199-4057-9a1b-0fdd06284938-Another Side of Bob Dylan] Fetching tracks for album: Another Side of Bob Dylan
[INFO]-[19-07-2026 09-05-56]-Feature plan for album 'Another Side of Bob Dylan': MusiCNN=3, DCLAP=3, Lyrics=3 of 11 tracks.
[INFO]-[19-07-2026 09-05-56]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-05-56]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-05-56]-[AlbumTask-d16965bc-2199-4057-9a1b-0fdd06284938-Another Side of Bob Dylan] Stopping album analysis for 'Another Side of Bob Dylan' due to parent/self revocation.
[INFO]-[19-07-2026 09-05-56]-Successfully completed tasks.analysis.analyze_album_task('72183', 'Another Side of Bob Dylan', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') job in 0:00:00.271904s on worker 0dc8ddc09c22476ba5663fd70cf31f67
[INFO]-[19-07-2026 09-05-56]-default: Job OK (d16965bc-2199-4057-9a1b-0fdd06284938)
[INFO]-[19-07-2026 09-05-56]-Result is kept for 500 seconds
[INFO]-[19-07-2026 09-05-56]-default: tasks.analysis.analyze_album_task('73733', 'Renaissance (Deluxe Edition)', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (402a7c6f-730e-42ff-a85b-2d6dfa79ee94)
[INFO]-[19-07-2026 09-05-56]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[INFO]-[19-07-2026 09-05-56]-[AlbumTask-402a7c6f-730e-42ff-a85b-2d6dfa79ee94-Renaissance (Deluxe Edition)] Fetching tracks for album: Renaissance (Deluxe Edition)
[INFO]-[19-07-2026 09-05-56]-Feature plan for album 'Renaissance (Deluxe Edition)': MusiCNN=4, DCLAP=3, Lyrics=3 of 35 tracks.
[INFO]-[19-07-2026 09-05-56]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-05-56]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-05-56]-Skipping 'Angel by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'Cinderella by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'Tender Heart by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'Dance the Night Away by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'Tonight by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'How Long by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'Don’t You Ever Go Away by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'Wasted Time by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'Piece of My Heart by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'It May Be the Water by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'Here Is My Heart by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'Don’t Stop the Music by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'I Forgot by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'Shout It to the World (bonus track Japan/Oz/Nz) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'Just Can’t Say Goodbye (bonus track UK/Jap/Oz/Nz) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'All Night Long (live from Edinburgh Castle) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'Still (live Montreux Music Fest July 19, 2000) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'Dancing on the Ceiling (live from Wembley) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'Angel (Boogieman remix radio edit) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'Angel (Boogieman remix extended) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'Angel (Boogieman remix dub) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'Angel (Crash & Burn remix vocal) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-[AlbumTask-402a7c6f-730e-42ff-a85b-2d6dfa79ee94-Renaissance (Deluxe Edition)] Analyzing track: Angel (Crash & Burn remix dub) by Lionel Richie (23/35)
[INFO]-[19-07-2026 09-05-57]-Downloaded 'Angel (Crash & Burn remix dub)' to '/app/temp_audio/73756.flac'
[INFO]-[19-07-2026 09-05-57]-Lazy-loading MusiCNN models for album: Renaissance (Deluxe Edition)
[INFO]-[19-07-2026 09-05-57]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-05-57]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-05-57]-Starting analysis for: 73756.flac
[WARNING]-[19-07-2026 09-05-59]-Worker 9147ec2417c640b79e10b39b2db77268: job 0033f46c-46cd-4ea9-885f-39b4634586d0 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-05-59]-Work horse killed for job 0033f46c-46cd-4ea9-885f-39b4634586d0: retpid=1473, ret_val=11
[INFO]-[19-07-2026 09-05-59]-Job 0033f46c-46cd-4ea9-885f-39b4634586d0: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-05-59]-default: tasks.analysis.analyze_album_task('73691', 'Just for You', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (538abd66-3cef-48d6-ad13-a9029ef5fbb0)
[INFO]-[19-07-2026 09-05-59]-[AlbumTask-538abd66-3cef-48d6-ad13-a9029ef5fbb0-Just for You] Fetching tracks for album: Just for You
[INFO]-[19-07-2026 09-05-59]-Feature plan for album 'Just for You': MusiCNN=2, DCLAP=2, Lyrics=2 of 27 tracks.
[INFO]-[19-07-2026 09-05-59]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-05-59]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-05-59]-Skipping 'Just for You by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-59]-Skipping 'I Still Believe by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-59]-Skipping 'Long Long Way to Go by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-59]-Skipping 'Just to Be With You Again by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-59]-Skipping 'Heaven by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-59]-Skipping 'She’s Amazing by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-59]-Skipping 'Ball and Chain by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-59]-Skipping 'Time of Our Life by Lionel Richie feat. Lenny Kravitz' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-59]-Skipping 'Outrageous by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-59]-Skipping 'Road to Heaven by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-59]-Skipping 'Do Ya (domestic version) by Lionel Richie feat. Daniel Bedingfield' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-59]-Skipping 'In My Dreams by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-59]-Skipping 'One World by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-59]-Skipping 'Dance for the World by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-59]-Skipping 'If You Belong to Me by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-59]-Skipping 'The World Is a Party by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-59]-[AlbumTask-538abd66-3cef-48d6-ad13-a9029ef5fbb0-Just for You] Analyzing track: Just for You (Pound Boys club mix) by Lionel Richie (17/27)
[INFO]-[19-07-2026 09-06-00]-Downloaded 'Just for You (Pound Boys club mix)' to '/app/temp_audio/73708.flac'
[INFO]-[19-07-2026 09-06-00]-Lazy-loading MusiCNN models for album: Just for You
[INFO]-[19-07-2026 09-06-00]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-00]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-00]-Starting analysis for: 73708.flac
[WARNING]-[19-07-2026 09-06-01]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 402a7c6f-730e-42ff-a85b-2d6dfa79ee94 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-01]-Work horse killed for job 402a7c6f-730e-42ff-a85b-2d6dfa79ee94: retpid=1539, ret_val=11
[INFO]-[19-07-2026 09-06-01]-Job 402a7c6f-730e-42ff-a85b-2d6dfa79ee94: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-01]-default: tasks.analysis.analyze_album_task('73473', 'Going Somewhere', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (6d0c7298-10be-4a0b-aa0f-cd1b3f8c8e8b)
[INFO]-[19-07-2026 09-06-01]-[AlbumTask-6d0c7298-10be-4a0b-aa0f-cd1b3f8c8e8b-Going Somewhere] Fetching tracks for album: Going Somewhere
[INFO]-[19-07-2026 09-06-01]-Feature plan for album 'Going Somewhere': MusiCNN=1, DCLAP=1, Lyrics=1 of 15 tracks.
[INFO]-[19-07-2026 09-06-01]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-01]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-01]-Skipping 'Beautiful World by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-01]-Skipping 'Looking for Jack by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-01]-Skipping 'Going Somewhere by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-01]-Skipping 'Wayfaring Sons by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-01]-Skipping 'Children on Parade by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-01]-Skipping 'My Brilliant Feat by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-01]-Skipping 'Waiting for My Real Life to Begin by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-01]-Skipping 'Don’t Wait Up by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-01]-Skipping 'Lifeline by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-01]-Skipping 'Circles Erratica by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-01]-Skipping 'Water Song by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-01]-Skipping 'Maggie by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-01]-Skipping 'I Don’t Know Why by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-01]-Skipping 'Waiting for My Real Life to Begin (radio edit) by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-01]-[AlbumTask-6d0c7298-10be-4a0b-aa0f-cd1b3f8c8e8b-Going Somewhere] Analyzing track: I Just Don’t Think I’ll Ever Get Over You (radio edit) by Colin Hay (15/15)
[INFO]-[19-07-2026 09-06-01]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[INFO]-[19-07-2026 09-06-01]-Downloaded 'I Just Don’t Think I’ll Ever Get Over You (radio edit)' to '/app/temp_audio/73488.flac'
[INFO]-[19-07-2026 09-06-01]-Lazy-loading MusiCNN models for album: Going Somewhere
[INFO]-[19-07-2026 09-06-01]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-01]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-01]-Starting analysis for: 73488.flac
[WARNING]-[19-07-2026 09-06-04]-Worker 9147ec2417c640b79e10b39b2db77268: job 538abd66-3cef-48d6-ad13-a9029ef5fbb0 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-04]-Work horse killed for job 538abd66-3cef-48d6-ad13-a9029ef5fbb0: retpid=1578, ret_val=11
[INFO]-[19-07-2026 09-06-04]-Job 538abd66-3cef-48d6-ad13-a9029ef5fbb0: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-04]-default: tasks.analysis.analyze_album_task('71609', 'Convocations', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (aad8e5d4-1ac3-4537-bed2-97b56a148293)
[INFO]-[19-07-2026 09-06-05]-[AlbumTask-aad8e5d4-1ac3-4537-bed2-97b56a148293-Convocations] Fetching tracks for album: Convocations
[INFO]-[19-07-2026 09-06-05]-Feature plan for album 'Convocations': MusiCNN=7, DCLAP=7, Lyrics=7 of 49 tracks.
[INFO]-[19-07-2026 09-06-05]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-05]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-05]-[AlbumTask-aad8e5d4-1ac3-4537-bed2-97b56a148293-Convocations] Stopping album analysis for 'Convocations' due to parent/self revocation.
[INFO]-[19-07-2026 09-06-05]-Successfully completed tasks.analysis.analyze_album_task('71609', 'Convocations', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') job in 0:00:00.261507s on worker 9147ec2417c640b79e10b39b2db77268
[INFO]-[19-07-2026 09-06-05]-default: Job OK (aad8e5d4-1ac3-4537-bed2-97b56a148293)
[INFO]-[19-07-2026 09-06-05]-Result is kept for 500 seconds
[INFO]-[19-07-2026 09-06-05]-default: tasks.analysis.analyze_album_task('71445', 'Greatest Hits', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (2debf0ef-cc38-4d00-83a2-ee0c81351c28)
[INFO]-[19-07-2026 09-06-05]-[AlbumTask-2debf0ef-cc38-4d00-83a2-ee0c81351c28-Greatest Hits] Fetching tracks for album: Greatest Hits
[INFO]-[19-07-2026 09-06-05]-Feature plan for album 'Greatest Hits': MusiCNN=3, DCLAP=3, Lyrics=3 of 16 tracks.
[INFO]-[19-07-2026 09-06-05]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-05]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-05]-[AlbumTask-2debf0ef-cc38-4d00-83a2-ee0c81351c28-Greatest Hits] Stopping album analysis for 'Greatest Hits' due to parent/self revocation.
[INFO]-[19-07-2026 09-06-05]-Successfully completed tasks.analysis.analyze_album_task('71445', 'Greatest Hits', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') job in 0:00:00.258036s on worker 9147ec2417c640b79e10b39b2db77268
[INFO]-[19-07-2026 09-06-05]-default: Job OK (2debf0ef-cc38-4d00-83a2-ee0c81351c28)
[INFO]-[19-07-2026 09-06-05]-Result is kept for 500 seconds
[INFO]-[19-07-2026 09-06-05]-default: tasks.analysis.analyze_album_task('71356', 'In Your Honor', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (5fd102da-fdbe-4495-bdc7-b29ad89e5214)
[INFO]-[19-07-2026 09-06-05]-[AlbumTask-5fd102da-fdbe-4495-bdc7-b29ad89e5214-In Your Honor] Fetching tracks for album: In Your Honor
[INFO]-[19-07-2026 09-06-05]-Feature plan for album 'In Your Honor': MusiCNN=1, DCLAP=1, Lyrics=1 of 20 tracks.
[INFO]-[19-07-2026 09-06-05]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-05]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-05]-[AlbumTask-5fd102da-fdbe-4495-bdc7-b29ad89e5214-In Your Honor] Stopping album analysis for 'In Your Honor' due to parent/self revocation.
[INFO]-[19-07-2026 09-06-05]-Successfully completed tasks.analysis.analyze_album_task('71356', 'In Your Honor', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') job in 0:00:00.323693s on worker 9147ec2417c640b79e10b39b2db77268
[INFO]-[19-07-2026 09-06-05]-default: Job OK (5fd102da-fdbe-4495-bdc7-b29ad89e5214)
[INFO]-[19-07-2026 09-06-05]-Result is kept for 500 seconds
[INFO]-[19-07-2026 09-06-05]-default: tasks.analysis.analyze_album_task('71591', 'Planetarium', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (cf7eaa9d-76f6-4b64-a3d1-959022070ab6)
[INFO]-[19-07-2026 09-06-05]-[AlbumTask-cf7eaa9d-76f6-4b64-a3d1-959022070ab6-Planetarium] Fetching tracks for album: Planetarium
[WARNING]-[19-07-2026 09-06-05]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 6d0c7298-10be-4a0b-aa0f-cd1b3f8c8e8b failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-05]-Work horse killed for job 6d0c7298-10be-4a0b-aa0f-cd1b3f8c8e8b: retpid=1617, ret_val=11
[INFO]-[19-07-2026 09-06-05]-Job 6d0c7298-10be-4a0b-aa0f-cd1b3f8c8e8b: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-05]-default: tasks.analysis.analyze_album_task('73459', 'Transcendental Highway', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (712b56da-3b65-4482-875c-5e7464ab11cf)
[INFO]-[19-07-2026 09-06-05]-Feature plan for album 'Planetarium': MusiCNN=3, DCLAP=3, Lyrics=3 of 17 tracks.
[INFO]-[19-07-2026 09-06-05]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-05]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-06]-[AlbumTask-712b56da-3b65-4482-875c-5e7464ab11cf-Transcendental Highway] Fetching tracks for album: Transcendental Highway
[INFO]-[19-07-2026 09-06-06]-[AlbumTask-cf7eaa9d-76f6-4b64-a3d1-959022070ab6-Planetarium] Stopping album analysis for 'Planetarium' due to parent/self revocation.
[INFO]-[19-07-2026 09-06-06]-Feature plan for album 'Transcendental Highway': MusiCNN=1, DCLAP=1, Lyrics=1 of 13 tracks.
[INFO]-[19-07-2026 09-06-06]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-06]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-06]-Skipping 'Transcendental Highway by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-06]-Skipping 'Don’t Believe You Anymore by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-06]-Skipping 'My Brilliant Feat by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-06]-Skipping 'Goodbye My Red Rose by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-06]-Skipping 'If I Go by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-06]-Skipping 'I’m Doing Fine by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-06]-Skipping 'Wash It All Away by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-06]-Skipping 'Cactus by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-06]-Skipping 'Death Row Conversation by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-06]-Skipping 'I’ll Leave the Light On by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-06]-Skipping 'Freedom Calling by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-06]-[AlbumTask-712b56da-3b65-4482-875c-5e7464ab11cf-Transcendental Highway] Analyzing track: I Just Don’t Think I’ll Ever Get Over You by Colin Hay (12/13)
[INFO]-[19-07-2026 09-06-06]-Successfully completed tasks.analysis.analyze_album_task('71591', 'Planetarium', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') job in 0:00:00.261728s on worker 9147ec2417c640b79e10b39b2db77268
[INFO]-[19-07-2026 09-06-06]-default: Job OK (cf7eaa9d-76f6-4b64-a3d1-959022070ab6)
[INFO]-[19-07-2026 09-06-06]-Result is kept for 500 seconds
[INFO]-[19-07-2026 09-06-06]-default: tasks.analysis.analyze_album_task('72995', 'Jestures', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (ead37658-a091-4df3-b964-df5cbf7fa3e9)
[INFO]-[19-07-2026 09-06-06]-[AlbumTask-ead37658-a091-4df3-b964-df5cbf7fa3e9-Jestures] Fetching tracks for album: Jestures
[INFO]-[19-07-2026 09-06-06]-Feature plan for album 'Jestures': MusiCNN=2, DCLAP=2, Lyrics=2 of 26 tracks.
[INFO]-[19-07-2026 09-06-06]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-06]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-06]-[AlbumTask-ead37658-a091-4df3-b964-df5cbf7fa3e9-Jestures] Analyzing track: Asshole by Atmosphere (1/26)
[INFO]-[19-07-2026 09-06-06]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[INFO]-[19-07-2026 09-06-06]-Downloaded 'I Just Don’t Think I’ll Ever Get Over You' to '/app/temp_audio/73471.flac'
[INFO]-[19-07-2026 09-06-06]-Lazy-loading MusiCNN models for album: Transcendental Highway
[INFO]-[19-07-2026 09-06-06]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-06]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-06]-Starting analysis for: 73471.flac
[INFO]-[19-07-2026 09-06-06]-Downloaded 'Asshole' to '/app/temp_audio/72996.flac'
[INFO]-[19-07-2026 09-06-06]-Lazy-loading MusiCNN models for album: Jestures
[INFO]-[19-07-2026 09-06-06]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-06]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-06]-Starting analysis for: 72996.flac
[WARNING]-[19-07-2026 09-06-10]-Worker 9147ec2417c640b79e10b39b2db77268: job ead37658-a091-4df3-b964-df5cbf7fa3e9 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-10]-Work horse killed for job ead37658-a091-4df3-b964-df5cbf7fa3e9: retpid=1700, ret_val=11
[INFO]-[19-07-2026 09-06-10]-Job ead37658-a091-4df3-b964-df5cbf7fa3e9: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-10]-default: tasks.analysis.analyze_album_task('73226', 'The Sky Moves Sideways', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (79f2034a-32be-4350-a814-902bc8790bf4)
[INFO]-[19-07-2026 09-06-10]-[AlbumTask-79f2034a-32be-4350-a814-902bc8790bf4-The Sky Moves Sideways] Fetching tracks for album: The Sky Moves Sideways
[INFO]-[19-07-2026 09-06-10]-Feature plan for album 'The Sky Moves Sideways': MusiCNN=2, DCLAP=2, Lyrics=2 of 9 tracks.
[INFO]-[19-07-2026 09-06-10]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-10]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-10]-[AlbumTask-79f2034a-32be-4350-a814-902bc8790bf4-The Sky Moves Sideways] Analyzing track: The Sky Moves Sideways, Phase 1 by Porcupine Tree (1/9)
[WARNING]-[19-07-2026 09-06-10]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 712b56da-3b65-4482-875c-5e7464ab11cf failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-10]-Work horse killed for job 712b56da-3b65-4482-875c-5e7464ab11cf: retpid=1691, ret_val=11
[INFO]-[19-07-2026 09-06-10]-Job 712b56da-3b65-4482-875c-5e7464ab11cf: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-10]-default: tasks.analysis.analyze_album_task('72919', 'Whenever', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (338da900-f547-4d84-b878-b30b22722425)
[INFO]-[19-07-2026 09-06-10]-[AlbumTask-338da900-f547-4d84-b878-b30b22722425-Whenever] Fetching tracks for album: Whenever
[INFO]-[19-07-2026 09-06-10]-Feature plan for album 'Whenever': MusiCNN=1, DCLAP=1, Lyrics=1 of 12 tracks.
[INFO]-[19-07-2026 09-06-10]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-10]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-10]-Skipping 'Bde Maka Ska by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-10]-Skipping 'Push Play by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-10]-Skipping 'Postal Lady by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-10]-Skipping 'Love Each Other by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-10]-Skipping 'Romance by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-10]-[AlbumTask-338da900-f547-4d84-b878-b30b22722425-Whenever] Analyzing track: Dearly Beloved by Atmosphere feat. Musab and Muja Messiah (6/12)
[INFO]-[19-07-2026 09-06-11]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[INFO]-[19-07-2026 09-06-12]-Downloaded 'The Sky Moves Sideways, Phase 1' to '/app/temp_audio/73227.flac'
[INFO]-[19-07-2026 09-06-12]-Lazy-loading MusiCNN models for album: The Sky Moves Sideways
[INFO]-[19-07-2026 09-06-12]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-12]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-12]-Starting analysis for: 73227.flac
[INFO]-[19-07-2026 09-06-12]-Downloaded 'Dearly Beloved' to '/app/temp_audio/72925.flac'
[INFO]-[19-07-2026 09-06-12]-Lazy-loading MusiCNN models for album: Whenever
[INFO]-[19-07-2026 09-06-12]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-12]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-12]-Starting analysis for: 72925.flac
[WARNING]-[19-07-2026 09-06-16]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 338da900-f547-4d84-b878-b30b22722425 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-16]-Work horse killed for job 338da900-f547-4d84-b878-b30b22722425: retpid=1778, ret_val=11
[INFO]-[19-07-2026 09-06-16]-Job 338da900-f547-4d84-b878-b30b22722425: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-16]-default: tasks.analysis.analyze_album_task('74802', 'Memoirs of an Imperfect Angel', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (6d38decd-8048-464c-a27e-0215c3116735)
[INFO]-[19-07-2026 09-06-16]-[AlbumTask-6d38decd-8048-464c-a27e-0215c3116735-Memoirs of an Imperfect Angel] Fetching tracks for album: Memoirs of an Imperfect Angel
[INFO]-[19-07-2026 09-06-16]-Feature plan for album 'Memoirs of an Imperfect Angel': MusiCNN=1, DCLAP=1, Lyrics=1 of 21 tracks.
[INFO]-[19-07-2026 09-06-16]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-16]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-16]-Skipping 'Betcha Gon' Know (the prologue) by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-16]-Skipping 'Obsessed by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-16]-Skipping 'H.A.T.E.U. by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-16]-Skipping 'Candy Bling by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-16]-Skipping 'Ribbon by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-16]-Skipping 'Inseparable by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-16]-Skipping 'Standing O by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-16]-[AlbumTask-6d38decd-8048-464c-a27e-0215c3116735-Memoirs of an Imperfect Angel] Analyzing track: It's a Wrap by Mariah Carey (8/21)
[INFO]-[19-07-2026 09-06-16]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[INFO]-[19-07-2026 09-06-16]-Downloaded 'It's a Wrap' to '/app/temp_audio/74810.flac'
[INFO]-[19-07-2026 09-06-16]-Lazy-loading MusiCNN models for album: Memoirs of an Imperfect Angel
[INFO]-[19-07-2026 09-06-16]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-16]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-16]-Starting analysis for: 74810.flac
[WARNING]-[19-07-2026 09-06-17]-Worker 9147ec2417c640b79e10b39b2db77268: job 79f2034a-32be-4350-a814-902bc8790bf4 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-17]-Work horse killed for job 79f2034a-32be-4350-a814-902bc8790bf4: retpid=1777, ret_val=11
[INFO]-[19-07-2026 09-06-17]-Job 79f2034a-32be-4350-a814-902bc8790bf4: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-17]-default: tasks.analysis.analyze_album_task('74864', 'Me. I Am Mariah…The Elusive Chanteuse', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (1dd8acb5-adb9-4596-855b-306b8722fa09)
[INFO]-[19-07-2026 09-06-17]-[AlbumTask-1dd8acb5-adb9-4596-855b-306b8722fa09-Me. I Am Mariah…The Elusive Chanteuse] Fetching tracks for album: Me. I Am Mariah…The Elusive Chanteuse
[INFO]-[19-07-2026 09-06-17]-Feature plan for album 'Me. I Am Mariah…The Elusive Chanteuse': MusiCNN=1, DCLAP=1, Lyrics=1 of 18 tracks.
[INFO]-[19-07-2026 09-06-17]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-17]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-17]-Skipping 'Cry. by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-17]-Skipping 'Faded by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-17]-Skipping 'Dedicated by Mariah Carey feat. Nas' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-17]-Skipping '#Beautiful by Mariah Carey feat. Miguel' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-17]-Skipping 'Thirsty by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-17]-Skipping 'Make It Look Good by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-17]-Skipping 'You’re Mine (Eternal) by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-17]-Skipping 'You Don’t Know What to Do by Mariah Carey feat. Wale' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-17]-Skipping 'Supernatural by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-17]-Skipping 'Meteorite by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-17]-Skipping 'Camouflage by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-17]-Skipping 'Money ($ * / …) by Mariah Carey feat. Fabolous' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-17]-Skipping 'One More Try by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-17]-Skipping 'Heavenly (No Ways Tired/Can’t Give Up Now) by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-17]-[AlbumTask-1dd8acb5-adb9-4596-855b-306b8722fa09-Me. I Am Mariah…The Elusive Chanteuse] Analyzing track: It’s a Wrap by Mariah Carey feat. Mary J. Blige (15/18)
[INFO]-[19-07-2026 09-06-18]-Downloaded 'It’s a Wrap' to '/app/temp_audio/74879.flac'
[INFO]-[19-07-2026 09-06-18]-Lazy-loading MusiCNN models for album: Me. I Am Mariah…The Elusive Chanteuse
[INFO]-[19-07-2026 09-06-18]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-18]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-18]-Starting analysis for: 74879.flac
[WARNING]-[19-07-2026 09-06-20]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 6d38decd-8048-464c-a27e-0215c3116735 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-20]-Work horse killed for job 6d38decd-8048-464c-a27e-0215c3116735: retpid=1848, ret_val=11
[INFO]-[19-07-2026 09-06-20]-Job 6d38decd-8048-464c-a27e-0215c3116735: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-06-20]-default: tasks.analysis.analyze_album_task('72828', 'You Can’t Imagine How Much Fun We’re Having', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (9cc76972-88b4-45e5-b4d3-4eb1130915a0)
[INFO]-[19-07-2026 09-06-20]-[AlbumTask-9cc76972-88b4-45e5-b4d3-4eb1130915a0-You Can’t Imagine How Much Fun We’re Having] Fetching tracks for album: You Can’t Imagine How Much Fun We’re Having
[INFO]-[19-07-2026 09-06-20]-Feature plan for album 'You Can’t Imagine How Much Fun We’re Having': MusiCNN=1, DCLAP=1, Lyrics=1 of 21 tracks.
[INFO]-[19-07-2026 09-06-20]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-20]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-20]-Skipping 'The Arrival by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-20]-Skipping 'Panic Attack by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-20]-Skipping 'Watch Out by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-20]-Skipping 'Musical Chairs by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-20]-Skipping 'Say Hey There by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-20]-Skipping 'Hockey Hair by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-20]-Skipping 'Bam by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-20]-Skipping 'Pour Me Another by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-20]-Skipping 'Smart Went Crazy by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-20]-[AlbumTask-9cc76972-88b4-45e5-b4d3-4eb1130915a0-You Can’t Imagine How Much Fun We’re Having] Analyzing track: Angelface by Atmosphere (10/21)
[INFO]-[19-07-2026 09-06-21]-Downloaded 'Angelface' to '/app/temp_audio/72838.flac'
[INFO]-[19-07-2026 09-06-21]-Lazy-loading MusiCNN models for album: You Can’t Imagine How Much Fun We’re Having
[INFO]-[19-07-2026 09-06-21]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-21]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-21]-Starting analysis for: 72838.flac
[INFO]-[19-07-2026 09-06-21]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[WARNING]-[19-07-2026 09-06-22]-Worker 9147ec2417c640b79e10b39b2db77268: job 1dd8acb5-adb9-4596-855b-306b8722fa09 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-22]-Work horse killed for job 1dd8acb5-adb9-4596-855b-306b8722fa09: retpid=1877, ret_val=11
[INFO]-[19-07-2026 09-06-22]-Job 1dd8acb5-adb9-4596-855b-306b8722fa09: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-06-22]-default: tasks.analysis.analyze_album_task('72183', 'Another Side of Bob Dylan', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (b553b6ba-5030-431e-977c-c24a607f18e9)
[INFO]-[19-07-2026 09-06-22]-[AlbumTask-b553b6ba-5030-431e-977c-c24a607f18e9-Another Side of Bob Dylan] Fetching tracks for album: Another Side of Bob Dylan
[INFO]-[19-07-2026 09-06-22]-Feature plan for album 'Another Side of Bob Dylan': MusiCNN=3, DCLAP=3, Lyrics=3 of 11 tracks.
[INFO]-[19-07-2026 09-06-22]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-22]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-22]-Skipping 'All I Really Want to Do by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-22]-Skipping 'Black Crow Blues by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-22]-[AlbumTask-b553b6ba-5030-431e-977c-c24a607f18e9-Another Side of Bob Dylan] Analyzing track: Spanish Harlem Incident by Bob Dylan (3/11)
[INFO]-[19-07-2026 09-06-22]-Downloaded 'Spanish Harlem Incident' to '/app/temp_audio/72186.flac'
[INFO]-[19-07-2026 09-06-22]-Lazy-loading MusiCNN models for album: Another Side of Bob Dylan
[INFO]-[19-07-2026 09-06-22]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-22]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-22]-Starting analysis for: 72186.flac
[WARNING]-[19-07-2026 09-06-25]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 9cc76972-88b4-45e5-b4d3-4eb1130915a0 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-25]-Work horse killed for job 9cc76972-88b4-45e5-b4d3-4eb1130915a0: retpid=1926, ret_val=11
[INFO]-[19-07-2026 09-06-25]-Job 9cc76972-88b4-45e5-b4d3-4eb1130915a0: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-25]-default: tasks.analysis.analyze_album_task('72137', 'Triplicate', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (4cb1aba4-9294-4d04-a7b6-b326151a9c35)
[INFO]-[19-07-2026 09-06-25]-[AlbumTask-4cb1aba4-9294-4d04-a7b6-b326151a9c35-Triplicate] Fetching tracks for album: Triplicate
[INFO]-[19-07-2026 09-06-25]-Feature plan for album 'Triplicate': MusiCNN=4, DCLAP=4, Lyrics=4 of 30 tracks.
[INFO]-[19-07-2026 09-06-25]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-25]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-25]-Skipping 'I Guess I’ll Have to Change My Plans by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-25]-Skipping 'September of My Years by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-25]-Skipping 'I Could Have Told You by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-25]-Skipping 'Once Upon a Time by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-25]-Skipping 'Stormy Weather by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-25]-Skipping 'This Nearly Was Mine by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-25]-[AlbumTask-4cb1aba4-9294-4d04-a7b6-b326151a9c35-Triplicate] Analyzing track: That Old Feeling by Bob Dylan (7/30)
[INFO]-[19-07-2026 09-06-25]-Downloaded 'That Old Feeling' to '/app/temp_audio/72154.flac'
[INFO]-[19-07-2026 09-06-25]-Lazy-loading MusiCNN models for album: Triplicate
[INFO]-[19-07-2026 09-06-25]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-25]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-25]-Starting analysis for: 72154.flac
[INFO]-[19-07-2026 09-06-26]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[WARNING]-[19-07-2026 09-06-26]-Worker 9147ec2417c640b79e10b39b2db77268: job b553b6ba-5030-431e-977c-c24a607f18e9 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-26]-Work horse killed for job b553b6ba-5030-431e-977c-c24a607f18e9: retpid=1965, ret_val=11
[INFO]-[19-07-2026 09-06-26]-Job b553b6ba-5030-431e-977c-c24a607f18e9: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-26]-default: tasks.analysis.analyze_album_task('72126', 'Shadows in the Night', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (2fbbf5f9-d73a-4d33-b459-0a46b69c0237)
[INFO]-[19-07-2026 09-06-26]-[AlbumTask-2fbbf5f9-d73a-4d33-b459-0a46b69c0237-Shadows in the Night] Fetching tracks for album: Shadows in the Night
[INFO]-[19-07-2026 09-06-26]-Feature plan for album 'Shadows in the Night': MusiCNN=2, DCLAP=2, Lyrics=2 of 10 tracks.
[INFO]-[19-07-2026 09-06-26]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-26]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-26]-[AlbumTask-2fbbf5f9-d73a-4d33-b459-0a46b69c0237-Shadows in the Night] Analyzing track: I'm a Fool to Want You by Bob Dylan (1/10)
[INFO]-[19-07-2026 09-06-27]-Downloaded 'I'm a Fool to Want You' to '/app/temp_audio/72127.flac'
[INFO]-[19-07-2026 09-06-27]-Lazy-loading MusiCNN models for album: Shadows in the Night
[INFO]-[19-07-2026 09-06-27]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-27]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-27]-Starting analysis for: 72127.flac
[WARNING]-[19-07-2026 09-06-29]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 4cb1aba4-9294-4d04-a7b6-b326151a9c35 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-29]-Work horse killed for job 4cb1aba4-9294-4d04-a7b6-b326151a9c35: retpid=2004, ret_val=11
[INFO]-[19-07-2026 09-06-29]-Job 4cb1aba4-9294-4d04-a7b6-b326151a9c35: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-29]-default: tasks.analysis.analyze_album_task('71713', 'Aporia', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (e6d06853-1330-446f-9beb-038715e08283)
[INFO]-[19-07-2026 09-06-29]-[AlbumTask-e6d06853-1330-446f-9beb-038715e08283-Aporia] Fetching tracks for album: Aporia
[INFO]-[19-07-2026 09-06-29]-Feature plan for album 'Aporia': MusiCNN=1, DCLAP=1, Lyrics=1 of 21 tracks.
[INFO]-[19-07-2026 09-06-29]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-29]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-29]-Skipping 'Ousia by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-29]-Skipping 'What It Takes by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-29]-Skipping 'Disinheritance by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-29]-Skipping 'Agathon by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-29]-Skipping 'Determined Outcome by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-29]-Skipping 'Misology by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-29]-Skipping 'Afterworld Alliance by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-29]-Skipping 'Palinodes by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-29]-Skipping 'Backhanded Cloud by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-29]-Skipping 'Glorious You by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-29]-Skipping 'For Raymond Scott by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-29]-Skipping 'Matronymic by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-29]-Skipping 'The Red Desert by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-29]-[AlbumTask-e6d06853-1330-446f-9beb-038715e08283-Aporia] Analyzing track: Conciliation by Sufjan Stevens & Lowell Brams (14/21)
[INFO]-[19-07-2026 09-06-29]-Downloaded 'Conciliation' to '/app/temp_audio/71727.flac'
[INFO]-[19-07-2026 09-06-29]-Lazy-loading MusiCNN models for album: Aporia
[INFO]-[19-07-2026 09-06-29]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-29]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-29]-Starting analysis for: 71727.flac
[WARNING]-[19-07-2026 09-06-31]-Worker 9147ec2417c640b79e10b39b2db77268: job 2fbbf5f9-d73a-4d33-b459-0a46b69c0237 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-31]-Work horse killed for job 2fbbf5f9-d73a-4d33-b459-0a46b69c0237: retpid=2043, ret_val=11
[INFO]-[19-07-2026 09-06-31]-Job 2fbbf5f9-d73a-4d33-b459-0a46b69c0237: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-31]-default: tasks.analysis.analyze_album_task('71773', 'Carrie & Lowell', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (0db5b02a-6a7c-4d7f-8ac1-4ddd5e3dac93)
[INFO]-[19-07-2026 09-06-31]-[AlbumTask-0db5b02a-6a7c-4d7f-8ac1-4ddd5e3dac93-Carrie & Lowell] Fetching tracks for album: Carrie & Lowell
[INFO]-[19-07-2026 09-06-31]-Feature plan for album 'Carrie & Lowell': MusiCNN=1, DCLAP=1, Lyrics=1 of 18 tracks.
[INFO]-[19-07-2026 09-06-31]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-31]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-31]-Skipping 'Death With Dignity by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-31]-Skipping 'Should Have Known Better by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-31]-Skipping 'All of Me Wants All of You by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-31]-Skipping 'Drawn to the Blood by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-31]-Skipping 'Eugene by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-31]-Skipping 'Fourth of July by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-31]-Skipping 'The Only Thing by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-31]-Skipping 'Carrie & Lowell by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-31]-Skipping 'John My Beloved by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-31]-Skipping 'No Shade in the Shadow of the Cross by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-31]-Skipping 'Blue Bucket of Gold by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-31]-Skipping 'Death With Dignity (demo) by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-31]-Skipping 'Should Have Known Better (demo) by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-31]-Skipping 'Eugene (demo) by Sufjan Stevens feat. S. Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-31]-Skipping 'The Only Thing (demo) by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-31]-Skipping 'Mystery of Love (demo) by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-31]-Skipping 'Wallowa Lake Monster (version 2) by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-31]-[AlbumTask-0db5b02a-6a7c-4d7f-8ac1-4ddd5e3dac93-Carrie & Lowell] Analyzing track: Fourth of July (version 4) by Sufjan Stevens (18/18)
[INFO]-[19-07-2026 09-06-31]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[WARNING]-[19-07-2026 09-06-33]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job e6d06853-1330-446f-9beb-038715e08283 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-33]-Work horse killed for job e6d06853-1330-446f-9beb-038715e08283: retpid=2082, ret_val=11
[INFO]-[19-07-2026 09-06-33]-Job e6d06853-1330-446f-9beb-038715e08283: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-33]-default: tasks.analysis.analyze_album_task('71674', 'Illinois', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a)
[INFO]-[19-07-2026 09-06-33]-[AlbumTask-8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a-Illinois] Fetching tracks for album: Illinois
[INFO]-[19-07-2026 09-06-33]-Feature plan for album 'Illinois': MusiCNN=2, DCLAP=2, Lyrics=2 of 22 tracks.
[INFO]-[19-07-2026 09-06-33]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-33]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-33]-Skipping 'Concerning the UFO Sighting Near Highland, Illinois by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-33]-[AlbumTask-8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a-Illinois] Analyzing track: The Black Hawk War, or, How to Demolish an Entire Civilization and Still Feel Good About Yourself in the Morning, or, We Apologize for the Inconvenience but You’re Going to Have to Leave Now, or, “I Have Fought the Big Knives and Will Continue to Fight Them Until They Are Off Our Lands!” by Sufjan Stevens (2/22)
[ERROR]-[19-07-2026 09-06-33]-Failed to download track The Black Hawk War, or, How to Demolish an Entire Civilization and Still Feel Good About Yourself in the Morning, or, We Apologize for the Inconvenience but You’re Going to Have to Leave Now, or, “I Have Fought the Big Knives and Will Continue to Fight Them Until They Are Off Our Lands!”
Traceback (most recent call last):
File "/app/tasks/mediaserver/plex.py", line 290, in download_track
r.raise_for_status()
File "/usr/local/lib/python3.12/dist-packages/requests/models.py", line 1028, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://plex.tonftp.com/library/parts/72474/1773800092/file.flac?download=1
[ERROR]-[19-07-2026 09-06-33]-Track analysis failed for 'The Black Hawk War, or, How to Demolish an Entire Civilization and Still Feel Good About Yourself in the Morning, or, We Apologize for the Inconvenience but You’re Going to Have to Leave Now, or, “I Have Fought the Big Knives and Will Continue to Fight Them Until They Are Off Our Lands!” by Sufjan Stevens'; continuing with the next track.
Traceback (most recent call last):
File "/app/tasks/analysis/album.py", line 429, in _analyze_album_task_impl
onnx_sessions, fingerprint_index = _analyze_single_track(
^^^^^^^^^^^^^^^^^^^^^^
File "/app/tasks/analysis/album.py", line 210, in _analyze_single_track
path = _stage_download(item, track_name_full)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/tasks/analysis/album.py", line 90, in _stage_download
raise RuntimeError(f"Failed to download required audio for {track_name_full}")
RuntimeError: Failed to download required audio for The Black Hawk War, or, How to Demolish an Entire Civilization and Still Feel Good About Yourself in the Morning, or, We Apologize for the Inconvenience but You’re Going to Have to Leave Now, or, “I Have Fought the Big Knives and Will Continue to Fight Them Until They Are Off Our Lands!” by Sufjan Stevens
[INFO]-[19-07-2026 09-06-33]-Skipping 'Come On! Feel the Illinoise! Part I: The World’s Columbian Exposition, Part II: Carl Sandburg Visits Me in a Dream by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-33]-Skipping 'John Wayne Gacy, Jr. by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-33]-Skipping 'Jacksonville by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-33]-Skipping 'A Short Reprise for Mary Todd, Who Went Insane, but for Very Good Reasons by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-33]-Skipping 'Decatur, or, Round of Applause for Your Stepmother! by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-33]-Skipping 'One Last “Whoo‐Hoo!” for the Pullman by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-33]-Skipping 'Chicago by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-33]-Skipping 'Casimir Pulaski Day by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-33]-Skipping 'To the Workers of the Rockford River Valley Region, I Have an Idea Concerning Your Predicament by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-33]-Skipping 'The Man of Metropolis Steals Our Hearts by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-33]-Skipping 'Prairie Fire That Wanders About by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-33]-Skipping 'A Conjunction of Drones Simulating the Way in Which Sufjan Stevens Has an Existential Crisis in the Great Godfrey Maze by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-33]-Skipping 'The Predatory Wasp of the Palisades Is Out to Get Us! by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-33]-Skipping 'They Are Night Zombies!! They Are Neighbors!! They Have Come Back From the Dead!! Ahhhh! by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-33]-Skipping 'Let’s Hear That String Part Again, Because I Don’t Think They Heard It All the Way Out in Bushnell by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-33]-[AlbumTask-8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a-Illinois] Analyzing track: In This Temple as in the Hearts of Man for Whom He Saved the Earth by Sufjan Stevens (18/22)
[INFO]-[19-07-2026 09-06-33]-Downloaded 'In This Temple as in the Hearts of Man for Whom He Saved the Earth' to '/app/temp_audio/71692.flac'
[INFO]-[19-07-2026 09-06-33]-Lazy-loading MusiCNN models for album: Illinois
[INFO]-[19-07-2026 09-06-33]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-33]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-33]-Starting analysis for: 71692.flac
[INFO]-[19-07-2026 09-06-34]-Downloaded 'Fourth of July (version 4)' to '/app/temp_audio/71791.flac'
[INFO]-[19-07-2026 09-06-34]-Lazy-loading MusiCNN models for album: Carrie & Lowell
[INFO]-[19-07-2026 09-06-34]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-34]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-34]-Starting analysis for: 71791.flac
[INFO]-[19-07-2026 09-06-36]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[WARNING]-[19-07-2026 09-06-36]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-36]-Work horse killed for job 8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a: retpid=2129, ret_val=11
[INFO]-[19-07-2026 09-06-36]-Job 8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-36]-default: tasks.analysis.analyze_album_task('71609', 'Convocations', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (5744cc2e-8762-488b-8f2b-6d491466d972)
[INFO]-[19-07-2026 09-06-36]-[AlbumTask-5744cc2e-8762-488b-8f2b-6d491466d972-Convocations] Fetching tracks for album: Convocations
[INFO]-[19-07-2026 09-06-37]-Feature plan for album 'Convocations': MusiCNN=7, DCLAP=7, Lyrics=7 of 49 tracks.
[INFO]-[19-07-2026 09-06-37]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-37]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-37]-[AlbumTask-5744cc2e-8762-488b-8f2b-6d491466d972-Convocations] Analyzing track: Meditation I by Sufjan Stevens (1/49)
[INFO]-[19-07-2026 09-06-37]-Downloaded 'Meditation I' to '/app/temp_audio/71610.flac'
[INFO]-[19-07-2026 09-06-37]-Lazy-loading MusiCNN models for album: Convocations
[INFO]-[19-07-2026 09-06-37]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-37]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-37]-Starting analysis for: 71610.flac
[WARNING]-[19-07-2026 09-06-41]-Worker 9147ec2417c640b79e10b39b2db77268: job 0db5b02a-6a7c-4d7f-8ac1-4ddd5e3dac93 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-41]-Work horse killed for job 0db5b02a-6a7c-4d7f-8ac1-4ddd5e3dac93: retpid=2121, ret_val=11
[INFO]-[19-07-2026 09-06-41]-Job 0db5b02a-6a7c-4d7f-8ac1-4ddd5e3dac93: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-41]-default: tasks.analysis.analyze_album_task('71591', 'Planetarium', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (9e2f66a6-1f70-4e22-bcd8-7f7cb0b4c80e)
[INFO]-[19-07-2026 09-06-41]-[AlbumTask-9e2f66a6-1f70-4e22-bcd8-7f7cb0b4c80e-Planetarium] Fetching tracks for album: Planetarium
[INFO]-[19-07-2026 09-06-41]-Feature plan for album 'Planetarium': MusiCNN=3, DCLAP=3, Lyrics=3 of 17 tracks.
[INFO]-[19-07-2026 09-06-41]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-41]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-41]-Skipping 'Neptune by Sufjan Stevens, Nico Muhly, Bryce Dessner, James McAlister' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-41]-Skipping 'Jupiter by Sufjan Stevens, Nico Muhly, Bryce Dessner, James McAlister' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-41]-Skipping 'Halley’s Comet by Sufjan Stevens, Nico Muhly, Bryce Dessner, James McAlister' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-41]-Skipping 'Venus by Sufjan Stevens, Nico Muhly, Bryce Dessner, James McAlister' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-41]-[AlbumTask-9e2f66a6-1f70-4e22-bcd8-7f7cb0b4c80e-Planetarium] Analyzing track: Uranus by Sufjan Stevens, Nico Muhly, Bryce Dessner, James McAlister (5/17)
[WARNING]-[19-07-2026 09-06-41]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 5744cc2e-8762-488b-8f2b-6d491466d972 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-41]-Work horse killed for job 5744cc2e-8762-488b-8f2b-6d491466d972: retpid=2199, ret_val=11
[INFO]-[19-07-2026 09-06-41]-Job 5744cc2e-8762-488b-8f2b-6d491466d972: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-41]-default: tasks.analysis.analyze_album_task('71445', 'Greatest Hits', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (e4d9ffd0-82f6-4c0c-aaaf-fbafee1430a8)
[INFO]-[19-07-2026 09-06-41]-[AlbumTask-e4d9ffd0-82f6-4c0c-aaaf-fbafee1430a8-Greatest Hits] Fetching tracks for album: Greatest Hits
[INFO]-[19-07-2026 09-06-41]-Feature plan for album 'Greatest Hits': MusiCNN=3, DCLAP=3, Lyrics=3 of 16 tracks.
[INFO]-[19-07-2026 09-06-41]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-41]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-41]-Skipping 'All My Life by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-41]-[AlbumTask-e4d9ffd0-82f6-4c0c-aaaf-fbafee1430a8-Greatest Hits] Analyzing track: Best of You by Foo Fighters (2/16)
[INFO]-[19-07-2026 09-06-41]-Downloaded 'Uranus' to '/app/temp_audio/71606.flac'
[INFO]-[19-07-2026 09-06-41]-Lazy-loading MusiCNN models for album: Planetarium
[INFO]-[19-07-2026 09-06-41]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-41]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-41]-Starting analysis for: 71606.flac
[INFO]-[19-07-2026 09-06-41]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[INFO]-[19-07-2026 09-06-41]-Downloaded 'Best of You' to '/app/temp_audio/71447.flac'
[INFO]-[19-07-2026 09-06-41]-Lazy-loading MusiCNN models for album: Greatest Hits
[INFO]-[19-07-2026 09-06-41]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-41]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-41]-Starting analysis for: 71447.flac
[WARNING]-[19-07-2026 09-06-45]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job e4d9ffd0-82f6-4c0c-aaaf-fbafee1430a8 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-45]-Work horse killed for job e4d9ffd0-82f6-4c0c-aaaf-fbafee1430a8: retpid=2246, ret_val=11
[INFO]-[19-07-2026 09-06-45]-Job e4d9ffd0-82f6-4c0c-aaaf-fbafee1430a8: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-45]-default: tasks.analysis.analyze_album_task('71356', 'In Your Honor', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (126ca382-4332-44a2-82b2-1193d275e4a7)
[INFO]-[19-07-2026 09-06-45]-[AlbumTask-126ca382-4332-44a2-82b2-1193d275e4a7-In Your Honor] Fetching tracks for album: In Your Honor
[INFO]-[19-07-2026 09-06-45]-Feature plan for album 'In Your Honor': MusiCNN=1, DCLAP=1, Lyrics=1 of 20 tracks.
[INFO]-[19-07-2026 09-06-45]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-45]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-45]-Skipping 'In Your Honor by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-45]-Skipping 'No Way Back by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-45]-[AlbumTask-126ca382-4332-44a2-82b2-1193d275e4a7-In Your Honor] Analyzing track: Best of You by Foo Fighters (3/20)
[WARNING]-[19-07-2026 09-06-46]-Worker 9147ec2417c640b79e10b39b2db77268: job 9e2f66a6-1f70-4e22-bcd8-7f7cb0b4c80e failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-46]-Work horse killed for job 9e2f66a6-1f70-4e22-bcd8-7f7cb0b4c80e: retpid=2245, ret_val=11
[INFO]-[19-07-2026 09-06-46]-Job 9e2f66a6-1f70-4e22-bcd8-7f7cb0b4c80e: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-46]-default: tasks.analysis.analyze_album_task('71341', 'The Colour and the Shape', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (3fa8b297-77fa-4055-90f6-b3844a6f7f9e)
[INFO]-[19-07-2026 09-06-46]-[AlbumTask-3fa8b297-77fa-4055-90f6-b3844a6f7f9e-The Colour and the Shape] Fetching tracks for album: The Colour and the Shape
[INFO]-[19-07-2026 09-06-46]-Feature plan for album 'The Colour and the Shape': MusiCNN=2, DCLAP=2, Lyrics=2 of 14 tracks.
[INFO]-[19-07-2026 09-06-46]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-46]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-46]-Skipping 'Doll by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-46]-Skipping 'Monkey Wrench by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-46]-Skipping 'Hey, Johnny Park! by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-46]-Skipping 'My Poor Brain by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-46]-Skipping 'Wind Up by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-46]-Skipping 'Up in Arms by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-46]-[AlbumTask-3fa8b297-77fa-4055-90f6-b3844a6f7f9e-The Colour and the Shape] Analyzing track: My Hero by Foo Fighters (7/14)
[INFO]-[19-07-2026 09-06-46]-Downloaded 'Best of You' to '/app/temp_audio/71359.flac'
[INFO]-[19-07-2026 09-06-46]-Lazy-loading MusiCNN models for album: In Your Honor
[INFO]-[19-07-2026 09-06-46]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-46]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-46]-Starting analysis for: 71359.flac
[INFO]-[19-07-2026 09-06-46]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[INFO]-[19-07-2026 09-06-46]-Downloaded 'My Hero' to '/app/temp_audio/71348.flac'
[INFO]-[19-07-2026 09-06-46]-Lazy-loading MusiCNN models for album: The Colour and the Shape
[INFO]-[19-07-2026 09-06-46]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-46]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-46]-Starting analysis for: 71348.flac
[WARNING]-[19-07-2026 09-06-50]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 126ca382-4332-44a2-82b2-1193d275e4a7 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-50]-Work horse killed for job 126ca382-4332-44a2-82b2-1193d275e4a7: retpid=2323, ret_val=11
[INFO]-[19-07-2026 09-06-50]-Job 126ca382-4332-44a2-82b2-1193d275e4a7: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-50]-default: tasks.analysis.analyze_album_task('73944', 'In Utero', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (23462f65-e4c1-4b34-96e4-67373018537e)
[INFO]-[19-07-2026 09-06-50]-[AlbumTask-23462f65-e4c1-4b34-96e4-67373018537e-In Utero] Fetching tracks for album: In Utero
[INFO]-[19-07-2026 09-06-50]-Feature plan for album 'In Utero': MusiCNN=1, DCLAP=1, Lyrics=1 of 60 tracks.
[INFO]-[19-07-2026 09-06-50]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-50]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Serve the Servants by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Scentless Apprentice by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Heart‐shaped Box by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Rape Me by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Frances Farmer Will Have Her Revenge on Seattle by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Dumb by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Very Ape by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Milk It by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Pennyroyal Tea by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Radio Friendly Unit Shifter by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Tourette’s by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'All Apologies by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Gallons of Rubbing Alcohol Flow Through the Strip by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Marigold (B‐side) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Moist Vagina (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Sappy (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'I Hate Myself and Want to Die (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Pennyroyal Tea (Scott Litt mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Heart Shaped Box (original Steve Albini 1993 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'All Apologies (original Steve Albini 1993 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Serve the Servants (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Scentless Apprentice (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Heart Shaped Box (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Rape Me (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Frances Farmer Will Have Her Revenge on Seattle (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Dumb (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Very Ape (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Milk It (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Pennyroyal Tea (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Radio Friendly Unit Shifter (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Tourette’s (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'All Apologies (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Scentless Apprentice (demo) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Frances Farmer Will Have Her Revenge on Seattle (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Dumb (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Very Ape (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Pennyroyal Tea (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Radio Friendly Unit Shifter (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Tourette’s (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Marigold (demo) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'All Apologies (demo) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Forgotten Tune (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Jam (demo) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Radio Friendly Unit Shifter (live & Loud) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Drain You (live & Loud) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-[AlbumTask-23462f65-e4c1-4b34-96e4-67373018537e-In Utero] Analyzing track: Breed (live & Loud) by Nirvana (46/60)
[WARNING]-[19-07-2026 09-06-50]-Worker 9147ec2417c640b79e10b39b2db77268: job 3fa8b297-77fa-4055-90f6-b3844a6f7f9e failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-50]-Work horse killed for job 3fa8b297-77fa-4055-90f6-b3844a6f7f9e: retpid=2324, ret_val=11
[INFO]-[19-07-2026 09-06-50]-Job 3fa8b297-77fa-4055-90f6-b3844a6f7f9e: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-50]-default: tasks.analysis.analyze_album_task('74143', 'Dancin’ and Lovin’', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (43c819a7-695a-4bc8-acf1-4c2030ded1a1)
[INFO]-[19-07-2026 09-06-51]-Downloaded 'Breed (live & Loud)' to '/app/temp_audio/73990.flac'
[INFO]-[19-07-2026 09-06-51]-Lazy-loading MusiCNN models for album: In Utero
[INFO]-[19-07-2026 09-06-51]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-51]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-51]-Starting analysis for: 73990.flac
[INFO]-[19-07-2026 09-06-51]-[AlbumTask-43c819a7-695a-4bc8-acf1-4c2030ded1a1-Dancin’ and Lovin’] Fetching tracks for album: Dancin’ and Lovin’
[INFO]-[19-07-2026 09-06-51]-Feature plan for album 'Dancin’ and Lovin’': MusiCNN=1, DCLAP=1, Lyrics=1 of 6 tracks.
[INFO]-[19-07-2026 09-06-51]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-51]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-51]-Skipping 'Disco Ride (single version) by The Spinners' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-51]-Skipping 'Body Language by The Spinners' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-51]-[AlbumTask-43c819a7-695a-4bc8-acf1-4c2030ded1a1-Dancin’ and Lovin’] Analyzing track: Let’s Boogie, Let’s Dance by The Spinners (3/6)
[INFO]-[19-07-2026 09-06-51]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[INFO]-[19-07-2026 09-06-51]-Downloaded 'Let’s Boogie, Let’s Dance' to '/app/temp_audio/74146.flac'
[INFO]-[19-07-2026 09-06-51]-Lazy-loading MusiCNN models for album: Dancin’ and Lovin’
[INFO]-[19-07-2026 09-06-51]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-51]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-51]-Starting analysis for: 74146.flac
[WARNING]-[19-07-2026 09-06-54]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 23462f65-e4c1-4b34-96e4-67373018537e failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-54]-Work horse killed for job 23462f65-e4c1-4b34-96e4-67373018537e: retpid=2394, ret_val=11
[INFO]-[19-07-2026 09-06-54]-Job 23462f65-e4c1-4b34-96e4-67373018537e: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-06-54]-default: tasks.analysis.analyze_album_task('73814', 'Just Go', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (5aa9bddd-02e4-425c-8594-0a235871ccbf)
[INFO]-[19-07-2026 09-06-54]-[AlbumTask-5aa9bddd-02e4-425c-8594-0a235871ccbf-Just Go] Fetching tracks for album: Just Go
[INFO]-[19-07-2026 09-06-55]-Feature plan for album 'Just Go': MusiCNN=2, DCLAP=1, Lyrics=1 of 24 tracks.
[INFO]-[19-07-2026 09-06-55]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-55]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Forever by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Just Go by Lionel Richie feat. Akon' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Nothing Left to Give by Lionel Richie feat. Akon' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Forever and a Day by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'I’m Not Okay by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Good Morning by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Through My Eyes by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'I’m in Love by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Think of You by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Into You Deep by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Pastime by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Face in the Crowd by Lionel Richie & Trijntje Oosterhuis' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Somewhere in London by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Eternity by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Just Go (Mike Rizzo Funk Generation radio edit) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Just Go (Rich Morel’s radio edit) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Just Go (Friscia and Lamboy radio edit) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Just Go (Mike Rizzo Funk Generation club) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Just Go (Rich Morel’s Pink Noise club) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Just Go (Friscia and Lamboy After Dark club) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Just Go (Mike Rizzo Funk Generation dub) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Just Go (Rich Morel’s Pink Noise dub) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-[AlbumTask-5aa9bddd-02e4-425c-8594-0a235871ccbf-Just Go] Analyzing track: Just Go (Friscia and Lamboy After Dark dub) by Lionel Richie (23/24)
[INFO]-[19-07-2026 09-06-55]-Downloaded 'Just Go (Friscia and Lamboy After Dark dub)' to '/app/temp_audio/73837.flac'
[INFO]-[19-07-2026 09-06-55]-Lazy-loading MusiCNN models for album: Just Go
[INFO]-[19-07-2026 09-06-55]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-55]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-55]-Starting analysis for: 73837.flac
[WARNING]-[19-07-2026 09-06-56]-Worker 9147ec2417c640b79e10b39b2db77268: job 43c819a7-695a-4bc8-acf1-4c2030ded1a1 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-56]-Work horse killed for job 43c819a7-695a-4bc8-acf1-4c2030ded1a1: retpid=2402, ret_val=11
[INFO]-[19-07-2026 09-06-56]-Job 43c819a7-695a-4bc8-acf1-4c2030ded1a1: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-06-56]-default: tasks.analysis.analyze_album_task('73779', 'Coming Home (deluxe edition)', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (0033f46c-46cd-4ea9-885f-39b4634586d0)
[INFO]-[19-07-2026 09-06-56]-[AlbumTask-0033f46c-46cd-4ea9-885f-39b4634586d0-Coming Home (deluxe edition)] Fetching tracks for album: Coming Home (deluxe edition)
[INFO]-[19-07-2026 09-06-56]-Feature plan for album 'Coming Home (deluxe edition)': MusiCNN=2, DCLAP=2, Lyrics=2 of 24 tracks.
[INFO]-[19-07-2026 09-06-56]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-56]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-56]-Skipping 'I Call It Love by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-56]-Skipping 'Sweet Vacation by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-56]-Skipping 'Why by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-56]-Skipping 'What You Are by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-56]-Skipping 'Up All Night (alternate version) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-56]-Skipping 'I’m Coming Home by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-56]-Skipping 'All Around the World by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-56]-Skipping 'Out of My Head by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-56]-Skipping 'Reason to Believe by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-56]-Skipping 'Stand Down by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-56]-Skipping 'I Love You by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-56]-Skipping 'I Apologize by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-56]-Skipping 'I’m Missing Her by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-56]-[AlbumTask-0033f46c-46cd-4ea9-885f-39b4634586d0-Coming Home (deluxe edition)] Analyzing track: I Call It Love (Moto Blanco remix) by Lionel Richie (14/24)
[INFO]-[19-07-2026 09-06-56]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[INFO]-[19-07-2026 09-06-57]-Downloaded 'I Call It Love (Moto Blanco remix)' to '/app/temp_audio/73793.flac'
[INFO]-[19-07-2026 09-06-57]-Lazy-loading MusiCNN models for album: Coming Home (deluxe edition)
[INFO]-[19-07-2026 09-06-57]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-57]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-57]-Starting analysis for: 73793.flac
[WARNING]-[19-07-2026 09-07-00]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 5aa9bddd-02e4-425c-8594-0a235871ccbf failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-00]-Work horse killed for job 5aa9bddd-02e4-425c-8594-0a235871ccbf: retpid=2472, ret_val=11
[INFO]-[19-07-2026 09-07-00]-Job 5aa9bddd-02e4-425c-8594-0a235871ccbf: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-00]-default: tasks.analysis.analyze_album_task('73733', 'Renaissance (Deluxe Edition)', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (402a7c6f-730e-42ff-a85b-2d6dfa79ee94)
[INFO]-[19-07-2026 09-07-00]-[AlbumTask-402a7c6f-730e-42ff-a85b-2d6dfa79ee94-Renaissance (Deluxe Edition)] Fetching tracks for album: Renaissance (Deluxe Edition)
[INFO]-[19-07-2026 09-07-00]-Feature plan for album 'Renaissance (Deluxe Edition)': MusiCNN=4, DCLAP=3, Lyrics=3 of 35 tracks.
[INFO]-[19-07-2026 09-07-00]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-00]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-00]-Skipping 'Angel by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'Cinderella by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'Tender Heart by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'Dance the Night Away by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'Tonight by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'How Long by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'Don’t You Ever Go Away by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'Wasted Time by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'Piece of My Heart by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'It May Be the Water by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'Here Is My Heart by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'Don’t Stop the Music by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'I Forgot by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'Shout It to the World (bonus track Japan/Oz/Nz) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'Just Can’t Say Goodbye (bonus track UK/Jap/Oz/Nz) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'All Night Long (live from Edinburgh Castle) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'Still (live Montreux Music Fest July 19, 2000) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'Dancing on the Ceiling (live from Wembley) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'Angel (Boogieman remix radio edit) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'Angel (Boogieman remix extended) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'Angel (Boogieman remix dub) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'Angel (Crash & Burn remix vocal) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-[AlbumTask-402a7c6f-730e-42ff-a85b-2d6dfa79ee94-Renaissance (Deluxe Edition)] Analyzing track: Angel (Crash & Burn remix dub) by Lionel Richie (23/35)
[INFO]-[19-07-2026 09-07-01]-Downloaded 'Angel (Crash & Burn remix dub)' to '/app/temp_audio/73756.flac'
[INFO]-[19-07-2026 09-07-01]-Lazy-loading MusiCNN models for album: Renaissance (Deluxe Edition)
[INFO]-[19-07-2026 09-07-01]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-01]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-01]-Starting analysis for: 73756.flac
[INFO]-[19-07-2026 09-07-01]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[WARNING]-[19-07-2026 09-07-02]-Worker 9147ec2417c640b79e10b39b2db77268: job 0033f46c-46cd-4ea9-885f-39b4634586d0 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-02]-Work horse killed for job 0033f46c-46cd-4ea9-885f-39b4634586d0: retpid=2501, ret_val=11
[INFO]-[19-07-2026 09-07-02]-Job 0033f46c-46cd-4ea9-885f-39b4634586d0: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-02]-default: tasks.analysis.analyze_album_task('73691', 'Just for You', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (538abd66-3cef-48d6-ad13-a9029ef5fbb0)
[INFO]-[19-07-2026 09-07-02]-[AlbumTask-538abd66-3cef-48d6-ad13-a9029ef5fbb0-Just for You] Fetching tracks for album: Just for You
[INFO]-[19-07-2026 09-07-02]-Feature plan for album 'Just for You': MusiCNN=2, DCLAP=2, Lyrics=2 of 27 tracks.
[INFO]-[19-07-2026 09-07-02]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-02]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-02]-Skipping 'Just for You by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-02]-Skipping 'I Still Believe by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-02]-Skipping 'Long Long Way to Go by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-02]-Skipping 'Just to Be With You Again by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-02]-Skipping 'Heaven by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-02]-Skipping 'She’s Amazing by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-02]-Skipping 'Ball and Chain by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-02]-Skipping 'Time of Our Life by Lionel Richie feat. Lenny Kravitz' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-02]-Skipping 'Outrageous by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-02]-Skipping 'Road to Heaven by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-02]-Skipping 'Do Ya (domestic version) by Lionel Richie feat. Daniel Bedingfield' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-02]-Skipping 'In My Dreams by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-02]-Skipping 'One World by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-02]-Skipping 'Dance for the World by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-02]-Skipping 'If You Belong to Me by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-02]-Skipping 'The World Is a Party by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-02]-[AlbumTask-538abd66-3cef-48d6-ad13-a9029ef5fbb0-Just for You] Analyzing track: Just for You (Pound Boys club mix) by Lionel Richie (17/27)
[INFO]-[19-07-2026 09-07-02]-Downloaded 'Just for You (Pound Boys club mix)' to '/app/temp_audio/73708.flac'
[INFO]-[19-07-2026 09-07-02]-Lazy-loading MusiCNN models for album: Just for You
[INFO]-[19-07-2026 09-07-02]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-02]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-02]-Starting analysis for: 73708.flac
[WARNING]-[19-07-2026 09-05-53]-Worker 9147ec2417c640b79e10b39b2db77268: job 43c819a7-695a-4bc8-acf1-4c2030ded1a1 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-05-53]-Work horse killed for job 43c819a7-695a-4bc8-acf1-4c2030ded1a1: retpid=1395, ret_val=11
[INFO]-[19-07-2026 09-05-53]-Job 43c819a7-695a-4bc8-acf1-4c2030ded1a1: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-05-53]-default: tasks.analysis.analyze_album_task('73779', 'Coming Home (deluxe edition)', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (0033f46c-46cd-4ea9-885f-39b4634586d0)
[INFO]-[19-07-2026 09-05-53]-[AlbumTask-0033f46c-46cd-4ea9-885f-39b4634586d0-Coming Home (deluxe edition)] Fetching tracks for album: Coming Home (deluxe edition)
[INFO]-[19-07-2026 09-05-53]-Feature plan for album 'Coming Home (deluxe edition)': MusiCNN=2, DCLAP=2, Lyrics=2 of 24 tracks.
[INFO]-[19-07-2026 09-05-53]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-05-53]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-05-53]-Skipping 'I Call It Love by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-53]-Skipping 'Sweet Vacation by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-53]-Skipping 'Why by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-53]-Skipping 'What You Are by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-53]-Skipping 'Up All Night (alternate version) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-53]-Skipping 'I’m Coming Home by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-53]-Skipping 'All Around the World by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-53]-Skipping 'Out of My Head by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-53]-Skipping 'Reason to Believe by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-53]-Skipping 'Stand Down by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-53]-Skipping 'I Love You by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-53]-Skipping 'I Apologize by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-53]-Skipping 'I’m Missing Her by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-53]-[AlbumTask-0033f46c-46cd-4ea9-885f-39b4634586d0-Coming Home (deluxe edition)] Analyzing track: I Call It Love (Moto Blanco remix) by Lionel Richie (14/24)
[INFO]-[19-07-2026 09-05-54]-Downloaded 'I Call It Love (Moto Blanco remix)' to '/app/temp_audio/73793.flac'
[INFO]-[19-07-2026 09-05-54]-Lazy-loading MusiCNN models for album: Coming Home (deluxe edition)
[INFO]-[19-07-2026 09-05-54]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-05-54]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-05-54]-Starting analysis for: 73793.flac
[WARNING]-[19-07-2026 09-05-55]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 5aa9bddd-02e4-425c-8594-0a235871ccbf failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-05-55]-Work horse killed for job 5aa9bddd-02e4-425c-8594-0a235871ccbf: retpid=1434, ret_val=11
[INFO]-[19-07-2026 09-05-55]-Job 5aa9bddd-02e4-425c-8594-0a235871ccbf: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-05-55]-default: tasks.analysis.analyze_album_task('71713', 'Aporia', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (a48100cd-8934-485e-b374-00bc15860c75)
[INFO]-[19-07-2026 09-05-55]-[AlbumTask-a48100cd-8934-485e-b374-00bc15860c75-Aporia] Fetching tracks for album: Aporia
[INFO]-[19-07-2026 09-05-55]-Feature plan for album 'Aporia': MusiCNN=1, DCLAP=1, Lyrics=1 of 21 tracks.
[INFO]-[19-07-2026 09-05-55]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-05-55]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-05-55]-[AlbumTask-a48100cd-8934-485e-b374-00bc15860c75-Aporia] Stopping album analysis for 'Aporia' due to parent/self revocation.
[INFO]-[19-07-2026 09-05-55]-Successfully completed tasks.analysis.analyze_album_task('71713', 'Aporia', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') job in 0:00:00.271651s on worker 0dc8ddc09c22476ba5663fd70cf31f67
[INFO]-[19-07-2026 09-05-55]-default: Job OK (a48100cd-8934-485e-b374-00bc15860c75)
[INFO]-[19-07-2026 09-05-55]-Result is kept for 500 seconds
[INFO]-[19-07-2026 09-05-55]-default: tasks.analysis.analyze_album_task('71341', 'The Colour and the Shape', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (8ce0c512-d3c5-46ed-9af1-a871199e94cb)
[INFO]-[19-07-2026 09-05-55]-[AlbumTask-8ce0c512-d3c5-46ed-9af1-a871199e94cb-The Colour and the Shape] Fetching tracks for album: The Colour and the Shape
[INFO]-[19-07-2026 09-05-56]-Feature plan for album 'The Colour and the Shape': MusiCNN=2, DCLAP=2, Lyrics=2 of 14 tracks.
[INFO]-[19-07-2026 09-05-56]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-05-56]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-05-56]-[AlbumTask-8ce0c512-d3c5-46ed-9af1-a871199e94cb-The Colour and the Shape] Stopping album analysis for 'The Colour and the Shape' due to parent/self revocation.
[INFO]-[19-07-2026 09-05-56]-Successfully completed tasks.analysis.analyze_album_task('71341', 'The Colour and the Shape', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') job in 0:00:00.249392s on worker 0dc8ddc09c22476ba5663fd70cf31f67
[INFO]-[19-07-2026 09-05-56]-default: Job OK (8ce0c512-d3c5-46ed-9af1-a871199e94cb)
[INFO]-[19-07-2026 09-05-56]-Result is kept for 500 seconds
[INFO]-[19-07-2026 09-05-56]-default: tasks.analysis.analyze_album_task('72183', 'Another Side of Bob Dylan', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (d16965bc-2199-4057-9a1b-0fdd06284938)
[INFO]-[19-07-2026 09-05-56]-[AlbumTask-d16965bc-2199-4057-9a1b-0fdd06284938-Another Side of Bob Dylan] Fetching tracks for album: Another Side of Bob Dylan
[INFO]-[19-07-2026 09-05-56]-Feature plan for album 'Another Side of Bob Dylan': MusiCNN=3, DCLAP=3, Lyrics=3 of 11 tracks.
[INFO]-[19-07-2026 09-05-56]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-05-56]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-05-56]-[AlbumTask-d16965bc-2199-4057-9a1b-0fdd06284938-Another Side of Bob Dylan] Stopping album analysis for 'Another Side of Bob Dylan' due to parent/self revocation.
[INFO]-[19-07-2026 09-05-56]-Successfully completed tasks.analysis.analyze_album_task('72183', 'Another Side of Bob Dylan', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') job in 0:00:00.271904s on worker 0dc8ddc09c22476ba5663fd70cf31f67
[INFO]-[19-07-2026 09-05-56]-default: Job OK (d16965bc-2199-4057-9a1b-0fdd06284938)
[INFO]-[19-07-2026 09-05-56]-Result is kept for 500 seconds
[INFO]-[19-07-2026 09-05-56]-default: tasks.analysis.analyze_album_task('73733', 'Renaissance (Deluxe Edition)', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (402a7c6f-730e-42ff-a85b-2d6dfa79ee94)
[INFO]-[19-07-2026 09-05-56]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[INFO]-[19-07-2026 09-05-56]-[AlbumTask-402a7c6f-730e-42ff-a85b-2d6dfa79ee94-Renaissance (Deluxe Edition)] Fetching tracks for album: Renaissance (Deluxe Edition)
[INFO]-[19-07-2026 09-05-56]-Feature plan for album 'Renaissance (Deluxe Edition)': MusiCNN=4, DCLAP=3, Lyrics=3 of 35 tracks.
[INFO]-[19-07-2026 09-05-56]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-05-56]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-05-56]-Skipping 'Angel by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'Cinderella by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'Tender Heart by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'Dance the Night Away by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'Tonight by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'How Long by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'Don’t You Ever Go Away by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'Wasted Time by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'Piece of My Heart by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'It May Be the Water by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'Here Is My Heart by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'Don’t Stop the Music by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'I Forgot by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'Shout It to the World (bonus track Japan/Oz/Nz) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'Just Can’t Say Goodbye (bonus track UK/Jap/Oz/Nz) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'All Night Long (live from Edinburgh Castle) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'Still (live Montreux Music Fest July 19, 2000) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'Dancing on the Ceiling (live from Wembley) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'Angel (Boogieman remix radio edit) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'Angel (Boogieman remix extended) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'Angel (Boogieman remix dub) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-Skipping 'Angel (Crash & Burn remix vocal) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-56]-[AlbumTask-402a7c6f-730e-42ff-a85b-2d6dfa79ee94-Renaissance (Deluxe Edition)] Analyzing track: Angel (Crash & Burn remix dub) by Lionel Richie (23/35)
[INFO]-[19-07-2026 09-05-57]-Downloaded 'Angel (Crash & Burn remix dub)' to '/app/temp_audio/73756.flac'
[INFO]-[19-07-2026 09-05-57]-Lazy-loading MusiCNN models for album: Renaissance (Deluxe Edition)
[INFO]-[19-07-2026 09-05-57]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-05-57]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-05-57]-Starting analysis for: 73756.flac
[WARNING]-[19-07-2026 09-05-59]-Worker 9147ec2417c640b79e10b39b2db77268: job 0033f46c-46cd-4ea9-885f-39b4634586d0 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-05-59]-Work horse killed for job 0033f46c-46cd-4ea9-885f-39b4634586d0: retpid=1473, ret_val=11
[INFO]-[19-07-2026 09-05-59]-Job 0033f46c-46cd-4ea9-885f-39b4634586d0: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-05-59]-default: tasks.analysis.analyze_album_task('73691', 'Just for You', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (538abd66-3cef-48d6-ad13-a9029ef5fbb0)
[INFO]-[19-07-2026 09-05-59]-[AlbumTask-538abd66-3cef-48d6-ad13-a9029ef5fbb0-Just for You] Fetching tracks for album: Just for You
[INFO]-[19-07-2026 09-05-59]-Feature plan for album 'Just for You': MusiCNN=2, DCLAP=2, Lyrics=2 of 27 tracks.
[INFO]-[19-07-2026 09-05-59]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-05-59]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-05-59]-Skipping 'Just for You by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-59]-Skipping 'I Still Believe by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-59]-Skipping 'Long Long Way to Go by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-59]-Skipping 'Just to Be With You Again by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-59]-Skipping 'Heaven by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-59]-Skipping 'She’s Amazing by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-59]-Skipping 'Ball and Chain by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-59]-Skipping 'Time of Our Life by Lionel Richie feat. Lenny Kravitz' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-59]-Skipping 'Outrageous by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-59]-Skipping 'Road to Heaven by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-59]-Skipping 'Do Ya (domestic version) by Lionel Richie feat. Daniel Bedingfield' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-59]-Skipping 'In My Dreams by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-59]-Skipping 'One World by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-59]-Skipping 'Dance for the World by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-59]-Skipping 'If You Belong to Me by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-59]-Skipping 'The World Is a Party by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-05-59]-[AlbumTask-538abd66-3cef-48d6-ad13-a9029ef5fbb0-Just for You] Analyzing track: Just for You (Pound Boys club mix) by Lionel Richie (17/27)
[INFO]-[19-07-2026 09-06-00]-Downloaded 'Just for You (Pound Boys club mix)' to '/app/temp_audio/73708.flac'
[INFO]-[19-07-2026 09-06-00]-Lazy-loading MusiCNN models for album: Just for You
[INFO]-[19-07-2026 09-06-00]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-00]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-00]-Starting analysis for: 73708.flac
[WARNING]-[19-07-2026 09-06-01]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 402a7c6f-730e-42ff-a85b-2d6dfa79ee94 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-01]-Work horse killed for job 402a7c6f-730e-42ff-a85b-2d6dfa79ee94: retpid=1539, ret_val=11
[INFO]-[19-07-2026 09-06-01]-Job 402a7c6f-730e-42ff-a85b-2d6dfa79ee94: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-01]-default: tasks.analysis.analyze_album_task('73473', 'Going Somewhere', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (6d0c7298-10be-4a0b-aa0f-cd1b3f8c8e8b)
[INFO]-[19-07-2026 09-06-01]-[AlbumTask-6d0c7298-10be-4a0b-aa0f-cd1b3f8c8e8b-Going Somewhere] Fetching tracks for album: Going Somewhere
[INFO]-[19-07-2026 09-06-01]-Feature plan for album 'Going Somewhere': MusiCNN=1, DCLAP=1, Lyrics=1 of 15 tracks.
[INFO]-[19-07-2026 09-06-01]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-01]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-01]-Skipping 'Beautiful World by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-01]-Skipping 'Looking for Jack by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-01]-Skipping 'Going Somewhere by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-01]-Skipping 'Wayfaring Sons by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-01]-Skipping 'Children on Parade by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-01]-Skipping 'My Brilliant Feat by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-01]-Skipping 'Waiting for My Real Life to Begin by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-01]-Skipping 'Don’t Wait Up by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-01]-Skipping 'Lifeline by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-01]-Skipping 'Circles Erratica by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-01]-Skipping 'Water Song by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-01]-Skipping 'Maggie by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-01]-Skipping 'I Don’t Know Why by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-01]-Skipping 'Waiting for My Real Life to Begin (radio edit) by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-01]-[AlbumTask-6d0c7298-10be-4a0b-aa0f-cd1b3f8c8e8b-Going Somewhere] Analyzing track: I Just Don’t Think I’ll Ever Get Over You (radio edit) by Colin Hay (15/15)
[INFO]-[19-07-2026 09-06-01]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[INFO]-[19-07-2026 09-06-01]-Downloaded 'I Just Don’t Think I’ll Ever Get Over You (radio edit)' to '/app/temp_audio/73488.flac'
[INFO]-[19-07-2026 09-06-01]-Lazy-loading MusiCNN models for album: Going Somewhere
[INFO]-[19-07-2026 09-06-01]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-01]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-01]-Starting analysis for: 73488.flac
[WARNING]-[19-07-2026 09-06-04]-Worker 9147ec2417c640b79e10b39b2db77268: job 538abd66-3cef-48d6-ad13-a9029ef5fbb0 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-04]-Work horse killed for job 538abd66-3cef-48d6-ad13-a9029ef5fbb0: retpid=1578, ret_val=11
[INFO]-[19-07-2026 09-06-04]-Job 538abd66-3cef-48d6-ad13-a9029ef5fbb0: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-04]-default: tasks.analysis.analyze_album_task('71609', 'Convocations', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (aad8e5d4-1ac3-4537-bed2-97b56a148293)
[INFO]-[19-07-2026 09-06-05]-[AlbumTask-aad8e5d4-1ac3-4537-bed2-97b56a148293-Convocations] Fetching tracks for album: Convocations
[INFO]-[19-07-2026 09-06-05]-Feature plan for album 'Convocations': MusiCNN=7, DCLAP=7, Lyrics=7 of 49 tracks.
[INFO]-[19-07-2026 09-06-05]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-05]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-05]-[AlbumTask-aad8e5d4-1ac3-4537-bed2-97b56a148293-Convocations] Stopping album analysis for 'Convocations' due to parent/self revocation.
[INFO]-[19-07-2026 09-06-05]-Successfully completed tasks.analysis.analyze_album_task('71609', 'Convocations', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') job in 0:00:00.261507s on worker 9147ec2417c640b79e10b39b2db77268
[INFO]-[19-07-2026 09-06-05]-default: Job OK (aad8e5d4-1ac3-4537-bed2-97b56a148293)
[INFO]-[19-07-2026 09-06-05]-Result is kept for 500 seconds
[INFO]-[19-07-2026 09-06-05]-default: tasks.analysis.analyze_album_task('71445', 'Greatest Hits', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (2debf0ef-cc38-4d00-83a2-ee0c81351c28)
[INFO]-[19-07-2026 09-06-05]-[AlbumTask-2debf0ef-cc38-4d00-83a2-ee0c81351c28-Greatest Hits] Fetching tracks for album: Greatest Hits
[INFO]-[19-07-2026 09-06-05]-Feature plan for album 'Greatest Hits': MusiCNN=3, DCLAP=3, Lyrics=3 of 16 tracks.
[INFO]-[19-07-2026 09-06-05]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-05]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-05]-[AlbumTask-2debf0ef-cc38-4d00-83a2-ee0c81351c28-Greatest Hits] Stopping album analysis for 'Greatest Hits' due to parent/self revocation.
[INFO]-[19-07-2026 09-06-05]-Successfully completed tasks.analysis.analyze_album_task('71445', 'Greatest Hits', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') job in 0:00:00.258036s on worker 9147ec2417c640b79e10b39b2db77268
[INFO]-[19-07-2026 09-06-05]-default: Job OK (2debf0ef-cc38-4d00-83a2-ee0c81351c28)
[INFO]-[19-07-2026 09-06-05]-Result is kept for 500 seconds
[INFO]-[19-07-2026 09-06-05]-default: tasks.analysis.analyze_album_task('71356', 'In Your Honor', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (5fd102da-fdbe-4495-bdc7-b29ad89e5214)
[INFO]-[19-07-2026 09-06-05]-[AlbumTask-5fd102da-fdbe-4495-bdc7-b29ad89e5214-In Your Honor] Fetching tracks for album: In Your Honor
[INFO]-[19-07-2026 09-06-05]-Feature plan for album 'In Your Honor': MusiCNN=1, DCLAP=1, Lyrics=1 of 20 tracks.
[INFO]-[19-07-2026 09-06-05]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-05]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-05]-[AlbumTask-5fd102da-fdbe-4495-bdc7-b29ad89e5214-In Your Honor] Stopping album analysis for 'In Your Honor' due to parent/self revocation.
[INFO]-[19-07-2026 09-06-05]-Successfully completed tasks.analysis.analyze_album_task('71356', 'In Your Honor', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') job in 0:00:00.323693s on worker 9147ec2417c640b79e10b39b2db77268
[INFO]-[19-07-2026 09-06-05]-default: Job OK (5fd102da-fdbe-4495-bdc7-b29ad89e5214)
[INFO]-[19-07-2026 09-06-05]-Result is kept for 500 seconds
[INFO]-[19-07-2026 09-06-05]-default: tasks.analysis.analyze_album_task('71591', 'Planetarium', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') (cf7eaa9d-76f6-4b64-a3d1-959022070ab6)
[INFO]-[19-07-2026 09-06-05]-[AlbumTask-cf7eaa9d-76f6-4b64-a3d1-959022070ab6-Planetarium] Fetching tracks for album: Planetarium
[WARNING]-[19-07-2026 09-06-05]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 6d0c7298-10be-4a0b-aa0f-cd1b3f8c8e8b failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-05]-Work horse killed for job 6d0c7298-10be-4a0b-aa0f-cd1b3f8c8e8b: retpid=1617, ret_val=11
[INFO]-[19-07-2026 09-06-05]-Job 6d0c7298-10be-4a0b-aa0f-cd1b3f8c8e8b: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-05]-default: tasks.analysis.analyze_album_task('73459', 'Transcendental Highway', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (712b56da-3b65-4482-875c-5e7464ab11cf)
[INFO]-[19-07-2026 09-06-05]-Feature plan for album 'Planetarium': MusiCNN=3, DCLAP=3, Lyrics=3 of 17 tracks.
[INFO]-[19-07-2026 09-06-05]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-05]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-06]-[AlbumTask-712b56da-3b65-4482-875c-5e7464ab11cf-Transcendental Highway] Fetching tracks for album: Transcendental Highway
[INFO]-[19-07-2026 09-06-06]-[AlbumTask-cf7eaa9d-76f6-4b64-a3d1-959022070ab6-Planetarium] Stopping album analysis for 'Planetarium' due to parent/self revocation.
[INFO]-[19-07-2026 09-06-06]-Feature plan for album 'Transcendental Highway': MusiCNN=1, DCLAP=1, Lyrics=1 of 13 tracks.
[INFO]-[19-07-2026 09-06-06]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-06]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-06]-Skipping 'Transcendental Highway by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-06]-Skipping 'Don’t Believe You Anymore by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-06]-Skipping 'My Brilliant Feat by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-06]-Skipping 'Goodbye My Red Rose by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-06]-Skipping 'If I Go by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-06]-Skipping 'I’m Doing Fine by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-06]-Skipping 'Wash It All Away by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-06]-Skipping 'Cactus by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-06]-Skipping 'Death Row Conversation by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-06]-Skipping 'I’ll Leave the Light On by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-06]-Skipping 'Freedom Calling by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-06]-[AlbumTask-712b56da-3b65-4482-875c-5e7464ab11cf-Transcendental Highway] Analyzing track: I Just Don’t Think I’ll Ever Get Over You by Colin Hay (12/13)
[INFO]-[19-07-2026 09-06-06]-Successfully completed tasks.analysis.analyze_album_task('71591', 'Planetarium', 5, '1640e39b-95c3-4b9c-b4df-8aca09025cf8', 'cd744b052a3d40f2acff05d8b0fa19fd') job in 0:00:00.261728s on worker 9147ec2417c640b79e10b39b2db77268
[INFO]-[19-07-2026 09-06-06]-default: Job OK (cf7eaa9d-76f6-4b64-a3d1-959022070ab6)
[INFO]-[19-07-2026 09-06-06]-Result is kept for 500 seconds
[INFO]-[19-07-2026 09-06-06]-default: tasks.analysis.analyze_album_task('72995', 'Jestures', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (ead37658-a091-4df3-b964-df5cbf7fa3e9)
[INFO]-[19-07-2026 09-06-06]-[AlbumTask-ead37658-a091-4df3-b964-df5cbf7fa3e9-Jestures] Fetching tracks for album: Jestures
[INFO]-[19-07-2026 09-06-06]-Feature plan for album 'Jestures': MusiCNN=2, DCLAP=2, Lyrics=2 of 26 tracks.
[INFO]-[19-07-2026 09-06-06]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-06]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-06]-[AlbumTask-ead37658-a091-4df3-b964-df5cbf7fa3e9-Jestures] Analyzing track: Asshole by Atmosphere (1/26)
[INFO]-[19-07-2026 09-06-06]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[INFO]-[19-07-2026 09-06-06]-Downloaded 'I Just Don’t Think I’ll Ever Get Over You' to '/app/temp_audio/73471.flac'
[INFO]-[19-07-2026 09-06-06]-Lazy-loading MusiCNN models for album: Transcendental Highway
[INFO]-[19-07-2026 09-06-06]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-06]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-06]-Starting analysis for: 73471.flac
[INFO]-[19-07-2026 09-06-06]-Downloaded 'Asshole' to '/app/temp_audio/72996.flac'
[INFO]-[19-07-2026 09-06-06]-Lazy-loading MusiCNN models for album: Jestures
[INFO]-[19-07-2026 09-06-06]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-06]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-06]-Starting analysis for: 72996.flac
[WARNING]-[19-07-2026 09-06-10]-Worker 9147ec2417c640b79e10b39b2db77268: job ead37658-a091-4df3-b964-df5cbf7fa3e9 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-10]-Work horse killed for job ead37658-a091-4df3-b964-df5cbf7fa3e9: retpid=1700, ret_val=11
[INFO]-[19-07-2026 09-06-10]-Job ead37658-a091-4df3-b964-df5cbf7fa3e9: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-10]-default: tasks.analysis.analyze_album_task('73226', 'The Sky Moves Sideways', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (79f2034a-32be-4350-a814-902bc8790bf4)
[INFO]-[19-07-2026 09-06-10]-[AlbumTask-79f2034a-32be-4350-a814-902bc8790bf4-The Sky Moves Sideways] Fetching tracks for album: The Sky Moves Sideways
[INFO]-[19-07-2026 09-06-10]-Feature plan for album 'The Sky Moves Sideways': MusiCNN=2, DCLAP=2, Lyrics=2 of 9 tracks.
[INFO]-[19-07-2026 09-06-10]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-10]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-10]-[AlbumTask-79f2034a-32be-4350-a814-902bc8790bf4-The Sky Moves Sideways] Analyzing track: The Sky Moves Sideways, Phase 1 by Porcupine Tree (1/9)
[WARNING]-[19-07-2026 09-06-10]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 712b56da-3b65-4482-875c-5e7464ab11cf failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-10]-Work horse killed for job 712b56da-3b65-4482-875c-5e7464ab11cf: retpid=1691, ret_val=11
[INFO]-[19-07-2026 09-06-10]-Job 712b56da-3b65-4482-875c-5e7464ab11cf: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-10]-default: tasks.analysis.analyze_album_task('72919', 'Whenever', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (338da900-f547-4d84-b878-b30b22722425)
[INFO]-[19-07-2026 09-06-10]-[AlbumTask-338da900-f547-4d84-b878-b30b22722425-Whenever] Fetching tracks for album: Whenever
[INFO]-[19-07-2026 09-06-10]-Feature plan for album 'Whenever': MusiCNN=1, DCLAP=1, Lyrics=1 of 12 tracks.
[INFO]-[19-07-2026 09-06-10]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-10]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-10]-Skipping 'Bde Maka Ska by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-10]-Skipping 'Push Play by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-10]-Skipping 'Postal Lady by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-10]-Skipping 'Love Each Other by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-10]-Skipping 'Romance by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-10]-[AlbumTask-338da900-f547-4d84-b878-b30b22722425-Whenever] Analyzing track: Dearly Beloved by Atmosphere feat. Musab and Muja Messiah (6/12)
[INFO]-[19-07-2026 09-06-11]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[INFO]-[19-07-2026 09-06-12]-Downloaded 'The Sky Moves Sideways, Phase 1' to '/app/temp_audio/73227.flac'
[INFO]-[19-07-2026 09-06-12]-Lazy-loading MusiCNN models for album: The Sky Moves Sideways
[INFO]-[19-07-2026 09-06-12]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-12]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-12]-Starting analysis for: 73227.flac
[INFO]-[19-07-2026 09-06-12]-Downloaded 'Dearly Beloved' to '/app/temp_audio/72925.flac'
[INFO]-[19-07-2026 09-06-12]-Lazy-loading MusiCNN models for album: Whenever
[INFO]-[19-07-2026 09-06-12]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-12]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-12]-Starting analysis for: 72925.flac
[WARNING]-[19-07-2026 09-06-16]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 338da900-f547-4d84-b878-b30b22722425 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-16]-Work horse killed for job 338da900-f547-4d84-b878-b30b22722425: retpid=1778, ret_val=11
[INFO]-[19-07-2026 09-06-16]-Job 338da900-f547-4d84-b878-b30b22722425: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-16]-default: tasks.analysis.analyze_album_task('74802', 'Memoirs of an Imperfect Angel', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (6d38decd-8048-464c-a27e-0215c3116735)
[INFO]-[19-07-2026 09-06-16]-[AlbumTask-6d38decd-8048-464c-a27e-0215c3116735-Memoirs of an Imperfect Angel] Fetching tracks for album: Memoirs of an Imperfect Angel
[INFO]-[19-07-2026 09-06-16]-Feature plan for album 'Memoirs of an Imperfect Angel': MusiCNN=1, DCLAP=1, Lyrics=1 of 21 tracks.
[INFO]-[19-07-2026 09-06-16]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-16]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-16]-Skipping 'Betcha Gon' Know (the prologue) by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-16]-Skipping 'Obsessed by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-16]-Skipping 'H.A.T.E.U. by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-16]-Skipping 'Candy Bling by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-16]-Skipping 'Ribbon by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-16]-Skipping 'Inseparable by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-16]-Skipping 'Standing O by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-16]-[AlbumTask-6d38decd-8048-464c-a27e-0215c3116735-Memoirs of an Imperfect Angel] Analyzing track: It's a Wrap by Mariah Carey (8/21)
[INFO]-[19-07-2026 09-06-16]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[INFO]-[19-07-2026 09-06-16]-Downloaded 'It's a Wrap' to '/app/temp_audio/74810.flac'
[INFO]-[19-07-2026 09-06-16]-Lazy-loading MusiCNN models for album: Memoirs of an Imperfect Angel
[INFO]-[19-07-2026 09-06-16]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-16]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-16]-Starting analysis for: 74810.flac
[WARNING]-[19-07-2026 09-06-17]-Worker 9147ec2417c640b79e10b39b2db77268: job 79f2034a-32be-4350-a814-902bc8790bf4 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-17]-Work horse killed for job 79f2034a-32be-4350-a814-902bc8790bf4: retpid=1777, ret_val=11
[INFO]-[19-07-2026 09-06-17]-Job 79f2034a-32be-4350-a814-902bc8790bf4: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-17]-default: tasks.analysis.analyze_album_task('74864', 'Me. I Am Mariah…The Elusive Chanteuse', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (1dd8acb5-adb9-4596-855b-306b8722fa09)
[INFO]-[19-07-2026 09-06-17]-[AlbumTask-1dd8acb5-adb9-4596-855b-306b8722fa09-Me. I Am Mariah…The Elusive Chanteuse] Fetching tracks for album: Me. I Am Mariah…The Elusive Chanteuse
[INFO]-[19-07-2026 09-06-17]-Feature plan for album 'Me. I Am Mariah…The Elusive Chanteuse': MusiCNN=1, DCLAP=1, Lyrics=1 of 18 tracks.
[INFO]-[19-07-2026 09-06-17]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-17]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-17]-Skipping 'Cry. by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-17]-Skipping 'Faded by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-17]-Skipping 'Dedicated by Mariah Carey feat. Nas' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-17]-Skipping '#Beautiful by Mariah Carey feat. Miguel' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-17]-Skipping 'Thirsty by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-17]-Skipping 'Make It Look Good by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-17]-Skipping 'You’re Mine (Eternal) by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-17]-Skipping 'You Don’t Know What to Do by Mariah Carey feat. Wale' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-17]-Skipping 'Supernatural by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-17]-Skipping 'Meteorite by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-17]-Skipping 'Camouflage by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-17]-Skipping 'Money ($ * / …) by Mariah Carey feat. Fabolous' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-17]-Skipping 'One More Try by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-17]-Skipping 'Heavenly (No Ways Tired/Can’t Give Up Now) by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-17]-[AlbumTask-1dd8acb5-adb9-4596-855b-306b8722fa09-Me. I Am Mariah…The Elusive Chanteuse] Analyzing track: It’s a Wrap by Mariah Carey feat. Mary J. Blige (15/18)
[INFO]-[19-07-2026 09-06-18]-Downloaded 'It’s a Wrap' to '/app/temp_audio/74879.flac'
[INFO]-[19-07-2026 09-06-18]-Lazy-loading MusiCNN models for album: Me. I Am Mariah…The Elusive Chanteuse
[INFO]-[19-07-2026 09-06-18]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-18]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-18]-Starting analysis for: 74879.flac
[WARNING]-[19-07-2026 09-06-20]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 6d38decd-8048-464c-a27e-0215c3116735 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-20]-Work horse killed for job 6d38decd-8048-464c-a27e-0215c3116735: retpid=1848, ret_val=11
[INFO]-[19-07-2026 09-06-20]-Job 6d38decd-8048-464c-a27e-0215c3116735: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-06-20]-default: tasks.analysis.analyze_album_task('72828', 'You Can’t Imagine How Much Fun We’re Having', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (9cc76972-88b4-45e5-b4d3-4eb1130915a0)
[INFO]-[19-07-2026 09-06-20]-[AlbumTask-9cc76972-88b4-45e5-b4d3-4eb1130915a0-You Can’t Imagine How Much Fun We’re Having] Fetching tracks for album: You Can’t Imagine How Much Fun We’re Having
[INFO]-[19-07-2026 09-06-20]-Feature plan for album 'You Can’t Imagine How Much Fun We’re Having': MusiCNN=1, DCLAP=1, Lyrics=1 of 21 tracks.
[INFO]-[19-07-2026 09-06-20]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-20]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-20]-Skipping 'The Arrival by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-20]-Skipping 'Panic Attack by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-20]-Skipping 'Watch Out by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-20]-Skipping 'Musical Chairs by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-20]-Skipping 'Say Hey There by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-20]-Skipping 'Hockey Hair by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-20]-Skipping 'Bam by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-20]-Skipping 'Pour Me Another by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-20]-Skipping 'Smart Went Crazy by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-20]-[AlbumTask-9cc76972-88b4-45e5-b4d3-4eb1130915a0-You Can’t Imagine How Much Fun We’re Having] Analyzing track: Angelface by Atmosphere (10/21)
[INFO]-[19-07-2026 09-06-21]-Downloaded 'Angelface' to '/app/temp_audio/72838.flac'
[INFO]-[19-07-2026 09-06-21]-Lazy-loading MusiCNN models for album: You Can’t Imagine How Much Fun We’re Having
[INFO]-[19-07-2026 09-06-21]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-21]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-21]-Starting analysis for: 72838.flac
[INFO]-[19-07-2026 09-06-21]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[WARNING]-[19-07-2026 09-06-22]-Worker 9147ec2417c640b79e10b39b2db77268: job 1dd8acb5-adb9-4596-855b-306b8722fa09 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-22]-Work horse killed for job 1dd8acb5-adb9-4596-855b-306b8722fa09: retpid=1877, ret_val=11
[INFO]-[19-07-2026 09-06-22]-Job 1dd8acb5-adb9-4596-855b-306b8722fa09: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-06-22]-default: tasks.analysis.analyze_album_task('72183', 'Another Side of Bob Dylan', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (b553b6ba-5030-431e-977c-c24a607f18e9)
[INFO]-[19-07-2026 09-06-22]-[AlbumTask-b553b6ba-5030-431e-977c-c24a607f18e9-Another Side of Bob Dylan] Fetching tracks for album: Another Side of Bob Dylan
[INFO]-[19-07-2026 09-06-22]-Feature plan for album 'Another Side of Bob Dylan': MusiCNN=3, DCLAP=3, Lyrics=3 of 11 tracks.
[INFO]-[19-07-2026 09-06-22]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-22]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-22]-Skipping 'All I Really Want to Do by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-22]-Skipping 'Black Crow Blues by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-22]-[AlbumTask-b553b6ba-5030-431e-977c-c24a607f18e9-Another Side of Bob Dylan] Analyzing track: Spanish Harlem Incident by Bob Dylan (3/11)
[INFO]-[19-07-2026 09-06-22]-Downloaded 'Spanish Harlem Incident' to '/app/temp_audio/72186.flac'
[INFO]-[19-07-2026 09-06-22]-Lazy-loading MusiCNN models for album: Another Side of Bob Dylan
[INFO]-[19-07-2026 09-06-22]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-22]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-22]-Starting analysis for: 72186.flac
[WARNING]-[19-07-2026 09-06-25]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 9cc76972-88b4-45e5-b4d3-4eb1130915a0 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-25]-Work horse killed for job 9cc76972-88b4-45e5-b4d3-4eb1130915a0: retpid=1926, ret_val=11
[INFO]-[19-07-2026 09-06-25]-Job 9cc76972-88b4-45e5-b4d3-4eb1130915a0: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-25]-default: tasks.analysis.analyze_album_task('72137', 'Triplicate', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (4cb1aba4-9294-4d04-a7b6-b326151a9c35)
[INFO]-[19-07-2026 09-06-25]-[AlbumTask-4cb1aba4-9294-4d04-a7b6-b326151a9c35-Triplicate] Fetching tracks for album: Triplicate
[INFO]-[19-07-2026 09-06-25]-Feature plan for album 'Triplicate': MusiCNN=4, DCLAP=4, Lyrics=4 of 30 tracks.
[INFO]-[19-07-2026 09-06-25]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-25]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-25]-Skipping 'I Guess I’ll Have to Change My Plans by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-25]-Skipping 'September of My Years by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-25]-Skipping 'I Could Have Told You by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-25]-Skipping 'Once Upon a Time by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-25]-Skipping 'Stormy Weather by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-25]-Skipping 'This Nearly Was Mine by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-25]-[AlbumTask-4cb1aba4-9294-4d04-a7b6-b326151a9c35-Triplicate] Analyzing track: That Old Feeling by Bob Dylan (7/30)
[INFO]-[19-07-2026 09-06-25]-Downloaded 'That Old Feeling' to '/app/temp_audio/72154.flac'
[INFO]-[19-07-2026 09-06-25]-Lazy-loading MusiCNN models for album: Triplicate
[INFO]-[19-07-2026 09-06-25]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-25]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-25]-Starting analysis for: 72154.flac
[INFO]-[19-07-2026 09-06-26]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[WARNING]-[19-07-2026 09-06-26]-Worker 9147ec2417c640b79e10b39b2db77268: job b553b6ba-5030-431e-977c-c24a607f18e9 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-26]-Work horse killed for job b553b6ba-5030-431e-977c-c24a607f18e9: retpid=1965, ret_val=11
[INFO]-[19-07-2026 09-06-26]-Job b553b6ba-5030-431e-977c-c24a607f18e9: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-26]-default: tasks.analysis.analyze_album_task('72126', 'Shadows in the Night', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (2fbbf5f9-d73a-4d33-b459-0a46b69c0237)
[INFO]-[19-07-2026 09-06-26]-[AlbumTask-2fbbf5f9-d73a-4d33-b459-0a46b69c0237-Shadows in the Night] Fetching tracks for album: Shadows in the Night
[INFO]-[19-07-2026 09-06-26]-Feature plan for album 'Shadows in the Night': MusiCNN=2, DCLAP=2, Lyrics=2 of 10 tracks.
[INFO]-[19-07-2026 09-06-26]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-26]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-26]-[AlbumTask-2fbbf5f9-d73a-4d33-b459-0a46b69c0237-Shadows in the Night] Analyzing track: I'm a Fool to Want You by Bob Dylan (1/10)
[INFO]-[19-07-2026 09-06-27]-Downloaded 'I'm a Fool to Want You' to '/app/temp_audio/72127.flac'
[INFO]-[19-07-2026 09-06-27]-Lazy-loading MusiCNN models for album: Shadows in the Night
[INFO]-[19-07-2026 09-06-27]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-27]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-27]-Starting analysis for: 72127.flac
[WARNING]-[19-07-2026 09-06-29]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 4cb1aba4-9294-4d04-a7b6-b326151a9c35 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-29]-Work horse killed for job 4cb1aba4-9294-4d04-a7b6-b326151a9c35: retpid=2004, ret_val=11
[INFO]-[19-07-2026 09-06-29]-Job 4cb1aba4-9294-4d04-a7b6-b326151a9c35: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-29]-default: tasks.analysis.analyze_album_task('71713', 'Aporia', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (e6d06853-1330-446f-9beb-038715e08283)
[INFO]-[19-07-2026 09-06-29]-[AlbumTask-e6d06853-1330-446f-9beb-038715e08283-Aporia] Fetching tracks for album: Aporia
[INFO]-[19-07-2026 09-06-29]-Feature plan for album 'Aporia': MusiCNN=1, DCLAP=1, Lyrics=1 of 21 tracks.
[INFO]-[19-07-2026 09-06-29]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-29]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-29]-Skipping 'Ousia by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-29]-Skipping 'What It Takes by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-29]-Skipping 'Disinheritance by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-29]-Skipping 'Agathon by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-29]-Skipping 'Determined Outcome by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-29]-Skipping 'Misology by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-29]-Skipping 'Afterworld Alliance by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-29]-Skipping 'Palinodes by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-29]-Skipping 'Backhanded Cloud by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-29]-Skipping 'Glorious You by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-29]-Skipping 'For Raymond Scott by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-29]-Skipping 'Matronymic by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-29]-Skipping 'The Red Desert by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-29]-[AlbumTask-e6d06853-1330-446f-9beb-038715e08283-Aporia] Analyzing track: Conciliation by Sufjan Stevens & Lowell Brams (14/21)
[INFO]-[19-07-2026 09-06-29]-Downloaded 'Conciliation' to '/app/temp_audio/71727.flac'
[INFO]-[19-07-2026 09-06-29]-Lazy-loading MusiCNN models for album: Aporia
[INFO]-[19-07-2026 09-06-29]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-29]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-29]-Starting analysis for: 71727.flac
[WARNING]-[19-07-2026 09-06-31]-Worker 9147ec2417c640b79e10b39b2db77268: job 2fbbf5f9-d73a-4d33-b459-0a46b69c0237 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-31]-Work horse killed for job 2fbbf5f9-d73a-4d33-b459-0a46b69c0237: retpid=2043, ret_val=11
[INFO]-[19-07-2026 09-06-31]-Job 2fbbf5f9-d73a-4d33-b459-0a46b69c0237: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-31]-default: tasks.analysis.analyze_album_task('71773', 'Carrie & Lowell', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (0db5b02a-6a7c-4d7f-8ac1-4ddd5e3dac93)
[INFO]-[19-07-2026 09-06-31]-[AlbumTask-0db5b02a-6a7c-4d7f-8ac1-4ddd5e3dac93-Carrie & Lowell] Fetching tracks for album: Carrie & Lowell
[INFO]-[19-07-2026 09-06-31]-Feature plan for album 'Carrie & Lowell': MusiCNN=1, DCLAP=1, Lyrics=1 of 18 tracks.
[INFO]-[19-07-2026 09-06-31]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-31]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-31]-Skipping 'Death With Dignity by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-31]-Skipping 'Should Have Known Better by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-31]-Skipping 'All of Me Wants All of You by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-31]-Skipping 'Drawn to the Blood by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-31]-Skipping 'Eugene by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-31]-Skipping 'Fourth of July by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-31]-Skipping 'The Only Thing by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-31]-Skipping 'Carrie & Lowell by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-31]-Skipping 'John My Beloved by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-31]-Skipping 'No Shade in the Shadow of the Cross by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-31]-Skipping 'Blue Bucket of Gold by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-31]-Skipping 'Death With Dignity (demo) by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-31]-Skipping 'Should Have Known Better (demo) by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-31]-Skipping 'Eugene (demo) by Sufjan Stevens feat. S. Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-31]-Skipping 'The Only Thing (demo) by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-31]-Skipping 'Mystery of Love (demo) by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-31]-Skipping 'Wallowa Lake Monster (version 2) by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-31]-[AlbumTask-0db5b02a-6a7c-4d7f-8ac1-4ddd5e3dac93-Carrie & Lowell] Analyzing track: Fourth of July (version 4) by Sufjan Stevens (18/18)
[INFO]-[19-07-2026 09-06-31]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[WARNING]-[19-07-2026 09-06-33]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job e6d06853-1330-446f-9beb-038715e08283 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-33]-Work horse killed for job e6d06853-1330-446f-9beb-038715e08283: retpid=2082, ret_val=11
[INFO]-[19-07-2026 09-06-33]-Job e6d06853-1330-446f-9beb-038715e08283: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-33]-default: tasks.analysis.analyze_album_task('71674', 'Illinois', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a)
[INFO]-[19-07-2026 09-06-33]-[AlbumTask-8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a-Illinois] Fetching tracks for album: Illinois
[INFO]-[19-07-2026 09-06-33]-Feature plan for album 'Illinois': MusiCNN=2, DCLAP=2, Lyrics=2 of 22 tracks.
[INFO]-[19-07-2026 09-06-33]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-33]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-33]-Skipping 'Concerning the UFO Sighting Near Highland, Illinois by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-33]-[AlbumTask-8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a-Illinois] Analyzing track: The Black Hawk War, or, How to Demolish an Entire Civilization and Still Feel Good About Yourself in the Morning, or, We Apologize for the Inconvenience but You’re Going to Have to Leave Now, or, “I Have Fought the Big Knives and Will Continue to Fight Them Until They Are Off Our Lands!” by Sufjan Stevens (2/22)
[ERROR]-[19-07-2026 09-06-33]-Failed to download track The Black Hawk War, or, How to Demolish an Entire Civilization and Still Feel Good About Yourself in the Morning, or, We Apologize for the Inconvenience but You’re Going to Have to Leave Now, or, “I Have Fought the Big Knives and Will Continue to Fight Them Until They Are Off Our Lands!”
Traceback (most recent call last):
File "/app/tasks/mediaserver/plex.py", line 290, in download_track
r.raise_for_status()
File "/usr/local/lib/python3.12/dist-packages/requests/models.py", line 1028, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://plex.tonftp.com/library/parts/72474/1773800092/file.flac?download=1
[ERROR]-[19-07-2026 09-06-33]-Track analysis failed for 'The Black Hawk War, or, How to Demolish an Entire Civilization and Still Feel Good About Yourself in the Morning, or, We Apologize for the Inconvenience but You’re Going to Have to Leave Now, or, “I Have Fought the Big Knives and Will Continue to Fight Them Until They Are Off Our Lands!” by Sufjan Stevens'; continuing with the next track.
Traceback (most recent call last):
File "/app/tasks/analysis/album.py", line 429, in _analyze_album_task_impl
onnx_sessions, fingerprint_index = _analyze_single_track(
^^^^^^^^^^^^^^^^^^^^^^
File "/app/tasks/analysis/album.py", line 210, in _analyze_single_track
path = _stage_download(item, track_name_full)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/tasks/analysis/album.py", line 90, in _stage_download
raise RuntimeError(f"Failed to download required audio for {track_name_full}")
RuntimeError: Failed to download required audio for The Black Hawk War, or, How to Demolish an Entire Civilization and Still Feel Good About Yourself in the Morning, or, We Apologize for the Inconvenience but You’re Going to Have to Leave Now, or, “I Have Fought the Big Knives and Will Continue to Fight Them Until They Are Off Our Lands!” by Sufjan Stevens
[INFO]-[19-07-2026 09-06-33]-Skipping 'Come On! Feel the Illinoise! Part I: The World’s Columbian Exposition, Part II: Carl Sandburg Visits Me in a Dream by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-33]-Skipping 'John Wayne Gacy, Jr. by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-33]-Skipping 'Jacksonville by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-33]-Skipping 'A Short Reprise for Mary Todd, Who Went Insane, but for Very Good Reasons by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-33]-Skipping 'Decatur, or, Round of Applause for Your Stepmother! by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-33]-Skipping 'One Last “Whoo‐Hoo!” for the Pullman by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-33]-Skipping 'Chicago by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-33]-Skipping 'Casimir Pulaski Day by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-33]-Skipping 'To the Workers of the Rockford River Valley Region, I Have an Idea Concerning Your Predicament by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-33]-Skipping 'The Man of Metropolis Steals Our Hearts by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-33]-Skipping 'Prairie Fire That Wanders About by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-33]-Skipping 'A Conjunction of Drones Simulating the Way in Which Sufjan Stevens Has an Existential Crisis in the Great Godfrey Maze by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-33]-Skipping 'The Predatory Wasp of the Palisades Is Out to Get Us! by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-33]-Skipping 'They Are Night Zombies!! They Are Neighbors!! They Have Come Back From the Dead!! Ahhhh! by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-33]-Skipping 'Let’s Hear That String Part Again, Because I Don’t Think They Heard It All the Way Out in Bushnell by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-33]-[AlbumTask-8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a-Illinois] Analyzing track: In This Temple as in the Hearts of Man for Whom He Saved the Earth by Sufjan Stevens (18/22)
[INFO]-[19-07-2026 09-06-33]-Downloaded 'In This Temple as in the Hearts of Man for Whom He Saved the Earth' to '/app/temp_audio/71692.flac'
[INFO]-[19-07-2026 09-06-33]-Lazy-loading MusiCNN models for album: Illinois
[INFO]-[19-07-2026 09-06-33]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-33]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-33]-Starting analysis for: 71692.flac
[INFO]-[19-07-2026 09-06-34]-Downloaded 'Fourth of July (version 4)' to '/app/temp_audio/71791.flac'
[INFO]-[19-07-2026 09-06-34]-Lazy-loading MusiCNN models for album: Carrie & Lowell
[INFO]-[19-07-2026 09-06-34]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-34]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-34]-Starting analysis for: 71791.flac
[INFO]-[19-07-2026 09-06-36]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[WARNING]-[19-07-2026 09-06-36]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-36]-Work horse killed for job 8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a: retpid=2129, ret_val=11
[INFO]-[19-07-2026 09-06-36]-Job 8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-36]-default: tasks.analysis.analyze_album_task('71609', 'Convocations', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (5744cc2e-8762-488b-8f2b-6d491466d972)
[INFO]-[19-07-2026 09-06-36]-[AlbumTask-5744cc2e-8762-488b-8f2b-6d491466d972-Convocations] Fetching tracks for album: Convocations
[INFO]-[19-07-2026 09-06-37]-Feature plan for album 'Convocations': MusiCNN=7, DCLAP=7, Lyrics=7 of 49 tracks.
[INFO]-[19-07-2026 09-06-37]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-37]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-37]-[AlbumTask-5744cc2e-8762-488b-8f2b-6d491466d972-Convocations] Analyzing track: Meditation I by Sufjan Stevens (1/49)
[INFO]-[19-07-2026 09-06-37]-Downloaded 'Meditation I' to '/app/temp_audio/71610.flac'
[INFO]-[19-07-2026 09-06-37]-Lazy-loading MusiCNN models for album: Convocations
[INFO]-[19-07-2026 09-06-37]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-37]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-37]-Starting analysis for: 71610.flac
[WARNING]-[19-07-2026 09-06-41]-Worker 9147ec2417c640b79e10b39b2db77268: job 0db5b02a-6a7c-4d7f-8ac1-4ddd5e3dac93 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-41]-Work horse killed for job 0db5b02a-6a7c-4d7f-8ac1-4ddd5e3dac93: retpid=2121, ret_val=11
[INFO]-[19-07-2026 09-06-41]-Job 0db5b02a-6a7c-4d7f-8ac1-4ddd5e3dac93: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-41]-default: tasks.analysis.analyze_album_task('71591', 'Planetarium', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (9e2f66a6-1f70-4e22-bcd8-7f7cb0b4c80e)
[INFO]-[19-07-2026 09-06-41]-[AlbumTask-9e2f66a6-1f70-4e22-bcd8-7f7cb0b4c80e-Planetarium] Fetching tracks for album: Planetarium
[INFO]-[19-07-2026 09-06-41]-Feature plan for album 'Planetarium': MusiCNN=3, DCLAP=3, Lyrics=3 of 17 tracks.
[INFO]-[19-07-2026 09-06-41]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-41]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-41]-Skipping 'Neptune by Sufjan Stevens, Nico Muhly, Bryce Dessner, James McAlister' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-41]-Skipping 'Jupiter by Sufjan Stevens, Nico Muhly, Bryce Dessner, James McAlister' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-41]-Skipping 'Halley’s Comet by Sufjan Stevens, Nico Muhly, Bryce Dessner, James McAlister' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-41]-Skipping 'Venus by Sufjan Stevens, Nico Muhly, Bryce Dessner, James McAlister' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-41]-[AlbumTask-9e2f66a6-1f70-4e22-bcd8-7f7cb0b4c80e-Planetarium] Analyzing track: Uranus by Sufjan Stevens, Nico Muhly, Bryce Dessner, James McAlister (5/17)
[WARNING]-[19-07-2026 09-06-41]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 5744cc2e-8762-488b-8f2b-6d491466d972 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-41]-Work horse killed for job 5744cc2e-8762-488b-8f2b-6d491466d972: retpid=2199, ret_val=11
[INFO]-[19-07-2026 09-06-41]-Job 5744cc2e-8762-488b-8f2b-6d491466d972: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-41]-default: tasks.analysis.analyze_album_task('71445', 'Greatest Hits', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (e4d9ffd0-82f6-4c0c-aaaf-fbafee1430a8)
[INFO]-[19-07-2026 09-06-41]-[AlbumTask-e4d9ffd0-82f6-4c0c-aaaf-fbafee1430a8-Greatest Hits] Fetching tracks for album: Greatest Hits
[INFO]-[19-07-2026 09-06-41]-Feature plan for album 'Greatest Hits': MusiCNN=3, DCLAP=3, Lyrics=3 of 16 tracks.
[INFO]-[19-07-2026 09-06-41]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-41]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-41]-Skipping 'All My Life by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-41]-[AlbumTask-e4d9ffd0-82f6-4c0c-aaaf-fbafee1430a8-Greatest Hits] Analyzing track: Best of You by Foo Fighters (2/16)
[INFO]-[19-07-2026 09-06-41]-Downloaded 'Uranus' to '/app/temp_audio/71606.flac'
[INFO]-[19-07-2026 09-06-41]-Lazy-loading MusiCNN models for album: Planetarium
[INFO]-[19-07-2026 09-06-41]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-41]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-41]-Starting analysis for: 71606.flac
[INFO]-[19-07-2026 09-06-41]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[INFO]-[19-07-2026 09-06-41]-Downloaded 'Best of You' to '/app/temp_audio/71447.flac'
[INFO]-[19-07-2026 09-06-41]-Lazy-loading MusiCNN models for album: Greatest Hits
[INFO]-[19-07-2026 09-06-41]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-41]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-41]-Starting analysis for: 71447.flac
[WARNING]-[19-07-2026 09-06-45]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job e4d9ffd0-82f6-4c0c-aaaf-fbafee1430a8 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-45]-Work horse killed for job e4d9ffd0-82f6-4c0c-aaaf-fbafee1430a8: retpid=2246, ret_val=11
[INFO]-[19-07-2026 09-06-45]-Job e4d9ffd0-82f6-4c0c-aaaf-fbafee1430a8: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-45]-default: tasks.analysis.analyze_album_task('71356', 'In Your Honor', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (126ca382-4332-44a2-82b2-1193d275e4a7)
[INFO]-[19-07-2026 09-06-45]-[AlbumTask-126ca382-4332-44a2-82b2-1193d275e4a7-In Your Honor] Fetching tracks for album: In Your Honor
[INFO]-[19-07-2026 09-06-45]-Feature plan for album 'In Your Honor': MusiCNN=1, DCLAP=1, Lyrics=1 of 20 tracks.
[INFO]-[19-07-2026 09-06-45]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-45]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-45]-Skipping 'In Your Honor by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-45]-Skipping 'No Way Back by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-45]-[AlbumTask-126ca382-4332-44a2-82b2-1193d275e4a7-In Your Honor] Analyzing track: Best of You by Foo Fighters (3/20)
[WARNING]-[19-07-2026 09-06-46]-Worker 9147ec2417c640b79e10b39b2db77268: job 9e2f66a6-1f70-4e22-bcd8-7f7cb0b4c80e failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-46]-Work horse killed for job 9e2f66a6-1f70-4e22-bcd8-7f7cb0b4c80e: retpid=2245, ret_val=11
[INFO]-[19-07-2026 09-06-46]-Job 9e2f66a6-1f70-4e22-bcd8-7f7cb0b4c80e: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-46]-default: tasks.analysis.analyze_album_task('71341', 'The Colour and the Shape', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (3fa8b297-77fa-4055-90f6-b3844a6f7f9e)
[INFO]-[19-07-2026 09-06-46]-[AlbumTask-3fa8b297-77fa-4055-90f6-b3844a6f7f9e-The Colour and the Shape] Fetching tracks for album: The Colour and the Shape
[INFO]-[19-07-2026 09-06-46]-Feature plan for album 'The Colour and the Shape': MusiCNN=2, DCLAP=2, Lyrics=2 of 14 tracks.
[INFO]-[19-07-2026 09-06-46]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-46]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-46]-Skipping 'Doll by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-46]-Skipping 'Monkey Wrench by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-46]-Skipping 'Hey, Johnny Park! by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-46]-Skipping 'My Poor Brain by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-46]-Skipping 'Wind Up by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-46]-Skipping 'Up in Arms by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-46]-[AlbumTask-3fa8b297-77fa-4055-90f6-b3844a6f7f9e-The Colour and the Shape] Analyzing track: My Hero by Foo Fighters (7/14)
[INFO]-[19-07-2026 09-06-46]-Downloaded 'Best of You' to '/app/temp_audio/71359.flac'
[INFO]-[19-07-2026 09-06-46]-Lazy-loading MusiCNN models for album: In Your Honor
[INFO]-[19-07-2026 09-06-46]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-46]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-46]-Starting analysis for: 71359.flac
[INFO]-[19-07-2026 09-06-46]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[INFO]-[19-07-2026 09-06-46]-Downloaded 'My Hero' to '/app/temp_audio/71348.flac'
[INFO]-[19-07-2026 09-06-46]-Lazy-loading MusiCNN models for album: The Colour and the Shape
[INFO]-[19-07-2026 09-06-46]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-46]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-46]-Starting analysis for: 71348.flac
[WARNING]-[19-07-2026 09-06-50]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 126ca382-4332-44a2-82b2-1193d275e4a7 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-50]-Work horse killed for job 126ca382-4332-44a2-82b2-1193d275e4a7: retpid=2323, ret_val=11
[INFO]-[19-07-2026 09-06-50]-Job 126ca382-4332-44a2-82b2-1193d275e4a7: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-50]-default: tasks.analysis.analyze_album_task('73944', 'In Utero', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (23462f65-e4c1-4b34-96e4-67373018537e)
[INFO]-[19-07-2026 09-06-50]-[AlbumTask-23462f65-e4c1-4b34-96e4-67373018537e-In Utero] Fetching tracks for album: In Utero
[INFO]-[19-07-2026 09-06-50]-Feature plan for album 'In Utero': MusiCNN=1, DCLAP=1, Lyrics=1 of 60 tracks.
[INFO]-[19-07-2026 09-06-50]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-50]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Serve the Servants by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Scentless Apprentice by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Heart‐shaped Box by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Rape Me by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Frances Farmer Will Have Her Revenge on Seattle by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Dumb by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Very Ape by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Milk It by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Pennyroyal Tea by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Radio Friendly Unit Shifter by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Tourette’s by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'All Apologies by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Gallons of Rubbing Alcohol Flow Through the Strip by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Marigold (B‐side) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Moist Vagina (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Sappy (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'I Hate Myself and Want to Die (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Pennyroyal Tea (Scott Litt mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Heart Shaped Box (original Steve Albini 1993 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'All Apologies (original Steve Albini 1993 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Serve the Servants (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Scentless Apprentice (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Heart Shaped Box (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Rape Me (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Frances Farmer Will Have Her Revenge on Seattle (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Dumb (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Very Ape (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Milk It (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Pennyroyal Tea (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Radio Friendly Unit Shifter (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Tourette’s (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'All Apologies (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Scentless Apprentice (demo) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Frances Farmer Will Have Her Revenge on Seattle (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Dumb (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Very Ape (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Pennyroyal Tea (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Radio Friendly Unit Shifter (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Tourette’s (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Marigold (demo) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'All Apologies (demo) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Forgotten Tune (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Jam (demo) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Radio Friendly Unit Shifter (live & Loud) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-Skipping 'Drain You (live & Loud) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-50]-[AlbumTask-23462f65-e4c1-4b34-96e4-67373018537e-In Utero] Analyzing track: Breed (live & Loud) by Nirvana (46/60)
[WARNING]-[19-07-2026 09-06-50]-Worker 9147ec2417c640b79e10b39b2db77268: job 3fa8b297-77fa-4055-90f6-b3844a6f7f9e failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-50]-Work horse killed for job 3fa8b297-77fa-4055-90f6-b3844a6f7f9e: retpid=2324, ret_val=11
[INFO]-[19-07-2026 09-06-50]-Job 3fa8b297-77fa-4055-90f6-b3844a6f7f9e: enqueued for retry, 1 remaining
[INFO]-[19-07-2026 09-06-50]-default: tasks.analysis.analyze_album_task('74143', 'Dancin’ and Lovin’', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (43c819a7-695a-4bc8-acf1-4c2030ded1a1)
[INFO]-[19-07-2026 09-06-51]-Downloaded 'Breed (live & Loud)' to '/app/temp_audio/73990.flac'
[INFO]-[19-07-2026 09-06-51]-Lazy-loading MusiCNN models for album: In Utero
[INFO]-[19-07-2026 09-06-51]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-51]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-51]-Starting analysis for: 73990.flac
[INFO]-[19-07-2026 09-06-51]-[AlbumTask-43c819a7-695a-4bc8-acf1-4c2030ded1a1-Dancin’ and Lovin’] Fetching tracks for album: Dancin’ and Lovin’
[INFO]-[19-07-2026 09-06-51]-Feature plan for album 'Dancin’ and Lovin’': MusiCNN=1, DCLAP=1, Lyrics=1 of 6 tracks.
[INFO]-[19-07-2026 09-06-51]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-51]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-51]-Skipping 'Disco Ride (single version) by The Spinners' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-51]-Skipping 'Body Language by The Spinners' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-51]-[AlbumTask-43c819a7-695a-4bc8-acf1-4c2030ded1a1-Dancin’ and Lovin’] Analyzing track: Let’s Boogie, Let’s Dance by The Spinners (3/6)
[INFO]-[19-07-2026 09-06-51]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[INFO]-[19-07-2026 09-06-51]-Downloaded 'Let’s Boogie, Let’s Dance' to '/app/temp_audio/74146.flac'
[INFO]-[19-07-2026 09-06-51]-Lazy-loading MusiCNN models for album: Dancin’ and Lovin’
[INFO]-[19-07-2026 09-06-51]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-51]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-51]-Starting analysis for: 74146.flac
[WARNING]-[19-07-2026 09-06-54]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 23462f65-e4c1-4b34-96e4-67373018537e failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-54]-Work horse killed for job 23462f65-e4c1-4b34-96e4-67373018537e: retpid=2394, ret_val=11
[INFO]-[19-07-2026 09-06-54]-Job 23462f65-e4c1-4b34-96e4-67373018537e: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-06-54]-default: tasks.analysis.analyze_album_task('73814', 'Just Go', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (5aa9bddd-02e4-425c-8594-0a235871ccbf)
[INFO]-[19-07-2026 09-06-54]-[AlbumTask-5aa9bddd-02e4-425c-8594-0a235871ccbf-Just Go] Fetching tracks for album: Just Go
[INFO]-[19-07-2026 09-06-55]-Feature plan for album 'Just Go': MusiCNN=2, DCLAP=1, Lyrics=1 of 24 tracks.
[INFO]-[19-07-2026 09-06-55]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-55]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Forever by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Just Go by Lionel Richie feat. Akon' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Nothing Left to Give by Lionel Richie feat. Akon' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Forever and a Day by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'I’m Not Okay by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Good Morning by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Through My Eyes by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'I’m in Love by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Think of You by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Into You Deep by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Pastime by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Face in the Crowd by Lionel Richie & Trijntje Oosterhuis' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Somewhere in London by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Eternity by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Just Go (Mike Rizzo Funk Generation radio edit) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Just Go (Rich Morel’s radio edit) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Just Go (Friscia and Lamboy radio edit) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Just Go (Mike Rizzo Funk Generation club) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Just Go (Rich Morel’s Pink Noise club) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Just Go (Friscia and Lamboy After Dark club) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Just Go (Mike Rizzo Funk Generation dub) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-Skipping 'Just Go (Rich Morel’s Pink Noise dub) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-55]-[AlbumTask-5aa9bddd-02e4-425c-8594-0a235871ccbf-Just Go] Analyzing track: Just Go (Friscia and Lamboy After Dark dub) by Lionel Richie (23/24)
[INFO]-[19-07-2026 09-06-55]-Downloaded 'Just Go (Friscia and Lamboy After Dark dub)' to '/app/temp_audio/73837.flac'
[INFO]-[19-07-2026 09-06-55]-Lazy-loading MusiCNN models for album: Just Go
[INFO]-[19-07-2026 09-06-55]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-55]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-55]-Starting analysis for: 73837.flac
[WARNING]-[19-07-2026 09-06-56]-Worker 9147ec2417c640b79e10b39b2db77268: job 43c819a7-695a-4bc8-acf1-4c2030ded1a1 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-06-56]-Work horse killed for job 43c819a7-695a-4bc8-acf1-4c2030ded1a1: retpid=2402, ret_val=11
[INFO]-[19-07-2026 09-06-56]-Job 43c819a7-695a-4bc8-acf1-4c2030ded1a1: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-06-56]-default: tasks.analysis.analyze_album_task('73779', 'Coming Home (deluxe edition)', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (0033f46c-46cd-4ea9-885f-39b4634586d0)
[INFO]-[19-07-2026 09-06-56]-[AlbumTask-0033f46c-46cd-4ea9-885f-39b4634586d0-Coming Home (deluxe edition)] Fetching tracks for album: Coming Home (deluxe edition)
[INFO]-[19-07-2026 09-06-56]-Feature plan for album 'Coming Home (deluxe edition)': MusiCNN=2, DCLAP=2, Lyrics=2 of 24 tracks.
[INFO]-[19-07-2026 09-06-56]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-06-56]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-06-56]-Skipping 'I Call It Love by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-56]-Skipping 'Sweet Vacation by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-56]-Skipping 'Why by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-56]-Skipping 'What You Are by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-56]-Skipping 'Up All Night (alternate version) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-56]-Skipping 'I’m Coming Home by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-56]-Skipping 'All Around the World by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-56]-Skipping 'Out of My Head by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-56]-Skipping 'Reason to Believe by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-56]-Skipping 'Stand Down by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-56]-Skipping 'I Love You by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-56]-Skipping 'I Apologize by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-56]-Skipping 'I’m Missing Her by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-06-56]-[AlbumTask-0033f46c-46cd-4ea9-885f-39b4634586d0-Coming Home (deluxe edition)] Analyzing track: I Call It Love (Moto Blanco remix) by Lionel Richie (14/24)
[INFO]-[19-07-2026 09-06-56]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[INFO]-[19-07-2026 09-06-57]-Downloaded 'I Call It Love (Moto Blanco remix)' to '/app/temp_audio/73793.flac'
[INFO]-[19-07-2026 09-06-57]-Lazy-loading MusiCNN models for album: Coming Home (deluxe edition)
[INFO]-[19-07-2026 09-06-57]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-06-57]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-06-57]-Starting analysis for: 73793.flac
[WARNING]-[19-07-2026 09-07-00]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 5aa9bddd-02e4-425c-8594-0a235871ccbf failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-00]-Work horse killed for job 5aa9bddd-02e4-425c-8594-0a235871ccbf: retpid=2472, ret_val=11
[INFO]-[19-07-2026 09-07-00]-Job 5aa9bddd-02e4-425c-8594-0a235871ccbf: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-00]-default: tasks.analysis.analyze_album_task('73733', 'Renaissance (Deluxe Edition)', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (402a7c6f-730e-42ff-a85b-2d6dfa79ee94)
[INFO]-[19-07-2026 09-07-00]-[AlbumTask-402a7c6f-730e-42ff-a85b-2d6dfa79ee94-Renaissance (Deluxe Edition)] Fetching tracks for album: Renaissance (Deluxe Edition)
[INFO]-[19-07-2026 09-07-00]-Feature plan for album 'Renaissance (Deluxe Edition)': MusiCNN=4, DCLAP=3, Lyrics=3 of 35 tracks.
[INFO]-[19-07-2026 09-07-00]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-00]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-00]-Skipping 'Angel by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'Cinderella by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'Tender Heart by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'Dance the Night Away by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'Tonight by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'How Long by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'Don’t You Ever Go Away by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'Wasted Time by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'Piece of My Heart by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'It May Be the Water by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'Here Is My Heart by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'Don’t Stop the Music by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'I Forgot by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'Shout It to the World (bonus track Japan/Oz/Nz) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'Just Can’t Say Goodbye (bonus track UK/Jap/Oz/Nz) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'All Night Long (live from Edinburgh Castle) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'Still (live Montreux Music Fest July 19, 2000) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'Dancing on the Ceiling (live from Wembley) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'Angel (Boogieman remix radio edit) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'Angel (Boogieman remix extended) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'Angel (Boogieman remix dub) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-Skipping 'Angel (Crash & Burn remix vocal) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-00]-[AlbumTask-402a7c6f-730e-42ff-a85b-2d6dfa79ee94-Renaissance (Deluxe Edition)] Analyzing track: Angel (Crash & Burn remix dub) by Lionel Richie (23/35)
[INFO]-[19-07-2026 09-07-01]-Downloaded 'Angel (Crash & Burn remix dub)' to '/app/temp_audio/73756.flac'
[INFO]-[19-07-2026 09-07-01]-Lazy-loading MusiCNN models for album: Renaissance (Deluxe Edition)
[INFO]-[19-07-2026 09-07-01]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-01]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-01]-Starting analysis for: 73756.flac
[INFO]-[19-07-2026 09-07-01]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[WARNING]-[19-07-2026 09-07-02]-Worker 9147ec2417c640b79e10b39b2db77268: job 0033f46c-46cd-4ea9-885f-39b4634586d0 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-02]-Work horse killed for job 0033f46c-46cd-4ea9-885f-39b4634586d0: retpid=2501, ret_val=11
[INFO]-[19-07-2026 09-07-02]-Job 0033f46c-46cd-4ea9-885f-39b4634586d0: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-02]-default: tasks.analysis.analyze_album_task('73691', 'Just for You', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (538abd66-3cef-48d6-ad13-a9029ef5fbb0)
[INFO]-[19-07-2026 09-07-02]-[AlbumTask-538abd66-3cef-48d6-ad13-a9029ef5fbb0-Just for You] Fetching tracks for album: Just for You
[INFO]-[19-07-2026 09-07-02]-Feature plan for album 'Just for You': MusiCNN=2, DCLAP=2, Lyrics=2 of 27 tracks.
[INFO]-[19-07-2026 09-07-02]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-02]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-02]-Skipping 'Just for You by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-02]-Skipping 'I Still Believe by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-02]-Skipping 'Long Long Way to Go by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-02]-Skipping 'Just to Be With You Again by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-02]-Skipping 'Heaven by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-02]-Skipping 'She’s Amazing by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-02]-Skipping 'Ball and Chain by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-02]-Skipping 'Time of Our Life by Lionel Richie feat. Lenny Kravitz' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-02]-Skipping 'Outrageous by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-02]-Skipping 'Road to Heaven by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-02]-Skipping 'Do Ya (domestic version) by Lionel Richie feat. Daniel Bedingfield' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-02]-Skipping 'In My Dreams by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-02]-Skipping 'One World by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-02]-Skipping 'Dance for the World by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-02]-Skipping 'If You Belong to Me by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-02]-Skipping 'The World Is a Party by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-02]-[AlbumTask-538abd66-3cef-48d6-ad13-a9029ef5fbb0-Just for You] Analyzing track: Just for You (Pound Boys club mix) by Lionel Richie (17/27)
[INFO]-[19-07-2026 09-07-02]-Downloaded 'Just for You (Pound Boys club mix)' to '/app/temp_audio/73708.flac'
[INFO]-[19-07-2026 09-07-02]-Lazy-loading MusiCNN models for album: Just for You
[INFO]-[19-07-2026 09-07-02]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-02]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-02]-Starting analysis for: 73708.flac
[WARNING]-[19-07-2026 09-07-05]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 402a7c6f-730e-42ff-a85b-2d6dfa79ee94 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-05]-Work horse killed for job 402a7c6f-730e-42ff-a85b-2d6dfa79ee94: retpid=2550, ret_val=11
[INFO]-[19-07-2026 09-07-05]-Job 402a7c6f-730e-42ff-a85b-2d6dfa79ee94: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-05]-default: tasks.analysis.analyze_album_task('73473', 'Going Somewhere', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (6d0c7298-10be-4a0b-aa0f-cd1b3f8c8e8b)
[INFO]-[19-07-2026 09-07-05]-[AlbumTask-6d0c7298-10be-4a0b-aa0f-cd1b3f8c8e8b-Going Somewhere] Fetching tracks for album: Going Somewhere
[INFO]-[19-07-2026 09-07-05]-Feature plan for album 'Going Somewhere': MusiCNN=1, DCLAP=1, Lyrics=1 of 15 tracks.
[INFO]-[19-07-2026 09-07-05]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-05]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-05]-Skipping 'Beautiful World by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-05]-Skipping 'Looking for Jack by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-05]-Skipping 'Going Somewhere by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-05]-Skipping 'Wayfaring Sons by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-05]-Skipping 'Children on Parade by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-05]-Skipping 'My Brilliant Feat by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-05]-Skipping 'Waiting for My Real Life to Begin by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-05]-Skipping 'Don’t Wait Up by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-05]-Skipping 'Lifeline by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-05]-Skipping 'Circles Erratica by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-05]-Skipping 'Water Song by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-05]-Skipping 'Maggie by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-05]-Skipping 'I Don’t Know Why by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-05]-Skipping 'Waiting for My Real Life to Begin (radio edit) by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-05]-[AlbumTask-6d0c7298-10be-4a0b-aa0f-cd1b3f8c8e8b-Going Somewhere] Analyzing track: I Just Don’t Think I’ll Ever Get Over You (radio edit) by Colin Hay (15/15)
[INFO]-[19-07-2026 09-07-05]-Downloaded 'I Just Don’t Think I’ll Ever Get Over You (radio edit)' to '/app/temp_audio/73488.flac'
[INFO]-[19-07-2026 09-07-05]-Lazy-loading MusiCNN models for album: Going Somewhere
[INFO]-[19-07-2026 09-07-05]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-05]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-05]-Starting analysis for: 73488.flac
[INFO]-[19-07-2026 09-07-06]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[WARNING]-[19-07-2026 09-07-07]-Worker 9147ec2417c640b79e10b39b2db77268: job 538abd66-3cef-48d6-ad13-a9029ef5fbb0 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-07]-Work horse killed for job 538abd66-3cef-48d6-ad13-a9029ef5fbb0: retpid=2589, ret_val=11
[INFO]-[19-07-2026 09-07-07]-Job 538abd66-3cef-48d6-ad13-a9029ef5fbb0: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-07]-default: tasks.analysis.analyze_album_task('72995', 'Jestures', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (ead37658-a091-4df3-b964-df5cbf7fa3e9)
[INFO]-[19-07-2026 09-07-07]-[AlbumTask-ead37658-a091-4df3-b964-df5cbf7fa3e9-Jestures] Fetching tracks for album: Jestures
[INFO]-[19-07-2026 09-07-08]-Feature plan for album 'Jestures': MusiCNN=2, DCLAP=2, Lyrics=2 of 26 tracks.
[INFO]-[19-07-2026 09-07-08]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-08]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-08]-[AlbumTask-ead37658-a091-4df3-b964-df5cbf7fa3e9-Jestures] Analyzing track: Asshole by Atmosphere (1/26)
[INFO]-[19-07-2026 09-07-08]-Downloaded 'Asshole' to '/app/temp_audio/72996.flac'
[INFO]-[19-07-2026 09-07-08]-Lazy-loading MusiCNN models for album: Jestures
[INFO]-[19-07-2026 09-07-08]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-08]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-08]-Starting analysis for: 72996.flac
[WARNING]-[19-07-2026 09-07-09]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 6d0c7298-10be-4a0b-aa0f-cd1b3f8c8e8b failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-09]-Work horse killed for job 6d0c7298-10be-4a0b-aa0f-cd1b3f8c8e8b: retpid=2628, ret_val=11
[INFO]-[19-07-2026 09-07-09]-Job 6d0c7298-10be-4a0b-aa0f-cd1b3f8c8e8b: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-09]-default: tasks.analysis.analyze_album_task('73459', 'Transcendental Highway', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (712b56da-3b65-4482-875c-5e7464ab11cf)
[INFO]-[19-07-2026 09-07-10]-[AlbumTask-712b56da-3b65-4482-875c-5e7464ab11cf-Transcendental Highway] Fetching tracks for album: Transcendental Highway
[INFO]-[19-07-2026 09-07-10]-Feature plan for album 'Transcendental Highway': MusiCNN=1, DCLAP=1, Lyrics=1 of 13 tracks.
[INFO]-[19-07-2026 09-07-10]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-10]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-10]-Skipping 'Transcendental Highway by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-10]-Skipping 'Don’t Believe You Anymore by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-10]-Skipping 'My Brilliant Feat by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-10]-Skipping 'Goodbye My Red Rose by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-10]-Skipping 'If I Go by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-10]-Skipping 'I’m Doing Fine by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-10]-Skipping 'Wash It All Away by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-10]-Skipping 'Cactus by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-10]-Skipping 'Death Row Conversation by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-10]-Skipping 'I’ll Leave the Light On by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-10]-Skipping 'Freedom Calling by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-10]-[AlbumTask-712b56da-3b65-4482-875c-5e7464ab11cf-Transcendental Highway] Analyzing track: I Just Don’t Think I’ll Ever Get Over You by Colin Hay (12/13)
[INFO]-[19-07-2026 09-07-10]-Downloaded 'I Just Don’t Think I’ll Ever Get Over You' to '/app/temp_audio/73471.flac'
[INFO]-[19-07-2026 09-07-10]-Lazy-loading MusiCNN models for album: Transcendental Highway
[INFO]-[19-07-2026 09-07-10]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-10]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-10]-Starting analysis for: 73471.flac
[INFO]-[19-07-2026 09-07-11]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[WARNING]-[19-07-2026 09-07-12]-Worker 9147ec2417c640b79e10b39b2db77268: job ead37658-a091-4df3-b964-df5cbf7fa3e9 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-12]-Work horse killed for job ead37658-a091-4df3-b964-df5cbf7fa3e9: retpid=2667, ret_val=11
[INFO]-[19-07-2026 09-07-12]-Job ead37658-a091-4df3-b964-df5cbf7fa3e9: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-12]-default: tasks.analysis.analyze_album_task('72919', 'Whenever', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (338da900-f547-4d84-b878-b30b22722425)
[INFO]-[19-07-2026 09-07-12]-[AlbumTask-338da900-f547-4d84-b878-b30b22722425-Whenever] Fetching tracks for album: Whenever
[INFO]-[19-07-2026 09-07-12]-Feature plan for album 'Whenever': MusiCNN=1, DCLAP=1, Lyrics=1 of 12 tracks.
[INFO]-[19-07-2026 09-07-12]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-12]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-12]-Skipping 'Bde Maka Ska by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-12]-Skipping 'Push Play by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-12]-Skipping 'Postal Lady by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-12]-Skipping 'Love Each Other by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-12]-Skipping 'Romance by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-12]-[AlbumTask-338da900-f547-4d84-b878-b30b22722425-Whenever] Analyzing track: Dearly Beloved by Atmosphere feat. Musab and Muja Messiah (6/12)
[INFO]-[19-07-2026 09-07-13]-Downloaded 'Dearly Beloved' to '/app/temp_audio/72925.flac'
[INFO]-[19-07-2026 09-07-13]-Lazy-loading MusiCNN models for album: Whenever
[INFO]-[19-07-2026 09-07-13]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-13]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-13]-Starting analysis for: 72925.flac
[WARNING]-[19-07-2026 09-07-14]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 712b56da-3b65-4482-875c-5e7464ab11cf failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-14]-Work horse killed for job 712b56da-3b65-4482-875c-5e7464ab11cf: retpid=2706, ret_val=11
[INFO]-[19-07-2026 09-07-14]-Job 712b56da-3b65-4482-875c-5e7464ab11cf: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-14]-default: tasks.analysis.analyze_album_task('73226', 'The Sky Moves Sideways', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (79f2034a-32be-4350-a814-902bc8790bf4)
[INFO]-[19-07-2026 09-07-14]-[AlbumTask-79f2034a-32be-4350-a814-902bc8790bf4-The Sky Moves Sideways] Fetching tracks for album: The Sky Moves Sideways
[INFO]-[19-07-2026 09-07-14]-Feature plan for album 'The Sky Moves Sideways': MusiCNN=2, DCLAP=2, Lyrics=2 of 9 tracks.
[INFO]-[19-07-2026 09-07-14]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-14]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-14]-[AlbumTask-79f2034a-32be-4350-a814-902bc8790bf4-The Sky Moves Sideways] Analyzing track: The Sky Moves Sideways, Phase 1 by Porcupine Tree (1/9)
[INFO]-[19-07-2026 09-07-16]-Downloaded 'The Sky Moves Sideways, Phase 1' to '/app/temp_audio/73227.flac'
[INFO]-[19-07-2026 09-07-16]-Lazy-loading MusiCNN models for album: The Sky Moves Sideways
[INFO]-[19-07-2026 09-07-16]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-16]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-16]-Starting analysis for: 73227.flac
[INFO]-[19-07-2026 09-07-16]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[WARNING]-[19-07-2026 09-07-17]-Worker 9147ec2417c640b79e10b39b2db77268: job 338da900-f547-4d84-b878-b30b22722425 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-17]-Work horse killed for job 338da900-f547-4d84-b878-b30b22722425: retpid=2745, ret_val=11
[INFO]-[19-07-2026 09-07-17]-Job 338da900-f547-4d84-b878-b30b22722425: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-17]-default: tasks.analysis.analyze_album_task('74802', 'Memoirs of an Imperfect Angel', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (6d38decd-8048-464c-a27e-0215c3116735)
[INFO]-[19-07-2026 09-07-17]-[AlbumTask-6d38decd-8048-464c-a27e-0215c3116735-Memoirs of an Imperfect Angel] Fetching tracks for album: Memoirs of an Imperfect Angel
[INFO]-[19-07-2026 09-07-17]-Feature plan for album 'Memoirs of an Imperfect Angel': MusiCNN=1, DCLAP=1, Lyrics=1 of 21 tracks.
[INFO]-[19-07-2026 09-07-17]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-17]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-17]-Skipping 'Betcha Gon' Know (the prologue) by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-17]-Skipping 'Obsessed by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-17]-Skipping 'H.A.T.E.U. by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-17]-Skipping 'Candy Bling by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-17]-Skipping 'Ribbon by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-17]-Skipping 'Inseparable by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-17]-Skipping 'Standing O by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-17]-[AlbumTask-6d38decd-8048-464c-a27e-0215c3116735-Memoirs of an Imperfect Angel] Analyzing track: It's a Wrap by Mariah Carey (8/21)
[INFO]-[19-07-2026 09-07-17]-Downloaded 'It's a Wrap' to '/app/temp_audio/74810.flac'
[INFO]-[19-07-2026 09-07-17]-Lazy-loading MusiCNN models for album: Memoirs of an Imperfect Angel
[INFO]-[19-07-2026 09-07-17]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-17]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-17]-Starting analysis for: 74810.flac
[WARNING]-[19-07-2026 09-07-21]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 79f2034a-32be-4350-a814-902bc8790bf4 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-21]-Work horse killed for job 79f2034a-32be-4350-a814-902bc8790bf4: retpid=2784, ret_val=11
[INFO]-[19-07-2026 09-07-21]-Job 79f2034a-32be-4350-a814-902bc8790bf4: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-21]-default: tasks.analysis.analyze_album_task('74864', 'Me. I Am Mariah…The Elusive Chanteuse', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (1dd8acb5-adb9-4596-855b-306b8722fa09)
[INFO]-[19-07-2026 09-07-21]-[AlbumTask-1dd8acb5-adb9-4596-855b-306b8722fa09-Me. I Am Mariah…The Elusive Chanteuse] Fetching tracks for album: Me. I Am Mariah…The Elusive Chanteuse
[INFO]-[19-07-2026 09-07-21]-Feature plan for album 'Me. I Am Mariah…The Elusive Chanteuse': MusiCNN=1, DCLAP=1, Lyrics=1 of 18 tracks.
[INFO]-[19-07-2026 09-07-21]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-21]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-21]-Skipping 'Cry. by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'Faded by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'Dedicated by Mariah Carey feat. Nas' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping '#Beautiful by Mariah Carey feat. Miguel' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'Thirsty by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'Make It Look Good by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'You’re Mine (Eternal) by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'You Don’t Know What to Do by Mariah Carey feat. Wale' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'Supernatural by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'Meteorite by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'Camouflage by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'Money ($ * / …) by Mariah Carey feat. Fabolous' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'One More Try by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'Heavenly (No Ways Tired/Can’t Give Up Now) by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-[AlbumTask-1dd8acb5-adb9-4596-855b-306b8722fa09-Me. I Am Mariah…The Elusive Chanteuse] Analyzing track: It’s a Wrap by Mariah Carey feat. Mary J. Blige (15/18)
[WARNING]-[19-07-2026 09-07-21]-Worker 9147ec2417c640b79e10b39b2db77268: job 6d38decd-8048-464c-a27e-0215c3116735 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-21]-Work horse killed for job 6d38decd-8048-464c-a27e-0215c3116735: retpid=2816, ret_val=11
[INFO]-[19-07-2026 09-07-21]-default: tasks.analysis.analyze_album_task('72828', 'You Can’t Imagine How Much Fun We’re Having', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (9cc76972-88b4-45e5-b4d3-4eb1130915a0)
[INFO]-[19-07-2026 09-07-21]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 257/5676
[INFO]-[19-07-2026 09-07-21]-[AlbumTask-9cc76972-88b4-45e5-b4d3-4eb1130915a0-You Can’t Imagine How Much Fun We’re Having] Fetching tracks for album: You Can’t Imagine How Much Fun We’re Having
[INFO]-[19-07-2026 09-07-21]-Feature plan for album 'You Can’t Imagine How Much Fun We’re Having': MusiCNN=1, DCLAP=1, Lyrics=1 of 21 tracks.
[INFO]-[19-07-2026 09-07-21]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-21]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-21]-Skipping 'The Arrival by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'Panic Attack by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'Watch Out by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'Musical Chairs by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'Say Hey There by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'Hockey Hair by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'Bam by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'Pour Me Another by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'Smart Went Crazy by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-[AlbumTask-9cc76972-88b4-45e5-b4d3-4eb1130915a0-You Can’t Imagine How Much Fun We’re Having] Analyzing track: Angelface by Atmosphere (10/21)
[INFO]-[19-07-2026 09-07-22]-Downloaded 'It’s a Wrap' to '/app/temp_audio/74879.flac'
[INFO]-[19-07-2026 09-07-22]-Lazy-loading MusiCNN models for album: Me. I Am Mariah…The Elusive Chanteuse
[INFO]-[19-07-2026 09-07-22]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-22]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-22]-Starting analysis for: 74879.flac
[INFO]-[19-07-2026 09-07-22]-Downloaded 'Angelface' to '/app/temp_audio/72838.flac'
[INFO]-[19-07-2026 09-07-22]-Lazy-loading MusiCNN models for album: You Can’t Imagine How Much Fun We’re Having
[INFO]-[19-07-2026 09-07-22]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-22]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-22]-Starting analysis for: 72838.flac
[WARNING]-[19-07-2026 09-07-26]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 1dd8acb5-adb9-4596-855b-306b8722fa09 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-26]-Work horse killed for job 1dd8acb5-adb9-4596-855b-306b8722fa09: retpid=2862, ret_val=11
[INFO]-[19-07-2026 09-07-26]-default: tasks.analysis.analyze_album_task('72183', 'Another Side of Bob Dylan', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (b553b6ba-5030-431e-977c-c24a607f18e9)
[INFO]-[19-07-2026 09-07-26]-[AlbumTask-b553b6ba-5030-431e-977c-c24a607f18e9-Another Side of Bob Dylan] Fetching tracks for album: Another Side of Bob Dylan
[INFO]-[19-07-2026 09-07-26]-Feature plan for album 'Another Side of Bob Dylan': MusiCNN=3, DCLAP=3, Lyrics=3 of 11 tracks.
[INFO]-[19-07-2026 09-07-26]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-26]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-26]-Skipping 'All I Really Want to Do by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-26]-Skipping 'Black Crow Blues by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-26]-[AlbumTask-b553b6ba-5030-431e-977c-c24a607f18e9-Another Side of Bob Dylan] Analyzing track: Spanish Harlem Incident by Bob Dylan (3/11)
[WARNING]-[19-07-2026 09-07-26]-Worker 9147ec2417c640b79e10b39b2db77268: job 9cc76972-88b4-45e5-b4d3-4eb1130915a0 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-26]-Work horse killed for job 9cc76972-88b4-45e5-b4d3-4eb1130915a0: retpid=2870, ret_val=11
[INFO]-[19-07-2026 09-07-26]-Job 9cc76972-88b4-45e5-b4d3-4eb1130915a0: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-26]-default: tasks.analysis.analyze_album_task('72137', 'Triplicate', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (4cb1aba4-9294-4d04-a7b6-b326151a9c35)
[INFO]-[19-07-2026 09-07-26]-Downloaded 'Spanish Harlem Incident' to '/app/temp_audio/72186.flac'
[INFO]-[19-07-2026 09-07-26]-Lazy-loading MusiCNN models for album: Another Side of Bob Dylan
[INFO]-[19-07-2026 09-07-26]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-26]-[AlbumTask-4cb1aba4-9294-4d04-a7b6-b326151a9c35-Triplicate] Fetching tracks for album: Triplicate
[INFO]-[19-07-2026 09-07-26]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-26]-Starting analysis for: 72186.flac
[INFO]-[19-07-2026 09-07-26]-Feature plan for album 'Triplicate': MusiCNN=4, DCLAP=4, Lyrics=4 of 30 tracks.
[INFO]-[19-07-2026 09-07-26]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-26]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-26]-Skipping 'I Guess I’ll Have to Change My Plans by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-26]-Skipping 'September of My Years by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-26]-Skipping 'I Could Have Told You by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-26]-Skipping 'Once Upon a Time by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-26]-Skipping 'Stormy Weather by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-26]-Skipping 'This Nearly Was Mine by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-26]-[AlbumTask-4cb1aba4-9294-4d04-a7b6-b326151a9c35-Triplicate] Analyzing track: That Old Feeling by Bob Dylan (7/30)
[INFO]-[19-07-2026 09-07-26]-Skipping album 'But Here We Are' (ID: 71330) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-26]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 258/5676
[INFO]-[19-07-2026 09-07-26]-Reconciling albums_completed: RQ=2 DB=0 (of 25 launched)
[INFO]-[19-07-2026 09-07-26]-Downloaded 'That Old Feeling' to '/app/temp_audio/72154.flac'
[INFO]-[19-07-2026 09-07-26]-Lazy-loading MusiCNN models for album: Triplicate
[INFO]-[19-07-2026 09-07-26]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-26]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-26]-Starting analysis for: 72154.flac
[INFO]-[19-07-2026 09-07-26]-Skipping album 'Sonic Highways' (ID: 71321) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-26]-Skipping album 'Concrete and Gold' (ID: 71309) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-26]-Skipping album 'Medicine at Midnight' (ID: 71299) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'I and Love and You' (ID: 71267) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'Mignonette' (ID: 71246) - all 20 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'Magpie and the Dandelion' (ID: 71234) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'The Avett Brothers' (ID: 71224) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'Country Was' (ID: 71215) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'A Carolina Jubilee' (ID: 71199) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'The Carpenter' (ID: 71186) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'Four Thieves Gone: The Robbinsville Sessions' (ID: 71168) - all 17 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'Closer Than Together' (ID: 71154) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'True Sadness' (ID: 71141) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'Bookends' (ID: 71127) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'Parsley, Sage, Rosemary and Thyme' (ID: 71114) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'Wednesday Morning, 3 A.M.' (ID: 71101) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'Sounds of Silence' (ID: 71089) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'Bridge Over Troubled Water' (ID: 71077) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'Forever' (ID: 71061) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'Have a Nice Day' (ID: 71047) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'Slippery When Wet' (ID: 71029) - all 17 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'Crush' (ID: 71016) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album '2020' (ID: 71002) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'New Jersey (deluxe edition)' (ID: 70973) - all 28 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'Lost Highway' (ID: 70960) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album '7800° Fahrenheit' (ID: 70949) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'Keep the Faith' (ID: 70936) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'The Circle' (ID: 70923) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'These Days' (ID: 70910) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'This House Is Not for Sale' (ID: 70892) - all 17 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'Burning Bridges' (ID: 70881) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'What About Now' (ID: 70865) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'Bounce' (ID: 70852) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'Bon Jovi' (ID: 70833) - all 18 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'The Last Rebel' (ID: 70821) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'God & Guns' (ID: 70808) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'Last of a Dyin’ Breed' (ID: 70774) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'Skynyrd's First: The Complete Muscle Shoals Album' (ID: 70790) - all 17 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'Street Survivors' (ID: 70750) - all 23 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'The Essential Lynyrd Skynyrd' (ID: 70724) - all 25 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'Lynyrd Skynyrd 1991' (ID: 70712) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'Gimme Back My Bullets' (ID: 70702) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album '(pronounced ’lĕh‐’nérd ’skin‐’nérd)' (ID: 70688) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'Second Helping' (ID: 70679) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'Endangered Species' (ID: 70665) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'Nuthin’ Fancy' (ID: 70656) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'Edge of Forever' (ID: 70643) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'Christmas Time Again' (ID: 70631) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'Vicious Cycle' (ID: 70615) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-29]-Skipping album 'Twenty' (ID: 70602) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[WARNING]-[19-07-2026 09-07-30]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job b553b6ba-5030-431e-977c-c24a607f18e9 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-30]-Work horse killed for job b553b6ba-5030-431e-977c-c24a607f18e9: retpid=2947, ret_val=11
[INFO]-[19-07-2026 09-07-30]-Job b553b6ba-5030-431e-977c-c24a607f18e9: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-30]-default: tasks.analysis.analyze_album_task('72126', 'Shadows in the Night', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (2fbbf5f9-d73a-4d33-b459-0a46b69c0237)
[INFO]-[19-07-2026 09-07-30]-[AlbumTask-2fbbf5f9-d73a-4d33-b459-0a46b69c0237-Shadows in the Night] Fetching tracks for album: Shadows in the Night
[INFO]-[19-07-2026 09-07-30]-Feature plan for album 'Shadows in the Night': MusiCNN=2, DCLAP=2, Lyrics=2 of 10 tracks.
[INFO]-[19-07-2026 09-07-30]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-30]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-30]-[AlbumTask-2fbbf5f9-d73a-4d33-b459-0a46b69c0237-Shadows in the Night] Analyzing track: I'm a Fool to Want You by Bob Dylan (1/10)
[INFO]-[19-07-2026 09-07-30]-Downloaded 'I'm a Fool to Want You' to '/app/temp_audio/72127.flac'
[INFO]-[19-07-2026 09-07-30]-Lazy-loading MusiCNN models for album: Shadows in the Night
[INFO]-[19-07-2026 09-07-30]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-30]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-30]-Starting analysis for: 72127.flac
[WARNING]-[19-07-2026 09-07-31]-Worker 9147ec2417c640b79e10b39b2db77268: job 4cb1aba4-9294-4d04-a7b6-b326151a9c35 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-31]-Work horse killed for job 4cb1aba4-9294-4d04-a7b6-b326151a9c35: retpid=2948, ret_val=11
[INFO]-[19-07-2026 09-07-31]-Job 4cb1aba4-9294-4d04-a7b6-b326151a9c35: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-31]-default: tasks.analysis.analyze_album_task('71713', 'Aporia', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (e6d06853-1330-446f-9beb-038715e08283)
[INFO]-[19-07-2026 09-07-31]-[AlbumTask-e6d06853-1330-446f-9beb-038715e08283-Aporia] Fetching tracks for album: Aporia
[INFO]-[19-07-2026 09-07-31]-Feature plan for album 'Aporia': MusiCNN=1, DCLAP=1, Lyrics=1 of 21 tracks.
[INFO]-[19-07-2026 09-07-31]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-31]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-31]-Skipping 'Ousia by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-31]-Skipping 'What It Takes by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-31]-Skipping 'Disinheritance by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-31]-Skipping 'Agathon by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-31]-Skipping 'Determined Outcome by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-31]-Skipping 'Misology by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-31]-Skipping 'Afterworld Alliance by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-31]-Skipping 'Palinodes by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-31]-Skipping 'Backhanded Cloud by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-31]-Skipping 'Glorious You by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-31]-Skipping 'For Raymond Scott by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-31]-Skipping 'Matronymic by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-31]-Skipping 'The Red Desert by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-31]-[AlbumTask-e6d06853-1330-446f-9beb-038715e08283-Aporia] Analyzing track: Conciliation by Sufjan Stevens & Lowell Brams (14/21)
[INFO]-[19-07-2026 09-07-31]-Downloaded 'Conciliation' to '/app/temp_audio/71727.flac'
[INFO]-[19-07-2026 09-07-31]-Lazy-loading MusiCNN models for album: Aporia
[INFO]-[19-07-2026 09-07-31]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-31]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-31]-Starting analysis for: 71727.flac
[INFO]-[19-07-2026 09-07-34]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 307/5676
[WARNING]-[19-07-2026 09-07-34]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 2fbbf5f9-d73a-4d33-b459-0a46b69c0237 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-34]-Work horse killed for job 2fbbf5f9-d73a-4d33-b459-0a46b69c0237: retpid=3018, ret_val=11
[INFO]-[19-07-2026 09-07-34]-Job 2fbbf5f9-d73a-4d33-b459-0a46b69c0237: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-34]-default: tasks.analysis.analyze_album_task('71674', 'Illinois', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a)
[INFO]-[19-07-2026 09-07-34]-[AlbumTask-8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a-Illinois] Fetching tracks for album: Illinois
[WARNING]-[19-07-2026 09-07-34]-Worker 9147ec2417c640b79e10b39b2db77268: job e6d06853-1330-446f-9beb-038715e08283 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-34]-Work horse killed for job e6d06853-1330-446f-9beb-038715e08283: retpid=3047, ret_val=11
[INFO]-[19-07-2026 09-07-34]-Job e6d06853-1330-446f-9beb-038715e08283: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-34]-default: tasks.analysis.analyze_album_task('71773', 'Carrie & Lowell', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (0db5b02a-6a7c-4d7f-8ac1-4ddd5e3dac93)
[INFO]-[19-07-2026 09-07-34]-Feature plan for album 'Illinois': MusiCNN=2, DCLAP=2, Lyrics=2 of 22 tracks.
[INFO]-[19-07-2026 09-07-34]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-34]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-34]-Skipping 'Concerning the UFO Sighting Near Highland, Illinois by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-[AlbumTask-8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a-Illinois] Analyzing track: The Black Hawk War, or, How to Demolish an Entire Civilization and Still Feel Good About Yourself in the Morning, or, We Apologize for the Inconvenience but You’re Going to Have to Leave Now, or, “I Have Fought the Big Knives and Will Continue to Fight Them Until They Are Off Our Lands!” by Sufjan Stevens (2/22)
[ERROR]-[19-07-2026 09-07-34]-Failed to download track The Black Hawk War, or, How to Demolish an Entire Civilization and Still Feel Good About Yourself in the Morning, or, We Apologize for the Inconvenience but You’re Going to Have to Leave Now, or, “I Have Fought the Big Knives and Will Continue to Fight Them Until They Are Off Our Lands!”
Traceback (most recent call last):
File "/app/tasks/mediaserver/plex.py", line 290, in download_track
r.raise_for_status()
File "/usr/local/lib/python3.12/dist-packages/requests/models.py", line 1028, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://plex.tonftp.com/library/parts/72474/1773800092/file.flac?download=1
[ERROR]-[19-07-2026 09-07-34]-Track analysis failed for 'The Black Hawk War, or, How to Demolish an Entire Civilization and Still Feel Good About Yourself in the Morning, or, We Apologize for the Inconvenience but You’re Going to Have to Leave Now, or, “I Have Fought the Big Knives and Will Continue to Fight Them Until They Are Off Our Lands!” by Sufjan Stevens'; continuing with the next track.
Traceback (most recent call last):
File "/app/tasks/analysis/album.py", line 429, in _analyze_album_task_impl
onnx_sessions, fingerprint_index = _analyze_single_track(
^^^^^^^^^^^^^^^^^^^^^^
File "/app/tasks/analysis/album.py", line 210, in _analyze_single_track
path = _stage_download(item, track_name_full)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/tasks/analysis/album.py", line 90, in _stage_download
raise RuntimeError(f"Failed to download required audio for {track_name_full}")
RuntimeError: Failed to download required audio for The Black Hawk War, or, How to Demolish an Entire Civilization and Still Feel Good About Yourself in the Morning, or, We Apologize for the Inconvenience but You’re Going to Have to Leave Now, or, “I Have Fought the Big Knives and Will Continue to Fight Them Until They Are Off Our Lands!” by Sufjan Stevens
[INFO]-[19-07-2026 09-07-34]-Skipping 'Come On! Feel the Illinoise! Part I: The World’s Columbian Exposition, Part II: Carl Sandburg Visits Me in a Dream by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'John Wayne Gacy, Jr. by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'Jacksonville by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'A Short Reprise for Mary Todd, Who Went Insane, but for Very Good Reasons by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'Decatur, or, Round of Applause for Your Stepmother! by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'One Last “Whoo‐Hoo!” for the Pullman by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'Chicago by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'Casimir Pulaski Day by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'To the Workers of the Rockford River Valley Region, I Have an Idea Concerning Your Predicament by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'The Man of Metropolis Steals Our Hearts by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-[AlbumTask-0db5b02a-6a7c-4d7f-8ac1-4ddd5e3dac93-Carrie & Lowell] Fetching tracks for album: Carrie & Lowell
[INFO]-[19-07-2026 09-07-34]-Skipping 'Prairie Fire That Wanders About by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'A Conjunction of Drones Simulating the Way in Which Sufjan Stevens Has an Existential Crisis in the Great Godfrey Maze by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'The Predatory Wasp of the Palisades Is Out to Get Us! by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'They Are Night Zombies!! They Are Neighbors!! They Have Come Back From the Dead!! Ahhhh! by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'Let’s Hear That String Part Again, Because I Don’t Think They Heard It All the Way Out in Bushnell by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-[AlbumTask-8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a-Illinois] Analyzing track: In This Temple as in the Hearts of Man for Whom He Saved the Earth by Sufjan Stevens (18/22)
[INFO]-[19-07-2026 09-07-34]-Feature plan for album 'Carrie & Lowell': MusiCNN=1, DCLAP=1, Lyrics=1 of 18 tracks.
[INFO]-[19-07-2026 09-07-34]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-34]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-34]-Downloaded 'In This Temple as in the Hearts of Man for Whom He Saved the Earth' to '/app/temp_audio/71692.flac'
[INFO]-[19-07-2026 09-07-34]-Lazy-loading MusiCNN models for album: Illinois
[INFO]-[19-07-2026 09-07-34]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-34]-Skipping 'Death With Dignity by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'Should Have Known Better by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'All of Me Wants All of You by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'Drawn to the Blood by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'Eugene by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'Fourth of July by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'The Only Thing by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'Carrie & Lowell by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'John My Beloved by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'No Shade in the Shadow of the Cross by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'Blue Bucket of Gold by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'Death With Dignity (demo) by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'Should Have Known Better (demo) by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'Eugene (demo) by Sufjan Stevens feat. S. Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'The Only Thing (demo) by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'Mystery of Love (demo) by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-35]-Skipping 'Wallowa Lake Monster (version 2) by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-35]-[AlbumTask-0db5b02a-6a7c-4d7f-8ac1-4ddd5e3dac93-Carrie & Lowell] Analyzing track: Fourth of July (version 4) by Sufjan Stevens (18/18)
[INFO]-[19-07-2026 09-07-35]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-35]-Starting analysis for: 71692.flac
[INFO]-[19-07-2026 09-07-37]-Downloaded 'Fourth of July (version 4)' to '/app/temp_audio/71791.flac'
[INFO]-[19-07-2026 09-07-37]-Lazy-loading MusiCNN models for album: Carrie & Lowell
[INFO]-[19-07-2026 09-07-37]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-37]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-37]-Starting analysis for: 71791.flac
[WARNING]-[19-07-2026 09-07-38]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-38]-Work horse killed for job 8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a: retpid=3102, ret_val=11
[INFO]-[19-07-2026 09-07-38]-Job 8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-38]-default: tasks.analysis.analyze_album_task('71609', 'Convocations', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (5744cc2e-8762-488b-8f2b-6d491466d972)
[INFO]-[19-07-2026 09-07-38]-[AlbumTask-5744cc2e-8762-488b-8f2b-6d491466d972-Convocations] Fetching tracks for album: Convocations
[INFO]-[19-07-2026 09-07-38]-Feature plan for album 'Convocations': MusiCNN=7, DCLAP=7, Lyrics=7 of 49 tracks.
[INFO]-[19-07-2026 09-07-38]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-38]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-38]-[AlbumTask-5744cc2e-8762-488b-8f2b-6d491466d972-Convocations] Analyzing track: Meditation I by Sufjan Stevens (1/49)
[INFO]-[19-07-2026 09-07-38]-Downloaded 'Meditation I' to '/app/temp_audio/71610.flac'
[INFO]-[19-07-2026 09-07-38]-Lazy-loading MusiCNN models for album: Convocations
[INFO]-[19-07-2026 09-07-38]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-38]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-38]-Starting analysis for: 71610.flac
[INFO]-[19-07-2026 09-07-39]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 307/5676
[WARNING]-[19-07-2026 09-07-42]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 5744cc2e-8762-488b-8f2b-6d491466d972 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-42]-Work horse killed for job 5744cc2e-8762-488b-8f2b-6d491466d972: retpid=3164, ret_val=11
[INFO]-[19-07-2026 09-07-42]-Job 5744cc2e-8762-488b-8f2b-6d491466d972: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-42]-default: tasks.analysis.analyze_album_task('71445', 'Greatest Hits', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (e4d9ffd0-82f6-4c0c-aaaf-fbafee1430a8)
[INFO]-[19-07-2026 09-07-42]-[AlbumTask-e4d9ffd0-82f6-4c0c-aaaf-fbafee1430a8-Greatest Hits] Fetching tracks for album: Greatest Hits
[INFO]-[19-07-2026 09-07-42]-Feature plan for album 'Greatest Hits': MusiCNN=3, DCLAP=3, Lyrics=3 of 16 tracks.
[INFO]-[19-07-2026 09-07-42]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-42]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-42]-Skipping 'All My Life by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-42]-[AlbumTask-e4d9ffd0-82f6-4c0c-aaaf-fbafee1430a8-Greatest Hits] Analyzing track: Best of You by Foo Fighters (2/16)
[INFO]-[19-07-2026 09-07-43]-Downloaded 'Best of You' to '/app/temp_audio/71447.flac'
[INFO]-[19-07-2026 09-07-43]-Lazy-loading MusiCNN models for album: Greatest Hits
[INFO]-[19-07-2026 09-07-43]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-43]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-43]-Starting analysis for: 71447.flac
[INFO]-[19-07-2026 09-07-44]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 307/5676
[WARNING]-[19-07-2026 09-07-44]-Worker 9147ec2417c640b79e10b39b2db77268: job 0db5b02a-6a7c-4d7f-8ac1-4ddd5e3dac93 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-44]-Work horse killed for job 0db5b02a-6a7c-4d7f-8ac1-4ddd5e3dac93: retpid=3104, ret_val=11
[INFO]-[19-07-2026 09-07-44]-Job 0db5b02a-6a7c-4d7f-8ac1-4ddd5e3dac93: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-44]-default: tasks.analysis.analyze_album_task('71591', 'Planetarium', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (9e2f66a6-1f70-4e22-bcd8-7f7cb0b4c80e)
[INFO]-[19-07-2026 09-07-44]-[AlbumTask-9e2f66a6-1f70-4e22-bcd8-7f7cb0b4c80e-Planetarium] Fetching tracks for album: Planetarium
[INFO]-[19-07-2026 09-07-44]-Feature plan for album 'Planetarium': MusiCNN=3, DCLAP=3, Lyrics=3 of 17 tracks.
[INFO]-[19-07-2026 09-07-44]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-44]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-44]-Skipping 'Neptune by Sufjan Stevens, Nico Muhly, Bryce Dessner, James McAlister' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-44]-Skipping 'Jupiter by Sufjan Stevens, Nico Muhly, Bryce Dessner, James McAlister' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-44]-Skipping 'Halley’s Comet by Sufjan Stevens, Nico Muhly, Bryce Dessner, James McAlister' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-44]-Skipping 'Venus by Sufjan Stevens, Nico Muhly, Bryce Dessner, James McAlister' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-44]-[AlbumTask-9e2f66a6-1f70-4e22-bcd8-7f7cb0b4c80e-Planetarium] Analyzing track: Uranus by Sufjan Stevens, Nico Muhly, Bryce Dessner, James McAlister (5/17)
[INFO]-[19-07-2026 09-07-45]-Downloaded 'Uranus' to '/app/temp_audio/71606.flac'
[INFO]-[19-07-2026 09-07-45]-Lazy-loading MusiCNN models for album: Planetarium
[INFO]-[19-07-2026 09-07-45]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-45]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-45]-Starting analysis for: 71606.flac
[WARNING]-[19-07-2026 09-07-47]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job e4d9ffd0-82f6-4c0c-aaaf-fbafee1430a8 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-47]-Work horse killed for job e4d9ffd0-82f6-4c0c-aaaf-fbafee1430a8: retpid=3213, ret_val=11
[INFO]-[19-07-2026 09-07-47]-Job e4d9ffd0-82f6-4c0c-aaaf-fbafee1430a8: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-47]-default: tasks.analysis.analyze_album_task('71356', 'In Your Honor', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (126ca382-4332-44a2-82b2-1193d275e4a7)
[INFO]-[19-07-2026 09-07-47]-[AlbumTask-126ca382-4332-44a2-82b2-1193d275e4a7-In Your Honor] Fetching tracks for album: In Your Honor
[INFO]-[19-07-2026 09-07-47]-Feature plan for album 'In Your Honor': MusiCNN=1, DCLAP=1, Lyrics=1 of 20 tracks.
[INFO]-[19-07-2026 09-07-47]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-47]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-47]-Skipping 'In Your Honor by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-47]-Skipping 'No Way Back by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-47]-[AlbumTask-126ca382-4332-44a2-82b2-1193d275e4a7-In Your Honor] Analyzing track: Best of You by Foo Fighters (3/20)
[INFO]-[19-07-2026 09-07-47]-Downloaded 'Best of You' to '/app/temp_audio/71359.flac'
[INFO]-[19-07-2026 09-07-47]-Lazy-loading MusiCNN models for album: In Your Honor
[INFO]-[19-07-2026 09-07-47]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-47]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-47]-Starting analysis for: 71359.flac
[INFO]-[19-07-2026 09-07-49]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 307/5676
[WARNING]-[19-07-2026 09-07-49]-Worker 9147ec2417c640b79e10b39b2db77268: job 9e2f66a6-1f70-4e22-bcd8-7f7cb0b4c80e failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-49]-Work horse killed for job 9e2f66a6-1f70-4e22-bcd8-7f7cb0b4c80e: retpid=3252, ret_val=11
[INFO]-[19-07-2026 09-07-49]-Job 9e2f66a6-1f70-4e22-bcd8-7f7cb0b4c80e: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-49]-default: tasks.analysis.analyze_album_task('71341', 'The Colour and the Shape', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (3fa8b297-77fa-4055-90f6-b3844a6f7f9e)
[INFO]-[19-07-2026 09-07-49]-[AlbumTask-3fa8b297-77fa-4055-90f6-b3844a6f7f9e-The Colour and the Shape] Fetching tracks for album: The Colour and the Shape
[INFO]-[19-07-2026 09-07-49]-Feature plan for album 'The Colour and the Shape': MusiCNN=2, DCLAP=2, Lyrics=2 of 14 tracks.
[INFO]-[19-07-2026 09-07-49]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-49]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-49]-Skipping 'Doll by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-49]-Skipping 'Monkey Wrench by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-49]-Skipping 'Hey, Johnny Park! by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-49]-Skipping 'My Poor Brain by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-49]-Skipping 'Wind Up by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-49]-Skipping 'Up in Arms by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-49]-[AlbumTask-3fa8b297-77fa-4055-90f6-b3844a6f7f9e-The Colour and the Shape] Analyzing track: My Hero by Foo Fighters (7/14)
[INFO]-[19-07-2026 09-07-50]-Downloaded 'My Hero' to '/app/temp_audio/71348.flac'
[INFO]-[19-07-2026 09-07-50]-Lazy-loading MusiCNN models for album: The Colour and the Shape
[INFO]-[19-07-2026 09-07-50]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-50]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-50]-Starting analysis for: 71348.flac
[WARNING]-[19-07-2026 09-07-51]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 126ca382-4332-44a2-82b2-1193d275e4a7 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-51]-Work horse killed for job 126ca382-4332-44a2-82b2-1193d275e4a7: retpid=3291, ret_val=11
[INFO]-[19-07-2026 09-07-51]-Job 126ca382-4332-44a2-82b2-1193d275e4a7: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-51]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: finished executing 50 jobs, quitting
[INFO]-[19-07-2026 09-07-51]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: unsubscribing from channel rq:pubsub:0dc8ddc09c22476ba5663fd70cf31f67
2026-07-19 09:07:51,800 INFO exited: rq-worker-default-1 (exit status 0; expected)
2026-07-19 09:07:52,805 INFO spawned: 'rq-worker-default-1' with pid 3369
Default worker CPU thread cap = 8 (cpu_count // 2, min 2)
[INFO]-[19-07-2026 09-07-53]-DEFAULT RQ Worker starting. Version: v3.0.2. Listening on queues: ['default']
[INFO]-[19-07-2026 09-07-53]-Using Redis connection: {'socket_connect_timeout': 30, 'socket_timeout': 60, 'health_check_interval': 30, 'retry_on_timeout': True, 'socket_keepalive': True, 'host': 'localhost', 'port': 6379, 'db': 0}
[INFO]-[19-07-2026 09-07-53]-RQ Worker logging level set to: INFO
[INFO]-[19-07-2026 09-07-53]-Worker will restart after 50 jobs to prevent memory leaks
[INFO]-[19-07-2026 09-07-53]-Worker 2a2ac5b14bf4401989c1cfba258baf0b: started with PID 3369, version 2.7.0
[INFO]-[19-07-2026 09-07-53]-Worker 2a2ac5b14bf4401989c1cfba258baf0b: subscribing to channel rq:pubsub:2a2ac5b14bf4401989c1cfba258baf0b
[INFO]-[19-07-2026 09-07-53]-*** Listening on default...
[INFO]-[19-07-2026 09-07-53]-Worker 2a2ac5b14bf4401989c1cfba258baf0b: cleaning registries for queue: default
[INFO]-[19-07-2026 09-07-53]-default: tasks.analysis.analyze_album_task('73944', 'In Utero', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (23462f65-e4c1-4b34-96e4-67373018537e)
[INFO]-[19-07-2026 09-07-53]-[AlbumTask-23462f65-e4c1-4b34-96e4-67373018537e-In Utero] Fetching tracks for album: In Utero
[INFO]-[19-07-2026 09-07-53]-Feature plan for album 'In Utero': MusiCNN=1, DCLAP=1, Lyrics=1 of 60 tracks.
[INFO]-[19-07-2026 09-07-53]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-53]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Serve the Servants by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Scentless Apprentice by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Heart‐shaped Box by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Rape Me by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Frances Farmer Will Have Her Revenge on Seattle by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Dumb by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Very Ape by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Milk It by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Pennyroyal Tea by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Radio Friendly Unit Shifter by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Tourette’s by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'All Apologies by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Gallons of Rubbing Alcohol Flow Through the Strip by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Marigold (B‐side) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Moist Vagina (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Sappy (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'I Hate Myself and Want to Die (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Pennyroyal Tea (Scott Litt mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Heart Shaped Box (original Steve Albini 1993 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'All Apologies (original Steve Albini 1993 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Serve the Servants (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Scentless Apprentice (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Heart Shaped Box (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Rape Me (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Frances Farmer Will Have Her Revenge on Seattle (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Dumb (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Very Ape (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Milk It (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Pennyroyal Tea (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Radio Friendly Unit Shifter (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Tourette’s (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'All Apologies (2013 mix) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Scentless Apprentice (demo) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Frances Farmer Will Have Her Revenge on Seattle (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Dumb (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Very Ape (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Pennyroyal Tea (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Radio Friendly Unit Shifter (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Tourette’s (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Marigold (demo) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'All Apologies (demo) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Forgotten Tune (demo / instrumental) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Jam (demo) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Radio Friendly Unit Shifter (live & Loud) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Drain You (live & Loud) by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-[AlbumTask-23462f65-e4c1-4b34-96e4-67373018537e-In Utero] Analyzing track: Breed (live & Loud) by Nirvana (46/60)
[INFO]-[19-07-2026 09-07-53]-Downloaded 'Breed (live & Loud)' to '/app/temp_audio/73990.flac'
2026-07-19 09:07:53,870 INFO success: rq-worker-default-1 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
[INFO]-[19-07-2026 09-07-53]-Lazy-loading MusiCNN models for album: In Utero
[INFO]-[19-07-2026 09-07-53]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-53]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-53]-Starting analysis for: 73990.flac
[INFO]-[19-07-2026 09-07-54]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 307/5676
[WARNING]-[19-07-2026 09-07-54]-Worker 9147ec2417c640b79e10b39b2db77268: job 3fa8b297-77fa-4055-90f6-b3844a6f7f9e failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-54]-Work horse killed for job 3fa8b297-77fa-4055-90f6-b3844a6f7f9e: retpid=3330, ret_val=11
[INFO]-[19-07-2026 09-07-54]-Job 3fa8b297-77fa-4055-90f6-b3844a6f7f9e: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-54]-default: tasks.analysis.analyze_album_task('74143', 'Dancin’ and Lovin’', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (43c819a7-695a-4bc8-acf1-4c2030ded1a1)
[INFO]-[19-07-2026 09-07-54]-[AlbumTask-43c819a7-695a-4bc8-acf1-4c2030ded1a1-Dancin’ and Lovin’] Fetching tracks for album: Dancin’ and Lovin’
[INFO]-[19-07-2026 09-07-54]-Feature plan for album 'Dancin’ and Lovin’': MusiCNN=1, DCLAP=1, Lyrics=1 of 6 tracks.
[INFO]-[19-07-2026 09-07-54]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-54]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-54]-Skipping 'Disco Ride (single version) by The Spinners' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-54]-Skipping 'Body Language by The Spinners' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-54]-[AlbumTask-43c819a7-695a-4bc8-acf1-4c2030ded1a1-Dancin’ and Lovin’] Analyzing track: Let’s Boogie, Let’s Dance by The Spinners (3/6)
[INFO]-[19-07-2026 09-07-55]-Downloaded 'Let’s Boogie, Let’s Dance' to '/app/temp_audio/74146.flac'
[INFO]-[19-07-2026 09-07-55]-Lazy-loading MusiCNN models for album: Dancin’ and Lovin’
[INFO]-[19-07-2026 09-07-55]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-55]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-55]-Starting analysis for: 74146.flac
[WARNING]-[19-07-2026 09-07-57]-Worker 2a2ac5b14bf4401989c1cfba258baf0b: job 23462f65-e4c1-4b34-96e4-67373018537e failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-57]-Work horse killed for job 23462f65-e4c1-4b34-96e4-67373018537e: retpid=3378, ret_val=11
[INFO]-[19-07-2026 09-07-57]-default: tasks.analysis.analyze_album_task('73814', 'Just Go', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (5aa9bddd-02e4-425c-8594-0a235871ccbf)
[INFO]-[19-07-2026 09-07-57]-[AlbumTask-5aa9bddd-02e4-425c-8594-0a235871ccbf-Just Go] Fetching tracks for album: Just Go
[INFO]-[19-07-2026 09-07-57]-Feature plan for album 'Just Go': MusiCNN=2, DCLAP=1, Lyrics=1 of 24 tracks.
[INFO]-[19-07-2026 09-07-57]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-57]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-57]-Skipping 'Forever by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-57]-Skipping 'Just Go by Lionel Richie feat. Akon' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-57]-Skipping 'Nothing Left to Give by Lionel Richie feat. Akon' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-57]-Skipping 'Forever and a Day by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-57]-Skipping 'I’m Not Okay by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-57]-Skipping 'Good Morning by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-57]-Skipping 'Through My Eyes by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-57]-Skipping 'I’m in Love by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-57]-Skipping 'Think of You by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-57]-Skipping 'Into You Deep by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-57]-Skipping 'Pastime by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-57]-Skipping 'Face in the Crowd by Lionel Richie & Trijntje Oosterhuis' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-57]-Skipping 'Somewhere in London by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-57]-Skipping 'Eternity by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-57]-Skipping 'Just Go (Mike Rizzo Funk Generation radio edit) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-57]-Skipping 'Just Go (Rich Morel’s radio edit) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-57]-Skipping 'Just Go (Friscia and Lamboy radio edit) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-57]-Skipping 'Just Go (Mike Rizzo Funk Generation club) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-57]-Skipping 'Just Go (Rich Morel’s Pink Noise club) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-57]-Skipping 'Just Go (Friscia and Lamboy After Dark club) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-57]-Skipping 'Just Go (Mike Rizzo Funk Generation dub) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-57]-Skipping 'Just Go (Rich Morel’s Pink Noise dub) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-57]-[AlbumTask-5aa9bddd-02e4-425c-8594-0a235871ccbf-Just Go] Analyzing track: Just Go (Friscia and Lamboy After Dark dub) by Lionel Richie (23/24)
[INFO]-[19-07-2026 09-07-58]-Downloaded 'Just Go (Friscia and Lamboy After Dark dub)' to '/app/temp_audio/73837.flac'
[INFO]-[19-07-2026 09-07-58]-Lazy-loading MusiCNN models for album: Just Go
[INFO]-[19-07-2026 09-07-58]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-58]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-58]-Starting analysis for: 73837.flac
[INFO]-[19-07-2026 09-07-59]-Reconciling albums_completed: RQ=1 DB=0 (of 27 launched)
[INFO]-[19-07-2026 09-07-59]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 307/5676
[WARNING]-[19-07-2026 09-07-59]-Worker 9147ec2417c640b79e10b39b2db77268: job 43c819a7-695a-4bc8-acf1-4c2030ded1a1 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-59]-Work horse killed for job 43c819a7-695a-4bc8-acf1-4c2030ded1a1: retpid=3407, ret_val=11
[INFO]-[19-07-2026 09-07-59]-default: tasks.analysis.analyze_album_task('73779', 'Coming Home (deluxe edition)', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (0033f46c-46cd-4ea9-885f-39b4634586d0)
[INFO]-[19-07-2026 09-07-59]-[AlbumTask-0033f46c-46cd-4ea9-885f-39b4634586d0-Coming Home (deluxe edition)] Fetching tracks for album: Coming Home (deluxe edition)
[INFO]-[19-07-2026 09-07-59]-Feature plan for album 'Coming Home (deluxe edition)': MusiCNN=2, DCLAP=2, Lyrics=2 of 24 tracks.
[INFO]-[19-07-2026 09-07-59]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-59]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-59]-Skipping 'I Call It Love by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-59]-Skipping 'Sweet Vacation by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-59]-Skipping 'Why by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-59]-Skipping 'What You Are by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-59]-Skipping 'Up All Night (alternate version) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-59]-Skipping 'I’m Coming Home by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-59]-Skipping 'All Around the World by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-59]-Skipping 'Out of My Head by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-59]-Skipping 'Reason to Believe by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-59]-Skipping 'Stand Down by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-59]-Skipping 'I Love You by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-59]-Skipping 'I Apologize by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-59]-Skipping 'I’m Missing Her by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-59]-[AlbumTask-0033f46c-46cd-4ea9-885f-39b4634586d0-Coming Home (deluxe edition)] Analyzing track: I Call It Love (Moto Blanco remix) by Lionel Richie (14/24)
[INFO]-[19-07-2026 09-08-00]-Downloaded 'I Call It Love (Moto Blanco remix)' to '/app/temp_audio/73793.flac'
[INFO]-[19-07-2026 09-08-00]-Lazy-loading MusiCNN models for album: Coming Home (deluxe edition)
[INFO]-[19-07-2026 09-08-00]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-08-00]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-08-00]-Starting analysis for: 73793.flac
[WARNING]-[19-07-2026 09-08-03]-Worker 2a2ac5b14bf4401989c1cfba258baf0b: job 5aa9bddd-02e4-425c-8594-0a235871ccbf failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-08-03]-Work horse killed for job 5aa9bddd-02e4-425c-8594-0a235871ccbf: retpid=3456, ret_val=11
[INFO]-[19-07-2026 09-08-03]-default: tasks.analysis.analyze_album_task('73733', 'Renaissance (Deluxe Edition)', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (402a7c6f-730e-42ff-a85b-2d6dfa79ee94)
[INFO]-[19-07-2026 09-08-03]-[AlbumTask-402a7c6f-730e-42ff-a85b-2d6dfa79ee94-Renaissance (Deluxe Edition)] Fetching tracks for album: Renaissance (Deluxe Edition)
[INFO]-[19-07-2026 09-08-03]-Feature plan for album 'Renaissance (Deluxe Edition)': MusiCNN=4, DCLAP=3, Lyrics=3 of 35 tracks.
[INFO]-[19-07-2026 09-08-03]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-08-03]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-08-03]-Skipping 'Angel by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-03]-Skipping 'Cinderella by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-03]-Skipping 'Tender Heart by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-03]-Skipping 'Dance the Night Away by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-03]-Skipping 'Tonight by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-03]-Skipping 'How Long by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-03]-Skipping 'Don’t You Ever Go Away by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-03]-Skipping 'Wasted Time by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-03]-Skipping 'Piece of My Heart by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-03]-Skipping 'It May Be the Water by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-03]-Skipping 'Here Is My Heart by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-03]-Skipping 'Don’t Stop the Music by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-03]-Skipping 'I Forgot by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-03]-Skipping 'Shout It to the World (bonus track Japan/Oz/Nz) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-03]-Skipping 'Just Can’t Say Goodbye (bonus track UK/Jap/Oz/Nz) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-03]-Skipping 'All Night Long (live from Edinburgh Castle) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-03]-Skipping 'Still (live Montreux Music Fest July 19, 2000) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-03]-Skipping 'Dancing on the Ceiling (live from Wembley) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-03]-Skipping 'Angel (Boogieman remix radio edit) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-03]-Skipping 'Angel (Boogieman remix extended) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-03]-Skipping 'Angel (Boogieman remix dub) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-03]-Skipping 'Angel (Crash & Burn remix vocal) by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-03]-[AlbumTask-402a7c6f-730e-42ff-a85b-2d6dfa79ee94-Renaissance (Deluxe Edition)] Analyzing track: Angel (Crash & Burn remix dub) by Lionel Richie (23/35)
[INFO]-[19-07-2026 09-08-03]-Downloaded 'Angel (Crash & Burn remix dub)' to '/app/temp_audio/73756.flac'
[INFO]-[19-07-2026 09-08-03]-Lazy-loading MusiCNN models for album: Renaissance (Deluxe Edition)
[INFO]-[19-07-2026 09-08-03]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-08-03]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-08-03]-Starting analysis for: 73756.flac
[INFO]-[19-07-2026 09-08-04]-Skipping album 'Highway to Hell' (ID: 70574) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-04]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 308/5676
[INFO]-[19-07-2026 09-08-04]-Skipping album 'T.N.T.' (ID: 70554) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-04]-Skipping album 'Mistress for Christmas' (ID: 70552) - all 1 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-04]-Skipping album 'Dirty Deeds Done Dirt Cheap' (ID: 70531) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-04]-Skipping album 'Back in Black' (ID: 70520) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-04]-Skipping album 'Ballbreaker' (ID: 70508) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-04]-Skipping album 'Stiff Upper Lip' (ID: 70489) - all 18 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-04]-Skipping album 'Let There Be Rock' (ID: 70480) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-04]-Skipping album 'Rock or Bust' (ID: 70468) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-04]-Skipping album 'If You Want Blood You've Got It' (ID: 70457) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-04]-Skipping album 'The Razors Edge' (ID: 70444) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-04]-Skipping album 'Black Ice' (ID: 70428) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-04]-Skipping album 'Flick of the Switch' (ID: 70417) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-04]-Skipping album 'High Voltage' (ID: 70408) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-04]-Skipping album 'Powerage' (ID: 70398) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-04]-Skipping album 'POWER UP' (ID: 70385) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-04]-Skipping album 'Who Made Who' (ID: 70375) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-05]-Skipping album 'Fly on the Wall' (ID: 70364) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[WARNING]-[19-07-2026 09-08-05]-Worker 9147ec2417c640b79e10b39b2db77268: job 0033f46c-46cd-4ea9-885f-39b4634586d0 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-08-05]-Work horse killed for job 0033f46c-46cd-4ea9-885f-39b4634586d0: retpid=3488, ret_val=11
[INFO]-[19-07-2026 09-08-05]-default: tasks.analysis.analyze_album_task('73691', 'Just for You', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (538abd66-3cef-48d6-ad13-a9029ef5fbb0)
[INFO]-[19-07-2026 09-08-05]-[AlbumTask-538abd66-3cef-48d6-ad13-a9029ef5fbb0-Just for You] Fetching tracks for album: Just for You
[INFO]-[19-07-2026 09-08-05]-Feature plan for album 'Just for You': MusiCNN=2, DCLAP=2, Lyrics=2 of 27 tracks.
[INFO]-[19-07-2026 09-08-05]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-08-05]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-08-05]-Skipping 'Just for You by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-05]-Skipping 'I Still Believe by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-05]-Skipping 'Long Long Way to Go by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-05]-Skipping 'Just to Be With You Again by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-05]-Skipping 'Heaven by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-05]-Skipping 'She’s Amazing by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-05]-Skipping 'Ball and Chain by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-05]-Skipping 'Time of Our Life by Lionel Richie feat. Lenny Kravitz' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-05]-Skipping 'Outrageous by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-05]-Skipping 'Road to Heaven by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-05]-Skipping 'Do Ya (domestic version) by Lionel Richie feat. Daniel Bedingfield' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-05]-Skipping 'In My Dreams by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-05]-Skipping 'One World by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-05]-Skipping 'Dance for the World by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-05]-Skipping 'If You Belong to Me by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-05]-Skipping 'The World Is a Party by Lionel Richie' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-05]-[AlbumTask-538abd66-3cef-48d6-ad13-a9029ef5fbb0-Just for You] Analyzing track: Just for You (Pound Boys club mix) by Lionel Richie (17/27)
[INFO]-[19-07-2026 09-08-06]-Downloaded 'Just for You (Pound Boys club mix)' to '/app/temp_audio/73708.flac'
[INFO]-[19-07-2026 09-08-06]-Lazy-loading MusiCNN models for album: Just for You
[INFO]-[19-07-2026 09-08-06]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-08-06]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-08-06]-Starting analysis for: 73708.flac
[WARNING]-[19-07-2026 09-08-08]-Worker 2a2ac5b14bf4401989c1cfba258baf0b: job 402a7c6f-730e-42ff-a85b-2d6dfa79ee94 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-08-08]-Work horse killed for job 402a7c6f-730e-42ff-a85b-2d6dfa79ee94: retpid=3534, ret_val=11
[INFO]-[19-07-2026 09-08-08]-default: tasks.analysis.analyze_album_task('73473', 'Going Somewhere', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (6d0c7298-10be-4a0b-aa0f-cd1b3f8c8e8b)
[INFO]-[19-07-2026 09-08-08]-[AlbumTask-6d0c7298-10be-4a0b-aa0f-cd1b3f8c8e8b-Going Somewhere] Fetching tracks for album: Going Somewhere
[INFO]-[19-07-2026 09-08-08]-Feature plan for album 'Going Somewhere': MusiCNN=1, DCLAP=1, Lyrics=1 of 15 tracks.
[INFO]-[19-07-2026 09-08-08]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-08-08]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-08-08]-Skipping 'Beautiful World by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-08]-Skipping 'Looking for Jack by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-08]-Skipping 'Going Somewhere by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-08]-Skipping 'Wayfaring Sons by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-08]-Skipping 'Children on Parade by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-08]-Skipping 'My Brilliant Feat by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-08]-Skipping 'Waiting for My Real Life to Begin by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-08]-Skipping 'Don’t Wait Up by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-08]-Skipping 'Lifeline by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-08]-Skipping 'Circles Erratica by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-08]-Skipping 'Water Song by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-08]-Skipping 'Maggie by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-08]-Skipping 'I Don’t Know Why by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-08]-Skipping 'Waiting for My Real Life to Begin (radio edit) by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-08]-[AlbumTask-6d0c7298-10be-4a0b-aa0f-cd1b3f8c8e8b-Going Somewhere] Analyzing track: I Just Don’t Think I’ll Ever Get Over You (radio edit) by Colin Hay (15/15)
[INFO]-[19-07-2026 09-08-08]-Downloaded 'I Just Don’t Think I’ll Ever Get Over You (radio edit)' to '/app/temp_audio/73488.flac'
[INFO]-[19-07-2026 09-08-08]-Lazy-loading MusiCNN models for album: Going Somewhere
[INFO]-[19-07-2026 09-08-08]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-08-08]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-08-08]-Starting analysis for: 73488.flac
[INFO]-[19-07-2026 09-08-10]-Reconciling albums_completed: RQ=4 DB=0 (of 30 launched)
[INFO]-[19-07-2026 09-08-10]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 325/5676
[WARNING]-[19-07-2026 09-08-11]-Worker 9147ec2417c640b79e10b39b2db77268: job 538abd66-3cef-48d6-ad13-a9029ef5fbb0 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-08-11]-Work horse killed for job 538abd66-3cef-48d6-ad13-a9029ef5fbb0: retpid=3573, ret_val=11
[INFO]-[19-07-2026 09-08-11]-default: tasks.analysis.analyze_album_task('72995', 'Jestures', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (ead37658-a091-4df3-b964-df5cbf7fa3e9)
[INFO]-[19-07-2026 09-08-11]-[AlbumTask-ead37658-a091-4df3-b964-df5cbf7fa3e9-Jestures] Fetching tracks for album: Jestures
[INFO]-[19-07-2026 09-08-11]-Feature plan for album 'Jestures': MusiCNN=2, DCLAP=2, Lyrics=2 of 26 tracks.
[INFO]-[19-07-2026 09-08-11]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-08-11]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-08-11]-[AlbumTask-ead37658-a091-4df3-b964-df5cbf7fa3e9-Jestures] Analyzing track: Asshole by Atmosphere (1/26)
[INFO]-[19-07-2026 09-08-11]-Downloaded 'Asshole' to '/app/temp_audio/72996.flac'
[INFO]-[19-07-2026 09-08-11]-Lazy-loading MusiCNN models for album: Jestures
[INFO]-[19-07-2026 09-08-11]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-08-11]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-08-11]-Starting analysis for: 72996.flac
[WARNING]-[19-07-2026 09-08-12]-Worker 2a2ac5b14bf4401989c1cfba258baf0b: job 6d0c7298-10be-4a0b-aa0f-cd1b3f8c8e8b failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-08-12]-Work horse killed for job 6d0c7298-10be-4a0b-aa0f-cd1b3f8c8e8b: retpid=3612, ret_val=11
[INFO]-[19-07-2026 09-08-12]-default: tasks.analysis.analyze_album_task('73459', 'Transcendental Highway', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (712b56da-3b65-4482-875c-5e7464ab11cf)
[INFO]-[19-07-2026 09-08-12]-[AlbumTask-712b56da-3b65-4482-875c-5e7464ab11cf-Transcendental Highway] Fetching tracks for album: Transcendental Highway
[INFO]-[19-07-2026 09-08-12]-Feature plan for album 'Transcendental Highway': MusiCNN=1, DCLAP=1, Lyrics=1 of 13 tracks.
[INFO]-[19-07-2026 09-08-12]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-08-12]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-08-12]-Skipping 'Transcendental Highway by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-12]-Skipping 'Don’t Believe You Anymore by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-12]-Skipping 'My Brilliant Feat by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-12]-Skipping 'Goodbye My Red Rose by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-12]-Skipping 'If I Go by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-12]-Skipping 'I’m Doing Fine by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-12]-Skipping 'Wash It All Away by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-12]-Skipping 'Cactus by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-12]-Skipping 'Death Row Conversation by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-12]-Skipping 'I’ll Leave the Light On by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-12]-Skipping 'Freedom Calling by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-12]-[AlbumTask-712b56da-3b65-4482-875c-5e7464ab11cf-Transcendental Highway] Analyzing track: I Just Don’t Think I’ll Ever Get Over You by Colin Hay (12/13)
[INFO]-[19-07-2026 09-08-13]-Downloaded 'I Just Don’t Think I’ll Ever Get Over You' to '/app/temp_audio/73471.flac'
[INFO]-[19-07-2026 09-08-13]-Lazy-loading MusiCNN models for album: Transcendental Highway
[INFO]-[19-07-2026 09-08-13]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-08-13]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-08-13]-Starting analysis for: 73471.flac
[INFO]-[19-07-2026 09-08-15]-Skipping album '9' (ID: 70340) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-15]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 326/5676
[INFO]-[19-07-2026 09-08-15]-Skipping album 'O' (ID: 70329) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-15]-Skipping album 'My Favourite Faded Fantasy' (ID: 70320) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-15]-Skipping album 'King Animal' (ID: 70254) - all 16 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-15]-Skipping album 'Ultramega OK' (ID: 70234) - all 19 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-15]-Skipping album 'Superunknown' (ID: 70218) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-15]-Skipping album 'Down on the Upside' (ID: 70201) - all 16 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-15]-Skipping album 'Louder Than Love' (ID: 70188) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[WARNING]-[19-07-2026 09-08-15]-Worker 9147ec2417c640b79e10b39b2db77268: job ead37658-a091-4df3-b964-df5cbf7fa3e9 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-08-15]-Work horse killed for job ead37658-a091-4df3-b964-df5cbf7fa3e9: retpid=3651, ret_val=11
[INFO]-[19-07-2026 09-08-15]-default: tasks.analysis.analyze_album_task('72919', 'Whenever', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (338da900-f547-4d84-b878-b30b22722425)
[INFO]-[19-07-2026 09-08-15]-Skipping album 'Dehumanizer' (ID: 70175) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-15]-[AlbumTask-338da900-f547-4d84-b878-b30b22722425-Whenever] Fetching tracks for album: Whenever
[INFO]-[19-07-2026 09-08-15]-Skipping album 'Forbidden' (ID: 70163) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-15]-Feature plan for album 'Whenever': MusiCNN=1, DCLAP=1, Lyrics=1 of 12 tracks.
[INFO]-[19-07-2026 09-08-15]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-08-15]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-08-15]-Skipping album 'TYR' (ID: 70153) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-15]-Skipping 'Bde Maka Ska by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-15]-Skipping 'Push Play by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-15]-Skipping 'Postal Lady by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-15]-Skipping 'Love Each Other by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-15]-Skipping 'Romance by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-15]-[AlbumTask-338da900-f547-4d84-b878-b30b22722425-Whenever] Analyzing track: Dearly Beloved by Atmosphere feat. Musab and Muja Messiah (6/12)
[INFO]-[19-07-2026 09-08-15]-Skipping album '13' (ID: 70141) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-15]-Skipping album 'Born Again' (ID: 70131) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-15]-Skipping album 'Seventh Star' (ID: 70121) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-15]-Skipping album 'Heaven and Hell' (ID: 70101) - all 19 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-15]-Skipping album 'Sabbath Bloody Sabbath' (ID: 70051) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-15]-Skipping album 'Technical Ecstasy' (ID: 70060) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-15]-Skipping album 'Black Sabbath' (ID: 70045) - all 5 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-16]-Skipping album 'Master of Reality' (ID: 70027) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-16]-Skipping album 'Sabotage' (ID: 70036) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-16]-Downloaded 'Dearly Beloved' to '/app/temp_audio/72925.flac'
[INFO]-[19-07-2026 09-08-16]-Lazy-loading MusiCNN models for album: Whenever
[INFO]-[19-07-2026 09-08-16]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-08-16]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-08-16]-Starting analysis for: 72925.flac
[INFO]-[19-07-2026 09-08-16]-Skipping album 'Cross Purposes' (ID: 70015) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-16]-Skipping album 'Vol 4' (ID: 70004) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-16]-Skipping album 'The Eternal Idol' (ID: 69994) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-16]-Skipping album 'Never Say Die!' (ID: 69984) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-16]-Skipping album 'Paranoid' (ID: 69975) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-16]-Skipping album 'Headless Cross' (ID: 69965) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-16]-Skipping album 'Call It What It Is' (ID: 69952) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-16]-Skipping album 'Burn to Shine' (ID: 69939) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-16]-Skipping album 'Lifeline' (ID: 69927) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-16]-Skipping album 'Live From Mars' (ID: 69901) - all 25 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-16]-Skipping album 'Highwayman' (ID: 69889) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-16]-Skipping album 'Highwayman 2' (ID: 69878) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-16]-Skipping album 'The Road Goes On Forever' (ID: 69866) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-16]-Skipping album 'Reggatta de Blanc' (ID: 69853) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-16]-Skipping album 'Ghost in the Machine' (ID: 69838) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-16]-Skipping album 'Zenyattà Mondatta' (ID: 69826) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-16]-Skipping album 'Outlandos d’Amour' (ID: 69815) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-16]-Skipping album 'Synchronicity' (ID: 69803) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-16]-Skipping album 'Desperate Youth, Blood Thirsty Babes' (ID: 69786) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-16]-Skipping album 'Nine Types of Light' (ID: 69772) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-16]-Skipping album 'Seeds' (ID: 69759) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-17]-Skipping album 'Return to Cookie Mountain' (ID: 69743) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-17]-Skipping album 'On Every Street' (ID: 69713) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-17]-Skipping album 'Dear Science' (ID: 69727) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-17]-Skipping album 'Dire Straits' (ID: 69697) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-17]-Skipping album 'Love Over Gold' (ID: 69707) - all 5 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-17]-Skipping album 'Making Movies' (ID: 69689) - all 7 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-17]-Skipping album 'Brothers in Arms' (ID: 69664) - all 24 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-17]-Skipping album 'Communiqué' (ID: 69654) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-17]-Skipping album 'Before These Crowded Streets' (ID: 69641) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-17]-Skipping album 'Everyday' (ID: 69628) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-17]-Skipping album 'Busted Stuff' (ID: 69616) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-17]-Skipping album 'Come Tomorrow' (ID: 69601) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[WARNING]-[19-07-2026 09-08-17]-Worker 2a2ac5b14bf4401989c1cfba258baf0b: job 712b56da-3b65-4482-875c-5e7464ab11cf failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-08-17]-Work horse killed for job 712b56da-3b65-4482-875c-5e7464ab11cf: retpid=3690, ret_val=11
[INFO]-[19-07-2026 09-08-17]-default: tasks.analysis.analyze_album_task('73226', 'The Sky Moves Sideways', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (79f2034a-32be-4350-a814-902bc8790bf4)
[INFO]-[19-07-2026 09-08-17]-Skipping album 'Big Whiskey and the GrooGrux King' (ID: 69580) - all 20 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-17]-Skipping album 'Crash' (ID: 69567) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-17]-[AlbumTask-79f2034a-32be-4350-a814-902bc8790bf4-The Sky Moves Sideways] Fetching tracks for album: The Sky Moves Sideways
[INFO]-[19-07-2026 09-08-17]-Skipping album 'Stand Up' (ID: 69552) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-17]-Feature plan for album 'The Sky Moves Sideways': MusiCNN=2, DCLAP=2, Lyrics=2 of 9 tracks.
[INFO]-[19-07-2026 09-08-17]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-08-17]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-08-17]-[AlbumTask-79f2034a-32be-4350-a814-902bc8790bf4-The Sky Moves Sideways] Analyzing track: The Sky Moves Sideways, Phase 1 by Porcupine Tree (1/9)
[INFO]-[19-07-2026 09-08-17]-Skipping album 'Under the Table and Dreaming' (ID: 69536) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-17]-Skipping album 'Walk Around the Moon' (ID: 69523) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-17]-Skipping album 'Away From the World' (ID: 69508) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-17]-Skipping album 'Remember Two Things' (ID: 69495) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-17]-Skipping album 'Get Rich or Die Tryin’' (ID: 69453) - all 21 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-18]-Skipping album 'The Massacre' (ID: 69430) - all 22 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-18]-Skipping album 'Animal Ambition: An Untamed Desire to Win' (ID: 69418) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-18]-Skipping album 'Cease to Begin' (ID: 69387) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-18]-Skipping album 'Infinite Arms' (ID: 69374) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-18]-Skipping album 'Things Are Great' (ID: 69363) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-18]-Skipping album 'Everything All the Time' (ID: 69352) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-18]-Skipping album 'Mirage Rock' (ID: 69340) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-18]-Skipping album 'Aqua' (ID: 69312) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-18]-Skipping album 'Why Are You OK' (ID: 69327) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-18]-Skipping album 'Astra' (ID: 69301) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-18]-Skipping album 'XXX' (ID: 69290) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-18]-Skipping album 'Alpha' (ID: 69269) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-18]-Skipping album 'Gravitas' (ID: 69280) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-18]-Skipping album 'Phoenix' (ID: 69256) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-18]-Skipping album 'Omega' (ID: 69243) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-18]-Skipping album 'Queens of the Stone Age' (ID: 69227) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-18]-Skipping album '…Like Clockwork' (ID: 69216) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-18]-Skipping album 'Lullabies to Paralyze' (ID: 69201) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-18]-Skipping album 'Era Vulgaris' (ID: 69185) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-18]-Skipping album 'Songs for the Deaf' (ID: 69169) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-19]-Skipping album 'Villains' (ID: 69159) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-19]-Downloaded 'The Sky Moves Sideways, Phase 1' to '/app/temp_audio/73227.flac'
[INFO]-[19-07-2026 09-08-19]-Lazy-loading MusiCNN models for album: The Sky Moves Sideways
[INFO]-[19-07-2026 09-08-19]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-08-19]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-08-19]-Starting analysis for: 73227.flac
[INFO]-[19-07-2026 09-08-19]-Skipping album 'In Times New Roman…' (ID: 69148) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-19]-Skipping album 'R' (ID: 69135) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-19]-Skipping album 'My Iron Lung' (ID: 69126) - all 7 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-19]-Skipping album 'The King of Limbs' (ID: 69117) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-19]-Skipping album 'Pablo Honey' (ID: 69104) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-19]-Skipping album 'OK Computer' (ID: 69091) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-19]-Skipping album 'The Bends' (ID: 69078) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-19]-Skipping album 'A Moon Shaped Pool' (ID: 69066) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-19]-Skipping album 'Amnesiac' (ID: 69054) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-19]-Skipping album 'Hail to the Thief' (ID: 69039) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-19]-Skipping album 'In Rainbows' (ID: 69028) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-19]-Skipping album 'Kid A' (ID: 69016) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-19]-Skipping album 'Scream' (ID: 69000) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-19]-Skipping album 'Patient Number 9' (ID: 68986) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-19]-Skipping album 'Bark at the Moon' (ID: 68975) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-19]-Skipping album 'Ozzmosis' (ID: 68962) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-19]-Skipping album 'The Ultimate Sin' (ID: 68952) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-19]-Skipping album 'Under Cover' (ID: 68938) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-19]-Skipping album 'Ordinary Man' (ID: 68926) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-19]-Skipping album 'Down to Earth' (ID: 68914) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-19]-Skipping album 'Black Rain' (ID: 68901) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-19]-Skipping album 'Diary of a Madman' (ID: 68892) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-20]-Skipping album 'No More Tears' (ID: 68866) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-20]-Reconciling albums_completed: RQ=4 DB=0 (of 35 launched)
[INFO]-[19-07-2026 09-08-20]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 430/5676
[WARNING]-[19-07-2026 09-08-20]-Worker 9147ec2417c640b79e10b39b2db77268: job 338da900-f547-4d84-b878-b30b22722425 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-08-20]-Work horse killed for job 338da900-f547-4d84-b878-b30b22722425: retpid=3729, ret_val=11
[INFO]-[19-07-2026 09-08-20]-default: tasks.analysis.analyze_album_task('72828', 'You Can’t Imagine How Much Fun We’re Having', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (9cc76972-88b4-45e5-b4d3-4eb1130915a0)
[INFO]-[19-07-2026 09-08-20]-[AlbumTask-9cc76972-88b4-45e5-b4d3-4eb1130915a0-You Can’t Imagine How Much Fun We’re Having] Fetching tracks for album: You Can’t Imagine How Much Fun We’re Having
[INFO]-[19-07-2026 09-08-20]-Feature plan for album 'You Can’t Imagine How Much Fun We’re Having': MusiCNN=1, DCLAP=1, Lyrics=1 of 21 tracks.
[INFO]-[19-07-2026 09-08-20]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-08-20]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-08-20]-Skipping 'The Arrival by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-20]-Skipping 'Panic Attack by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-20]-Skipping 'Watch Out by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-20]-Skipping 'Musical Chairs by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-20]-Skipping 'Say Hey There by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-20]-Skipping 'Hockey Hair by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-20]-Skipping 'Bam by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-20]-Skipping 'Pour Me Another by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-20]-Skipping 'Smart Went Crazy by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-20]-[AlbumTask-9cc76972-88b4-45e5-b4d3-4eb1130915a0-You Can’t Imagine How Much Fun We’re Having] Analyzing track: Angelface by Atmosphere (10/21)
[INFO]-[19-07-2026 09-08-20]-Downloaded 'Angelface' to '/app/temp_audio/72838.flac'
[INFO]-[19-07-2026 09-08-20]-Lazy-loading MusiCNN models for album: You Can’t Imagine How Much Fun We’re Having
[INFO]-[19-07-2026 09-08-20]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-08-20]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-08-20]-Starting analysis for: 72838.flac
[WARNING]-[19-07-2026 09-08-24]-Worker 2a2ac5b14bf4401989c1cfba258baf0b: job 79f2034a-32be-4350-a814-902bc8790bf4 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-08-24]-Work horse killed for job 79f2034a-32be-4350-a814-902bc8790bf4: retpid=3768, ret_val=11
[INFO]-[19-07-2026 09-08-24]-default: tasks.analysis.analyze_album_task('71281', 'Emotionalism', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (ca82e91b-de22-45f4-9eb8-8a3c6380b6eb)
[INFO]-[19-07-2026 09-08-24]-[AlbumTask-ca82e91b-de22-45f4-9eb8-8a3c6380b6eb-Emotionalism] Fetching tracks for album: Emotionalism
[INFO]-[19-07-2026 09-08-24]-Feature plan for album 'Emotionalism': MusiCNN=2, DCLAP=2, Lyrics=2 of 16 tracks.
[INFO]-[19-07-2026 09-08-24]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-08-24]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-08-24]-Skipping 'Die Die Die by The Avett Brothers' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-24]-[AlbumTask-ca82e91b-de22-45f4-9eb8-8a3c6380b6eb-Emotionalism] Analyzing track: Shame by The Avett Brothers (2/16)
[WARNING]-[19-07-2026 09-08-24]-Worker 9147ec2417c640b79e10b39b2db77268: job 9cc76972-88b4-45e5-b4d3-4eb1130915a0 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-08-24]-Work horse killed for job 9cc76972-88b4-45e5-b4d3-4eb1130915a0: retpid=3807, ret_val=11
[INFO]-[19-07-2026 09-08-24]-Worker 9147ec2417c640b79e10b39b2db77268: finished executing 50 jobs, quitting
[INFO]-[19-07-2026 09-08-24]-Worker 9147ec2417c640b79e10b39b2db77268: unsubscribing from channel rq:pubsub:9147ec2417c640b79e10b39b2db77268
2026-07-19 09:08:25,001 INFO exited: rq-worker-default (exit status 0; expected)
[INFO]-[19-07-2026 09-08-25]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 433/5676
2026-07-19 09:08:25,178 INFO spawned: 'rq-worker-default' with pid 3854
Default worker CPU thread cap = 8 (cpu_count // 2, min 2)
[INFO]-[19-07-2026 09-08-25]-Downloaded 'Shame' to '/app/temp_audio/71283.flac'
[INFO]-[19-07-2026 09-08-25]-Lazy-loading MusiCNN models for album: Emotionalism
[INFO]-[19-07-2026 09-08-25]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-08-25]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-08-25]-Starting analysis for: 71283.flac
[INFO]-[19-07-2026 09-08-25]-DEFAULT RQ Worker starting. Version: v3.0.2. Listening on queues: ['default']
[INFO]-[19-07-2026 09-08-25]-Using Redis connection: {'socket_connect_timeout': 30, 'socket_timeout': 60, 'health_check_interval': 30, 'retry_on_timeout': True, 'socket_keepalive': True, 'host': 'localhost', 'port': 6379, 'db': 0}
[INFO]-[19-07-2026 09-08-25]-RQ Worker logging level set to: INFO
[INFO]-[19-07-2026 09-08-25]-Worker will restart after 50 jobs to prevent memory leaks
[INFO]-[19-07-2026 09-08-25]-Worker 86255b3a6f2244ee83204a44d3cf27ff: started with PID 3854, version 2.7.0
[INFO]-[19-07-2026 09-08-25]-Worker 86255b3a6f2244ee83204a44d3cf27ff: subscribing to channel rq:pubsub:86255b3a6f2244ee83204a44d3cf27ff
[INFO]-[19-07-2026 09-08-25]-*** Listening on default...
[INFO]-[19-07-2026 09-08-25]-Worker 86255b3a6f2244ee83204a44d3cf27ff: cleaning registries for queue: default
[INFO]-[19-07-2026 09-08-25]-default: tasks.analysis.analyze_album_task('70585', 'Iron Man 2', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (dc3a4090-5f7e-4b27-acee-2fcce2cc8357)
[INFO]-[19-07-2026 09-08-25]-[AlbumTask-dc3a4090-5f7e-4b27-acee-2fcce2cc8357-Iron Man 2] Fetching tracks for album: Iron Man 2
[INFO]-[19-07-2026 09-08-25]-Feature plan for album 'Iron Man 2': MusiCNN=1, DCLAP=1, Lyrics=1 of 15 tracks.
[INFO]-[19-07-2026 09-08-25]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-08-25]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-08-25]-Skipping 'Shoot to Thrill by AC/DC' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-25]-Skipping 'Rock ’n’ Roll Damnation by AC/DC' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-25]-Skipping 'Guns for Hire by AC/DC' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-25]-Skipping 'Cold Hearted Man by AC/DC' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-25]-Skipping 'Back in Black by AC/DC' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-25]-Skipping 'Thunderstruck by AC/DC' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-25]-Skipping 'If You Want Blood (You’ve Got It) by AC/DC' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-25]-[AlbumTask-dc3a4090-5f7e-4b27-acee-2fcce2cc8357-Iron Man 2] Analyzing track: Evil Walks by AC/DC (8/15)
[INFO]-[19-07-2026 09-08-26]-Downloaded 'Evil Walks' to '/app/temp_audio/70593.flac'
2026-07-19 09:08:26,325 INFO success: rq-worker-default entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
[INFO]-[19-07-2026 09-08-26]-Lazy-loading MusiCNN models for album: Iron Man 2
[INFO]-[19-07-2026 09-08-26]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-08-26]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-08-26]-Starting analysis for: 70593.flac
[WARNING]-[19-07-2026 09-08-29]-Worker 2a2ac5b14bf4401989c1cfba258baf0b: job ca82e91b-de22-45f4-9eb8-8a3c6380b6eb failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-08-29]-Work horse killed for job ca82e91b-de22-45f4-9eb8-8a3c6380b6eb: retpid=3846, ret_val=11
[INFO]-[19-07-2026 09-08-29]-Job ca82e91b-de22-45f4-9eb8-8a3c6380b6eb: enqueued for retry, 2 remaining
[INFO]-[19-07-2026 09-08-29]-default: tasks.analysis.analyze_album_task('72183', 'Another Side of Bob Dylan', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (b553b6ba-5030-431e-977c-c24a607f18e9)
[INFO]-[19-07-2026 09-08-29]-[AlbumTask-b553b6ba-5030-431e-977c-c24a607f18e9-Another Side of Bob Dylan] Fetching tracks for album: Another Side of Bob Dylan
[INFO]-[19-07-2026 09-08-29]-Feature plan for album 'Another Side of Bob Dylan': MusiCNN=3, DCLAP=3, Lyrics=3 of 11 tracks.
[INFO]-[19-07-2026 09-08-29]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-08-29]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-08-29]-Skipping 'All I Really Want to Do by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-29]-Skipping 'Black Crow Blues by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-29]-[AlbumTask-b553b6ba-5030-431e-977c-c24a607f18e9-Another Side of Bob Dylan] Analyzing track: Spanish Harlem Incident by Bob Dylan (3/11)
[INFO]-[19-07-2026 09-08-29]-Downloaded 'Spanish Harlem Incident' to '/app/temp_audio/72186.flac'
[INFO]-[19-07-2026 09-08-29]-Lazy-loading MusiCNN models for album: Another Side of Bob Dylan
[INFO]-[19-07-2026 09-08-29]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-08-29]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-08-29]-Starting analysis for: 72186.flac
[INFO]-[19-07-2026 09-08-30]-Skipping album 'August and Everything After' (ID: 68833) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-30]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 434/5676
[INFO]-[19-07-2026 09-08-30]-Reconciling albums_completed: RQ=3 DB=0 (of 36 launched)
[INFO]-[19-07-2026 09-08-30]-Skipping album 'Recovering the Satellites' (ID: 68806) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-30]-Skipping album 'This Desert Life' (ID: 68821) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-30]-Skipping album 'Hard Candy' (ID: 68790) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-30]-Skipping album 'Butter Miracle: The Complete Sweets!' (ID: 68780) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-30]-Skipping album 'Saturday Nights & Sunday Mornings' (ID: 68764) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-30]-Skipping album 'Somewhere Under Wonderland' (ID: 68752) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[WARNING]-[19-07-2026 09-08-30]-Worker 86255b3a6f2244ee83204a44d3cf27ff: job dc3a4090-5f7e-4b27-acee-2fcce2cc8357 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-08-30]-Work horse killed for job dc3a4090-5f7e-4b27-acee-2fcce2cc8357: retpid=3884, ret_val=11
[INFO]-[19-07-2026 09-08-30]-Job dc3a4090-5f7e-4b27-acee-2fcce2cc8357: enqueued for retry, 2 remaining
[INFO]-[19-07-2026 09-08-30]-default: tasks.analysis.analyze_album_task('72137', 'Triplicate', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (4cb1aba4-9294-4d04-a7b6-b326151a9c35)
[INFO]-[19-07-2026 09-08-30]-Skipping album 'Underwater Sunshine (or What We Did on Our Summer Vacation)' (ID: 68736) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-30]-[AlbumTask-4cb1aba4-9294-4d04-a7b6-b326151a9c35-Triplicate] Fetching tracks for album: Triplicate
[INFO]-[19-07-2026 09-08-30]-Skipping album 'Echoes of the Outlaw Roadshow' (ID: 68720) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-30]-Feature plan for album 'Triplicate': MusiCNN=4, DCLAP=4, Lyrics=4 of 30 tracks.
[INFO]-[19-07-2026 09-08-30]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-08-30]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-08-30]-Skipping album 'Dropout Boogie' (ID: 68708) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-30]-Skipping 'I Guess I’ll Have to Change My Plans by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-30]-Skipping 'September of My Years by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-30]-Skipping 'I Could Have Told You by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-30]-Skipping 'Once Upon a Time by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-30]-Skipping 'Stormy Weather by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-30]-Skipping 'This Nearly Was Mine by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-30]-[AlbumTask-4cb1aba4-9294-4d04-a7b6-b326151a9c35-Triplicate] Analyzing track: That Old Feeling by Bob Dylan (7/30)
[INFO]-[19-07-2026 09-08-30]-Skipping album 'Rubber Factory' (ID: 68694) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-30]-Skipping album 'The Big Come Up' (ID: 68680) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-30]-Skipping album '‘Let’s Rock’' (ID: 68667) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-30]-Skipping album 'No Rain, No Flowers' (ID: 68655) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-30]-Downloaded 'That Old Feeling' to '/app/temp_audio/72154.flac'
[INFO]-[19-07-2026 09-08-30]-Skipping album 'Brothers' (ID: 68636) - all 18 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-30]-Lazy-loading MusiCNN models for album: Triplicate
[INFO]-[19-07-2026 09-08-30]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-08-30]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-08-30]-Starting analysis for: 72154.flac
[INFO]-[19-07-2026 09-08-30]-Skipping album 'Thickfreakness' (ID: 68624) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-31]-Skipping album 'El Camino' (ID: 68612) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-31]-Skipping album 'Attack & Release' (ID: 68600) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-31]-Skipping album 'Magic Potion' (ID: 68587) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-31]-Skipping album 'Turn Blue' (ID: 68575) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-31]-Skipping album 'Ohio Players' (ID: 68543) - all 18 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-31]-Skipping album 'Good for You' (ID: 68531) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-31]-Skipping album 'Little Neon Limelight' (ID: 68519) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-31]-Skipping album 'Golden Age' (ID: 68508) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-31]-Skipping album 'From the Hills Below the City' (ID: 68495) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-31]-Skipping album 'Country Grammar' (ID: 68472) - all 21 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-31]-Skipping album '5.0' (ID: 68459) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-31]-Skipping album 'Nellyville' (ID: 68418) - all 25 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-31]-Skipping album 'Suit' (ID: 68406) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-31]-Skipping album 'M.O.' (ID: 68389) - all 16 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-31]-Skipping album 'Still Hot In Herre' (ID: 68371) - all 17 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-31]-Skipping album 'Two Against Nature' (ID: 68360) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-31]-Skipping album 'Countdown to Ecstasy' (ID: 68351) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-31]-Skipping album 'Can’t Buy a Thrill' (ID: 68340) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-31]-Skipping album 'Everything Must Go' (ID: 68330) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-31]-Skipping album 'Aja' (ID: 68322) - all 7 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-31]-Skipping album 'Pretzel Logic' (ID: 68310) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-31]-Skipping album 'Gaucho' (ID: 68302) - all 7 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-32]-Skipping album 'The Royal Scam' (ID: 68292) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-32]-Skipping album 'Katy Lied' (ID: 68281) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-32]-Skipping album 'The Wall' (ID: 68253) - all 26 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-32]-Skipping album 'Animals (2018 remix)' (ID: 68247) - all 5 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-32]-Skipping album 'Meddle' (ID: 68240) - all 6 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-32]-Skipping album 'The Endless River' (ID: 68218) - all 21 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-32]-Skipping album 'Wish You Were Here' (ID: 68212) - all 5 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-32]-Skipping album 'Atom Heart Mother' (ID: 68198) - all 5 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-32]-Skipping album 'A Saucerful of Secrets' (ID: 68204) - all 7 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[WARNING]-[19-07-2026 09-08-33]-Worker 2a2ac5b14bf4401989c1cfba258baf0b: job b553b6ba-5030-431e-977c-c24a607f18e9 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-08-33]-Work horse killed for job b553b6ba-5030-431e-977c-c24a607f18e9: retpid=3933, ret_val=11
[INFO]-[19-07-2026 09-08-33]-default: tasks.analysis.analyze_album_task('72126', 'Shadows in the Night', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (2fbbf5f9-d73a-4d33-b459-0a46b69c0237)
[INFO]-[19-07-2026 09-08-33]-[AlbumTask-2fbbf5f9-d73a-4d33-b459-0a46b69c0237-Shadows in the Night] Fetching tracks for album: Shadows in the Night
[INFO]-[19-07-2026 09-08-33]-Feature plan for album 'Shadows in the Night': MusiCNN=2, DCLAP=2, Lyrics=2 of 10 tracks.
[INFO]-[19-07-2026 09-08-33]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-08-33]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-08-33]-[AlbumTask-2fbbf5f9-d73a-4d33-b459-0a46b69c0237-Shadows in the Night] Analyzing track: I'm a Fool to Want You by Bob Dylan (1/10)
[INFO]-[19-07-2026 09-08-33]-Downloaded 'I'm a Fool to Want You' to '/app/temp_audio/72127.flac'
[INFO]-[19-07-2026 09-08-33]-Lazy-loading MusiCNN models for album: Shadows in the Night
[INFO]-[19-07-2026 09-08-33]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-08-33]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-08-33]-Starting analysis for: 72127.flac
[WARNING]-[19-07-2026 09-08-34]-Worker 86255b3a6f2244ee83204a44d3cf27ff: job 4cb1aba4-9294-4d04-a7b6-b326151a9c35 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-08-34]-Work horse killed for job 4cb1aba4-9294-4d04-a7b6-b326151a9c35: retpid=3962, ret_val=11
[INFO]-[19-07-2026 09-08-34]-default: tasks.analysis.analyze_album_task('71713', 'Aporia', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (e6d06853-1330-446f-9beb-038715e08283)
[INFO]-[19-07-2026 09-08-34]-[AlbumTask-e6d06853-1330-446f-9beb-038715e08283-Aporia] Fetching tracks for album: Aporia
[INFO]-[19-07-2026 09-08-35]-Feature plan for album 'Aporia': MusiCNN=1, DCLAP=1, Lyrics=1 of 21 tracks.
[INFO]-[19-07-2026 09-08-35]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-08-35]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-08-35]-Skipping 'Ousia by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-35]-Skipping 'What It Takes by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-35]-Skipping 'Disinheritance by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-35]-Skipping 'Agathon by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-35]-Skipping 'Determined Outcome by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-35]-Skipping 'Misology by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-35]-Skipping 'Afterworld Alliance by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-35]-Skipping 'Palinodes by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-35]-Skipping 'Backhanded Cloud by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-35]-Skipping 'Glorious You by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-35]-Skipping 'For Raymond Scott by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-35]-Skipping 'Matronymic by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-35]-Skipping 'The Red Desert by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-35]-[AlbumTask-e6d06853-1330-446f-9beb-038715e08283-Aporia] Analyzing track: Conciliation by Sufjan Stevens & Lowell Brams (14/21)
[INFO]-[19-07-2026 09-08-35]-Downloaded 'Conciliation' to '/app/temp_audio/71727.flac'
[INFO]-[19-07-2026 09-08-35]-Lazy-loading MusiCNN models for album: Aporia
[INFO]-[19-07-2026 09-08-35]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-08-35]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-08-35]-Starting analysis for: 71727.flac
[INFO]-[19-07-2026 09-08-37]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 479/5676
[WARNING]-[19-07-2026 09-08-38]-Worker 2a2ac5b14bf4401989c1cfba258baf0b: job 2fbbf5f9-d73a-4d33-b459-0a46b69c0237 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-08-38]-Work horse killed for job 2fbbf5f9-d73a-4d33-b459-0a46b69c0237: retpid=4011, ret_val=11
[INFO]-[19-07-2026 09-08-38]-default: tasks.analysis.analyze_album_task('71674', 'Illinois', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a)
[INFO]-[19-07-2026 09-08-38]-[AlbumTask-8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a-Illinois] Fetching tracks for album: Illinois
[INFO]-[19-07-2026 09-08-38]-Feature plan for album 'Illinois': MusiCNN=2, DCLAP=2, Lyrics=2 of 22 tracks.
[INFO]-[19-07-2026 09-08-38]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-08-38]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-08-38]-Skipping 'Concerning the UFO Sighting Near Highland, Illinois by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-38]-[AlbumTask-8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a-Illinois] Analyzing track: The Black Hawk War, or, How to Demolish an Entire Civilization and Still Feel Good About Yourself in the Morning, or, We Apologize for the Inconvenience but You’re Going to Have to Leave Now, or, “I Have Fought the Big Knives and Will Continue to Fight Them Until They Are Off Our Lands!” by Sufjan Stevens (2/22)
[ERROR]-[19-07-2026 09-08-38]-Failed to download track The Black Hawk War, or, How to Demolish an Entire Civilization and Still Feel Good About Yourself in the Morning, or, We Apologize for the Inconvenience but You’re Going to Have to Leave Now, or, “I Have Fought the Big Knives and Will Continue to Fight Them Until They Are Off Our Lands!”
Traceback (most recent call last):
File "/app/tasks/mediaserver/plex.py", line 290, in download_track
r.raise_for_status()
File "/usr/local/lib/python3.12/dist-packages/requests/models.py", line 1028, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://plex.tonftp.com/library/parts/72474/1773800092/file.flac?download=1
[ERROR]-[19-07-2026 09-08-38]-Track analysis failed for 'The Black Hawk War, or, How to Demolish an Entire Civilization and Still Feel Good About Yourself in the Morning, or, We Apologize for the Inconvenience but You’re Going to Have to Leave Now, or, “I Have Fought the Big Knives and Will Continue to Fight Them Until They Are Off Our Lands!” by Sufjan Stevens'; continuing with the next track.
Traceback (most recent call last):
File "/app/tasks/analysis/album.py", line 429, in _analyze_album_task_impl
onnx_sessions, fingerprint_index = _analyze_single_track(
^^^^^^^^^^^^^^^^^^^^^^
File "/app/tasks/analysis/album.py", line 210, in _analyze_single_track
path = _stage_download(item, track_name_full)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/tasks/analysis/album.py", line 90, in _stage_download
raise RuntimeError(f"Failed to download required audio for {track_name_full}")
RuntimeError: Failed to download required audio for The Black Hawk War, or, How to Demolish an Entire Civilization and Still Feel Good About Yourself in the Morning, or, We Apologize for the Inconvenience but You’re Going to Have to Leave Now, or, “I Have Fought the Big Knives and Will Continue to Fight Them Until They Are Off Our Lands!” by Sufjan Stevens
[INFO]-[19-07-2026 09-08-38]-Skipping 'Come On! Feel the Illinoise! Part I: The World’s Columbian Exposition, Part II: Carl Sandburg Visits Me in a Dream by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-38]-Skipping 'John Wayne Gacy, Jr. by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-38]-Skipping 'Jacksonville by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-38]-Skipping 'A Short Reprise for Mary Todd, Who Went Insane, but for Very Good Reasons by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-38]-Skipping 'Decatur, or, Round of Applause for Your Stepmother! by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-38]-Skipping 'One Last “Whoo‐Hoo!” for the Pullman by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-38]-Skipping 'Chicago by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-38]-Skipping 'Casimir Pulaski Day by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-38]-Skipping 'To the Workers of the Rockford River Valley Region, I Have an Idea Concerning Your Predicament by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-38]-Skipping 'The Man of Metropolis Steals Our Hearts by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-38]-Skipping 'Prairie Fire That Wanders About by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-38]-Skipping 'A Conjunction of Drones Simulating the Way in Which Sufjan Stevens Has an Existential Crisis in the Great Godfrey Maze by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-38]-Skipping 'The Predatory Wasp of the Palisades Is Out to Get Us! by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-38]-Skipping 'They Are Night Zombies!! They Are Neighbors!! They Have Come Back From the Dead!! Ahhhh! by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-38]-Skipping 'Let’s Hear That String Part Again, Because I Don’t Think They Heard It All the Way Out in Bushnell by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-38]-[AlbumTask-8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a-Illinois] Analyzing track: In This Temple as in the Hearts of Man for Whom He Saved the Earth by Sufjan Stevens (18/22)
[INFO]-[19-07-2026 09-08-38]-Downloaded 'In This Temple as in the Hearts of Man for Whom He Saved the Earth' to '/app/temp_audio/71692.flac'
[INFO]-[19-07-2026 09-08-38]-Lazy-loading MusiCNN models for album: Illinois
[INFO]-[19-07-2026 09-08-38]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-08-38]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-08-38]-Starting analysis for: 71692.flac
[WARNING]-[19-07-2026 09-08-38]-Worker 86255b3a6f2244ee83204a44d3cf27ff: job e6d06853-1330-446f-9beb-038715e08283 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-08-38]-Work horse killed for job e6d06853-1330-446f-9beb-038715e08283: retpid=4050, ret_val=11
[INFO]-[19-07-2026 09-08-38]-default: tasks.analysis.analyze_album_task('71609', 'Convocations', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (5744cc2e-8762-488b-8f2b-6d491466d972)
[INFO]-[19-07-2026 09-08-38]-[AlbumTask-5744cc2e-8762-488b-8f2b-6d491466d972-Convocations] Fetching tracks for album: Convocations
[INFO]-[19-07-2026 09-08-38]-Feature plan for album 'Convocations': MusiCNN=7, DCLAP=7, Lyrics=7 of 49 tracks.
[INFO]-[19-07-2026 09-08-38]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-08-38]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-08-38]-[AlbumTask-5744cc2e-8762-488b-8f2b-6d491466d972-Convocations] Analyzing track: Meditation I by Sufjan Stevens (1/49)
[INFO]-[19-07-2026 09-08-39]-Downloaded 'Meditation I' to '/app/temp_audio/71610.flac'
[INFO]-[19-07-2026 09-08-39]-Lazy-loading MusiCNN models for album: Convocations
[INFO]-[19-07-2026 09-08-39]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-08-39]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-08-39]-Starting analysis for: 71610.flac
[WARNING]-[19-07-2026 09-08-41]-Worker 2a2ac5b14bf4401989c1cfba258baf0b: job 8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-08-41]-Work horse killed for job 8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a: retpid=4089, ret_val=11
[INFO]-[19-07-2026 09-08-41]-default: tasks.analysis.analyze_album_task('71773', 'Carrie & Lowell', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (0db5b02a-6a7c-4d7f-8ac1-4ddd5e3dac93)
[INFO]-[19-07-2026 09-08-41]-[AlbumTask-0db5b02a-6a7c-4d7f-8ac1-4ddd5e3dac93-Carrie & Lowell] Fetching tracks for album: Carrie & Lowell
[INFO]-[19-07-2026 09-08-41]-Feature plan for album 'Carrie & Lowell': MusiCNN=1, DCLAP=1, Lyrics=1 of 18 tracks.
[INFO]-[19-07-2026 09-08-41]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-08-41]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-08-41]-Skipping 'Death With Dignity by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-41]-Skipping 'Should Have Known Better by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-41]-Skipping 'All of Me Wants All of You by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-41]-Skipping 'Drawn to the Blood by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-41]-Skipping 'Eugene by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-41]-Skipping 'Fourth of July by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-41]-Skipping 'The Only Thing by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-41]-Skipping 'Carrie & Lowell by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-41]-Skipping 'John My Beloved by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-41]-Skipping 'No Shade in the Shadow of the Cross by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-41]-Skipping 'Blue Bucket of Gold by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-41]-Skipping 'Death With Dignity (demo) by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-41]-Skipping 'Should Have Known Better (demo) by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-41]-Skipping 'Eugene (demo) by Sufjan Stevens feat. S. Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-41]-Skipping 'The Only Thing (demo) by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-41]-Skipping 'Mystery of Love (demo) by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-41]-Skipping 'Wallowa Lake Monster (version 2) by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-41]-[AlbumTask-0db5b02a-6a7c-4d7f-8ac1-4ddd5e3dac93-Carrie & Lowell] Analyzing track: Fourth of July (version 4) by Sufjan Stevens (18/18)
[INFO]-[19-07-2026 09-08-42]-Skipping album 'The Final Cut' (ID: 68172) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-42]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 480/5676
[INFO]-[19-07-2026 09-08-42]-Reconciling albums_completed: RQ=5 DB=0 (of 39 launched)
[INFO]-[19-07-2026 09-08-42]-Skipping album 'The Division Bell' (ID: 68160) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-42]-Skipping album 'Ummagumma' (ID: 68143) - all 16 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-42]-Skipping album 'The Piper at the Gates of Dawn' (ID: 68131) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-42]-Skipping album 'The Dark Side of the Moon' (ID: 68120) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-42]-Skipping album 'Goldfly' (ID: 68076) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-42]-Skipping album 'Lost and Gone Forever' (ID: 68064) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-42]-Skipping album 'Look Alive' (ID: 68054) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-42]-Skipping album 'Ooh La La' (ID: 68043) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-42]-Skipping album 'Ganging Up on the Sun (Expanded)' (ID: 68018) - all 24 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-43]-Skipping album 'Easy Wonderful' (ID: 68002) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-43]-Skipping album 'Parachute' (ID: 67990) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-43]-Skipping album 'Evermotion' (ID: 67978) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-43]-Skipping album 'Keep It Together (deluxe edition)' (ID: 67960) - all 17 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[WARNING]-[19-07-2026 09-08-43]-Worker 86255b3a6f2244ee83204a44d3cf27ff: job 5744cc2e-8762-488b-8f2b-6d491466d972 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-08-43]-Work horse killed for job 5744cc2e-8762-488b-8f2b-6d491466d972: retpid=4118, ret_val=11
[INFO]-[19-07-2026 09-08-43]-default: tasks.analysis.analyze_album_task('71445', 'Greatest Hits', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (e4d9ffd0-82f6-4c0c-aaaf-fbafee1430a8)
[INFO]-[19-07-2026 09-08-43]-[AlbumTask-e4d9ffd0-82f6-4c0c-aaaf-fbafee1430a8-Greatest Hits] Fetching tracks for album: Greatest Hits
[INFO]-[19-07-2026 09-08-43]-Feature plan for album 'Greatest Hits': MusiCNN=3, DCLAP=3, Lyrics=3 of 16 tracks.
[INFO]-[19-07-2026 09-08-43]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-08-43]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-08-43]-Skipping 'All My Life by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-43]-[AlbumTask-e4d9ffd0-82f6-4c0c-aaaf-fbafee1430a8-Greatest Hits] Analyzing track: Best of You by Foo Fighters (2/16)
[INFO]-[19-07-2026 09-08-43]-Skipping album 'Wonderworld' (ID: 67893) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-43]-Skipping album 'Firefly' (ID: 67876) - all 16 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-43]-Skipping album 'Living the Dream' (ID: 67865) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-08-44]-Downloaded 'Best of You' to '/app/temp_audio/71447.flac'
[INFO]-[19-07-2026 09-08-44]-Lazy-loading MusiCNN models for album: Greatest Hits
[INFO]-[19-07-2026 09-08-44]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-08-44]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-08-44]-Starting analysis for: 71447.flac
[INFO]-[19-07-2026 09-08-45]-Downloaded 'Fourth of July (version 4)' to '/app/temp_audio/71791.flac'
[INFO]-[19-07-2026 09-08-45]-Lazy-loading MusiCNN models for album: Carrie & Lowell
[INFO]-[19-07-2026 09-08-45]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-08-45]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-08-45]-Starting analysis for: 71791.flac
[WARNING]-[19-07-2026 09-08-48]-Worker 86255b3a6f2244ee83204a44d3cf27ff: job e4d9ffd0-82f6-4c0c-aaaf-fbafee1430a8 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-08-48]-Work horse killed for job e4d9ffd0-82f6-4c0c-aaaf-fbafee1430a8: retpid=4175, ret_val=11
[INFO]-[19-07-2026 09-08-48]-default: tasks.analysis.analyze_album_task('71591', 'Planetarium', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (9e2f66a6-1f70-4e22-bcd8-7f7cb0b4c80e)
[INFO]-[19-07-2026 09-08-48]-[AlbumTask-9e2f66a6-1f70-4e22-bcd8-7f7cb0b4c80e-Planetarium] Fetching tracks for album: Planetarium
[INFO]-[19-07-2026 09-08-48]-Feature plan for album 'Planetarium': MusiCNN=3, DCLAP=3, Lyrics=3 of 17 tracks.
[INFO]-[19-07-2026 09-08-48]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-08-48]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-08-48]-Skipping 'Neptune by Sufjan Stevens, Nico Muhly, Bryce Dessner, James McAlister' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-48]-Skipping 'Jupiter by Sufjan Stevens, Nico Muhly, Bryce Dessner, James McAlister' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-48]-Skipping 'Halley’s Comet by Sufjan Stevens, Nico Muhly, Bryce Dessner, James McAlister' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-48]-Skipping 'Venus by Sufjan Stevens, Nico Muhly, Bryce Dessner, James McAlister' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-48]-[AlbumTask-9e2f66a6-1f70-4e22-bcd8-7f7cb0b4c80e-Planetarium] Analyzing track: Uranus by Sufjan Stevens, Nico Muhly, Bryce Dessner, James McAlister (5/17)
[INFO]-[19-07-2026 09-08-48]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 496/5676
[INFO]-[19-07-2026 09-08-48]-Downloaded 'Uranus' to '/app/temp_audio/71606.flac'
[INFO]-[19-07-2026 09-08-48]-Lazy-loading MusiCNN models for album: Planetarium
[INFO]-[19-07-2026 09-08-48]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-08-48]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-08-48]-Starting analysis for: 71606.flac
[WARNING]-[19-07-2026 09-08-51]-Worker 2a2ac5b14bf4401989c1cfba258baf0b: job 0db5b02a-6a7c-4d7f-8ac1-4ddd5e3dac93 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-08-51]-Work horse killed for job 0db5b02a-6a7c-4d7f-8ac1-4ddd5e3dac93: retpid=4167, ret_val=11
[INFO]-[19-07-2026 09-08-51]-default: tasks.analysis.analyze_album_task('71356', 'In Your Honor', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (126ca382-4332-44a2-82b2-1193d275e4a7)
[INFO]-[19-07-2026 09-08-51]-[AlbumTask-126ca382-4332-44a2-82b2-1193d275e4a7-In Your Honor] Fetching tracks for album: In Your Honor
[INFO]-[19-07-2026 09-08-51]-Feature plan for album 'In Your Honor': MusiCNN=1, DCLAP=1, Lyrics=1 of 20 tracks.
[INFO]-[19-07-2026 09-08-51]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-08-51]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-08-51]-Skipping 'In Your Honor by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-51]-Skipping 'No Way Back by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-08-51]-[AlbumTask-126ca382-4332-44a2-82b2-1193d275e4a7-In Your Honor] Analyzing track: Best of You by Foo Fighters (3/20)
[INFO]-[19-07-2026 09-08-52]-Downloaded 'Best of You' to '/app/temp_audio/71359.flac'
[INFO]-[19-07-2026 09-08-52]-Lazy-loading MusiCNN models for album: In Your Honor
[INFO]-[19-07-2026 09-08-52]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-08-52]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-08-52]-Starting analysis for: 71359.flac
This file has been truncated, but you can view the full file.
[WARNING]-[19-07-2026 09-07-05]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 402a7c6f-730e-42ff-a85b-2d6dfa79ee94 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-05]-Work horse killed for job 402a7c6f-730e-42ff-a85b-2d6dfa79ee94: retpid=2550, ret_val=11
[INFO]-[19-07-2026 09-07-05]-Job 402a7c6f-730e-42ff-a85b-2d6dfa79ee94: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-05]-default: tasks.analysis.analyze_album_task('73473', 'Going Somewhere', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (6d0c7298-10be-4a0b-aa0f-cd1b3f8c8e8b)
[INFO]-[19-07-2026 09-07-05]-[AlbumTask-6d0c7298-10be-4a0b-aa0f-cd1b3f8c8e8b-Going Somewhere] Fetching tracks for album: Going Somewhere
[INFO]-[19-07-2026 09-07-05]-Feature plan for album 'Going Somewhere': MusiCNN=1, DCLAP=1, Lyrics=1 of 15 tracks.
[INFO]-[19-07-2026 09-07-05]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-05]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-05]-Skipping 'Beautiful World by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-05]-Skipping 'Looking for Jack by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-05]-Skipping 'Going Somewhere by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-05]-Skipping 'Wayfaring Sons by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-05]-Skipping 'Children on Parade by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-05]-Skipping 'My Brilliant Feat by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-05]-Skipping 'Waiting for My Real Life to Begin by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-05]-Skipping 'Don’t Wait Up by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-05]-Skipping 'Lifeline by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-05]-Skipping 'Circles Erratica by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-05]-Skipping 'Water Song by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-05]-Skipping 'Maggie by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-05]-Skipping 'I Don’t Know Why by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-05]-Skipping 'Waiting for My Real Life to Begin (radio edit) by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-05]-[AlbumTask-6d0c7298-10be-4a0b-aa0f-cd1b3f8c8e8b-Going Somewhere] Analyzing track: I Just Don’t Think I’ll Ever Get Over You (radio edit) by Colin Hay (15/15)
[INFO]-[19-07-2026 09-07-05]-Downloaded 'I Just Don’t Think I’ll Ever Get Over You (radio edit)' to '/app/temp_audio/73488.flac'
[INFO]-[19-07-2026 09-07-05]-Lazy-loading MusiCNN models for album: Going Somewhere
[INFO]-[19-07-2026 09-07-05]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-05]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-05]-Starting analysis for: 73488.flac
[INFO]-[19-07-2026 09-07-06]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[WARNING]-[19-07-2026 09-07-07]-Worker 9147ec2417c640b79e10b39b2db77268: job 538abd66-3cef-48d6-ad13-a9029ef5fbb0 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-07]-Work horse killed for job 538abd66-3cef-48d6-ad13-a9029ef5fbb0: retpid=2589, ret_val=11
[INFO]-[19-07-2026 09-07-07]-Job 538abd66-3cef-48d6-ad13-a9029ef5fbb0: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-07]-default: tasks.analysis.analyze_album_task('72995', 'Jestures', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (ead37658-a091-4df3-b964-df5cbf7fa3e9)
[INFO]-[19-07-2026 09-07-07]-[AlbumTask-ead37658-a091-4df3-b964-df5cbf7fa3e9-Jestures] Fetching tracks for album: Jestures
[INFO]-[19-07-2026 09-07-08]-Feature plan for album 'Jestures': MusiCNN=2, DCLAP=2, Lyrics=2 of 26 tracks.
[INFO]-[19-07-2026 09-07-08]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-08]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-08]-[AlbumTask-ead37658-a091-4df3-b964-df5cbf7fa3e9-Jestures] Analyzing track: Asshole by Atmosphere (1/26)
[INFO]-[19-07-2026 09-07-08]-Downloaded 'Asshole' to '/app/temp_audio/72996.flac'
[INFO]-[19-07-2026 09-07-08]-Lazy-loading MusiCNN models for album: Jestures
[INFO]-[19-07-2026 09-07-08]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-08]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-08]-Starting analysis for: 72996.flac
[WARNING]-[19-07-2026 09-07-09]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 6d0c7298-10be-4a0b-aa0f-cd1b3f8c8e8b failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-09]-Work horse killed for job 6d0c7298-10be-4a0b-aa0f-cd1b3f8c8e8b: retpid=2628, ret_val=11
[INFO]-[19-07-2026 09-07-09]-Job 6d0c7298-10be-4a0b-aa0f-cd1b3f8c8e8b: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-09]-default: tasks.analysis.analyze_album_task('73459', 'Transcendental Highway', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (712b56da-3b65-4482-875c-5e7464ab11cf)
[INFO]-[19-07-2026 09-07-10]-[AlbumTask-712b56da-3b65-4482-875c-5e7464ab11cf-Transcendental Highway] Fetching tracks for album: Transcendental Highway
[INFO]-[19-07-2026 09-07-10]-Feature plan for album 'Transcendental Highway': MusiCNN=1, DCLAP=1, Lyrics=1 of 13 tracks.
[INFO]-[19-07-2026 09-07-10]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-10]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-10]-Skipping 'Transcendental Highway by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-10]-Skipping 'Don’t Believe You Anymore by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-10]-Skipping 'My Brilliant Feat by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-10]-Skipping 'Goodbye My Red Rose by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-10]-Skipping 'If I Go by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-10]-Skipping 'I’m Doing Fine by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-10]-Skipping 'Wash It All Away by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-10]-Skipping 'Cactus by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-10]-Skipping 'Death Row Conversation by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-10]-Skipping 'I’ll Leave the Light On by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-10]-Skipping 'Freedom Calling by Colin Hay' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-10]-[AlbumTask-712b56da-3b65-4482-875c-5e7464ab11cf-Transcendental Highway] Analyzing track: I Just Don’t Think I’ll Ever Get Over You by Colin Hay (12/13)
[INFO]-[19-07-2026 09-07-10]-Downloaded 'I Just Don’t Think I’ll Ever Get Over You' to '/app/temp_audio/73471.flac'
[INFO]-[19-07-2026 09-07-10]-Lazy-loading MusiCNN models for album: Transcendental Highway
[INFO]-[19-07-2026 09-07-10]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-10]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-10]-Starting analysis for: 73471.flac
[INFO]-[19-07-2026 09-07-11]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[WARNING]-[19-07-2026 09-07-12]-Worker 9147ec2417c640b79e10b39b2db77268: job ead37658-a091-4df3-b964-df5cbf7fa3e9 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-12]-Work horse killed for job ead37658-a091-4df3-b964-df5cbf7fa3e9: retpid=2667, ret_val=11
[INFO]-[19-07-2026 09-07-12]-Job ead37658-a091-4df3-b964-df5cbf7fa3e9: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-12]-default: tasks.analysis.analyze_album_task('72919', 'Whenever', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (338da900-f547-4d84-b878-b30b22722425)
[INFO]-[19-07-2026 09-07-12]-[AlbumTask-338da900-f547-4d84-b878-b30b22722425-Whenever] Fetching tracks for album: Whenever
[INFO]-[19-07-2026 09-07-12]-Feature plan for album 'Whenever': MusiCNN=1, DCLAP=1, Lyrics=1 of 12 tracks.
[INFO]-[19-07-2026 09-07-12]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-12]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-12]-Skipping 'Bde Maka Ska by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-12]-Skipping 'Push Play by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-12]-Skipping 'Postal Lady by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-12]-Skipping 'Love Each Other by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-12]-Skipping 'Romance by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-12]-[AlbumTask-338da900-f547-4d84-b878-b30b22722425-Whenever] Analyzing track: Dearly Beloved by Atmosphere feat. Musab and Muja Messiah (6/12)
[INFO]-[19-07-2026 09-07-13]-Downloaded 'Dearly Beloved' to '/app/temp_audio/72925.flac'
[INFO]-[19-07-2026 09-07-13]-Lazy-loading MusiCNN models for album: Whenever
[INFO]-[19-07-2026 09-07-13]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-13]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-13]-Starting analysis for: 72925.flac
[WARNING]-[19-07-2026 09-07-14]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 712b56da-3b65-4482-875c-5e7464ab11cf failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-14]-Work horse killed for job 712b56da-3b65-4482-875c-5e7464ab11cf: retpid=2706, ret_val=11
[INFO]-[19-07-2026 09-07-14]-Job 712b56da-3b65-4482-875c-5e7464ab11cf: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-14]-default: tasks.analysis.analyze_album_task('73226', 'The Sky Moves Sideways', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (79f2034a-32be-4350-a814-902bc8790bf4)
[INFO]-[19-07-2026 09-07-14]-[AlbumTask-79f2034a-32be-4350-a814-902bc8790bf4-The Sky Moves Sideways] Fetching tracks for album: The Sky Moves Sideways
[INFO]-[19-07-2026 09-07-14]-Feature plan for album 'The Sky Moves Sideways': MusiCNN=2, DCLAP=2, Lyrics=2 of 9 tracks.
[INFO]-[19-07-2026 09-07-14]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-14]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-14]-[AlbumTask-79f2034a-32be-4350-a814-902bc8790bf4-The Sky Moves Sideways] Analyzing track: The Sky Moves Sideways, Phase 1 by Porcupine Tree (1/9)
[INFO]-[19-07-2026 09-07-16]-Downloaded 'The Sky Moves Sideways, Phase 1' to '/app/temp_audio/73227.flac'
[INFO]-[19-07-2026 09-07-16]-Lazy-loading MusiCNN models for album: The Sky Moves Sideways
[INFO]-[19-07-2026 09-07-16]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-16]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-16]-Starting analysis for: 73227.flac
[INFO]-[19-07-2026 09-07-16]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 256/5676
[WARNING]-[19-07-2026 09-07-17]-Worker 9147ec2417c640b79e10b39b2db77268: job 338da900-f547-4d84-b878-b30b22722425 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-17]-Work horse killed for job 338da900-f547-4d84-b878-b30b22722425: retpid=2745, ret_val=11
[INFO]-[19-07-2026 09-07-17]-Job 338da900-f547-4d84-b878-b30b22722425: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-17]-default: tasks.analysis.analyze_album_task('74802', 'Memoirs of an Imperfect Angel', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (6d38decd-8048-464c-a27e-0215c3116735)
[INFO]-[19-07-2026 09-07-17]-[AlbumTask-6d38decd-8048-464c-a27e-0215c3116735-Memoirs of an Imperfect Angel] Fetching tracks for album: Memoirs of an Imperfect Angel
[INFO]-[19-07-2026 09-07-17]-Feature plan for album 'Memoirs of an Imperfect Angel': MusiCNN=1, DCLAP=1, Lyrics=1 of 21 tracks.
[INFO]-[19-07-2026 09-07-17]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-17]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-17]-Skipping 'Betcha Gon' Know (the prologue) by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-17]-Skipping 'Obsessed by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-17]-Skipping 'H.A.T.E.U. by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-17]-Skipping 'Candy Bling by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-17]-Skipping 'Ribbon by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-17]-Skipping 'Inseparable by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-17]-Skipping 'Standing O by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-17]-[AlbumTask-6d38decd-8048-464c-a27e-0215c3116735-Memoirs of an Imperfect Angel] Analyzing track: It's a Wrap by Mariah Carey (8/21)
[INFO]-[19-07-2026 09-07-17]-Downloaded 'It's a Wrap' to '/app/temp_audio/74810.flac'
[INFO]-[19-07-2026 09-07-17]-Lazy-loading MusiCNN models for album: Memoirs of an Imperfect Angel
[INFO]-[19-07-2026 09-07-17]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-17]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-17]-Starting analysis for: 74810.flac
[WARNING]-[19-07-2026 09-07-21]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 79f2034a-32be-4350-a814-902bc8790bf4 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-21]-Work horse killed for job 79f2034a-32be-4350-a814-902bc8790bf4: retpid=2784, ret_val=11
[INFO]-[19-07-2026 09-07-21]-Job 79f2034a-32be-4350-a814-902bc8790bf4: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-21]-default: tasks.analysis.analyze_album_task('74864', 'Me. I Am Mariah…The Elusive Chanteuse', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (1dd8acb5-adb9-4596-855b-306b8722fa09)
[INFO]-[19-07-2026 09-07-21]-[AlbumTask-1dd8acb5-adb9-4596-855b-306b8722fa09-Me. I Am Mariah…The Elusive Chanteuse] Fetching tracks for album: Me. I Am Mariah…The Elusive Chanteuse
[INFO]-[19-07-2026 09-07-21]-Feature plan for album 'Me. I Am Mariah…The Elusive Chanteuse': MusiCNN=1, DCLAP=1, Lyrics=1 of 18 tracks.
[INFO]-[19-07-2026 09-07-21]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-21]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-21]-Skipping 'Cry. by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'Faded by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'Dedicated by Mariah Carey feat. Nas' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping '#Beautiful by Mariah Carey feat. Miguel' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'Thirsty by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'Make It Look Good by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'You’re Mine (Eternal) by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'You Don’t Know What to Do by Mariah Carey feat. Wale' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'Supernatural by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'Meteorite by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'Camouflage by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'Money ($ * / …) by Mariah Carey feat. Fabolous' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'One More Try by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'Heavenly (No Ways Tired/Can’t Give Up Now) by Mariah Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-[AlbumTask-1dd8acb5-adb9-4596-855b-306b8722fa09-Me. I Am Mariah…The Elusive Chanteuse] Analyzing track: It’s a Wrap by Mariah Carey feat. Mary J. Blige (15/18)
[WARNING]-[19-07-2026 09-07-21]-Worker 9147ec2417c640b79e10b39b2db77268: job 6d38decd-8048-464c-a27e-0215c3116735 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-21]-Work horse killed for job 6d38decd-8048-464c-a27e-0215c3116735: retpid=2816, ret_val=11
[INFO]-[19-07-2026 09-07-21]-default: tasks.analysis.analyze_album_task('72828', 'You Can’t Imagine How Much Fun We’re Having', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (9cc76972-88b4-45e5-b4d3-4eb1130915a0)
[INFO]-[19-07-2026 09-07-21]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 257/5676
[INFO]-[19-07-2026 09-07-21]-[AlbumTask-9cc76972-88b4-45e5-b4d3-4eb1130915a0-You Can’t Imagine How Much Fun We’re Having] Fetching tracks for album: You Can’t Imagine How Much Fun We’re Having
[INFO]-[19-07-2026 09-07-21]-Feature plan for album 'You Can’t Imagine How Much Fun We’re Having': MusiCNN=1, DCLAP=1, Lyrics=1 of 21 tracks.
[INFO]-[19-07-2026 09-07-21]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-21]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-21]-Skipping 'The Arrival by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'Panic Attack by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'Watch Out by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'Musical Chairs by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'Say Hey There by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'Hockey Hair by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'Bam by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'Pour Me Another by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-Skipping 'Smart Went Crazy by Atmosphere' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-21]-[AlbumTask-9cc76972-88b4-45e5-b4d3-4eb1130915a0-You Can’t Imagine How Much Fun We’re Having] Analyzing track: Angelface by Atmosphere (10/21)
[INFO]-[19-07-2026 09-07-22]-Downloaded 'It’s a Wrap' to '/app/temp_audio/74879.flac'
[INFO]-[19-07-2026 09-07-22]-Lazy-loading MusiCNN models for album: Me. I Am Mariah…The Elusive Chanteuse
[INFO]-[19-07-2026 09-07-22]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-22]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-22]-Starting analysis for: 74879.flac
[INFO]-[19-07-2026 09-07-22]-Downloaded 'Angelface' to '/app/temp_audio/72838.flac'
[INFO]-[19-07-2026 09-07-22]-Lazy-loading MusiCNN models for album: You Can’t Imagine How Much Fun We’re Having
[INFO]-[19-07-2026 09-07-22]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-22]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-22]-Starting analysis for: 72838.flac
[WARNING]-[19-07-2026 09-07-26]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 1dd8acb5-adb9-4596-855b-306b8722fa09 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-26]-Work horse killed for job 1dd8acb5-adb9-4596-855b-306b8722fa09: retpid=2862, ret_val=11
[INFO]-[19-07-2026 09-07-26]-default: tasks.analysis.analyze_album_task('72183', 'Another Side of Bob Dylan', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (b553b6ba-5030-431e-977c-c24a607f18e9)
[INFO]-[19-07-2026 09-07-26]-[AlbumTask-b553b6ba-5030-431e-977c-c24a607f18e9-Another Side of Bob Dylan] Fetching tracks for album: Another Side of Bob Dylan
[INFO]-[19-07-2026 09-07-26]-Feature plan for album 'Another Side of Bob Dylan': MusiCNN=3, DCLAP=3, Lyrics=3 of 11 tracks.
[INFO]-[19-07-2026 09-07-26]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-26]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-26]-Skipping 'All I Really Want to Do by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-26]-Skipping 'Black Crow Blues by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-26]-[AlbumTask-b553b6ba-5030-431e-977c-c24a607f18e9-Another Side of Bob Dylan] Analyzing track: Spanish Harlem Incident by Bob Dylan (3/11)
[WARNING]-[19-07-2026 09-07-26]-Worker 9147ec2417c640b79e10b39b2db77268: job 9cc76972-88b4-45e5-b4d3-4eb1130915a0 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-26]-Work horse killed for job 9cc76972-88b4-45e5-b4d3-4eb1130915a0: retpid=2870, ret_val=11
[INFO]-[19-07-2026 09-07-26]-Job 9cc76972-88b4-45e5-b4d3-4eb1130915a0: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-26]-default: tasks.analysis.analyze_album_task('72137', 'Triplicate', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (4cb1aba4-9294-4d04-a7b6-b326151a9c35)
[INFO]-[19-07-2026 09-07-26]-Downloaded 'Spanish Harlem Incident' to '/app/temp_audio/72186.flac'
[INFO]-[19-07-2026 09-07-26]-Lazy-loading MusiCNN models for album: Another Side of Bob Dylan
[INFO]-[19-07-2026 09-07-26]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-26]-[AlbumTask-4cb1aba4-9294-4d04-a7b6-b326151a9c35-Triplicate] Fetching tracks for album: Triplicate
[INFO]-[19-07-2026 09-07-26]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-26]-Starting analysis for: 72186.flac
[INFO]-[19-07-2026 09-07-26]-Feature plan for album 'Triplicate': MusiCNN=4, DCLAP=4, Lyrics=4 of 30 tracks.
[INFO]-[19-07-2026 09-07-26]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-26]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-26]-Skipping 'I Guess I’ll Have to Change My Plans by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-26]-Skipping 'September of My Years by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-26]-Skipping 'I Could Have Told You by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-26]-Skipping 'Once Upon a Time by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-26]-Skipping 'Stormy Weather by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-26]-Skipping 'This Nearly Was Mine by Bob Dylan' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-26]-[AlbumTask-4cb1aba4-9294-4d04-a7b6-b326151a9c35-Triplicate] Analyzing track: That Old Feeling by Bob Dylan (7/30)
[INFO]-[19-07-2026 09-07-26]-Skipping album 'But Here We Are' (ID: 71330) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-26]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 258/5676
[INFO]-[19-07-2026 09-07-26]-Reconciling albums_completed: RQ=2 DB=0 (of 25 launched)
[INFO]-[19-07-2026 09-07-26]-Downloaded 'That Old Feeling' to '/app/temp_audio/72154.flac'
[INFO]-[19-07-2026 09-07-26]-Lazy-loading MusiCNN models for album: Triplicate
[INFO]-[19-07-2026 09-07-26]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-26]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-26]-Starting analysis for: 72154.flac
[INFO]-[19-07-2026 09-07-26]-Skipping album 'Sonic Highways' (ID: 71321) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-26]-Skipping album 'Concrete and Gold' (ID: 71309) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-26]-Skipping album 'Medicine at Midnight' (ID: 71299) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'I and Love and You' (ID: 71267) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'Mignonette' (ID: 71246) - all 20 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'Magpie and the Dandelion' (ID: 71234) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'The Avett Brothers' (ID: 71224) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'Country Was' (ID: 71215) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'A Carolina Jubilee' (ID: 71199) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'The Carpenter' (ID: 71186) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'Four Thieves Gone: The Robbinsville Sessions' (ID: 71168) - all 17 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'Closer Than Together' (ID: 71154) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'True Sadness' (ID: 71141) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'Bookends' (ID: 71127) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'Parsley, Sage, Rosemary and Thyme' (ID: 71114) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'Wednesday Morning, 3 A.M.' (ID: 71101) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'Sounds of Silence' (ID: 71089) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'Bridge Over Troubled Water' (ID: 71077) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'Forever' (ID: 71061) - all 14 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'Have a Nice Day' (ID: 71047) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'Slippery When Wet' (ID: 71029) - all 17 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'Crush' (ID: 71016) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album '2020' (ID: 71002) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'New Jersey (deluxe edition)' (ID: 70973) - all 28 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-27]-Skipping album 'Lost Highway' (ID: 70960) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album '7800° Fahrenheit' (ID: 70949) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'Keep the Faith' (ID: 70936) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'The Circle' (ID: 70923) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'These Days' (ID: 70910) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'This House Is Not for Sale' (ID: 70892) - all 17 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'Burning Bridges' (ID: 70881) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'What About Now' (ID: 70865) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'Bounce' (ID: 70852) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'Bon Jovi' (ID: 70833) - all 18 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'The Last Rebel' (ID: 70821) - all 10 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'God & Guns' (ID: 70808) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'Last of a Dyin’ Breed' (ID: 70774) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'Skynyrd's First: The Complete Muscle Shoals Album' (ID: 70790) - all 17 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'Street Survivors' (ID: 70750) - all 23 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'The Essential Lynyrd Skynyrd' (ID: 70724) - all 25 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'Lynyrd Skynyrd 1991' (ID: 70712) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'Gimme Back My Bullets' (ID: 70702) - all 9 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album '(pronounced ’lĕh‐’nérd ’skin‐’nérd)' (ID: 70688) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'Second Helping' (ID: 70679) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'Endangered Species' (ID: 70665) - all 13 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'Nuthin’ Fancy' (ID: 70656) - all 8 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'Edge of Forever' (ID: 70643) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'Christmas Time Again' (ID: 70631) - all 11 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-28]-Skipping album 'Vicious Cycle' (ID: 70615) - all 15 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[INFO]-[19-07-2026 09-07-29]-Skipping album 'Twenty' (ID: 70602) - all 12 tracks already analyzed (MusiCNN + CLAP + Lyrics).
[WARNING]-[19-07-2026 09-07-30]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job b553b6ba-5030-431e-977c-c24a607f18e9 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-30]-Work horse killed for job b553b6ba-5030-431e-977c-c24a607f18e9: retpid=2947, ret_val=11
[INFO]-[19-07-2026 09-07-30]-Job b553b6ba-5030-431e-977c-c24a607f18e9: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-30]-default: tasks.analysis.analyze_album_task('72126', 'Shadows in the Night', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (2fbbf5f9-d73a-4d33-b459-0a46b69c0237)
[INFO]-[19-07-2026 09-07-30]-[AlbumTask-2fbbf5f9-d73a-4d33-b459-0a46b69c0237-Shadows in the Night] Fetching tracks for album: Shadows in the Night
[INFO]-[19-07-2026 09-07-30]-Feature plan for album 'Shadows in the Night': MusiCNN=2, DCLAP=2, Lyrics=2 of 10 tracks.
[INFO]-[19-07-2026 09-07-30]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-30]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-30]-[AlbumTask-2fbbf5f9-d73a-4d33-b459-0a46b69c0237-Shadows in the Night] Analyzing track: I'm a Fool to Want You by Bob Dylan (1/10)
[INFO]-[19-07-2026 09-07-30]-Downloaded 'I'm a Fool to Want You' to '/app/temp_audio/72127.flac'
[INFO]-[19-07-2026 09-07-30]-Lazy-loading MusiCNN models for album: Shadows in the Night
[INFO]-[19-07-2026 09-07-30]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-30]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-30]-Starting analysis for: 72127.flac
[WARNING]-[19-07-2026 09-07-31]-Worker 9147ec2417c640b79e10b39b2db77268: job 4cb1aba4-9294-4d04-a7b6-b326151a9c35 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-31]-Work horse killed for job 4cb1aba4-9294-4d04-a7b6-b326151a9c35: retpid=2948, ret_val=11
[INFO]-[19-07-2026 09-07-31]-Job 4cb1aba4-9294-4d04-a7b6-b326151a9c35: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-31]-default: tasks.analysis.analyze_album_task('71713', 'Aporia', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (e6d06853-1330-446f-9beb-038715e08283)
[INFO]-[19-07-2026 09-07-31]-[AlbumTask-e6d06853-1330-446f-9beb-038715e08283-Aporia] Fetching tracks for album: Aporia
[INFO]-[19-07-2026 09-07-31]-Feature plan for album 'Aporia': MusiCNN=1, DCLAP=1, Lyrics=1 of 21 tracks.
[INFO]-[19-07-2026 09-07-31]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-31]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-31]-Skipping 'Ousia by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-31]-Skipping 'What It Takes by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-31]-Skipping 'Disinheritance by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-31]-Skipping 'Agathon by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-31]-Skipping 'Determined Outcome by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-31]-Skipping 'Misology by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-31]-Skipping 'Afterworld Alliance by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-31]-Skipping 'Palinodes by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-31]-Skipping 'Backhanded Cloud by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-31]-Skipping 'Glorious You by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-31]-Skipping 'For Raymond Scott by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-31]-Skipping 'Matronymic by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-31]-Skipping 'The Red Desert by Sufjan Stevens & Lowell Brams' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-31]-[AlbumTask-e6d06853-1330-446f-9beb-038715e08283-Aporia] Analyzing track: Conciliation by Sufjan Stevens & Lowell Brams (14/21)
[INFO]-[19-07-2026 09-07-31]-Downloaded 'Conciliation' to '/app/temp_audio/71727.flac'
[INFO]-[19-07-2026 09-07-31]-Lazy-loading MusiCNN models for album: Aporia
[INFO]-[19-07-2026 09-07-31]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-31]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-31]-Starting analysis for: 71727.flac
[INFO]-[19-07-2026 09-07-34]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 307/5676
[WARNING]-[19-07-2026 09-07-34]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 2fbbf5f9-d73a-4d33-b459-0a46b69c0237 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-34]-Work horse killed for job 2fbbf5f9-d73a-4d33-b459-0a46b69c0237: retpid=3018, ret_val=11
[INFO]-[19-07-2026 09-07-34]-Job 2fbbf5f9-d73a-4d33-b459-0a46b69c0237: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-34]-default: tasks.analysis.analyze_album_task('71674', 'Illinois', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a)
[INFO]-[19-07-2026 09-07-34]-[AlbumTask-8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a-Illinois] Fetching tracks for album: Illinois
[WARNING]-[19-07-2026 09-07-34]-Worker 9147ec2417c640b79e10b39b2db77268: job e6d06853-1330-446f-9beb-038715e08283 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-34]-Work horse killed for job e6d06853-1330-446f-9beb-038715e08283: retpid=3047, ret_val=11
[INFO]-[19-07-2026 09-07-34]-Job e6d06853-1330-446f-9beb-038715e08283: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-34]-default: tasks.analysis.analyze_album_task('71773', 'Carrie & Lowell', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (0db5b02a-6a7c-4d7f-8ac1-4ddd5e3dac93)
[INFO]-[19-07-2026 09-07-34]-Feature plan for album 'Illinois': MusiCNN=2, DCLAP=2, Lyrics=2 of 22 tracks.
[INFO]-[19-07-2026 09-07-34]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-34]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-34]-Skipping 'Concerning the UFO Sighting Near Highland, Illinois by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-[AlbumTask-8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a-Illinois] Analyzing track: The Black Hawk War, or, How to Demolish an Entire Civilization and Still Feel Good About Yourself in the Morning, or, We Apologize for the Inconvenience but You’re Going to Have to Leave Now, or, “I Have Fought the Big Knives and Will Continue to Fight Them Until They Are Off Our Lands!” by Sufjan Stevens (2/22)
[ERROR]-[19-07-2026 09-07-34]-Failed to download track The Black Hawk War, or, How to Demolish an Entire Civilization and Still Feel Good About Yourself in the Morning, or, We Apologize for the Inconvenience but You’re Going to Have to Leave Now, or, “I Have Fought the Big Knives and Will Continue to Fight Them Until They Are Off Our Lands!”
Traceback (most recent call last):
File "/app/tasks/mediaserver/plex.py", line 290, in download_track
r.raise_for_status()
File "/usr/local/lib/python3.12/dist-packages/requests/models.py", line 1028, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://plex.tonftp.com/library/parts/72474/1773800092/file.flac?download=1
[ERROR]-[19-07-2026 09-07-34]-Track analysis failed for 'The Black Hawk War, or, How to Demolish an Entire Civilization and Still Feel Good About Yourself in the Morning, or, We Apologize for the Inconvenience but You’re Going to Have to Leave Now, or, “I Have Fought the Big Knives and Will Continue to Fight Them Until They Are Off Our Lands!” by Sufjan Stevens'; continuing with the next track.
Traceback (most recent call last):
File "/app/tasks/analysis/album.py", line 429, in _analyze_album_task_impl
onnx_sessions, fingerprint_index = _analyze_single_track(
^^^^^^^^^^^^^^^^^^^^^^
File "/app/tasks/analysis/album.py", line 210, in _analyze_single_track
path = _stage_download(item, track_name_full)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/tasks/analysis/album.py", line 90, in _stage_download
raise RuntimeError(f"Failed to download required audio for {track_name_full}")
RuntimeError: Failed to download required audio for The Black Hawk War, or, How to Demolish an Entire Civilization and Still Feel Good About Yourself in the Morning, or, We Apologize for the Inconvenience but You’re Going to Have to Leave Now, or, “I Have Fought the Big Knives and Will Continue to Fight Them Until They Are Off Our Lands!” by Sufjan Stevens
[INFO]-[19-07-2026 09-07-34]-Skipping 'Come On! Feel the Illinoise! Part I: The World’s Columbian Exposition, Part II: Carl Sandburg Visits Me in a Dream by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'John Wayne Gacy, Jr. by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'Jacksonville by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'A Short Reprise for Mary Todd, Who Went Insane, but for Very Good Reasons by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'Decatur, or, Round of Applause for Your Stepmother! by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'One Last “Whoo‐Hoo!” for the Pullman by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'Chicago by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'Casimir Pulaski Day by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'To the Workers of the Rockford River Valley Region, I Have an Idea Concerning Your Predicament by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'The Man of Metropolis Steals Our Hearts by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-[AlbumTask-0db5b02a-6a7c-4d7f-8ac1-4ddd5e3dac93-Carrie & Lowell] Fetching tracks for album: Carrie & Lowell
[INFO]-[19-07-2026 09-07-34]-Skipping 'Prairie Fire That Wanders About by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'A Conjunction of Drones Simulating the Way in Which Sufjan Stevens Has an Existential Crisis in the Great Godfrey Maze by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'The Predatory Wasp of the Palisades Is Out to Get Us! by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'They Are Night Zombies!! They Are Neighbors!! They Have Come Back From the Dead!! Ahhhh! by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'Let’s Hear That String Part Again, Because I Don’t Think They Heard It All the Way Out in Bushnell by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-[AlbumTask-8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a-Illinois] Analyzing track: In This Temple as in the Hearts of Man for Whom He Saved the Earth by Sufjan Stevens (18/22)
[INFO]-[19-07-2026 09-07-34]-Feature plan for album 'Carrie & Lowell': MusiCNN=1, DCLAP=1, Lyrics=1 of 18 tracks.
[INFO]-[19-07-2026 09-07-34]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-34]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-34]-Downloaded 'In This Temple as in the Hearts of Man for Whom He Saved the Earth' to '/app/temp_audio/71692.flac'
[INFO]-[19-07-2026 09-07-34]-Lazy-loading MusiCNN models for album: Illinois
[INFO]-[19-07-2026 09-07-34]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-34]-Skipping 'Death With Dignity by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'Should Have Known Better by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'All of Me Wants All of You by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'Drawn to the Blood by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'Eugene by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'Fourth of July by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'The Only Thing by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'Carrie & Lowell by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'John My Beloved by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'No Shade in the Shadow of the Cross by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'Blue Bucket of Gold by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'Death With Dignity (demo) by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'Should Have Known Better (demo) by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'Eugene (demo) by Sufjan Stevens feat. S. Carey' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'The Only Thing (demo) by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-34]-Skipping 'Mystery of Love (demo) by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-35]-Skipping 'Wallowa Lake Monster (version 2) by Sufjan Stevens' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-35]-[AlbumTask-0db5b02a-6a7c-4d7f-8ac1-4ddd5e3dac93-Carrie & Lowell] Analyzing track: Fourth of July (version 4) by Sufjan Stevens (18/18)
[INFO]-[19-07-2026 09-07-35]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-35]-Starting analysis for: 71692.flac
[INFO]-[19-07-2026 09-07-37]-Downloaded 'Fourth of July (version 4)' to '/app/temp_audio/71791.flac'
[INFO]-[19-07-2026 09-07-37]-Lazy-loading MusiCNN models for album: Carrie & Lowell
[INFO]-[19-07-2026 09-07-37]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-37]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-37]-Starting analysis for: 71791.flac
[WARNING]-[19-07-2026 09-07-38]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-38]-Work horse killed for job 8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a: retpid=3102, ret_val=11
[INFO]-[19-07-2026 09-07-38]-Job 8e0d3dfa-ac34-4d9f-b98a-156fb8cbb52a: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-38]-default: tasks.analysis.analyze_album_task('71609', 'Convocations', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (5744cc2e-8762-488b-8f2b-6d491466d972)
[INFO]-[19-07-2026 09-07-38]-[AlbumTask-5744cc2e-8762-488b-8f2b-6d491466d972-Convocations] Fetching tracks for album: Convocations
[INFO]-[19-07-2026 09-07-38]-Feature plan for album 'Convocations': MusiCNN=7, DCLAP=7, Lyrics=7 of 49 tracks.
[INFO]-[19-07-2026 09-07-38]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-38]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-38]-[AlbumTask-5744cc2e-8762-488b-8f2b-6d491466d972-Convocations] Analyzing track: Meditation I by Sufjan Stevens (1/49)
[INFO]-[19-07-2026 09-07-38]-Downloaded 'Meditation I' to '/app/temp_audio/71610.flac'
[INFO]-[19-07-2026 09-07-38]-Lazy-loading MusiCNN models for album: Convocations
[INFO]-[19-07-2026 09-07-38]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-38]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-38]-Starting analysis for: 71610.flac
[INFO]-[19-07-2026 09-07-39]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 307/5676
[WARNING]-[19-07-2026 09-07-42]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 5744cc2e-8762-488b-8f2b-6d491466d972 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-42]-Work horse killed for job 5744cc2e-8762-488b-8f2b-6d491466d972: retpid=3164, ret_val=11
[INFO]-[19-07-2026 09-07-42]-Job 5744cc2e-8762-488b-8f2b-6d491466d972: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-42]-default: tasks.analysis.analyze_album_task('71445', 'Greatest Hits', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (e4d9ffd0-82f6-4c0c-aaaf-fbafee1430a8)
[INFO]-[19-07-2026 09-07-42]-[AlbumTask-e4d9ffd0-82f6-4c0c-aaaf-fbafee1430a8-Greatest Hits] Fetching tracks for album: Greatest Hits
[INFO]-[19-07-2026 09-07-42]-Feature plan for album 'Greatest Hits': MusiCNN=3, DCLAP=3, Lyrics=3 of 16 tracks.
[INFO]-[19-07-2026 09-07-42]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-42]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-42]-Skipping 'All My Life by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-42]-[AlbumTask-e4d9ffd0-82f6-4c0c-aaaf-fbafee1430a8-Greatest Hits] Analyzing track: Best of You by Foo Fighters (2/16)
[INFO]-[19-07-2026 09-07-43]-Downloaded 'Best of You' to '/app/temp_audio/71447.flac'
[INFO]-[19-07-2026 09-07-43]-Lazy-loading MusiCNN models for album: Greatest Hits
[INFO]-[19-07-2026 09-07-43]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-43]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-43]-Starting analysis for: 71447.flac
[INFO]-[19-07-2026 09-07-44]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 307/5676
[WARNING]-[19-07-2026 09-07-44]-Worker 9147ec2417c640b79e10b39b2db77268: job 0db5b02a-6a7c-4d7f-8ac1-4ddd5e3dac93 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-44]-Work horse killed for job 0db5b02a-6a7c-4d7f-8ac1-4ddd5e3dac93: retpid=3104, ret_val=11
[INFO]-[19-07-2026 09-07-44]-Job 0db5b02a-6a7c-4d7f-8ac1-4ddd5e3dac93: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-44]-default: tasks.analysis.analyze_album_task('71591', 'Planetarium', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (9e2f66a6-1f70-4e22-bcd8-7f7cb0b4c80e)
[INFO]-[19-07-2026 09-07-44]-[AlbumTask-9e2f66a6-1f70-4e22-bcd8-7f7cb0b4c80e-Planetarium] Fetching tracks for album: Planetarium
[INFO]-[19-07-2026 09-07-44]-Feature plan for album 'Planetarium': MusiCNN=3, DCLAP=3, Lyrics=3 of 17 tracks.
[INFO]-[19-07-2026 09-07-44]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-44]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-44]-Skipping 'Neptune by Sufjan Stevens, Nico Muhly, Bryce Dessner, James McAlister' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-44]-Skipping 'Jupiter by Sufjan Stevens, Nico Muhly, Bryce Dessner, James McAlister' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-44]-Skipping 'Halley’s Comet by Sufjan Stevens, Nico Muhly, Bryce Dessner, James McAlister' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-44]-Skipping 'Venus by Sufjan Stevens, Nico Muhly, Bryce Dessner, James McAlister' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-44]-[AlbumTask-9e2f66a6-1f70-4e22-bcd8-7f7cb0b4c80e-Planetarium] Analyzing track: Uranus by Sufjan Stevens, Nico Muhly, Bryce Dessner, James McAlister (5/17)
[INFO]-[19-07-2026 09-07-45]-Downloaded 'Uranus' to '/app/temp_audio/71606.flac'
[INFO]-[19-07-2026 09-07-45]-Lazy-loading MusiCNN models for album: Planetarium
[INFO]-[19-07-2026 09-07-45]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-45]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-45]-Starting analysis for: 71606.flac
[WARNING]-[19-07-2026 09-07-47]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job e4d9ffd0-82f6-4c0c-aaaf-fbafee1430a8 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-47]-Work horse killed for job e4d9ffd0-82f6-4c0c-aaaf-fbafee1430a8: retpid=3213, ret_val=11
[INFO]-[19-07-2026 09-07-47]-Job e4d9ffd0-82f6-4c0c-aaaf-fbafee1430a8: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-47]-default: tasks.analysis.analyze_album_task('71356', 'In Your Honor', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (126ca382-4332-44a2-82b2-1193d275e4a7)
[INFO]-[19-07-2026 09-07-47]-[AlbumTask-126ca382-4332-44a2-82b2-1193d275e4a7-In Your Honor] Fetching tracks for album: In Your Honor
[INFO]-[19-07-2026 09-07-47]-Feature plan for album 'In Your Honor': MusiCNN=1, DCLAP=1, Lyrics=1 of 20 tracks.
[INFO]-[19-07-2026 09-07-47]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-47]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-47]-Skipping 'In Your Honor by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-47]-Skipping 'No Way Back by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-47]-[AlbumTask-126ca382-4332-44a2-82b2-1193d275e4a7-In Your Honor] Analyzing track: Best of You by Foo Fighters (3/20)
[INFO]-[19-07-2026 09-07-47]-Downloaded 'Best of You' to '/app/temp_audio/71359.flac'
[INFO]-[19-07-2026 09-07-47]-Lazy-loading MusiCNN models for album: In Your Honor
[INFO]-[19-07-2026 09-07-47]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-47]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-47]-Starting analysis for: 71359.flac
[INFO]-[19-07-2026 09-07-49]-[MainAnalysisTask-22987367-61f4-4531-8f0f-8d891d56c9dc] Albums 307/5676
[WARNING]-[19-07-2026 09-07-49]-Worker 9147ec2417c640b79e10b39b2db77268: job 9e2f66a6-1f70-4e22-bcd8-7f7cb0b4c80e failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-49]-Work horse killed for job 9e2f66a6-1f70-4e22-bcd8-7f7cb0b4c80e: retpid=3252, ret_val=11
[INFO]-[19-07-2026 09-07-49]-Job 9e2f66a6-1f70-4e22-bcd8-7f7cb0b4c80e: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-49]-default: tasks.analysis.analyze_album_task('71341', 'The Colour and the Shape', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (3fa8b297-77fa-4055-90f6-b3844a6f7f9e)
[INFO]-[19-07-2026 09-07-49]-[AlbumTask-3fa8b297-77fa-4055-90f6-b3844a6f7f9e-The Colour and the Shape] Fetching tracks for album: The Colour and the Shape
[INFO]-[19-07-2026 09-07-49]-Feature plan for album 'The Colour and the Shape': MusiCNN=2, DCLAP=2, Lyrics=2 of 14 tracks.
[INFO]-[19-07-2026 09-07-49]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-49]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-49]-Skipping 'Doll by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-49]-Skipping 'Monkey Wrench by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-49]-Skipping 'Hey, Johnny Park! by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-49]-Skipping 'My Poor Brain by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-49]-Skipping 'Wind Up by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-49]-Skipping 'Up in Arms by Foo Fighters' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-49]-[AlbumTask-3fa8b297-77fa-4055-90f6-b3844a6f7f9e-The Colour and the Shape] Analyzing track: My Hero by Foo Fighters (7/14)
[INFO]-[19-07-2026 09-07-50]-Downloaded 'My Hero' to '/app/temp_audio/71348.flac'
[INFO]-[19-07-2026 09-07-50]-Lazy-loading MusiCNN models for album: The Colour and the Shape
[INFO]-[19-07-2026 09-07-50]-ONNX provider chain: ['CPUExecutionProvider']
[INFO]-[19-07-2026 09-07-50]-OK Loaded 2 MusiCNN models for album reuse
[INFO]-[19-07-2026 09-07-50]-Starting analysis for: 71348.flac
[WARNING]-[19-07-2026 09-07-51]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: job 126ca382-4332-44a2-82b2-1193d275e4a7 failed (Work-horse terminated unexpectedly; waitpid returned 11 (signal 11);)
[WARNING]-[19-07-2026 09-07-51]-Work horse killed for job 126ca382-4332-44a2-82b2-1193d275e4a7: retpid=3291, ret_val=11
[INFO]-[19-07-2026 09-07-51]-Job 126ca382-4332-44a2-82b2-1193d275e4a7: enqueued for retry, 0 remaining
[INFO]-[19-07-2026 09-07-51]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: finished executing 50 jobs, quitting
[INFO]-[19-07-2026 09-07-51]-Worker 0dc8ddc09c22476ba5663fd70cf31f67: unsubscribing from channel rq:pubsub:0dc8ddc09c22476ba5663fd70cf31f67
2026-07-19 09:07:51,800 INFO exited: rq-worker-default-1 (exit status 0; expected)
2026-07-19 09:07:52,805 INFO spawned: 'rq-worker-default-1' with pid 3369
Default worker CPU thread cap = 8 (cpu_count // 2, min 2)
[INFO]-[19-07-2026 09-07-53]-DEFAULT RQ Worker starting. Version: v3.0.2. Listening on queues: ['default']
[INFO]-[19-07-2026 09-07-53]-Using Redis connection: {'socket_connect_timeout': 30, 'socket_timeout': 60, 'health_check_interval': 30, 'retry_on_timeout': True, 'socket_keepalive': True, 'host': 'localhost', 'port': 6379, 'db': 0}
[INFO]-[19-07-2026 09-07-53]-RQ Worker logging level set to: INFO
[INFO]-[19-07-2026 09-07-53]-Worker will restart after 50 jobs to prevent memory leaks
[INFO]-[19-07-2026 09-07-53]-Worker 2a2ac5b14bf4401989c1cfba258baf0b: started with PID 3369, version 2.7.0
[INFO]-[19-07-2026 09-07-53]-Worker 2a2ac5b14bf4401989c1cfba258baf0b: subscribing to channel rq:pubsub:2a2ac5b14bf4401989c1cfba258baf0b
[INFO]-[19-07-2026 09-07-53]-*** Listening on default...
[INFO]-[19-07-2026 09-07-53]-Worker 2a2ac5b14bf4401989c1cfba258baf0b: cleaning registries for queue: default
[INFO]-[19-07-2026 09-07-53]-default: tasks.analysis.analyze_album_task('73944', 'In Utero', 5, '22987367-61f4-4531-8f0f-8d891d56c9dc', 'cd744b052a3d40f2acff05d8b0fa19fd') (23462f65-e4c1-4b34-96e4-67373018537e)
[INFO]-[19-07-2026 09-07-53]-[AlbumTask-23462f65-e4c1-4b34-96e4-67373018537e-In Utero] Fetching tracks for album: In Utero
[INFO]-[19-07-2026 09-07-53]-Feature plan for album 'In Utero': MusiCNN=1, DCLAP=1, Lyrics=1 of 60 tracks.
[INFO]-[19-07-2026 09-07-53]-Loaded CLAP text embeddings from Redis cache (6 labels)
[INFO]-[19-07-2026 09-07-53]-OK CLAP other feature text embeddings ready (6 labels)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Serve the Servants by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Scentless Apprentice by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Heart‐shaped Box by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Rape Me by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Frances Farmer Will Have Her Revenge on Seattle by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Dumb by Nirvana' - all analyses complete (MusiCNN: OK, CLAP: OK, Lyrics: OK)
[INFO]-[19-07-2026 09-07-53]-Skipping 'Very Ape by Nirvana' - all analyses complete (Musi
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment