Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail status for the submission on the nuScenes Challenge #4213

Closed
WWW2323 opened this issue Nov 10, 2023 · 1 comment
Closed

Fail status for the submission on the nuScenes Challenge #4213

WWW2323 opened this issue Nov 10, 2023 · 1 comment

Comments

@WWW2323
Copy link

WWW2323 commented Nov 10, 2023

Hi, @gchhablani @Suryansh5545 I am really sorry to bother you, but I really need this result urgently because the deadline for CVPR is coming orz. When I submit my result to the nuScenes LiDAR Semantic Segmentation Challenge, the final status is Failed. Although I can see the evaluation results on the stdout, I cannot make my submission public.

The content in the stderr is as follows:

Traceback (most recent call last):
  File "/code/scripts/workers/submission_worker.py", line 599, in run_submission
    LeaderboardData.objects.bulk_create(leaderboard_data_list)\
  File "/usr/local/lib/python3.7/site-packages/django/db/models/manager.py", line 82, in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
  File "/usr/local/lib/python3.7/site-packages/django/db/models/query.py", line 474, in bulk_create
    ids = self._batched_insert(objs_without_pk, fields, batch_size, ignore_conflicts=ignore_conflicts)
  File "/usr/local/lib/python3.7/site-packages/django/db/models/query.py", line 1204, in _batched_insert
    ignore_conflicts=ignore_conflicts,
  File "/usr/local/lib/python3.7/site-packages/django/db/models/query.py", line 1186, in _insert
    return query.get_compiler(using=using).execute_sql(return_id)
  File "/usr/local/lib/python3.7/site-packages/django/db/models/sql/compiler.py", line 1377, in execute_sql
    cursor.execute(sql, params)
  File "/usr/local/lib/python3.7/site-packages/raven/contrib/django/client.py", line 127, in execute
    return real_execute(self, sql, params)
  File "/usr/local/lib/python3.7/site-packages/django/db/backends/utils.py", line 67, in execute
    return self._execute_with_wrappers(sql, params, many=False, executor=self._execute)
  File "/usr/local/lib/python3.7/site-packages/django/db/backends/utils.py", line 76, in _execute_with_wrappers
    return executor(sql, params, many, context)
  File "/usr/local/lib/python3.7/site-packages/django/db/backends/utils.py", line 84, in _execute
    return self.cursor.execute(sql, params)
  File "/usr/local/lib/python3.7/site-packages/django/db/utils.py", line 89, in __exit__
    raise dj_exc_value.with_traceback(traceback) from exc_value
  File "/usr/local/lib/python3.7/site-packages/django/db/backends/utils.py", line 84, in _execute
    return self.cursor.execute(sql, params)
django.db.utils.IntegrityError: null value in column "is_disabled" violates not-null constraint

I find the problem of "Failed status" seems to be related to the recent commit. Could you please help me? Thanks!

@gchhablani
Copy link
Collaborator

Fixed. Please send me an email in case this happens again.
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants