Hi,
I am trying to submit to the PAN 2026 Multi-Author Writing Style Analysis task as team spcrc.
After a long debugging process, my container now:
-
builds successfully
-
passes the smoketest successfully
-
produces correct outputs
-
uploads Docker layers successfully
-
passes image compatibility checks
However, the final registration step consistently fails with an HTTP 500 error from the TIRA backend.
The important part is that the full smoketest completes successfully before the failure occurs.
Relevant logs:
Finished: 9 docs in 174.2s (0.1 doc/s)
######################################### Review the Outputs of your Software ##########################################
# Your software produced the following outputs in tira-output.
########################################################################################################################
- hard: 4096 bytes
- .tracking-results.yml: 24364 bytes
- medium: 4096 bytes
- easy: 4096 bytes
Are the outputs correct and should I push the software to TIRA? (y/N) y
Docker upload also appears to complete:
Push Docker image
Pushing (67e8c37b2942):: ...
Pushing (b731c310c6c2):: ...
Pushing (a28d4ee5ea19):: ...
...
Upload TIRA_SOFTWARE ...
But after that, the backend returns:
Upload of software failed with error
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
and response code 500.
Additional context:
-
I already rebuilt the image with:
-
DOCKER_BUILDKIT=0 -
--platform linux/amd64
-
-
The earlier “image incompatible with cluster” issue is resolved.
-
The image is hosted on DockerHub:
docker.io/shubhankark/pan26-style-change:latest
-
The container runs fully offline and passes the smoketest locally through
tira-run.
Could someone please help check whether:
-
the software was partially registered despite the 500 error, or
-
there is currently a backend issue affecting submission registration?
Thanks a lot.