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

SLI-1703 Sentry IO PoC #1226

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Sentry IO PoC

90b9537
Select commit
Loading
Failed to load commit list.
Draft

SLI-1703 Sentry IO PoC #1226

Sentry IO PoC
90b9537
Select commit
Loading
Failed to load commit list.
Cirrus CI / validate_windows failed Nov 12, 2024 in 14m 52s

Task Summary

Instruction build failed in 14:30

Details

✅ 00:02 clone
✅ 00:02 gradle
❌ 14:30 build

> Task :clion-resharper:patchPluginXml NO-SOURCE
> Task :rider:patchPluginXml NO-SOURCE
> Task :git:verifyPluginConfiguration
> Task :clion-resharper:verifyPluginConfiguration
> Task :common:verifyPluginConfiguration
> Task :clion:verifyPluginConfiguration
> Task :clion-common:verifyPluginConfiguration
> Task :rider:verifyPluginConfiguration
> Task :git:processResources NO-SOURCE
> Task :clion:processResources NO-SOURCE
> Task :clion-resharper:processResources NO-SOURCE
> Task :clion-common:processResources NO-SOURCE
> Task :rider:processResources NO-SOURCE
Unknown file extension: src\main\resources\images\README.md
> Task :licenseMain UP-TO-DATE
> Task :licenseTest UP-TO-DATE
> Task :license UP-TO-DATE
> Task :checkKotlinGradlePluginConfigurationErrors
> Task :initializeIntelliJPlugin

> Task :patchPluginXml
[gradle-intellij-plugin :patchPluginXml] Patching plugin.xml: value of 'version[${project.version}]' tag will be set to '10.13-SNAPSHOT'

> Task :verifyPluginConfiguration
> Task :collectExternalDependenciesForSentry FAILED
> Task :common:compileKotlin

FAILURE: Build failed with an exception.

* What went wrong:
A problem was found with the configuration of task ':collectExternalDependenciesForSentry' (type 'SentryExternalDependenciesReportTaskV2').
  - Gradle detected a problem with the following location: 'C:\Windows\SystemTemp\cirrus-ci-build\build\generated\sentry'.
    
    Reason: Task ':licenseMain' uses this output of task ':collectExternalDependenciesForSentry' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.
    
    Possible solutions:
      1. Declare task ':collectExternalDependenciesForSentry' as an input of ':licenseMain'.
      2. Declare an explicit dependency on ':collectExternalDependenciesForSentry' from ':licenseMain' using Task#dependsOn.
      3. Declare an explicit dependency on ':collectExternalDependenciesForSentry' from ':licenseMain' using Task#mustRunAfter.
    
    For more information, please refer to https://docs.gradle.org/8.9/userguide/validation_problems.html#implicit_dependency in the Gradle documentation.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

For more on this, please refer to https://docs.gradle.org/8.9/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.

BUILD FAILED in 14m 29s
24 actionable tasks: 22 executed, 2 up-to-date