User Deprecated: MySQL 5.6 support is deprecated and will be removed in DBAL 4. Consider upgrading to MySQL 5.7 or later. (AbstractMySQLDriver.php:113 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5072, package doctrine/dbal)
"SELECT t0.userid AS userid_1, t0.externalid AS externalid_2, t0.username AS username_3, t0.name AS name_4, t0.email AS email_5, t0.last_login AS last_login_6, t0.last_api_login AS last_api_login_7, t0.first_login AS first_login_8, t0.last_ip_address AS last_ip_address_9, t0.password AS password_10, t0.ip_address AS ip_address_11, t0.enabled AS enabled_12, t0.teamid AS teamid_13 FROM user t0 WHERE t0.username = ? LIMIT 1"
(parameters:
[1 => "admin"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.userid AS userid_1, t0.externalid AS externalid_2, t0.username AS username_3, t0.name AS name_4, t0.email AS email_5, t0.last_login AS last_login_6, t0.last_api_login AS last_api_login_7, t0.first_login AS first_login_8, t0.last_ip_address AS last_ip_address_9, t0.password AS password_10, t0.ip_address AS ip_address_11, t0.enabled AS enabled_12, t0.teamid AS teamid_13 FROM user t0 WHERE t0.username = ? LIMIT 1"
"params" => [1 => "admin"
]
"types" => [1 => 2]
]
"SELECT t0.roleid AS roleid_1, t0.role AS role_2, t0.description AS description_3 FROM role t0 INNER JOIN userrole ON t0.roleid = userrole.roleid WHERE userrole.userid = ?"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.roleid AS roleid_1, t0.role AS role_2, t0.description AS description_3 FROM role t0 INNER JOIN userrole ON t0.roleid = userrole.roleid WHERE userrole.userid = ?"
"params" => [1 => 1]
"types" => [1 => 1]
]
debug
Beginning transaction
doctrine
debug
Executing statement:
"UPDATE user SET last_api_login = ? WHERE userid = ?"
(parameters:
[1 => 1776027741.95932 => 1]
, types:
[1 => 22 => 1]
)
doctrine
[
"sql" => "UPDATE user SET last_api_login = ? WHERE userid = ?"
"params" => [1 => 1776027741.95932 => 1]
"types" => [1 => 22 => 1]
]
"SELECT c0_.cid AS cid_0, c0_.externalid AS externalid_1, c0_.name AS name_2, c0_.shortname AS shortname_3, c0_.activatetime AS activatetime_4, c0_.starttime AS starttime_5, c0_.starttime_enabled AS starttime_enabled_6, c0_.freezetime AS freezetime_7, c0_.endtime AS endtime_8, c0_.unfreezetime AS unfreezetime_9, c0_.finalizetime AS finalizetime_10, c0_.finalizecomment AS finalizecomment_11, c0_.b AS b_12, c0_.scoreboard_type AS scoreboard_type_13, c0_.medals_enabled AS medals_enabled_14, c0_.gold_medals AS gold_medals_15, c0_.silver_medals AS silver_medals_16, c0_.bronze_medals AS bronze_medals_17, c0_.deactivatetime AS deactivatetime_18, c0_.activatetime_string AS activatetime_string_19, c0_.starttime_string AS starttime_string_20, c0_.freezetime_string AS freezetime_string_21, c0_.endtime_string AS endtime_string_22, c0_.unfreezetime_string AS unfreezetime_string_23, c0_.deactivatetime_string AS deactivatetime_string_24, c0_.enabled AS enabled_25, c0_.allow_submit AS allow_submit_26, c0_.process_balloons AS process_balloons_27, c0_.runtime_as_score_tiebreaker AS runtime_as_score_tiebreaker_28, c0_.public AS public_29, c0_.open_to_all_teams AS open_to_all_teams_30, c0_.warning_message AS warning_message_31, c0_.is_locked AS is_locked_32, c0_.contest_problemset_type AS contest_problemset_type_33 FROM contest c0_ WHERE c0_.enabled = 1 AND c0_.externalid = ? ORDER BY c0_.activatetime ASC"
(parameters:
[1 => "12"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT c0_.cid AS cid_0, c0_.externalid AS externalid_1, c0_.name AS name_2, c0_.shortname AS shortname_3, c0_.activatetime AS activatetime_4, c0_.starttime AS starttime_5, c0_.starttime_enabled AS starttime_enabled_6, c0_.freezetime AS freezetime_7, c0_.endtime AS endtime_8, c0_.unfreezetime AS unfreezetime_9, c0_.finalizetime AS finalizetime_10, c0_.finalizecomment AS finalizecomment_11, c0_.b AS b_12, c0_.scoreboard_type AS scoreboard_type_13, c0_.medals_enabled AS medals_enabled_14, c0_.gold_medals AS gold_medals_15, c0_.silver_medals AS silver_medals_16, c0_.bronze_medals AS bronze_medals_17, c0_.deactivatetime AS deactivatetime_18, c0_.activatetime_string AS activatetime_string_19, c0_.starttime_string AS starttime_string_20, c0_.freezetime_string AS freezetime_string_21, c0_.endtime_string AS endtime_string_22, c0_.unfreezetime_string AS unfreezetime_string_23, c0_.deactivatetime_string AS deactivatetime_string_24, c0_.enabled AS enabled_25, c0_.allow_submit AS allow_submit_26, c0_.process_balloons AS process_balloons_27, c0_.runtime_as_score_tiebreaker AS runtime_as_score_tiebreaker_28, c0_.public AS public_29, c0_.open_to_all_teams AS open_to_all_teams_30, c0_.warning_message AS warning_message_31, c0_.is_locked AS is_locked_32, c0_.contest_problemset_type AS contest_problemset_type_33 FROM contest c0_ WHERE c0_.enabled = 1 AND c0_.externalid = ? ORDER BY c0_.activatetime ASC"
"params" => [1 => "12"
]
"types" => [1 => 2]
]
"SELECT j0_.judgingid AS judgingid_0, j0_.starttime AS starttime_1, j0_.endtime AS endtime_2, j0_.max_runtime_for_verdict AS max_runtime_for_verdict_3, j0_.result AS result_4, j0_.verified AS verified_5, j0_.jury_member AS jury_member_6, j0_.verify_comment AS verify_comment_7, j0_.valid AS valid_8, j0_.output_compile AS output_compile_9, j0_.metadata AS metadata_10, j0_.seen AS seen_11, j0_.judge_completely AS judge_completely_12, j0_.uuid AS uuid_13, c1_.cid AS cid_14, c1_.externalid AS externalid_15, c1_.name AS name_16, c1_.shortname AS shortname_17, c1_.activatetime AS activatetime_18, c1_.starttime AS starttime_19, c1_.starttime_enabled AS starttime_enabled_20, c1_.freezetime AS freezetime_21, c1_.endtime AS endtime_22, c1_.unfreezetime AS unfreezetime_23, c1_.finalizetime AS finalizetime_24, c1_.finalizecomment AS finalizecomment_25, c1_.b AS b_26, c1_.scoreboard_type AS scoreboard_type_27, c1_.medals_enabled AS medals_enabled_28, c1_.gold_medals AS gold_medals_29, c1_.silver_medals AS silver_medals_30, c1_.bronze_medals AS bronze_medals_31, c1_.deactivatetime AS deactivatetime_32, c1_.activatetime_string AS activatetime_string_33, c1_.starttime_string AS starttime_string_34, c1_.freezetime_string AS freezetime_string_35, c1_.endtime_string AS endtime_string_36, c1_.unfreezetime_string AS unfreezetime_string_37, c1_.deactivatetime_string AS deactivatetime_string_38, c1_.enabled AS enabled_39, c1_.allow_submit AS allow_submit_40, c1_.process_balloons AS process_balloons_41, c1_.runtime_as_score_tiebreaker AS runtime_as_score_tiebreaker_42, c1_.public AS public_43, c1_.open_to_all_teams AS open_to_all_teams_44, c1_.warning_message AS warning_message_45, c1_.is_locked AS is_locked_46, c1_.contest_problemset_type AS contest_problemset_type_47, s2_.submitid AS submitid_48, s2_.externalid AS externalid_49, s2_.submittime AS submittime_50, s2_.valid AS valid_51, s2_.expected_results AS expected_results_52, s2_.entry_point AS entry_point_53, s2_.import_error AS import_error_54, j0_.cid AS cid_55, j0_.submitid AS submitid_56, j0_.rejudgingid AS rejudgingid_57, j0_.prevjudgingid AS prevjudgingid_58, j0_.errorid AS errorid_59, s2_.cid AS cid_60, s2_.langid AS langid_61, s2_.teamid AS teamid_62, s2_.userid AS userid_63, s2_.probid AS probid_64, s2_.cid AS cid_65, s2_.probid AS probid_66, s2_.rejudgingid AS rejudgingid_67, s2_.origsubmitid AS origsubmitid_68 FROM judging j0_ LEFT JOIN contest c1_ ON j0_.cid = c1_.cid LEFT JOIN submission s2_ ON j0_.submitid = s2_.submitid LEFT JOIN rejudging r3_ ON j0_.rejudgingid = r3_.rejudgingid LEFT JOIN judging_run j4_ ON j0_.judgingid = j4_.judgingid WHERE j0_.cid = ? AND j0_.submitid = ? GROUP BY j0_.judgingid ORDER BY j0_.judgingid ASC"
(parameters:
[1 => 162 => "60453"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT j0_.judgingid AS judgingid_0, j0_.starttime AS starttime_1, j0_.endtime AS endtime_2, j0_.max_runtime_for_verdict AS max_runtime_for_verdict_3, j0_.result AS result_4, j0_.verified AS verified_5, j0_.jury_member AS jury_member_6, j0_.verify_comment AS verify_comment_7, j0_.valid AS valid_8, j0_.output_compile AS output_compile_9, j0_.metadata AS metadata_10, j0_.seen AS seen_11, j0_.judge_completely AS judge_completely_12, j0_.uuid AS uuid_13, c1_.cid AS cid_14, c1_.externalid AS externalid_15, c1_.name AS name_16, c1_.shortname AS shortname_17, c1_.activatetime AS activatetime_18, c1_.starttime AS starttime_19, c1_.starttime_enabled AS starttime_enabled_20, c1_.freezetime AS freezetime_21, c1_.endtime AS endtime_22, c1_.unfreezetime AS unfreezetime_23, c1_.finalizetime AS finalizetime_24, c1_.finalizecomment AS finalizecomment_25, c1_.b AS b_26, c1_.scoreboard_type AS scoreboard_type_27, c1_.medals_enabled AS medals_enabled_28, c1_.gold_medals AS gold_medals_29, c1_.silver_medals AS silver_medals_30, c1_.bronze_medals AS bronze_medals_31, c1_.deactivatetime AS deactivatetime_32, c1_.activatetime_string AS activatetime_string_33, c1_.starttime_string AS starttime_string_34, c1_.freezetime_string AS freezetime_string_35, c1_.endtime_string AS endtime_string_36, c1_.unfreezetime_string AS unfreezetime_string_37, c1_.deactivatetime_string AS deactivatetime_string_38, c1_.enabled AS enabled_39, c1_.allow_submit AS allow_submit_40, c1_.process_balloons AS process_balloons_41, c1_.runtime_as_score_tiebreaker AS runtime_as_score_tiebreaker_42, c1_.public AS public_43, c1_.open_to_all_teams AS open_to_all_teams_44, c1_.warning_message AS warning_message_45, c1_.is_locked AS is_locked_46, c1_.contest_problemset_type AS contest_problemset_type_47, s2_.submitid AS submitid_48, s2_.externalid AS externalid_49, s2_.submittime AS submittime_50, s2_.valid AS valid_51, s2_.expected_results AS expected_results_52, s2_.entry_point AS entry_point_53, s2_.import_error AS import_error_54, j0_.cid AS cid_55, j0_.submitid AS submitid_56, j0_.rejudgingid AS rejudgingid_57, j0_.prevjudgingid AS prevjudgingid_58, j0_.errorid AS errorid_59, s2_.cid AS cid_60, s2_.langid AS langid_61, s2_.teamid AS teamid_62, s2_.userid AS userid_63, s2_.probid AS probid_64, s2_.cid AS cid_65, s2_.probid AS probid_66, s2_.rejudgingid AS rejudgingid_67, s2_.origsubmitid AS origsubmitid_68 FROM judging j0_ LEFT JOIN contest c1_ ON j0_.cid = c1_.cid LEFT JOIN submission s2_ ON j0_.submitid = s2_.submitid LEFT JOIN rejudging r3_ ON j0_.rejudgingid = r3_.rejudgingid LEFT JOIN judging_run j4_ ON j0_.judgingid = j4_.judgingid WHERE j0_.cid = ? AND j0_.submitid = ? GROUP BY j0_.judgingid ORDER BY j0_.judgingid ASC"
"params" => [1 => 162 => "60453"
]
"types" => [1 => 12 => 2]
]
debug
Executing statement:
"SELECT t0.runid AS runid_1, t0.judgetaskid AS judgetaskid_2, t0.runresult AS runresult_3, t0.runtime AS runtime_4, t0.endtime AS endtime_5, t0.testcase_dir AS testcase_dir_6, t0.judgingid AS judgingid_7, t0.testcaseid AS testcaseid_8, t0.judgetaskid AS judgetaskid_9 FROM judging_run t0 WHERE t0.judgingid = ?"
(parameters:
[1 => 60638]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.runid AS runid_1, t0.judgetaskid AS judgetaskid_2, t0.runresult AS runresult_3, t0.runtime AS runtime_4, t0.endtime AS endtime_5, t0.testcase_dir AS testcase_dir_6, t0.judgingid AS judgingid_7, t0.testcaseid AS testcaseid_8, t0.judgetaskid AS judgetaskid_9 FROM judging_run t0 WHERE t0.judgingid = ?"
"params" => [1 => 60638]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT j0_.runid AS runid_0, j0_.judgetaskid AS judgetaskid_1, j0_.runresult AS runresult_2, j0_.runtime AS runtime_3, j0_.endtime AS endtime_4, j0_.testcase_dir AS testcase_dir_5, j1_.output_run AS output_run_6, j1_.output_diff AS output_diff_7, j1_.output_error AS output_error_8, j1_.output_system AS output_system_9, j1_.team_message AS team_message_10, j1_.metadata AS metadata_11, j1_.validator_metadata AS validator_metadata_12, t2_.testcaseid AS testcaseid_13, t2_.md5sum_input AS md5sum_input_14, t2_.md5sum_output AS md5sum_output_15, t2_.ranknumber AS ranknumber_16, t2_.description AS description_17, t2_.orig_input_filename AS orig_input_filename_18, t2_.image_type AS image_type_19, t2_.sample AS sample_20, t2_.deleted AS deleted_21, t3_.tc_contentid AS tc_contentid_22, t3_.input AS input_23, t3_.output AS output_24, t3_.image AS image_25, t3_.image_thumb AS image_thumb_26, j0_.judgingid AS judgingid_27, j0_.testcaseid AS testcaseid_28, j0_.judgetaskid AS judgetaskid_29, j1_.runid AS runid_30, t2_.probid AS probid_31, t3_.testcaseid AS testcaseid_32 FROM judging_run j0_ LEFT JOIN judging_run_output j1_ ON j0_.runid = j1_.runid LEFT JOIN testcase t2_ ON j0_.testcaseid = t2_.testcaseid LEFT JOIN testcase_content t3_ ON t2_.testcaseid = t3_.testcaseid WHERE j0_.judgingid = ? ORDER BY t2_.ranknumber ASC"
(parameters:
[1 => 60638]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT j0_.runid AS runid_0, j0_.judgetaskid AS judgetaskid_1, j0_.runresult AS runresult_2, j0_.runtime AS runtime_3, j0_.endtime AS endtime_4, j0_.testcase_dir AS testcase_dir_5, j1_.output_run AS output_run_6, j1_.output_diff AS output_diff_7, j1_.output_error AS output_error_8, j1_.output_system AS output_system_9, j1_.team_message AS team_message_10, j1_.metadata AS metadata_11, j1_.validator_metadata AS validator_metadata_12, t2_.testcaseid AS testcaseid_13, t2_.md5sum_input AS md5sum_input_14, t2_.md5sum_output AS md5sum_output_15, t2_.ranknumber AS ranknumber_16, t2_.description AS description_17, t2_.orig_input_filename AS orig_input_filename_18, t2_.image_type AS image_type_19, t2_.sample AS sample_20, t2_.deleted AS deleted_21, t3_.tc_contentid AS tc_contentid_22, t3_.input AS input_23, t3_.output AS output_24, t3_.image AS image_25, t3_.image_thumb AS image_thumb_26, j0_.judgingid AS judgingid_27, j0_.testcaseid AS testcaseid_28, j0_.judgetaskid AS judgetaskid_29, j1_.runid AS runid_30, t2_.probid AS probid_31, t3_.testcaseid AS testcaseid_32 FROM judging_run j0_ LEFT JOIN judging_run_output j1_ ON j0_.runid = j1_.runid LEFT JOIN testcase t2_ ON j0_.testcaseid = t2_.testcaseid LEFT JOIN testcase_content t3_ ON t2_.testcaseid = t3_.testcaseid WHERE j0_.judgingid = ? ORDER BY t2_.ranknumber ASC"
"params" => [1 => 60638]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.probid AS probid_1, t0.externalid AS externalid_2, t0.name AS name_3, t0.timelimit AS timelimit_4, t0.memlimit AS memlimit_5, t0.outputlimit AS outputlimit_6, t0.special_compare_args AS special_compare_args_7, t0.problemstatement_type AS problemstatement_type_8, t0.types AS types_9, t0.multipass_limit AS multipass_limit_10, t0.special_compare AS special_compare_11, t0.special_run AS special_run_12 FROM problem t0 WHERE t0.probid = ?"
(parameters:
[1 => 404]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.probid AS probid_1, t0.externalid AS externalid_2, t0.name AS name_3, t0.timelimit AS timelimit_4, t0.memlimit AS memlimit_5, t0.outputlimit AS outputlimit_6, t0.special_compare_args AS special_compare_args_7, t0.problemstatement_type AS problemstatement_type_8, t0.types AS types_9, t0.multipass_limit AS multipass_limit_10, t0.special_compare AS special_compare_11, t0.special_run AS special_run_12 FROM problem t0 WHERE t0.probid = ?"
"params" => [1 => 404]
"types" => [1 => 1]
]
debug
Stored the security token in the session.
security
[
"key" => "_security_domjudge"
]
deprecation
Deprecated: Using null as an array offset is deprecated, use an empty string instead
Log messages generated during the compilation of the service container.
Messages
Class
515
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CallApiActionCommand" (parent: .abstract.instanceof.App\Command\CallApiActionCommand).
Resolving inheritance for "App\Command\CallApiActionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CallApiActionCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckDatabaseConfigurationDefaultValuesCommand" (parent: .abstract.instanceof.App\Command\CheckDatabaseConfigurationDefaultValuesCommand).
Resolving inheritance for "App\Command\CheckDatabaseConfigurationDefaultValuesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckDatabaseConfigurationDefaultValuesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CompareAwardsCommand" (parent: .abstract.instanceof.App\Command\CompareAwardsCommand).
Resolving inheritance for "App\Command\CompareAwardsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CompareAwardsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CompareResultsCommand" (parent: .abstract.instanceof.App\Command\CompareResultsCommand).
Resolving inheritance for "App\Command\CompareResultsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CompareResultsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CompareScoreboardCommand" (parent: .abstract.instanceof.App\Command\CompareScoreboardCommand).
Resolving inheritance for "App\Command\CompareScoreboardCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CompareScoreboardCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportEventFeedCommand" (parent: .abstract.instanceof.App\Command\ImportEventFeedCommand).
Resolving inheritance for "App\Command\ImportEventFeedCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportEventFeedCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoadDefaultDataCommand" (parent: .abstract.instanceof.App\Command\LoadDefaultDataCommand).
Resolving inheritance for "App\Command\LoadDefaultDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoadDefaultDataCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoadDevelopmentDataCommand" (parent: .abstract.instanceof.App\Command\LoadDevelopmentDataCommand).
Resolving inheritance for "App\Command\LoadDevelopmentDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoadDevelopmentDataCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoadExampleDataCommand" (parent: .abstract.instanceof.App\Command\LoadExampleDataCommand).
Resolving inheritance for "App\Command\LoadExampleDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoadExampleDataCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoadGatlingDataCommand" (parent: .abstract.instanceof.App\Command\LoadGatlingDataCommand).
Resolving inheritance for "App\Command\LoadGatlingDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoadGatlingDataCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RefreshCacheCommand" (parent: .abstract.instanceof.App\Command\RefreshCacheCommand).
Resolving inheritance for "App\Command\RefreshCacheCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RefreshCacheCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ResetUserPasswordCommand" (parent: .abstract.instanceof.App\Command\ResetUserPasswordCommand).
Resolving inheritance for "App\Command\ResetUserPasswordCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ResetUserPasswordCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScoreboardMergeCommand" (parent: .abstract.instanceof.App\Command\ScoreboardMergeCommand).
Resolving inheritance for "App\Command\ScoreboardMergeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScoreboardMergeCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\AccessController" (parent: .abstract.instanceof.App\Controller\API\AccessController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\AccessController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\AccessController).
Resolving inheritance for "App\Controller\API\AccessController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\AccessController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\AccountController" (parent: .abstract.instanceof.App\Controller\API\AccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\AccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\AccountController).
Resolving inheritance for "App\Controller\API\AccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\AccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\AwardsController" (parent: .abstract.instanceof.App\Controller\API\AwardsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\AwardsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\AwardsController).
Resolving inheritance for "App\Controller\API\AwardsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\AwardsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\BalloonController" (parent: .abstract.instanceof.App\Controller\API\BalloonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\BalloonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\BalloonController).
Resolving inheritance for "App\Controller\API\BalloonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\BalloonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\ClarificationController" (parent: .abstract.instanceof.App\Controller\API\ClarificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\ClarificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\ClarificationController).
Resolving inheritance for "App\Controller\API\ClarificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\ClarificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\ContestController" (parent: .abstract.instanceof.App\Controller\API\ContestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\ContestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\ContestController).
Resolving inheritance for "App\Controller\API\ContestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\ContestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\ExecutableController" (parent: .abstract.instanceof.App\Controller\API\ExecutableController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\ExecutableController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\ExecutableController).
Resolving inheritance for "App\Controller\API\ExecutableController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\ExecutableController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\GeneralInfoController" (parent: .abstract.instanceof.App\Controller\API\GeneralInfoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\GeneralInfoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\GeneralInfoController).
Resolving inheritance for "App\Controller\API\GeneralInfoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\GeneralInfoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\GroupController" (parent: .abstract.instanceof.App\Controller\API\GroupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\GroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\GroupController).
Resolving inheritance for "App\Controller\API\GroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\GroupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\JudgehostController" (parent: .abstract.instanceof.App\Controller\API\JudgehostController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\JudgehostController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\JudgehostController).
Resolving inheritance for "App\Controller\API\JudgehostController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\JudgehostController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\JudgementController" (parent: .abstract.instanceof.App\Controller\API\JudgementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\JudgementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\JudgementController).
Resolving inheritance for "App\Controller\API\JudgementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\JudgementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\JudgementTypeController" (parent: .abstract.instanceof.App\Controller\API\JudgementTypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\JudgementTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\JudgementTypeController).
Resolving inheritance for "App\Controller\API\JudgementTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\JudgementTypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\LanguageController" (parent: .abstract.instanceof.App\Controller\API\LanguageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\LanguageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\LanguageController).
Resolving inheritance for "App\Controller\API\LanguageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\LanguageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\MetricsController" (parent: .abstract.instanceof.App\Controller\API\MetricsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\MetricsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\MetricsController).
Resolving inheritance for "App\Controller\API\MetricsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\MetricsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\OrganizationController" (parent: .abstract.instanceof.App\Controller\API\OrganizationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\OrganizationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\OrganizationController).
Resolving inheritance for "App\Controller\API\OrganizationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\OrganizationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\PrintController" (parent: .abstract.instanceof.App\Controller\API\PrintController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\PrintController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\PrintController).
Resolving inheritance for "App\Controller\API\PrintController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\PrintController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\ProblemController" (parent: .abstract.instanceof.App\Controller\API\ProblemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\ProblemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\ProblemController).
Resolving inheritance for "App\Controller\API\ProblemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\ProblemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\RunController" (parent: .abstract.instanceof.App\Controller\API\RunController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\RunController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\RunController).
Resolving inheritance for "App\Controller\API\RunController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\RunController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\ScoreboardController" (parent: .abstract.instanceof.App\Controller\API\ScoreboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\ScoreboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\ScoreboardController).
Resolving inheritance for "App\Controller\API\ScoreboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\ScoreboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\SubmissionController" (parent: .abstract.instanceof.App\Controller\API\SubmissionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\SubmissionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\SubmissionController).
Resolving inheritance for "App\Controller\API\SubmissionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\SubmissionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\TeamController" (parent: .abstract.instanceof.App\Controller\API\TeamController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\TeamController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\TeamController).
Resolving inheritance for "App\Controller\API\TeamController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\TeamController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\UserController" (parent: .abstract.instanceof.App\Controller\API\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\UserController).
Resolving inheritance for "App\Controller\API\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\AnalysisController" (parent: .abstract.instanceof.App\Controller\Jury\AnalysisController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\AnalysisController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\AnalysisController).
Resolving inheritance for "App\Controller\Jury\AnalysisController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\AnalysisController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\AuditLogController" (parent: .abstract.instanceof.App\Controller\Jury\AuditLogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\AuditLogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\AuditLogController).
Resolving inheritance for "App\Controller\Jury\AuditLogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\AuditLogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\BalloonController" (parent: .abstract.instanceof.App\Controller\Jury\BalloonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\BalloonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\BalloonController).
Resolving inheritance for "App\Controller\Jury\BalloonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\BalloonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\ClarificationController" (parent: .abstract.instanceof.App\Controller\Jury\ClarificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\ClarificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\ClarificationController).
Resolving inheritance for "App\Controller\Jury\ClarificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\ClarificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\ConfigController" (parent: .abstract.instanceof.App\Controller\Jury\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\ConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\ConfigController).
Resolving inheritance for "App\Controller\Jury\ConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\ContestController" (parent: .abstract.instanceof.App\Controller\Jury\ContestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\ContestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\ContestController).
Resolving inheritance for "App\Controller\Jury\ContestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\ContestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\ExecutableController" (parent: .abstract.instanceof.App\Controller\Jury\ExecutableController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\ExecutableController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\ExecutableController).
Resolving inheritance for "App\Controller\Jury\ExecutableController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\ExecutableController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\ExternalContestController" (parent: .abstract.instanceof.App\Controller\Jury\ExternalContestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\ExternalContestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\ExternalContestController).
Resolving inheritance for "App\Controller\Jury\ExternalContestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\ExternalContestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\ImportExportController" (parent: .abstract.instanceof.App\Controller\Jury\ImportExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\ImportExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\ImportExportController).
Resolving inheritance for "App\Controller\Jury\ImportExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\ImportExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\InternalErrorController" (parent: .abstract.instanceof.App\Controller\Jury\InternalErrorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\InternalErrorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\InternalErrorController).
Resolving inheritance for "App\Controller\Jury\InternalErrorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\InternalErrorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\JudgehostController" (parent: .abstract.instanceof.App\Controller\Jury\JudgehostController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\JudgehostController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\JudgehostController).
Resolving inheritance for "App\Controller\Jury\JudgehostController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\JudgehostController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\JuryMiscController" (parent: .abstract.instanceof.App\Controller\Jury\JuryMiscController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\JuryMiscController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\JuryMiscController).
Resolving inheritance for "App\Controller\Jury\JuryMiscController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\JuryMiscController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\LanguageController" (parent: .abstract.instanceof.App\Controller\Jury\LanguageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\LanguageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\LanguageController).
Resolving inheritance for "App\Controller\Jury\LanguageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\LanguageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\PrintController" (parent: .abstract.instanceof.App\Controller\Jury\PrintController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\PrintController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\PrintController).
Resolving inheritance for "App\Controller\Jury\PrintController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\PrintController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\ProblemController" (parent: .abstract.instanceof.App\Controller\Jury\ProblemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\ProblemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\ProblemController).
Resolving inheritance for "App\Controller\Jury\ProblemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\ProblemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\QueueTaskController" (parent: .abstract.instanceof.App\Controller\Jury\QueueTaskController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\QueueTaskController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\QueueTaskController).
Resolving inheritance for "App\Controller\Jury\QueueTaskController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\QueueTaskController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\RejudgingController" (parent: .abstract.instanceof.App\Controller\Jury\RejudgingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\RejudgingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\RejudgingController).
Resolving inheritance for "App\Controller\Jury\RejudgingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\RejudgingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\ScoreboardController" (parent: .abstract.instanceof.App\Controller\Jury\ScoreboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\ScoreboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\ScoreboardController).
Resolving inheritance for "App\Controller\Jury\ScoreboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\ScoreboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\ShadowDifferencesController" (parent: .abstract.instanceof.App\Controller\Jury\ShadowDifferencesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\ShadowDifferencesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\ShadowDifferencesController).
Resolving inheritance for "App\Controller\Jury\ShadowDifferencesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\ShadowDifferencesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\SubmissionController" (parent: .abstract.instanceof.App\Controller\Jury\SubmissionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\SubmissionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\SubmissionController).
Resolving inheritance for "App\Controller\Jury\SubmissionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\SubmissionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\TeamAffiliationController" (parent: .abstract.instanceof.App\Controller\Jury\TeamAffiliationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\TeamAffiliationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\TeamAffiliationController).
Resolving inheritance for "App\Controller\Jury\TeamAffiliationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\TeamAffiliationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\TeamCategoryController" (parent: .abstract.instanceof.App\Controller\Jury\TeamCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\TeamCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\TeamCategoryController).
Resolving inheritance for "App\Controller\Jury\TeamCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\TeamCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\TeamController" (parent: .abstract.instanceof.App\Controller\Jury\TeamController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\TeamController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\TeamController).
Resolving inheritance for "App\Controller\Jury\TeamController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\TeamController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\UserController" (parent: .abstract.instanceof.App\Controller\Jury\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\UserController).
Resolving inheritance for "App\Controller\Jury\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\VersionController" (parent: .abstract.instanceof.App\Controller\Jury\VersionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\VersionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\VersionController).
Resolving inheritance for "App\Controller\Jury\VersionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\VersionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PublicController" (parent: .abstract.instanceof.App\Controller\PublicController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PublicController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PublicController).
Resolving inheritance for "App\Controller\PublicController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PublicController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RootController" (parent: .abstract.instanceof.App\Controller\RootController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RootController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RootController).
Resolving inheritance for "App\Controller\RootController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RootController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController).
Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Team\ClarificationController" (parent: .abstract.instanceof.App\Controller\Team\ClarificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Team\ClarificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Team\ClarificationController).
Resolving inheritance for "App\Controller\Team\ClarificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Team\ClarificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Team\LanguageController" (parent: .abstract.instanceof.App\Controller\Team\LanguageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Team\LanguageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Team\LanguageController).
Resolving inheritance for "App\Controller\Team\LanguageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Team\LanguageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Team\MiscController" (parent: .abstract.instanceof.App\Controller\Team\MiscController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Team\MiscController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Team\MiscController).
Resolving inheritance for "App\Controller\Team\MiscController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Team\MiscController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Team\ProblemController" (parent: .abstract.instanceof.App\Controller\Team\ProblemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Team\ProblemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Team\ProblemController).
Resolving inheritance for "App\Controller\Team\ProblemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Team\ProblemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Team\ScoreboardController" (parent: .abstract.instanceof.App\Controller\Team\ScoreboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Team\ScoreboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Team\ScoreboardController).
Resolving inheritance for "App\Controller\Team\ScoreboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Team\ScoreboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Team\SubmissionController" (parent: .abstract.instanceof.App\Controller\Team\SubmissionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Team\SubmissionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Team\SubmissionController).
Resolving inheritance for "App\Controller\Team\SubmissionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Team\SubmissionController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\DefaultData\ExecutableFixture" (parent: .abstract.instanceof.App\DataFixtures\DefaultData\ExecutableFixture).
Resolving inheritance for "App\DataFixtures\DefaultData\ExecutableFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\DefaultData\ExecutableFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\DefaultData\LanguageFixture" (parent: .abstract.instanceof.App\DataFixtures\DefaultData\LanguageFixture).
Resolving inheritance for "App\DataFixtures\DefaultData\LanguageFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\DefaultData\LanguageFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\DefaultData\RoleFixture" (parent: .abstract.instanceof.App\DataFixtures\DefaultData\RoleFixture).
Resolving inheritance for "App\DataFixtures\DefaultData\RoleFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\DefaultData\RoleFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\DefaultData\TeamCategoryFixture" (parent: .abstract.instanceof.App\DataFixtures\DefaultData\TeamCategoryFixture).
Resolving inheritance for "App\DataFixtures\DefaultData\TeamCategoryFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\DefaultData\TeamCategoryFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\DefaultData\TeamFixture" (parent: .abstract.instanceof.App\DataFixtures\DefaultData\TeamFixture).
Resolving inheritance for "App\DataFixtures\DefaultData\TeamFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\DefaultData\TeamFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\DefaultData\UserFixture" (parent: .abstract.instanceof.App\DataFixtures\DefaultData\UserFixture).
Resolving inheritance for "App\DataFixtures\DefaultData\UserFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\DefaultData\UserFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ExampleData\JudgehostFixture" (parent: .abstract.instanceof.App\DataFixtures\ExampleData\JudgehostFixture).
Resolving inheritance for "App\DataFixtures\ExampleData\JudgehostFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ExampleData\JudgehostFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ExampleData\TeamAffiliationFixture" (parent: .abstract.instanceof.App\DataFixtures\ExampleData\TeamAffiliationFixture).
Resolving inheritance for "App\DataFixtures\ExampleData\TeamAffiliationFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ExampleData\TeamAffiliationFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ExampleData\TeamCategoryFixture" (parent: .abstract.instanceof.App\DataFixtures\ExampleData\TeamCategoryFixture).
Resolving inheritance for "App\DataFixtures\ExampleData\TeamCategoryFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ExampleData\TeamCategoryFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ExampleData\TeamFixture" (parent: .abstract.instanceof.App\DataFixtures\ExampleData\TeamFixture).
Resolving inheritance for "App\DataFixtures\ExampleData\TeamFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ExampleData\TeamFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ExampleData\UserFixture" (parent: .abstract.instanceof.App\DataFixtures\ExampleData\UserFixture).
Resolving inheritance for "App\DataFixtures\ExampleData\UserFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ExampleData\UserFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\AddLocationToTeamFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\AddLocationToTeamFixture).
Resolving inheritance for "App\DataFixtures\Test\AddLocationToTeamFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\AddLocationToTeamFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\AddMoreDemoUsersFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\AddMoreDemoUsersFixture).
Resolving inheritance for "App\DataFixtures\Test\AddMoreDemoUsersFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\AddMoreDemoUsersFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\AddProblemAttachmentFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\AddProblemAttachmentFixture).
Resolving inheritance for "App\DataFixtures\Test\AddProblemAttachmentFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\AddProblemAttachmentFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\BalloonCorrectSubmissionFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\BalloonCorrectSubmissionFixture).
Resolving inheritance for "App\DataFixtures\Test\BalloonCorrectSubmissionFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\BalloonCorrectSubmissionFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\BalloonUserFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\BalloonUserFixture).
Resolving inheritance for "App\DataFixtures\Test\BalloonUserFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\BalloonUserFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\ClarificationFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\ClarificationFixture).
Resolving inheritance for "App\DataFixtures\Test\ClarificationFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\ClarificationFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\ContestTimeFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\ContestTimeFixture).
Resolving inheritance for "App\DataFixtures\Test\ContestTimeFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\ContestTimeFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\DemoAboutToStartContestFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\DemoAboutToStartContestFixture).
Resolving inheritance for "App\DataFixtures\Test\DemoAboutToStartContestFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\DemoAboutToStartContestFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\DemoNonPublicContestFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\DemoNonPublicContestFixture).
Resolving inheritance for "App\DataFixtures\Test\DemoNonPublicContestFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\DemoNonPublicContestFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\DemoPostDeactivateContestFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\DemoPostDeactivateContestFixture).
Resolving inheritance for "App\DataFixtures\Test\DemoPostDeactivateContestFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\DemoPostDeactivateContestFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\DemoPostUnfreezeContestFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\DemoPostUnfreezeContestFixture).
Resolving inheritance for "App\DataFixtures\Test\DemoPostUnfreezeContestFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\DemoPostUnfreezeContestFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\DemoPreActivationContestFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\DemoPreActivationContestFixture).
Resolving inheritance for "App\DataFixtures\Test\DemoPreActivationContestFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\DemoPreActivationContestFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\DemoPreDeactivateContestFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\DemoPreDeactivateContestFixture).
Resolving inheritance for "App\DataFixtures\Test\DemoPreDeactivateContestFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\DemoPreDeactivateContestFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\DemoPreEndContestFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\DemoPreEndContestFixture).
Resolving inheritance for "App\DataFixtures\Test\DemoPreEndContestFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\DemoPreEndContestFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\DemoPreFreezeContestFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\DemoPreFreezeContestFixture).
Resolving inheritance for "App\DataFixtures\Test\DemoPreFreezeContestFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\DemoPreFreezeContestFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\DemoPreStartContestFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\DemoPreStartContestFixture).
Resolving inheritance for "App\DataFixtures\Test\DemoPreStartContestFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\DemoPreStartContestFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\DemoPreUnfreezeContestFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\DemoPreUnfreezeContestFixture).
Resolving inheritance for "App\DataFixtures\Test\DemoPreUnfreezeContestFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\DemoPreUnfreezeContestFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\DummyProblemFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\DummyProblemFixture).
Resolving inheritance for "App\DataFixtures\Test\DummyProblemFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\DummyProblemFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\EnableJavaEntrypointFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\EnableJavaEntrypointFixture).
Resolving inheritance for "App\DataFixtures\Test\EnableJavaEntrypointFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\EnableJavaEntrypointFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\EnableKotlinFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\EnableKotlinFixture).
Resolving inheritance for "App\DataFixtures\Test\EnableKotlinFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\EnableKotlinFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\EnableSelfregisterFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\EnableSelfregisterFixture).
Resolving inheritance for "App\DataFixtures\Test\EnableSelfregisterFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\EnableSelfregisterFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\EnableSelfregisterSecondCategoryFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\EnableSelfregisterSecondCategoryFixture).
Resolving inheritance for "App\DataFixtures\Test\EnableSelfregisterSecondCategoryFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\EnableSelfregisterSecondCategoryFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\ExtendDemoPracticeSessionTimeFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\ExtendDemoPracticeSessionTimeFixture).
Resolving inheritance for "App\DataFixtures\Test\ExtendDemoPracticeSessionTimeFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\ExtendDemoPracticeSessionTimeFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\ExtraJudgehostFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\ExtraJudgehostFixture).
Resolving inheritance for "App\DataFixtures\Test\ExtraJudgehostFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\ExtraJudgehostFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\LockedContestFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\LockedContestFixture).
Resolving inheritance for "App\DataFixtures\Test\LockedContestFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\LockedContestFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\RejudgingFirstToSolveFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\RejudgingFirstToSolveFixture).
Resolving inheritance for "App\DataFixtures\Test\RejudgingFirstToSolveFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\RejudgingFirstToSolveFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\RejudgingStatesFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\RejudgingStatesFixture).
Resolving inheritance for "App\DataFixtures\Test\RejudgingStatesFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\RejudgingStatesFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\RemoveTeamFromAdminUserFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\RemoveTeamFromAdminUserFixture).
Resolving inheritance for "App\DataFixtures\Test\RemoveTeamFromAdminUserFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\RemoveTeamFromAdminUserFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\RemoveTeamFromDemoUserFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\RemoveTeamFromDemoUserFixture).
Resolving inheritance for "App\DataFixtures\Test\RemoveTeamFromDemoUserFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\RemoveTeamFromDemoUserFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\SampleAffiliationsFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\SampleAffiliationsFixture).
Resolving inheritance for "App\DataFixtures\Test\SampleAffiliationsFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\SampleAffiliationsFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\SampleEventsFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\SampleEventsFixture).
Resolving inheritance for "App\DataFixtures\Test\SampleEventsFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\SampleEventsFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\SampleSubmissionsFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\SampleSubmissionsFixture).
Resolving inheritance for "App\DataFixtures\Test\SampleSubmissionsFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\SampleSubmissionsFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\SampleSubmissionsInBucketsFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\SampleSubmissionsInBucketsFixture).
Resolving inheritance for "App\DataFixtures\Test\SampleSubmissionsInBucketsFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\SampleSubmissionsInBucketsFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\SampleSubmissionsMultipleTriesFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\SampleSubmissionsMultipleTriesFixture).
Resolving inheritance for "App\DataFixtures\Test\SampleSubmissionsMultipleTriesFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\SampleSubmissionsMultipleTriesFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\SampleSubmissionsThreeTriesCorrectFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\SampleSubmissionsThreeTriesCorrectFixture).
Resolving inheritance for "App\DataFixtures\Test\SampleSubmissionsThreeTriesCorrectFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\SampleSubmissionsThreeTriesCorrectFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\SampleSubmissionsThreeTriesCorrectSameLanguageFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\SampleSubmissionsThreeTriesCorrectSameLanguageFixture).
Resolving inheritance for "App\DataFixtures\Test\SampleSubmissionsThreeTriesCorrectSameLanguageFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\SampleSubmissionsThreeTriesCorrectSameLanguageFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\SelfRegisteredUserFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\SelfRegisteredUserFixture).
Resolving inheritance for "App\DataFixtures\Test\SelfRegisteredUserFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\SelfRegisteredUserFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\TeamWithExternalIdEqualsOneFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\TeamWithExternalIdEqualsOneFixture).
Resolving inheritance for "App\DataFixtures\Test\TeamWithExternalIdEqualsOneFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\TeamWithExternalIdEqualsOneFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\TeamWithExternalIdEqualsTwoFixture" (parent: .abstract.instanceof.App\DataFixtures\Test\TeamWithExternalIdEqualsTwoFixture).
Resolving inheritance for "App\DataFixtures\Test\TeamWithExternalIdEqualsTwoFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\TeamWithExternalIdEqualsTwoFixture).
Resolving inheritance for ".instanceof.App\Doctrine\ExternalIdAssigner.0.App\Doctrine\ExternalIdAssigner" (parent: .abstract.instanceof.App\Doctrine\ExternalIdAssigner).
Resolving inheritance for "App\Doctrine\ExternalIdAssigner" (parent: .instanceof.App\Doctrine\ExternalIdAssigner.0.App\Doctrine\ExternalIdAssigner).
Resolving inheritance for ".instanceof.App\Doctrine\UserPasswordHasher.0.App\Doctrine\UserPasswordHasher" (parent: .abstract.instanceof.App\Doctrine\UserPasswordHasher).
Resolving inheritance for "App\Doctrine\UserPasswordHasher" (parent: .instanceof.App\Doctrine\UserPasswordHasher.0.App\Doctrine\UserPasswordHasher).
Resolving inheritance for ".instanceof.App\EventListener\AddContentSecurityPolicyListener.0.App\EventListener\AddContentSecurityPolicyListener" (parent: .abstract.instanceof.App\EventListener\AddContentSecurityPolicyListener).
Resolving inheritance for "App\EventListener\AddContentSecurityPolicyListener" (parent: .instanceof.App\EventListener\AddContentSecurityPolicyListener.0.App\EventListener\AddContentSecurityPolicyListener).
Resolving inheritance for ".instanceof.App\EventListener\AddCurrentContestListener.0.App\EventListener\AddCurrentContestListener" (parent: .abstract.instanceof.App\EventListener\AddCurrentContestListener).
Resolving inheritance for "App\EventListener\AddCurrentContestListener" (parent: .instanceof.App\EventListener\AddCurrentContestListener.0.App\EventListener\AddCurrentContestListener).
Resolving inheritance for ".instanceof.App\EventListener\BodyTooBigListener.0.App\EventListener\BodyTooBigListener" (parent: .abstract.instanceof.App\EventListener\BodyTooBigListener).
Resolving inheritance for "App\EventListener\BodyTooBigListener" (parent: .instanceof.App\EventListener\BodyTooBigListener.0.App\EventListener\BodyTooBigListener).
Resolving inheritance for ".instanceof.App\EventListener\NoSessionCookieForApiListener.0.App\EventListener\NoSessionCookieForApiListener" (parent: .abstract.instanceof.App\EventListener\NoSessionCookieForApiListener).
Resolving inheritance for "App\EventListener\NoSessionCookieForApiListener" (parent: .instanceof.App\EventListener\NoSessionCookieForApiListener.0.App\EventListener\NoSessionCookieForApiListener).
Resolving inheritance for ".instanceof.App\EventListener\ParseFilesForPutListener.0.App\EventListener\ParseFilesForPutListener" (parent: .abstract.instanceof.App\EventListener\ParseFilesForPutListener).
Resolving inheritance for "App\EventListener\ParseFilesForPutListener" (parent: .instanceof.App\EventListener\ParseFilesForPutListener.0.App\EventListener\ParseFilesForPutListener).
Resolving inheritance for ".instanceof.App\EventListener\ProfilerDisableListener.0.App\EventListener\ProfilerDisableListener" (parent: .abstract.instanceof.App\EventListener\ProfilerDisableListener).
Resolving inheritance for "App\EventListener\ProfilerDisableListener" (parent: .instanceof.App\EventListener\ProfilerDisableListener.0.App\EventListener\ProfilerDisableListener).
Resolving inheritance for ".instanceof.App\EventListener\RespondInJsonForApiListener.0.App\EventListener\RespondInJsonForApiListener" (parent: .abstract.instanceof.App\EventListener\RespondInJsonForApiListener).
Resolving inheritance for "App\EventListener\RespondInJsonForApiListener" (parent: .instanceof.App\EventListener\RespondInJsonForApiListener.0.App\EventListener\RespondInJsonForApiListener).
Resolving inheritance for ".instanceof.App\EventListener\UpdateUserRolesListener.0.App\EventListener\UpdateUserRolesListener" (parent: .abstract.instanceof.App\EventListener\UpdateUserRolesListener).
Resolving inheritance for "App\EventListener\UpdateUserRolesListener" (parent: .instanceof.App\EventListener\UpdateUserRolesListener.0.App\EventListener\UpdateUserRolesListener).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\IconButtonExtension" (parent: .abstract.instanceof.App\Form\Extension\IconButtonExtension).
Resolving inheritance for "App\Form\Extension\IconButtonExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\IconButtonExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\InputGroupExtension" (parent: .abstract.instanceof.App\Form\Extension\InputGroupExtension).
Resolving inheritance for "App\Form\Extension\InputGroupExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\InputGroupExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AbstractExternalIdEntityType" (parent: .abstract.instanceof.App\Form\Type\AbstractExternalIdEntityType).
Resolving inheritance for "App\Form\Type\AbstractExternalIdEntityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AbstractExternalIdEntityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContestExportType" (parent: .abstract.instanceof.App\Form\Type\ContestExportType).
Resolving inheritance for "App\Form\Type\ContestExportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContestExportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContestImportType" (parent: .abstract.instanceof.App\Form\Type\ContestImportType).
Resolving inheritance for "App\Form\Type\ContestImportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContestImportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContestProblemType" (parent: .abstract.instanceof.App\Form\Type\ContestProblemType).
Resolving inheritance for "App\Form\Type\ContestProblemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContestProblemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContestType" (parent: .abstract.instanceof.App\Form\Type\ContestType).
Resolving inheritance for "App\Form\Type\ContestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContestType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ExecutableUploadType" (parent: .abstract.instanceof.App\Form\Type\ExecutableUploadType).
Resolving inheritance for "App\Form\Type\ExecutableUploadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ExecutableUploadType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ExportResultsType" (parent: .abstract.instanceof.App\Form\Type\ExportResultsType).
Resolving inheritance for "App\Form\Type\ExportResultsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ExportResultsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ExternalContestSourceType" (parent: .abstract.instanceof.App\Form\Type\ExternalContestSourceType).
Resolving inheritance for "App\Form\Type\ExternalContestSourceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ExternalContestSourceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ExternalSourceWarningsFilterType" (parent: .abstract.instanceof.App\Form\Type\ExternalSourceWarningsFilterType).
Resolving inheritance for "App\Form\Type\ExternalSourceWarningsFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ExternalSourceWarningsFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FinalizeContestType" (parent: .abstract.instanceof.App\Form\Type\FinalizeContestType).
Resolving inheritance for "App\Form\Type\FinalizeContestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FinalizeContestType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\GeneratePasswordsType" (parent: .abstract.instanceof.App\Form\Type\GeneratePasswordsType).
Resolving inheritance for "App\Form\Type\GeneratePasswordsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\GeneratePasswordsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ICPCCmsType" (parent: .abstract.instanceof.App\Form\Type\ICPCCmsType).
Resolving inheritance for "App\Form\Type\ICPCCmsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ICPCCmsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\JsonImportType" (parent: .abstract.instanceof.App\Form\Type\JsonImportType).
Resolving inheritance for "App\Form\Type\JsonImportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\JsonImportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\JudgehostType" (parent: .abstract.instanceof.App\Form\Type\JudgehostType).
Resolving inheritance for "App\Form\Type\JudgehostType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\JudgehostType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\JudgehostsType" (parent: .abstract.instanceof.App\Form\Type\JudgehostsType).
Resolving inheritance for "App\Form\Type\JudgehostsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\JudgehostsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\JuryClarificationType" (parent: .abstract.instanceof.App\Form\Type\JuryClarificationType).
Resolving inheritance for "App\Form\Type\JuryClarificationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\JuryClarificationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\LanguageType" (parent: .abstract.instanceof.App\Form\Type\LanguageType).
Resolving inheritance for "App\Form\Type\LanguageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\LanguageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PrintType" (parent: .abstract.instanceof.App\Form\Type\PrintType).
Resolving inheritance for "App\Form\Type\PrintType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PrintType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProblemAttachmentType" (parent: .abstract.instanceof.App\Form\Type\ProblemAttachmentType).
Resolving inheritance for "App\Form\Type\ProblemAttachmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProblemAttachmentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProblemType" (parent: .abstract.instanceof.App\Form\Type\ProblemType).
Resolving inheritance for "App\Form\Type\ProblemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProblemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProblemUploadType" (parent: .abstract.instanceof.App\Form\Type\ProblemUploadType).
Resolving inheritance for "App\Form\Type\ProblemUploadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProblemUploadType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProblemsImportType" (parent: .abstract.instanceof.App\Form\Type\ProblemsImportType).
Resolving inheritance for "App\Form\Type\ProblemsImportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProblemsImportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\RejudgingType" (parent: .abstract.instanceof.App\Form\Type\RejudgingType).
Resolving inheritance for "App\Form\Type\RejudgingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\RejudgingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\RemovedIntervalType" (parent: .abstract.instanceof.App\Form\Type\RemovedIntervalType).
Resolving inheritance for "App\Form\Type\RemovedIntervalType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\RemovedIntervalType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SubmissionsFilterType" (parent: .abstract.instanceof.App\Form\Type\SubmissionsFilterType).
Resolving inheritance for "App\Form\Type\SubmissionsFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SubmissionsFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SubmitProblemType" (parent: .abstract.instanceof.App\Form\Type\SubmitProblemType).
Resolving inheritance for "App\Form\Type\SubmitProblemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SubmitProblemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TeamAffiliationType" (parent: .abstract.instanceof.App\Form\Type\TeamAffiliationType).
Resolving inheritance for "App\Form\Type\TeamAffiliationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TeamAffiliationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TeamCategoryType" (parent: .abstract.instanceof.App\Form\Type\TeamCategoryType).
Resolving inheritance for "App\Form\Type\TeamCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TeamCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TeamClarificationType" (parent: .abstract.instanceof.App\Form\Type\TeamClarificationType).
Resolving inheritance for "App\Form\Type\TeamClarificationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TeamClarificationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TeamType" (parent: .abstract.instanceof.App\Form\Type\TeamType).
Resolving inheritance for "App\Form\Type\TeamType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TeamType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TsvImportType" (parent: .abstract.instanceof.App\Form\Type\TsvImportType).
Resolving inheritance for "App\Form\Type\TsvImportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TsvImportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserRegistrationType" (parent: .abstract.instanceof.App\Form\Type\UserRegistrationType).
Resolving inheritance for "App\Form\Type\UserRegistrationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserRegistrationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserType" (parent: .abstract.instanceof.App\Form\Type\UserType).
Resolving inheritance for "App\Form\Type\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserType).
Resolving inheritance for ".instanceof.JMS\Serializer\Handler\SubscribingHandlerInterface.0.App\FosRestBundle\FlattenExceptionHandler" (parent: .abstract.instanceof.App\FosRestBundle\FlattenExceptionHandler).
Resolving inheritance for "App\FosRestBundle\FlattenExceptionHandler" (parent: .instanceof.JMS\Serializer\Handler\SubscribingHandlerInterface.0.App\FosRestBundle\FlattenExceptionHandler).
Resolving inheritance for ".instanceof.Monolog\Processor\ProcessorInterface.0.App\Logger\VarargsLogMessageProcessor" (parent: .abstract.instanceof.App\Logger\VarargsLogMessageProcessor).
Resolving inheritance for ".instanceof.App\Logger\VarargsLogMessageProcessor.0.App\Logger\VarargsLogMessageProcessor" (parent: .instanceof.Monolog\Processor\ProcessorInterface.0.App\Logger\VarargsLogMessageProcessor).
Resolving inheritance for "App\Logger\VarargsLogMessageProcessor" (parent: .instanceof.App\Logger\VarargsLogMessageProcessor.0.App\Logger\VarargsLogMessageProcessor).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Security\UserStateUpdater" (parent: .abstract.instanceof.App\Security\UserStateUpdater).
Resolving inheritance for "App\Security\UserStateUpdater" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Security\UserStateUpdater).
Resolving inheritance for ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\ContestProblemVisitor" (parent: .abstract.instanceof.App\Serializer\ContestProblemVisitor).
Resolving inheritance for "App\Serializer\ContestProblemVisitor" (parent: .instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\ContestProblemVisitor).
Resolving inheritance for ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\ContestVisitor" (parent: .abstract.instanceof.App\Serializer\ContestVisitor).
Resolving inheritance for "App\Serializer\ContestVisitor" (parent: .instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\ContestVisitor).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\Shadowing\EventDataDenormalizer" (parent: .abstract.instanceof.App\Serializer\Shadowing\EventDataDenormalizer).
Resolving inheritance for "App\Serializer\Shadowing\EventDataDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\Shadowing\EventDataDenormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\Shadowing\EventDenormalizer" (parent: .abstract.instanceof.App\Serializer\Shadowing\EventDenormalizer).
Resolving inheritance for "App\Serializer\Shadowing\EventDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\Shadowing\EventDenormalizer).
Resolving inheritance for ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\SubmissionVisitor" (parent: .abstract.instanceof.App\Serializer\SubmissionVisitor).
Resolving inheritance for "App\Serializer\SubmissionVisitor" (parent: .instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\SubmissionVisitor).
Resolving inheritance for ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\TeamAffiliationVisitor" (parent: .abstract.instanceof.App\Serializer\TeamAffiliationVisitor).
Resolving inheritance for "App\Serializer\TeamAffiliationVisitor" (parent: .instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\TeamAffiliationVisitor).
Resolving inheritance for ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\TeamVisitor" (parent: .abstract.instanceof.App\Serializer\TeamVisitor).
Resolving inheritance for "App\Serializer\TeamVisitor" (parent: .instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\TeamVisitor).
Resolving inheritance for ".instanceof.App\Service\ConfigurationService.0.App\Service\ConfigurationService" (parent: .abstract.instanceof.App\Service\ConfigurationService).
Resolving inheritance for "App\Service\ConfigurationService" (parent: .instanceof.App\Service\ConfigurationService.0.App\Service\ConfigurationService).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigExtension" (parent: .abstract.instanceof.App\Twig\TwigExtension).
Resolving inheritance for "App\Twig\TwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\CountryValidator" (parent: .abstract.instanceof.App\Validator\Constraints\CountryValidator).
Resolving inheritance for "App\Validator\Constraints\CountryValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\CountryValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\IdentifierValidator" (parent: .abstract.instanceof.App\Validator\Constraints\IdentifierValidator).
Resolving inheritance for "App\Validator\Constraints\IdentifierValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\IdentifierValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\TimeStringValidator" (parent: .abstract.instanceof.App\Validator\Constraints\TimeStringValidator).
Resolving inheritance for "App\Validator\Constraints\TimeStringValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\TimeStringValidator).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.static_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.user.provider.concrete.domjudge_db_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.listener.api.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.api" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.manager.api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.metrics" (parent: security.firewall.config).
Resolving inheritance for "security.listener.metrics.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.manager.metrics" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.metrics" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.metrics" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.metrics" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.metrics" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.main" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.nelmio_api_doc" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
2
Skipping service "Twig\Extensions\TextExtension": Class or interface "Twig\Extensions\TextExtension" cannot be loaded.
Skipping service "App\Utils\Adminer": Class or interface "App\Utils\Adminer" cannot be loaded.
1
Removing service-argument resolver for controller "App\Controller\Team\SubmissionController::createAction": no corresponding services exist for the referenced types.
332
Removed service "Prometheus\CollectorRegistry"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Profiler\Profiler"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $default.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "jms_serializer.metadata.cache"; reason: private alias.
Removed service "jms_serializer.naming_strategy"; reason: private alias.
Removed service "JMS\Serializer\SerializerInterface"; reason: private alias.
Removed service "JMS\Serializer\ArrayTransformerInterface"; reason: private alias.
Removed service "jms_serializer.accessor_strategy"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\SerializationContextFactoryInterface"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\DeserializationContextFactoryInterface"; reason: private alias.
Removed service "jms_serializer.instance.default.event_dispatcher"; reason: private alias.
Removed service "jms_serializer.instance.default.event_dispatcher.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_proxy_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.stopwatch_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.enum_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.handler_registry"; reason: private alias.
Removed service "jms_serializer.instance.default.handler_registry.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.enum_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.union_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.array_collection_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.constraint_violation_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.datetime_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.form_error_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.iterator_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.symfony_uid_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.type_parser"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.file_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.yaml_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.xml_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.annotation_or_attribute_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.null_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doctrine_type_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doctrine_phpcr_type_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.default_value_property_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.typed_properties_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.enum_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doc_block_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.lazy_loading_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.cache.file_cache"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.version_exclusion_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.camel_case_naming_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.identical_property_naming_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.serialized_name_annotation_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_phpcr_object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.deserialization_graph_navigator_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.serialization_graph_navigator_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_evaluator"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_language"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_language.function_provider"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.runtime_serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.serializer_runtime_helper"; reason: private alias.
Removed service "jms_serializer.instance.default.templating.helper.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.accessor_strategy.default"; reason: private alias.
Removed service "jms_serializer.instance.default.json_serialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.json_deserialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.xml_serialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.xml_deserialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.cache.cache_clearer"; reason: private alias.
Removed service "jms_serializer.instance.default.cache.cache_warmer"; reason: private alias.
Removed service "jms_serializer.instance.default.configured_serialization_context_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.configured_deserialization_context_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.data_collector"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_runs_listener"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_metadata_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_handler_registry"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.traceable_file_locator"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "routing.loader.annotation"; reason: private alias.
Removed service "routing.loader.annotation.directory"; reason: private alias.
Removed service "routing.loader.annotation.file"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "html_sanitizer"; reason: private alias.
Removed service "Symfony\Component\HtmlSanitizer\HtmlSanitizerInterface"; reason: private alias.
Removed service ".Symfony\Component\HtmlSanitizer\HtmlSanitizerInterface $app.clarification_sanitizer"; reason: private alias.
Removed service "Symfony\Component\HtmlSanitizer\HtmlSanitizerInterface $appClarificationSanitizer"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.api"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.authentication.session_strategy.metrics"; reason: private alias.
Removed service "security.user_checker.metrics"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "FOS\RestBundle\View\ViewHandlerInterface"; reason: private alias.
Removed service "FOS\RestBundle\Request\ParamFetcherInterface"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
Removed service "Knp\Component\Pager\ArgumentAccess\ArgumentAccessInterface"; reason: private alias.
Removed service "fos_rest.serializer.flatten_exception_handler"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $nelmio_api_docLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $nelmioApiDocLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_clientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "fos_rest.serializer"; reason: private alias.
Removed service ".service_locator.dvfUIQY"; reason: private alias.
Removed service ".service_locator.kU_9bh."; reason: private alias.
Removed service ".service_locator.13qzyLC"; reason: private alias.
Removed service ".service_locator.9L433w3"; reason: private alias.
Removed service ".service_locator.3ekgD97"; reason: private alias.
Removed service ".service_locator.mYovdWP"; reason: private alias.
Removed service ".service_locator.bGyrHSP"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.5q0zXTh"; reason: private alias.
Removed service ".service_locator.64LIZ9t"; reason: private alias.
Removed service ".service_locator..z2DjYl"; reason: private alias.
Removed service ".service_locator.r_Hb6wF"; reason: private alias.
Removed service ".service_locator.twrtHRd"; reason: private alias.
Removed service ".service_locator.P_5NSsK"; reason: private alias.
Removed service ".service_locator.fNCjJyB"; reason: private alias.
Removed service ".service_locator.ZjJzA6W"; reason: private alias.
Removed service ".service_locator.jOfY6o6"; reason: private alias.
Removed service ".service_locator.tZCnJ0n"; reason: private alias.
Removed service ".service_locator.FgM8Mm4"; reason: private alias.
Removed service ".service_locator.kxP0drO"; reason: private alias.
Removed service ".service_locator.CmCyVNR"; reason: private alias.
Removed service ".service_locator.zgEjNfF"; reason: private alias.
Removed service ".service_locator.jkez5vc"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.VggPhve"; reason: private alias.
Removed service ".service_locator.jUv.zyj"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "nelmio_api_doc.describers.config"; reason: private alias.
Removed service "jms_serializer.metadata_driver"; reason: private alias.
Removed service "jms_serializer.metadata.typed_properties_driver.inner"; reason: private alias.
Removed service "jms_serializer.object_constructor"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "serializer"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.api"; reason: private alias.
Removed service "security.firewall.authenticator.metrics"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "jms_serializer.form_error_handler"; reason: private alias.
Removed service "security.event_dispatcher.api"; reason: private alias.
Removed service "security.event_dispatcher.metrics"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "jms_serializer.metadata_factory"; reason: private alias.
Removed service "jms_serializer.handler_registry"; reason: private alias.
Removed service "jms_serializer.metadata.file_locator"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.vf3O4kY"; reason: private alias.
Removed service ".service_locator.G2quFn7"; reason: private alias.
Removed service ".service_locator.WaHerQT"; reason: private alias.
Removed service ".service_locator.g6oyuy1"; reason: private alias.
Removed service ".service_locator.dxLDz23"; reason: private alias.
Removed service ".service_locator._FpqCQg"; reason: private alias.
Removed service ".service_locator._9MUm4A"; reason: private alias.
Removed service ".service_locator.HFGqS4l"; reason: private alias.
Removed service ".service_locator.SqHV5If"; reason: private alias.
Removed service ".service_locator.Tc8UNLJ"; reason: private alias.
Removed service ".service_locator.DmZ8kCX"; reason: private alias.
Removed service ".service_locator.cYQBjvY"; reason: private alias.
Removed service ".service_locator.WrxioHo"; reason: private alias.
Removed service ".service_locator.vkDxs4h"; reason: private alias.
Removed service ".service_locator.1tDXv_a"; reason: private alias.
Removed service ".service_locator.IsuQgPh"; reason: private alias.
Removed service ".service_locator.Cyme9hY"; reason: private alias.
Removed service ".service_locator.cRRfbYz"; reason: private alias.
Removed service ".service_locator.YZlSxZg"; reason: private alias.
Removed service ".service_locator.SP5aYuU"; reason: private alias.
Removed service ".service_locator.yR4uV.z"; reason: private alias.
Removed service ".service_locator.3j63ZbR"; reason: private alias.
Removed service ".service_locator.IhqTF0N"; reason: private alias.
Removed service ".service_locator.0HZ3dNe"; reason: private alias.
Removed service ".service_locator.MgD.Yjx"; reason: private alias.
Removed service ".service_locator.2d1LViR"; reason: private alias.
Removed service ".service_locator.RoG1Eqk"; reason: private alias.
Removed service ".service_locator.aYaH2h1"; reason: private alias.
Removed service ".service_locator.rpGFOgl"; reason: private alias.
Removed service ".service_locator.Bi0w2Sc"; reason: private alias.
Removed service ".service_locator.NL56jGl"; reason: private alias.
Removed service ".service_locator.LGCIumH"; reason: private alias.
Removed service ".service_locator.J5JlwrT"; reason: private alias.
Removed service ".service_locator.PlXX7Aj"; reason: private alias.
Removed service ".service_locator.G92t.H."; reason: private alias.
Removed service ".service_locator.0pwgg7r"; reason: private alias.
Removed service ".service_locator.piI64v9"; reason: private alias.
Removed service ".service_locator.n495YCf"; reason: private alias.
Removed service ".service_locator.xSD22eM"; reason: private alias.
Removed service ".service_locator.EEZ3PHq"; reason: private alias.
Removed service ".service_locator.MCtI1Fb"; reason: private alias.
Removed service ".service_locator.geiC2LE"; reason: private alias.
Removed service ".service_locator.mkZ0ueG"; reason: private alias.
Removed service ".service_locator.PXzen9F"; reason: private alias.
Removed service ".service_locator.tUEBm5t"; reason: private alias.
Removed service ".service_locator.XlT9Bw0"; reason: private alias.
Removed service ".service_locator.Cj5mqT."; reason: private alias.
Removed service ".service_locator.dGUCsbe"; reason: private alias.
Removed service ".service_locator.TN.WlNv"; reason: private alias.
Removed service ".service_locator._kIAbz1"; reason: private alias.
Removed service ".service_locator.TmRCe4Q"; reason: private alias.
Removed service ".service_locator..Fs8Kd7"; reason: private alias.
92
Changed reference of service "App\Command\ScoreboardMergeCommand" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\API\GeneralInfoController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Jury\RejudgingController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Jury\SubmissionController" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\DOMJudgeIPAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\DOMJudgeXHeadersAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\CheckConfigService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\DOMJudgeService" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "App\Service\DOMJudgeService" previously pointing to "router.default" to "router".
Changed reference of service "App\Twig\TwigExtension" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "App\Twig\TwigExtension" previously pointing to "router.default" to "router".
Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "nelmio_api_doc.routes.default" previously pointing to "router.default" to "router".
Changed reference of service "nelmio_api_doc.model_describers.jms" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.access.expression_voter" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "controller.is_granted_attribute_listener" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.security" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
Changed reference of service "fos_rest.form.extension.csrf_disable" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "fos_rest.view_response_listener" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.MEa3gue" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service ".service_locator.7lseJss" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.6KSh6Cj" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.u8tOvUF" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.ksO985k" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.6MSl35U" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.JkaYaOo" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service ".service_locator.JkaYaOo" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.JkaYaOo" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.O2p6Lk7" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.O2p6Lk7" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.fuYM_Z." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.ylW3I6R" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.e_.xxAP" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "fos_rest.serializer.form_error_handler.inner" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
Changed reference of service "fos_rest.view_handler" previously pointing to "router.default" to "router".
551
Removed service "App\DependencyInjection"; reason: abstract.
Removed service "App\Entity"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "jms_serializer.version_exclusion_strategy"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CallApiActionCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CallApiActionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckDatabaseConfigurationDefaultValuesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CheckDatabaseConfigurationDefaultValuesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CompareAwardsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CompareAwardsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CompareResultsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CompareResultsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CompareScoreboardCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CompareScoreboardCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportEventFeedCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportEventFeedCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoadDefaultDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\LoadDefaultDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoadDevelopmentDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\LoadDevelopmentDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoadExampleDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\LoadExampleDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoadGatlingDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\LoadGatlingDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RefreshCacheCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\RefreshCacheCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ResetUserPasswordCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ResetUserPasswordCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScoreboardMergeCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ScoreboardMergeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\AccessController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\AccessController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\AccessController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\AccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\AwardsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\AwardsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\AwardsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\BalloonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\BalloonController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\BalloonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\ClarificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\ClarificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\ClarificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\ContestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\ContestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\ContestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\ExecutableController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\ExecutableController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\ExecutableController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\GeneralInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\GeneralInfoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\GeneralInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\GroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\GroupController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\GroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\JudgehostController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\JudgehostController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\JudgehostController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\JudgementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\JudgementController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\JudgementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\JudgementTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\JudgementTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\JudgementTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\LanguageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\LanguageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\LanguageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\MetricsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\MetricsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\MetricsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\OrganizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\OrganizationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\OrganizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\PrintController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\PrintController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\PrintController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\ProblemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\ProblemController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\ProblemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\RunController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\RunController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\RunController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\ScoreboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\ScoreboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\ScoreboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\SubmissionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\SubmissionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\SubmissionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\TeamController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\TeamController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\TeamController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\AnalysisController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\AnalysisController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Jury\AnalysisController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\AuditLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\AuditLogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Jury\AuditLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\BalloonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\BalloonController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Jury\BalloonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\ClarificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\ClarificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Jury\ClarificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\ConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Jury\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\ContestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\ContestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Jury\ContestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\ExecutableController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\ExecutableController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Jury\ExecutableController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\ExternalContestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\ExternalContestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Jury\ExternalContestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\ImportExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\ImportExportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Jury\ImportExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\InternalErrorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\InternalErrorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Jury\InternalErrorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\JudgehostController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\JudgehostController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Jury\JudgehostController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\JuryMiscController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\JuryMiscController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Jury\JuryMiscController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\LanguageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\LanguageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Jury\LanguageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\PrintController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\PrintController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Jury\PrintController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\ProblemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\ProblemController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Jury\ProblemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\QueueTaskController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\QueueTaskController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Jury\QueueTaskController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\RejudgingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\RejudgingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Jury\RejudgingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\ScoreboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\ScoreboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Jury\ScoreboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\ShadowDifferencesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\ShadowDifferencesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Jury\ShadowDifferencesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\SubmissionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\SubmissionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Jury\SubmissionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\TeamAffiliationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\TeamAffiliationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Jury\TeamAffiliationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\TeamCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\TeamCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Jury\TeamCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\TeamController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\TeamController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Jury\TeamController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Jury\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Jury\VersionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Jury\VersionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Jury\VersionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PublicController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RootController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RootController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RootController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Team\ClarificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Team\ClarificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Team\ClarificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Team\LanguageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Team\LanguageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Team\LanguageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Team\MiscController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Team\MiscController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Team\MiscController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Team\ProblemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Team\ProblemController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Team\ProblemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Team\ScoreboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Team\ScoreboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Team\ScoreboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Team\SubmissionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Team\SubmissionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Team\SubmissionController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\DefaultData\ExecutableFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\DefaultData\ExecutableFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\DefaultData\LanguageFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\DefaultData\LanguageFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\DefaultData\RoleFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\DefaultData\RoleFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\DefaultData\TeamCategoryFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\DefaultData\TeamCategoryFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\DefaultData\TeamFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\DefaultData\TeamFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\DefaultData\UserFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\DefaultData\UserFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ExampleData\JudgehostFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ExampleData\JudgehostFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ExampleData\TeamAffiliationFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ExampleData\TeamAffiliationFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ExampleData\TeamCategoryFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ExampleData\TeamCategoryFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ExampleData\TeamFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ExampleData\TeamFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ExampleData\UserFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ExampleData\UserFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\AddLocationToTeamFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\AddLocationToTeamFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\AddMoreDemoUsersFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\AddMoreDemoUsersFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\AddProblemAttachmentFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\AddProblemAttachmentFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\BalloonCorrectSubmissionFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\BalloonCorrectSubmissionFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\BalloonUserFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\BalloonUserFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\ClarificationFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\ClarificationFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\ContestTimeFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\ContestTimeFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\DemoAboutToStartContestFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\DemoAboutToStartContestFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\DemoNonPublicContestFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\DemoNonPublicContestFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\DemoPostDeactivateContestFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\DemoPostDeactivateContestFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\DemoPostUnfreezeContestFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\DemoPostUnfreezeContestFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\DemoPreActivationContestFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\DemoPreActivationContestFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\DemoPreDeactivateContestFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\DemoPreDeactivateContestFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\DemoPreEndContestFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\DemoPreEndContestFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\DemoPreFreezeContestFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\DemoPreFreezeContestFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\DemoPreStartContestFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\DemoPreStartContestFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\DemoPreUnfreezeContestFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\DemoPreUnfreezeContestFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\DummyProblemFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\DummyProblemFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\EnableJavaEntrypointFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\EnableJavaEntrypointFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\EnableKotlinFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\EnableKotlinFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\EnableSelfregisterFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\EnableSelfregisterFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\EnableSelfregisterSecondCategoryFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\EnableSelfregisterSecondCategoryFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\ExtendDemoPracticeSessionTimeFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\ExtendDemoPracticeSessionTimeFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\ExtraJudgehostFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\ExtraJudgehostFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\LockedContestFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\LockedContestFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\RejudgingFirstToSolveFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\RejudgingFirstToSolveFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\RejudgingStatesFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\RejudgingStatesFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\RemoveTeamFromAdminUserFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\RemoveTeamFromAdminUserFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\RemoveTeamFromDemoUserFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\RemoveTeamFromDemoUserFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\SampleAffiliationsFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\SampleAffiliationsFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\SampleEventsFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\SampleEventsFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\SampleSubmissionsFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\SampleSubmissionsFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\SampleSubmissionsInBucketsFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\SampleSubmissionsInBucketsFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\SampleSubmissionsMultipleTriesFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\SampleSubmissionsMultipleTriesFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\SampleSubmissionsThreeTriesCorrectFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\SampleSubmissionsThreeTriesCorrectFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\SampleSubmissionsThreeTriesCorrectSameLanguageFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\SampleSubmissionsThreeTriesCorrectSameLanguageFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\SelfRegisteredUserFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\SelfRegisteredUserFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\TeamWithExternalIdEqualsOneFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\TeamWithExternalIdEqualsOneFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Test\TeamWithExternalIdEqualsTwoFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Test\TeamWithExternalIdEqualsTwoFixture"; reason: abstract.
Removed service ".instanceof.App\Doctrine\ExternalIdAssigner.0.App\Doctrine\ExternalIdAssigner"; reason: abstract.
Removed service ".abstract.instanceof.App\Doctrine\ExternalIdAssigner"; reason: abstract.
Removed service ".instanceof.App\Doctrine\UserPasswordHasher.0.App\Doctrine\UserPasswordHasher"; reason: abstract.
Removed service ".abstract.instanceof.App\Doctrine\UserPasswordHasher"; reason: abstract.
Removed service ".instanceof.App\EventListener\AddContentSecurityPolicyListener.0.App\EventListener\AddContentSecurityPolicyListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\AddContentSecurityPolicyListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\AddCurrentContestListener.0.App\EventListener\AddCurrentContestListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\AddCurrentContestListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\BodyTooBigListener.0.App\EventListener\BodyTooBigListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\BodyTooBigListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\NoSessionCookieForApiListener.0.App\EventListener\NoSessionCookieForApiListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\NoSessionCookieForApiListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\ParseFilesForPutListener.0.App\EventListener\ParseFilesForPutListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\ParseFilesForPutListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\ProfilerDisableListener.0.App\EventListener\ProfilerDisableListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\ProfilerDisableListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\RespondInJsonForApiListener.0.App\EventListener\RespondInJsonForApiListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\RespondInJsonForApiListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\UpdateUserRolesListener.0.App\EventListener\UpdateUserRolesListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\UpdateUserRolesListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\IconButtonExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Extension\IconButtonExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\InputGroupExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Extension\InputGroupExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AbstractExternalIdEntityType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\AbstractExternalIdEntityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContestExportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ContestExportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContestImportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ContestImportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContestProblemType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ContestProblemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContestType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ContestType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ExecutableUploadType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ExecutableUploadType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ExportResultsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ExportResultsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ExternalContestSourceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ExternalContestSourceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ExternalSourceWarningsFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ExternalSourceWarningsFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FinalizeContestType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\FinalizeContestType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\GeneratePasswordsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\GeneratePasswordsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ICPCCmsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ICPCCmsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\JsonImportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\JsonImportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\JudgehostType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\JudgehostType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\JudgehostsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\JudgehostsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\JuryClarificationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\JuryClarificationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\LanguageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\LanguageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PrintType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\PrintType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProblemAttachmentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ProblemAttachmentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProblemType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ProblemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProblemUploadType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ProblemUploadType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProblemsImportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ProblemsImportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\RejudgingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\RejudgingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\RemovedIntervalType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\RemovedIntervalType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SubmissionsFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\SubmissionsFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SubmitProblemType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\SubmitProblemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TeamAffiliationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\TeamAffiliationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TeamCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\TeamCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TeamClarificationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\TeamClarificationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TeamType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\TeamType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TsvImportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\TsvImportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserRegistrationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\UserRegistrationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\UserType"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\Handler\SubscribingHandlerInterface.0.App\FosRestBundle\FlattenExceptionHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\FosRestBundle\FlattenExceptionHandler"; reason: abstract.
Removed service ".instanceof.Monolog\Processor\ProcessorInterface.0.App\Logger\VarargsLogMessageProcessor"; reason: abstract.
Removed service ".instanceof.App\Logger\VarargsLogMessageProcessor.0.App\Logger\VarargsLogMessageProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\Logger\VarargsLogMessageProcessor"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Security\UserStateUpdater"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\UserStateUpdater"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\ContestProblemVisitor"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\ContestProblemVisitor"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\ContestVisitor"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\ContestVisitor"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\Shadowing\EventDataDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Shadowing\EventDataDenormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\Shadowing\EventDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Shadowing\EventDenormalizer"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\SubmissionVisitor"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\SubmissionVisitor"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\TeamAffiliationVisitor"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\TeamAffiliationVisitor"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\TeamVisitor"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\TeamVisitor"; reason: abstract.
Removed service ".instanceof.App\Service\ConfigurationService.0.App\Service\ConfigurationService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\ConfigurationService"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\TwigExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\IdentifierValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\IdentifierValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\TimeStringValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\TimeStringValidator"; reason: abstract.
188
Removed service "Twig\Extensions\TextExtension"; reason: unused.
Removed service "App\Config\Loader\YamlConfigLoader"; reason: unused.
Removed service "App\Config\OptionalFileResource"; reason: unused.
Removed service "App\DataTransferObject\Access"; reason: unused.
Removed service "App\DataTransferObject\AccessEndpoint"; reason: unused.
Removed service "App\DataTransferObject\AddSubmissionFile"; reason: unused.
Removed service "App\DataTransferObject\ApiInfo"; reason: unused.
Removed service "App\DataTransferObject\ApiInfoProvider"; reason: unused.
Removed service "App\DataTransferObject\ApiVersion"; reason: unused.
Removed service "App\DataTransferObject\Award"; reason: unused.
Removed service "App\DataTransferObject\Balloon"; reason: unused.
Removed service "App\DataTransferObject\BaseFile"; reason: unused.
Removed service "App\DataTransferObject\Command"; reason: unused.
Removed service "App\DataTransferObject\ConfigCheckItem"; reason: unused.
Removed service "App\DataTransferObject\ConfigurationSpecification"; reason: unused.
Removed service "App\DataTransferObject\ContestProblemArray"; reason: unused.
Removed service "App\DataTransferObject\ContestProblemWrapper"; reason: unused.
Removed service "App\DataTransferObject\ContestState"; reason: unused.
Removed service "App\DataTransferObject\ContestStatus"; reason: unused.
Removed service "App\DataTransferObject\DomJudgeApiInfo"; reason: unused.
Removed service "App\DataTransferObject\ExtendedContestStatus"; reason: unused.
Removed service "App\DataTransferObject\FileWithName"; reason: unused.
Removed service "App\DataTransferObject\ImageFile"; reason: unused.
Removed service "App\DataTransferObject\JudgehostFile"; reason: unused.
Removed service "App\DataTransferObject\JudgementType"; reason: unused.
Removed service "App\DataTransferObject\JudgingRunWrapper"; reason: unused.
Removed service "App\DataTransferObject\JudgingWrapper"; reason: unused.
Removed service "App\DataTransferObject\OrdinalContestProblemWrapper"; reason: unused.
Removed service "App\DataTransferObject\ResultRow"; reason: unused.
Removed service "App\DataTransferObject\Scoreboard\Problem"; reason: unused.
Removed service "App\DataTransferObject\Scoreboard\Row"; reason: unused.
Removed service "App\DataTransferObject\Scoreboard\Score"; reason: unused.
Removed service "App\DataTransferObject\Scoreboard\Scoreboard"; reason: unused.
Removed service "App\DataTransferObject\Shadowing\ClarificationEvent"; reason: unused.
Removed service "App\DataTransferObject\Shadowing\ContestData"; reason: unused.
Removed service "App\DataTransferObject\Shadowing\ContestEvent"; reason: unused.
Removed service "App\DataTransferObject\Shadowing\Event"; reason: unused.
Removed service "App\DataTransferObject\Shadowing\GroupEvent"; reason: unused.
Removed service "App\DataTransferObject\Shadowing\JudgementEvent"; reason: unused.
Removed service "App\DataTransferObject\Shadowing\JudgementTypeEvent"; reason: unused.
Removed service "App\DataTransferObject\Shadowing\LanguageEvent"; reason: unused.
Removed service "App\DataTransferObject\Shadowing\OrganizationEvent"; reason: unused.
Removed service "App\DataTransferObject\Shadowing\ProblemEvent"; reason: unused.
Removed service "App\DataTransferObject\Shadowing\RunEvent"; reason: unused.
Removed service "App\DataTransferObject\Shadowing\StateEvent"; reason: unused.
Removed service "App\DataTransferObject\Shadowing\SubmissionEvent"; reason: unused.
Removed service "App\DataTransferObject\Shadowing\SubmissionFile"; reason: unused.
Removed service "App\DataTransferObject\Shadowing\TeamEvent"; reason: unused.
Removed service "App\DataTransferObject\SourceCode"; reason: unused.
Removed service "App\DataTransferObject\SubmissionRestriction"; reason: unused.
Removed service "App\DataTransferObject\TeamLocation"; reason: unused.
Removed service "App\Doctrine\DBAL\Types\BinaryJsonType"; reason: unused.
Removed service "App\Doctrine\DBAL\Types\BlobTextType"; reason: unused.
Removed service "App\Doctrine\DBAL\Types\InternalErrorStatusType"; reason: unused.
Removed service "App\Doctrine\DBAL\Types\JsonType"; reason: unused.
Removed service "App\Doctrine\DBAL\Types\JudgeTaskType"; reason: unused.
Removed service "App\Doctrine\DBAL\Types\TinyIntType"; reason: unused.
Removed service "App\Doctrine\ExternalIdAlreadyExistsException"; reason: unused.
Removed service "App\Doctrine\ORM\Query\AST\Functions\RightFunction"; reason: unused.
Removed service "App\Doctrine\ORM\Query\AST\Functions\TruncateFunction"; reason: unused.
Removed service "App\Service\Compare\Message"; reason: unused.
Removed service "App\Utils\Adminer"; reason: unused.
Removed service "App\Utils\FreezeData"; reason: unused.
Removed service "App\Utils\Scoreboard\Filter"; reason: unused.
Removed service "App\Utils\Scoreboard\ProblemSummary"; reason: unused.
Removed service "App\Utils\Scoreboard\Scoreboard"; reason: unused.
Removed service "App\Utils\Scoreboard\ScoreboardMatrixItem"; reason: unused.
Removed service "App\Utils\Scoreboard\SingleTeamScoreboard"; reason: unused.
Removed service "App\Utils\Scoreboard\Summary"; reason: unused.
Removed service "App\Utils\Scoreboard\TeamScore"; reason: unused.
Removed service "App\Utils\Utils"; reason: unused.
Removed service "App\Validator\Constraints\Country"; reason: unused.
Removed service "App\Validator\Constraints\Identifier"; reason: unused.
Removed service "App\Validator\Constraints\TimeString"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.dbal.connection_expiries"; reason: unused.
Removed service ".1_ServiceLocator~Cf5aVM9"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "jms_serializer.identical_property_naming_strategy"; reason: unused.
Removed service "jms_serializer.doctrine_phpcr_object_constructor"; reason: unused.
Removed service "nelmio_api_doc.type_describer.chain"; reason: unused.
Removed service "nelmio_api_doc.type_describer.array"; reason: unused.
Removed service "nelmio_api_doc.type_describer.bool"; reason: unused.
Removed service "nelmio_api_doc.type_describer.class"; reason: unused.
Removed service "nelmio_api_doc.type_describer.dictionary"; reason: unused.
Removed service "nelmio_api_doc.type_describer.float"; reason: unused.
Removed service "nelmio_api_doc.type_describer.integer"; reason: unused.
Removed service "nelmio_api_doc.type_describer.intersection"; reason: unused.
Removed service "nelmio_api_doc.type_describer.list"; reason: unused.
Removed service "nelmio_api_doc.type_describer.mixed"; reason: unused.
Removed service "nelmio_api_doc.type_describer.nullable"; reason: unused.
Removed service "nelmio_api_doc.type_describer.object"; reason: unused.
Removed service "nelmio_api_doc.type_describer.string"; reason: unused.
Removed service "nelmio_api_doc.type_describer.union"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "process.messenger.process_message_handler"; reason: unused.
Removed service "console.messenger.application"; reason: unused.
Removed service "console.messenger.execute_command_handler"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "http_client.messenger.ping_webhook_handler"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "error_handler.error_renderer.serializer"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "twig.extension.weblink"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.user_checker"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.user_checker.chain.api"; reason: unused.
Removed service "security.user_checker.chain.metrics"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "fos_rest.view_handler.jsonp"; reason: unused.
Removed service "fos_rest.request.param_fetcher"; reason: unused.
Removed service "fos_rest.request.param_fetcher.reader"; reason: unused.
Removed service "fos_rest.serializer.symfony"; reason: unused.
Removed service "fos_rest.normalizer.camel_keys"; reason: unused.
Removed service "fos_rest.normalizer.camel_keys_with_leading_underscore"; reason: unused.
Removed service "fos_rest.decoder.jsontoform"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.1rihnuX"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Serializer\Shadowing\EventDataDenormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Serializer\Shadowing\EventDenormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.fos_rest.serializer.form_error_normalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.fos_rest.serializer.flatten_exception_normalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.problem"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.uid"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetime"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.mime_message"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetimezone"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.dateinterval"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.form_error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.backed_enum"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.data_uri"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.translatable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.json_serializable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.array"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.object"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.xml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.json"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.yaml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.csv"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
473
Inlined service "prometheus_storage" to "prometheus_collector_registry_service".
Inlined service "App\Service\Compare\AwardCompareService" to "App\Command\CompareAwardsCommand".
Inlined service "App\Service\Compare\ResultsCompareService" to "App\Command\CompareResultsCommand".
Inlined service "App\Service\Compare\ScoreboardCompareService" to "App\Command\CompareScoreboardCommand".
Inlined service ".service_locator.JkaYaOo.App\Controller\API\AccessController" to "App\Controller\API\AccessController".
Inlined service ".service_locator.JkaYaOo.App\Controller\API\AccountController" to "App\Controller\API\AccountController".
Inlined service ".service_locator.JkaYaOo.App\Controller\API\AwardsController" to "App\Controller\API\AwardsController".
Inlined service ".service_locator.JkaYaOo.App\Controller\API\BalloonController" to "App\Controller\API\BalloonController".
Inlined service ".service_locator.JkaYaOo.App\Controller\API\ClarificationController" to "App\Controller\API\ClarificationController".
Inlined service ".service_locator.JkaYaOo.App\Controller\API\ContestController" to "App\Controller\API\ContestController".
Inlined service ".service_locator.JkaYaOo.App\Controller\API\ExecutableController" to "App\Controller\API\ExecutableController".
Inlined service ".service_locator.JkaYaOo.App\Controller\API\GeneralInfoController" to "App\Controller\API\GeneralInfoController".
Inlined service ".service_locator.JkaYaOo.App\Controller\API\GroupController" to "App\Controller\API\GroupController".
Inlined service ".service_locator.JkaYaOo.App\Controller\API\JudgehostController" to "App\Controller\API\JudgehostController".
Inlined service ".service_locator.JkaYaOo.App\Controller\API\JudgementController" to "App\Controller\API\JudgementController".
Inlined service ".service_locator.JkaYaOo.App\Controller\API\JudgementTypeController" to "App\Controller\API\JudgementTypeController".
Inlined service ".service_locator.JkaYaOo.App\Controller\API\LanguageController" to "App\Controller\API\LanguageController".
Inlined service ".service_locator.JkaYaOo.App\Controller\API\MetricsController" to "App\Controller\API\MetricsController".
Inlined service ".service_locator.JkaYaOo.App\Controller\API\OrganizationController" to "App\Controller\API\OrganizationController".
Inlined service ".service_locator.JkaYaOo.App\Controller\API\PrintController" to "App\Controller\API\PrintController".
Inlined service ".service_locator.JkaYaOo.App\Controller\API\ProblemController" to "App\Controller\API\ProblemController".
Inlined service ".service_locator.JkaYaOo.App\Controller\API\RunController" to "App\Controller\API\RunController".
Inlined service ".service_locator.JkaYaOo.App\Controller\API\ScoreboardController" to "App\Controller\API\ScoreboardController".
Inlined service ".service_locator.JkaYaOo.App\Controller\API\SubmissionController" to "App\Controller\API\SubmissionController".
Inlined service ".service_locator.JkaYaOo.App\Controller\API\TeamController" to "App\Controller\API\TeamController".
Inlined service ".service_locator.JkaYaOo.App\Controller\API\UserController" to "App\Controller\API\UserController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Jury\AnalysisController" to "App\Controller\Jury\AnalysisController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Jury\AuditLogController" to "App\Controller\Jury\AuditLogController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Jury\BalloonController" to "App\Controller\Jury\BalloonController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Jury\ClarificationController" to "App\Controller\Jury\ClarificationController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Jury\ConfigController" to "App\Controller\Jury\ConfigController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Jury\ContestController" to "App\Controller\Jury\ContestController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Jury\ExecutableController" to "App\Controller\Jury\ExecutableController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Jury\ExternalContestController" to "App\Controller\Jury\ExternalContestController".
Inlined service "App\Service\ICPCCmsService" to "App\Controller\Jury\ImportExportController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Jury\ImportExportController" to "App\Controller\Jury\ImportExportController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Jury\InternalErrorController" to "App\Controller\Jury\InternalErrorController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Jury\JudgehostController" to "App\Controller\Jury\JudgehostController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Jury\JuryMiscController" to "App\Controller\Jury\JuryMiscController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Jury\LanguageController" to "App\Controller\Jury\LanguageController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Jury\PrintController" to "App\Controller\Jury\PrintController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Jury\ProblemController" to "App\Controller\Jury\ProblemController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Jury\QueueTaskController" to "App\Controller\Jury\QueueTaskController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Jury\RejudgingController" to "App\Controller\Jury\RejudgingController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Jury\ScoreboardController" to "App\Controller\Jury\ScoreboardController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Jury\ShadowDifferencesController" to "App\Controller\Jury\ShadowDifferencesController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Jury\SubmissionController" to "App\Controller\Jury\SubmissionController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Jury\TeamAffiliationController" to "App\Controller\Jury\TeamAffiliationController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Jury\TeamCategoryController" to "App\Controller\Jury\TeamCategoryController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Jury\TeamController" to "App\Controller\Jury\TeamController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Jury\UserController" to "App\Controller\Jury\UserController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Jury\VersionController" to "App\Controller\Jury\VersionController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\PublicController" to "App\Controller\PublicController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\RootController" to "App\Controller\RootController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\SecurityController" to "App\Controller\SecurityController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Team\ClarificationController" to "App\Controller\Team\ClarificationController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Team\LanguageController" to "App\Controller\Team\LanguageController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Team\MiscController" to "App\Controller\Team\MiscController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Team\ProblemController" to "App\Controller\Team\ProblemController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Team\ScoreboardController" to "App\Controller\Team\ScoreboardController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Team\SubmissionController" to "App\Controller\Team\SubmissionController".
Inlined service "App\DataTransferObject\AddTeamLocation" to "App\DataTransferObject\AddTeam".
Inlined service "App\NelmioApiDocBundle\ExternalDocDescriber.inner" to "App\NelmioApiDocBundle\ExternalDocDescriber".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.QhtYKIh" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service ".service_locator.wPXp1PE" to "doctrine.orm.default_entity_listener_resolver".
Inlined service "jms_serializer.event_dispatcher.service_locator" to "jms_serializer.event_dispatcher".
Inlined service "jms_serializer.metadata.doctrine_type_driver.inner" to "jms_serializer.metadata.doctrine_type_driver".
Inlined service "jms_serializer.metadata.doctrine_type_driver" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.metadata.service_locator" to "jms_serializer.metadata.lazy_loading_driver".
Inlined service "jms_serializer.camel_case_naming_strategy" to "jms_serializer.serialized_name_annotation_strategy".
Inlined service "jms_serializer.doctrine_object_constructor.inner" to "jms_serializer.doctrine_object_constructor".
Inlined service "jms_serializer.doctrine_object_constructor" to "jms_serializer.deserialization_graph_navigator_factory".
Inlined service "jms_serializer.expression_language" to "jms_serializer.expression_evaluator".
Inlined service "jms_serializer.expression_language.function_provider" to "jms_serializer.expression_language".
Inlined service "jms_serializer.traceable_metadata_factory.inner" to "jms_serializer.traceable_metadata_factory".
Inlined service "jms_serializer.traceable_handler_registry.inner" to "jms_serializer.traceable_handler_registry".
Inlined service "jms_serializer.metadata.traceable_file_locator.inner" to "jms_serializer.metadata.traceable_file_locator".
Inlined service "nelmio_api_doc.generator_locator" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.json" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.yaml" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.html" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.object_model.property_describer" to "nelmio_api_doc.model_describers.object".
Inlined service "nelmio_api_doc.swagger.processor.nullable_property" to "nelmio_api_doc.open_api.generator".
Inlined service "nelmio_api_doc.swagger.processor.map_query_string" to "nelmio_api_doc.open_api.generator".
Inlined service "nelmio_api_doc.swagger.processor.map_request_payload" to "nelmio_api_doc.open_api.generator".
Inlined service "nelmio_api_doc.open_api.generator" to "nelmio_api_doc.generator.default".
Inlined service "monolog.logger.nelmio_api_doc" to "nelmio_api_doc.generator.default".
Inlined service "clock" to "argument_resolver.datetime".
Inlined service "fos_rest.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.NBUFN6A" to "console.command.cache_pool_invalidate_tags".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.fuYM_Z..translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.LD5oJC8" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kl0E_Fe" to "router.expression_language_provider".
Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "serializer.name_converter.camel_case_to_snake_case" to "serializer.name_converter.metadata_aware".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.TpoC7U9" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.u5N9EMt" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service ".service_locator.HUjdu28" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "jms_serializer.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "debug.serializer.inner" to "debug.serializer".
Inlined service "html_sanitizer.config.default" to "html_sanitizer.sanitizer.default".
Inlined service "html_sanitizer.config.app.clarification_sanitizer" to "html_sanitizer.sanitizer.app.clarification_sanitizer".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.htmlsanitizer" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "jms_serializer.twig_extension.runtime_serializer" to "twig".
Inlined service "nelmio_api_doc.render_docs.html.asset" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.markdown" to "twig".
Inlined service "twig.extension.string" to "twig".
Inlined service "knp_paginator.twig.extension.pagination" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.etVElvN.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "assets.packages" to "twig.extension.assets".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.oE5XqHz" to "twig.runtime_loader".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.e_.xxAP" to "security.helper".
Inlined service ".service_locator.iaWv5xu" to "security.helper".
Inlined service ".service_locator.iaWv5xu" to "security.helper".
Inlined service ".service_locator.DTG.TkG" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service ".security.request_matcher.BrFfR3a" to "security.access_map".
Inlined service ".security.request_matcher.7R1Aerz" to "security.access_map".
Inlined service ".security.request_matcher.I_Wy6An" to "security.access_map".
Inlined service ".security.request_matcher.0Tr6F1W" to "security.access_map".
Inlined service ".security.request_matcher.pi9A1bn" to "security.access_map".
Inlined service ".security.request_matcher.gjnNpJn" to "security.access_map".
Inlined service ".security.request_matcher.zgUyz1A" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.q1UFWmc" to ".security.request_matcher.kLbKLHa".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "debug.security.firewall.authenticator.api.inner" to "debug.security.firewall.authenticator.api".
Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
Inlined service ".security.request_matcher.e1UQdTp" to ".security.request_matcher.MQQlv5a".
Inlined service "debug.security.firewall.authenticator.metrics.inner" to "debug.security.firewall.authenticator.metrics".
Inlined service "security.exception_listener.metrics" to "security.firewall.map.context.metrics".
Inlined service "security.firewall.map.config.metrics" to "security.firewall.map.context.metrics".
Inlined service "security.authentication.success_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.QiBF6kJ" to ".security.request_matcher.BrFfR3a".
Inlined service ".security.request_matcher.hvQbYNC" to ".security.request_matcher.7R1Aerz".
Inlined service ".security.request_matcher.xKZVXt1" to ".security.request_matcher.I_Wy6An".
Inlined service ".security.request_matcher.yM7vOJ9" to ".security.request_matcher.0Tr6F1W".
Inlined service ".security.request_matcher.91yaNq5" to ".security.request_matcher.pi9A1bn".
Inlined service "fos_rest.exception.codes_map" to "fos_rest.serializer.flatten_exception_normalizer".
Inlined service "twig.error_renderer.html" to "fos_rest.error_renderer.serializer".
Inlined service ".service_locator.CE6DdyV" to "fos_rest.decoder_provider".
Inlined service "fos_rest.decoder_provider" to "fos_rest.body_listener".
Inlined service "fos_rest.zone_request_matcher.b417c83ef2bcf459b4b2bb1e5a42d5c86f974ffd6bfe73357a9f04d46025529306a33be3" to "fos_rest.zone_matcher_listener".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "App\DataFixtures\DefaultData\ExecutableFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\DefaultData\LanguageFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\DefaultData\RoleFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\DefaultData\TeamCategoryFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\DefaultData\TeamFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\DefaultData\UserFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ExampleData\JudgehostFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ExampleData\TeamAffiliationFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ExampleData\TeamCategoryFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ExampleData\TeamFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ExampleData\UserFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\AddLocationToTeamFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\AddMoreDemoUsersFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\AddProblemAttachmentFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\BalloonCorrectSubmissionFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\BalloonUserFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\ClarificationFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\ContestTimeFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\DemoAboutToStartContestFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\DemoNonPublicContestFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\DemoPostDeactivateContestFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\DemoPostUnfreezeContestFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\DemoPreActivationContestFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\DemoPreDeactivateContestFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\DemoPreEndContestFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\DemoPreFreezeContestFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\DemoPreStartContestFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\DemoPreUnfreezeContestFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\DummyProblemFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\EnableJavaEntrypointFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\EnableKotlinFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\EnableSelfregisterFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\EnableSelfregisterSecondCategoryFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\ExtendDemoPracticeSessionTimeFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\ExtraJudgehostFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\LockedContestFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\RejudgingFirstToSolveFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\RejudgingStatesFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\RemoveTeamFromAdminUserFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\RemoveTeamFromDemoUserFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\SampleAffiliationsFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\SampleEventsFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\SampleSubmissionsFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\SampleSubmissionsInBucketsFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\SampleSubmissionsMultipleTriesFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\SampleSubmissionsThreeTriesCorrectFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\SampleSubmissionsThreeTriesCorrectSameLanguageFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\SelfRegisteredUserFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\TeamWithExternalIdEqualsOneFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Test\TeamWithExternalIdEqualsTwoFixture" to "doctrine.fixtures.loader".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "twig.markdown.default" to "twig.runtime.markdown".
Inlined service "twig.markdown.league_common_mark_converter" to "twig.markdown.default".
Inlined service "twig.markdown.league_common_mark_converter_factory" to "twig.markdown.league_common_mark_converter".
Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
Inlined service "knp_paginator.helper.processor" to "Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "doctrine.dbal.default_regex_schema_filter" to "doctrine.dbal.default_schema_asset_filter_manager".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "fos_rest.serializer.form_error_handler.inner" to "fos_rest.serializer.form_error_handler".
Inlined service "debug.security.event_dispatcher.api.inner" to "debug.security.event_dispatcher.api".
Inlined service "debug.security.event_dispatcher.metrics.inner" to "debug.security.event_dispatcher.metrics".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.ybClHma" to ".service_locator.ybClHma.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
Inlined service "jms_serializer.metadata.yaml_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.xml_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.annotation_or_attribute_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.null_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service ".service_locator.oR77BOj" to "debug.argument_resolver.inner".
Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "App\Serializer\Shadowing\EventDataDenormalizer" to "debug.serializer.inner".
Inlined service "App\Serializer\Shadowing\EventDenormalizer" to "debug.serializer.inner".
Inlined service "fos_rest.serializer.form_error_normalizer" to "debug.serializer.inner".
Inlined service "fos_rest.serializer.flatten_exception_normalizer" to "debug.serializer.inner".
Inlined service "serializer.normalizer.problem" to "debug.serializer.inner".
Inlined service "serializer.normalizer.uid" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetime" to "debug.serializer.inner".
Inlined service "serializer.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "serializer.normalizer.mime_message" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetimezone" to "debug.serializer.inner".
Inlined service "serializer.normalizer.dateinterval" to "debug.serializer.inner".
Inlined service "serializer.normalizer.form_error" to "debug.serializer.inner".
Inlined service "serializer.normalizer.backed_enum" to "debug.serializer.inner".
Inlined service "serializer.normalizer.data_uri" to "debug.serializer.inner".
Inlined service "serializer.normalizer.translatable" to "debug.serializer.inner".
Inlined service "serializer.normalizer.json_serializable" to "debug.serializer.inner".
Inlined service "serializer.denormalizer.array" to "debug.serializer.inner".
Inlined service "serializer.normalizer.object" to "debug.serializer.inner".
Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "serializer.encoder.json" to "debug.serializer.inner".
Inlined service "serializer.encoder.yaml" to "debug.serializer.inner".
Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
Inlined service "jms_serializer.metadata.lazy_loading_driver" to "jms_serializer.traceable_metadata_factory.inner".
Inlined service "jms_serializer.handler_registry.service_locator" to "jms_serializer.traceable_handler_registry.inner".
Inlined service ".service_locator.zMJfjpy" to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service "jms_serializer.deserialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.serialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.json_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.json_deserialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_deserialization_visitor" to "jms_serializer".
Inlined service ".service_locator.ybClHma.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
4
Tag "container.decorator" was defined on service(s) "App\NelmioApiDocBundle\ExternalDocDescriber", "jms_serializer.metadata.typed_properties_driver", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", "jms_serializer.metadata.traceable_file_locator", "debug.validator", "debug.serializer", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.api", "debug.security.firewall.authenticator.metrics", "debug.security.firewall.authenticator.main", "doctrine.migrations.container_aware_migrations_factory", ".debug.http_client", "fos_rest.serializer.form_error_handler", "debug.security.event_dispatcher.api", "debug.security.event_dispatcher.metrics", "debug.security.event_dispatcher.main", "event_dispatcher", but was never used.
Tag "jms_serializer.instance" was defined on service(s) "jms_serializer.event_dispatcher", "jms_serializer.doctrine_proxy_subscriber", "jms_serializer.stopwatch_subscriber", "jms_serializer.union_handler", "jms_serializer.array_collection_handler", "jms_serializer.constraint_violation_handler", "jms_serializer.datetime_handler", "jms_serializer.iterator_handler", "jms_serializer.metadata.typed_properties_driver", "jms_serializer.metadata.cache.file_cache", "jms_serializer.twig_extension.serializer_runtime_helper", "jms_serializer.cache.cache_clearer", "jms_serializer.traceable_runs_listener", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", "jms_serializer.metadata.traceable_file_locator", "fos_rest.serializer.form_error_handler", "jms_serializer.deserialization_context_factory", "jms_serializer.serialization_context_factory", "jms_serializer", but was never used. Did you mean "jms_serializer.instance_global"?
Tag "jms_serializer.instance_global" was defined on service(s) "jms_serializer.type_parser", "jms_serializer.expression_evaluator", but was never used. Did you mean "jms_serializer.instance"?
Tag "jms_serializer.profiler" was defined on service(s) "jms_serializer.traceable_runs_listener", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", but was never used. Did you mean "jms_serializer.serializer"?