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

Update the settings in build.gradle.kts for the validate task #7791

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

jwren
Copy link
Member

@jwren jwren commented Nov 17, 2024

Local runs are producing different output than the Kokoro bot, hence the continued volatility

Verify has been disabled for the time being as the CI bots currently throw an exception (see below)

@jwren jwren force-pushed the gradle_2.1_7670_03 branch from f69a64a to 2cdf5ce Compare November 18, 2024 21:45
@jwren
Copy link
Member Author

jwren commented Nov 18, 2024

Status: the bots, both as GitHub tasks as well as Kokoro, are yielding this message which doesn't appear with local runs of the script:

> Task :flutter-idea:verifyPlugin
  Starting the IntelliJ Plugin Verifier 1.379
  Verification reports directory: /home/runner/work/flutter-intellij/flutter-intellij/flutter-idea/build/reports/pluginVerifier
  Exception in thread "main" java.nio.file.NoSuchFileException: /home/runner/.pluginVerifier/extracted-plugins
  	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
  	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106)
  	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
  	at java.base/sun.nio.fs.UnixFileSystemProvider.implDelete(UnixFileSystemProvider.java:248)
  	at java.base/sun.nio.fs.AbstractFileSystemProvider.delete(AbstractFileSystemProvider.java:105)
  	at java.base/java.nio.file.Files.delete(Files.java:1152)
  	at com.jetbrains.plugin.structure.base.utils.FileUtilKt$forceRemoveDirectory$1.postVisitDirectory(FileUtil.kt:140)
  	at com.jetbrains.plugin.structure.base.utils.FileUtilKt$forceRemoveDirectory$1.postVisitDirectory(FileUtil.kt:131)
  	at java.base/java.nio.file.Files.walkFileTree(Files.java:2828)
  	at java.base/java.nio.file.Files.walkFileTree(Files.java:2882)
  	at com.jetbrains.plugin.structure.base.utils.FileUtilKt.forceRemoveDirectory(FileUtil.kt:131)
  	at com.jetbrains.plugin.structure.base.utils.FileUtilKt.forceDeleteIfExists(FileUtil.kt:84)
  	at com.jetbrains.pluginverifier.PluginVerifierMain.getPluginsExtractDirectory(PluginVerifierMain.kt:84)
  	at com.jetbrains.pluginverifier.PluginVerifierMain.main(PluginVerifierMain.kt:119)

@jwren jwren force-pushed the gradle_2.1_7670_03 branch from 2cdf5ce to 9a31c3c Compare November 19, 2024 17:35
Local runs are producing different output than the Kokoro bot, hence the continued volatility

Verify has been disabled for the time being as the CI bots currently throw an exception
@jwren jwren force-pushed the gradle_2.1_7670_03 branch from 9a31c3c to c02380c Compare November 19, 2024 18:36
@jwren jwren merged commit 2f35dc9 into flutter:master Nov 19, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants