Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

JS-482 Remove unused resources #5001

Closed
wants to merge 1 commit into from

Remove unused resources

80baaac
Select commit
Loading
Failed to load commit list.
Closed

JS-482 Remove unused resources #5001

Remove unused resources
80baaac
Select commit
Loading
Failed to load commit list.
Cirrus CI / build failed Dec 5, 2024 in 4m 56s

Task Summary

Instruction build_and_deploy failed in 04:23

Details

✅ 00:09 clone
✅ 00:01 maven
✅ 00:12 runtime
✅ 00:01 npmrc
❌ 04:23 build_and_deploy

[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.sonar.plugins.javascript.JavaScriptLanguageTest
[INFO] Running org.sonar.plugins.javascript.analysis.cache.CacheReporterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.sonar.plugins.javascript.analysis.cache.CacheReporterTest
[INFO] Running org.sonar.plugins.javascript.external.EslintReportSensorTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.sonar.plugins.javascript.external.EslintReportSensorTest
[INFO] Running org.sonar.plugins.javascript.analysis.TsConfigProviderTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.sonar.plugins.javascript.analysis.TsConfigProviderTest
[INFO] Running org.sonar.plugins.javascript.utils.RulesMetadataForSonarLintTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s -- in org.sonar.plugins.javascript.utils.RulesMetadataForSonarLintTest
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   TslintReportSensorTest.should_accept_absolute_path_to_report:177 » NoClassDefFound Could not initialize class org.sonar.plugins.javascript.rules.TslintRulesDefinition
[ERROR]   TslintReportSensorTest.should_accept_several_reports:184 » NoClassDefFound Could not initialize class org.sonar.plugins.javascript.rules.TslintRulesDefinition
[ERROR]   TslintReportSensorTest.should_add_issues_from_report:85 » NoClassDefFound Could not initialize class org.sonar.plugins.javascript.rules.TslintRulesDefinition
[ERROR]   TslintReportSensorTest.should_log_when_not_found_input_file:166 » ExceptionInInitializer
[ERROR]   TslintReportSensorTest.should_support_absolute_ts_file_paths_in_report:139 » NoClassDefFound Could not initialize class org.sonar.plugins.javascript.rules.TslintRulesDefinition
[ERROR]   TslintRulesDefinitionTest.test_external_repositories:31 NoClassDefFound Could not initialize class org.sonar.plugins.javascript.rules.TslintRulesDefinition
[INFO] 
[ERROR] Tests run: 253, Failures: 0, Errors: 6, Skipped: 1
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for SonarJS 10.19.0-SNAPSHOT:
[INFO] 
[INFO] SonarJS ............................................ SUCCESS [  2.336 s]
[INFO] SonarQube JavaScript ............................... SUCCESS [  0.018 s]
[INFO] SonarQube JavaScript :: API ........................ SUCCESS [  1.675 s]
[INFO] SonarQube JavaScript :: Bridge ..................... SUCCESS [ 36.625 s]
[INFO] SonarQube JavaScript :: CSS ........................ SUCCESS [  2.501 s]
[INFO] SonarQube JavaScript :: Checks ..................... SUCCESS [  1.551 s]
[INFO] SonarQube JavaScript :: Plugin ..................... FAILURE [  6.572 s]
[INFO] SonarQube JavaScript :: Standalone ................. SKIPPED
[INFO] SonarQube JavaScript :: Tools ...................... SKIPPED
[INFO] SonarQube JavaScript :: Fetch-node ................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  51.729 s
[INFO] Finished at: 2024-12-05T15:16:30Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.1.2:test (default-test) on project sonar-javascript-plugin: 
[ERROR] 
[ERROR] Please refer to /tmp/cirrus-ci-build/sonar-plugin/sonar-javascript-plugin/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :sonar-javascript-plugin
�����