1# This file is a list of regexes of innocuous messages that might appear in stdout/stderr 2# Messages that are expected to appear in a build should be exempted in messages.ignore instead, because that file is subject to garbage collection whereas this one is not 3# Before adding a suppression to this file, please attempt to suppress the output inside the generating tool instead. 4# If the developer is using remote build cache, we mention it in the output 5Using AndroidX remote build cache 6# > Task :sqlite:integration-tests:inspection-room-testapp:kaptDebugAndroidTestKotlin 7ZipFile closed 8# > Task :room:integration-tests:room-testapp:runErrorProne 9java\.util\.zip\.ZipException\: ZipFile closed 10# > Task :compose:animation:animation-core:testDebugUnitTest 11androidx\.compose\.animation\.core\.AnimationClockTest \> testSubscriptionDuringFrameCallback FAILED 12kotlin\.UninitializedPropertyAccessException at AnimationClockTest\.kt\:[0-9]+ 13There were failing tests\. See the report at\: file\:\/\/\$OUT_DIR\/ui\/compose\/animation\/animation\-core\/build\/reports\/tests\/testDebugUnitTest\/index\.html 14# > Task :room:integration-tests:room-testapp-autovalue:compileDebugAndroidTestJavaWithJavac 15Stream closed 16# > Task :room:integration-tests:room-testapp:compileDebugJavaWithJavac 17java.io.IOException: Stream closed 18# > Task :compose:compiler:compiler-hosted:integration-tests:testDebugUnitTest 19# If a test fails, we don't want the build to fail, we want to pass the test output to the tests server and for the tests server to report the failure 20[0-9]+ test.*failed.* 21There were failing tests\. See the report at: .*.html 22# Some status messages 23Starting a Gradle Daemon.* 24Remote build cache is disabled when running with \-\-offline\. 25[0-9]+ actionable tasks: [0-9]+ up\-to\-date 26[0-9]+ actionable tasks: [0-9]+ executed 27[0-9]+ actionable task: [0-9]+ executed 28[0-9]+ actionable tasks: [0-9]+ executed, [0-9]+ from cache, [0-9]+ up\-to\-date 29The remote build cache was disabled during the build due to errors\. 30The build is running offline\. A build scan will not be published at this time, but it can be published if you run the buildScanPublishPrevious task in the next build\. 31Calculating task graph as configuration cache cannot be reused because environment variable '.*' has changed\. 32Calculating task graph as configuration cache cannot be reused because file '[^ ]*' has changed\. 33Calculating task graph as no configuration cache is available for tasks:.* 34Reusing configuration cache\. 35Calculating task graph as configuration cache cannot be reused because an input to task '[^ ]*' has changed\. 36Calculating task graph as configuration cache cannot be reused because the set of paths ignored in file\-system\-check input tracking has changed\. 37See the profiling report at\: file\:\/\/\$OUT_DIR\/buildSrc\/build\/reports\/profile\/profile\-[0-9]+\-[0-9]+\-[0-9]+\-[0-9]+\-[0-9]+\-[0-9]+\.html 38The build is running offline\. A build scan will not be published at this time, but it can be published if you run the 'buildScanPublishPrevious' task in the next build\. 39# Some messages that encode the number of a certain type of other error 40[0-9]+ errors, [0-9]+ warnings \([0-9]+ warnings filtered by baseline lint\-baseline\.xml\) 41[0-9]+ errors, [0-9]+ warnings \([0-9]+ warning filtered by baseline lint\-baseline\.xml\) 42[0-9]+ problems were found reusing the configuration cache, [0-9]+ of which seems unique\. 43[0-9]+ problems were found reusing the configuration cache\. 44[0-9]+ problem was found reusing the configuration cache\. 45Configuration cache entry reused with [0-9]+ problem\. 46# b/179833331 , https://youtrack.jetbrains.com/issue/KT-35156 47# b/181258249 , https://youtrack.jetbrains.com/issue/KT-43881 48\.\.\. [0-9]+ more 49at java\.rmi\/sun\.rmi\.transport\.StreamRemoteCall\.exceptionReceivedFromServer\(StreamRemoteCall\.java\:[0-9]+\) 50at java\.rmi\/sun\.rmi\.transport\.StreamRemoteCall\.executeCall\(StreamRemoteCall\.java\:[0-9]+\) 51at java\.rmi\/sun\.rmi\.server\.UnicastRef\.invoke\(UnicastRef\.java\:[0-9]+\) 52at java\.rmi\/java\.rmi\.server\.RemoteObjectInvocationHandler\.invokeRemoteMethod\(RemoteObjectInvocationHandler\.java\:[0-9]+\) 53at java\.rmi\/java\.rmi\.server\.RemoteObjectInvocationHandler\.invoke\(RemoteObjectInvocationHandler\.java\:[0-9]+\) 54at com\.sun\.proxy\.\$Proxy[0-9]+\.compile\(Unknown Source\) 55at org\.jetbrains\.kotlin\.compilerRunner\.GradleKotlinCompilerWork\.incrementalCompilationWithDaemon\(GradleKotlinCompilerWork\.kt\:[0-9]+\) 56at org\.jetbrains\.kotlin\.compilerRunner\.GradleKotlinCompilerWork\.compileWithDaemon\(GradleKotlinCompilerWork\.kt\:[0-9]+\) 57at org\.jetbrains\.kotlin\.compilerRunner\.GradleKotlinCompilerWork\.compileWithDaemonOrFallbackImpl\(GradleKotlinCompilerWork\.kt\:[0-9]+\) 58at org\.jetbrains\.kotlin\.compilerRunner\.GradleKotlinCompilerWork\.run\(GradleKotlinCompilerWork\.kt\:[0-9]+\) 59at org\.jetbrains\.kotlin\.compilerRunner\.GradleCompilerRunnerWithWorkers\$GradleKotlinCompilerWorkAction\.execute\(GradleCompilerRunnerWithWorkers\.kt\:[0-9]+\) 60Caused by\: java\.lang\.AssertionError\: Incremental compilation is not enabled 61at org\.jetbrains\.kotlin\.incremental\.IncrementalCompilerRunner\.compileImpl\(IncrementalCompilerRunner\.kt\:[0-9]+\) 62at org\.jetbrains\.kotlin\.incremental\.IncrementalCompilerRunner\.compile\(IncrementalCompilerRunner\.kt\:[0-9]+\) 63at org\.jetbrains\.kotlin\.daemon\.CompileServiceImplBase\.execIncrementalCompiler\(CompileServiceImpl\.kt\:[0-9]+\) 64at org\.jetbrains\.kotlin\.daemon\.CompileServiceImplBase\.access\$execIncrementalCompiler\(CompileServiceImpl\.kt\:[0-9]+\) 65at org\.jetbrains\.kotlin\.daemon\.CompileServiceImpl\.compile\(CompileServiceImpl\.kt\:[0-9]+\) 66at java\.rmi\/sun\.rmi\.transport\.Transport\.serviceCall\(Transport\.java\:[0-9]+\) 67at java\.rmi\/sun\.rmi\.transport\.tcp\.TCPTransport\.handleMessages\(TCPTransport\.java\:[0-9]+\) 68at java\.rmi\/sun\.rmi\.transport\.tcp\.TCPTransport\$ConnectionHandler\.run[0-9]+\(TCPTransport\.java\:[0-9]+\) 69at java\.rmi\/sun\.rmi\.transport\.tcp\.TCPTransport\$ConnectionHandler\.lambda\$run\$[0-9]+\(TCPTransport\.java\:[0-9]+\) 70at java\.rmi\/sun\.rmi\.transport\.tcp\.TCPTransport\$ConnectionHandler\.run\(TCPTransport\.java\:[0-9]+\) 71Compilation with Kotlin compile daemon was not successful 72java\.rmi\.ServerError\: Error occurred in server thread\; nested exception is\: 73java\.lang\.AssertionError\: Incremental compilation is not enabled 74at java\.rmi\/sun\.rmi\.server\.UnicastServerRef\.dispatch\(UnicastServerRef\.java\:[0-9]+\) 75at java\.rmi\/sun\.rmi\.transport\.Transport\$[0-9]+\.run\(Transport\.java\:[0-9]+\) 76# https://youtrack.jetbrains.com/issue/KT-46068 77# > Task :compose:ui:ui-graphics:compileReleaseKotlin 78java\.lang\.Exception: Unknown or invalid session [0-9]+ 79at org\.jetbrains\.kotlin\.daemon\.common\.CompileService\$CallResult\$Error\.get\(CompileService\.kt:[0-9]+\) 80at java.base.* 81warning: ATTENTION! 82# b/185474400 83at org.gradle.* 84# > Task :internal-testutils-common:lintAnalyze 85Scanning .*: 86Failure reading binary cache file .*\.android\/cache\/api\-versions\-[0-9]+\-[0-9A-Z]+rev[0-9]+\.bin 87Please delete the file and restart the IDE\/lint\: .*\.android\/cache\/api\-versions\-[0-9]+\-[0-9A-Z]+rev[0-9]+\.bin 88java\.io\.FileNotFoundException\: .*\.android\/cache\/api\-versions\-[0-9]+\-[0-9A-Z]+rev[0-9]+\.bin \(No such file or directory\) 89at com\.google\.common\.io\.Files\$FileByteSource\.openStream\(Files\.java\:[0-9]+\) 90at com\.google\.common\.io\.Files\$FileByteSource\.read\(Files\.java\:[0-9]+\) 91at com\.google\.common\.io\.Files\.toByteArray\(Files\.java\:[0-9]+\) 92at com\.android\.tools\.lint\.checks\.ApiDatabase\.readData\(ApiDatabase\.java\:[0-9]+\) 93at com\.android\.tools\.lint\.checks\.ApiLookup\.\<init\>\(ApiLookup\.java\:[0-9]+\) 94at com\.android\.tools\.lint\.checks\.ApiLookup\.get\(ApiLookup\.java\:[0-9]+\) 95at com\.android\.tools\.lint\.checks\.ApiDetector\.beforeCheckRootProject\(ApiDetector\.kt\:[0-9]+\) 96at com\.android\.tools\.lint\.client\.api\.LintDriver\.checkProject\(LintDriver\.kt\:[0-9]+\) 97at com\.android\.tools\.lint\.client\.api\.LintDriver\.checkProjectRoot\(LintDriver\.kt\:[0-9]+\) 98at com\.android\.tools\.lint\.client\.api\.LintDriver\.access\$checkProjectRoot\(LintDriver\.kt\:[0-9]+\) 99at com\.android\.tools\.lint\.client\.api\.LintDriver\$analyzeOnly\$[0-9]+\.invoke\(LintDriver\.kt\:[0-9]+\) 100at com\.android\.tools\.lint\.client\.api\.LintDriver\.doAnalyze\(LintDriver\.kt\:[0-9]+\) 101at com\.android\.tools\.lint\.client\.api\.LintDriver\.analyzeOnly\(LintDriver\.kt\:[0-9]+\) 102at com\.android\.tools\.lint\.LintCliClient\$analyzeOnly\$[0-9]+\.invoke\(LintCliClient\.kt\:[0-9]+\) 103at com\.android\.tools\.lint\.LintCliClient\.run\(LintCliClient\.kt\:[0-9]+\) 104at com\.android\.tools\.lint\.LintCliClient\.run\$default\(LintCliClient\.kt\:[0-9]+\) 105at com\.android\.tools\.lint\.LintCliClient\.analyzeOnly\(LintCliClient\.kt\:[0-9]+\) 106at com\.android\.tools\.lint\.Main\.run\(Main\.java\:[0-9]+\) 107at com\.android\.build\.gradle\.internal\.lint\.AndroidLintWorkAction\.invokeLintMainRunMethod\(AndroidLintWorkAction\.kt\:[0-9]+\) 108at com\.android\.build\.gradle\.internal\.lint\.AndroidLintWorkAction\.runLint\(AndroidLintWorkAction\.kt\:[0-9]+\) 109at com\.android\.build\.gradle\.internal\.lint\.AndroidLintWorkAction\.execute\(AndroidLintWorkAction\.kt\:[0-9]+\) 110# > Task :buildSrc-tests:lintAnalyze 111.*\.android\/cache\/api\-versions\-[0-9]+\-[0-9A-Z]+rev[0-9]+\.bin does not exist 112# > Task :wear:wear-watchface:testDebugUnitTest 113System\.logW: A resource was acquired at attached stack trace but never released\. See java\.io\.Closeable for information on avoiding resource leaks\.java\.lang\.Throwable: Explicit termination method 'dispose' not called 114System\.logW: A resource was acquired at attached stack trace but never released\. See java\.io\.Closeable for information on avoiding resource leaks\.java\.lang\.Throwable: Explicit termination method 'release' not called 115# https://youtrack.jetbrains.com/issue/KT-46940 116warning\: The following options were not recognized by any processor\: \'\[.*\]\' 117# > Task :checkNativeApi / :generateNativeApi / :updateNativeApi 118Native API checking is currently not supported on non-linux devices 119# Known warning for Googlers 120It looks like you are a Googler running without remote build cache.* 121# built-in Gradle suggestions that a developer can't easily take when running remotely in CI 122\* Try: 123> Run with \-\-info or \-\-debug option to get more log output\. 124> Run with \-\-scan to get full insights\. 125# developers already see this message when local builds fail and don't need to also see it in CI 126> Get more help at https://help\.gradle\.org. 127# developers already can tell when a build failed 128FAILURE: Build failed with an exception. 129# developers already expect the output to explain what went wrong 130\* What went wrong: 131# the compilation log is already displayed in the output 132.*> Compilation error. See log for more details 133# In practice, these failures are compilation failures 134> A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers\$GradleKotlinCompilerWorkAction 135# Flaky printout from kapt 136WARNING: Illegal reflective access by org\.jetbrains\.kotlin\.kapt3\.util\.ModuleManipulationUtilsKt .* to constructor com\.sun\.tools\.javac\.util\.Context\(\) 137WARNING: Please consider reporting this to the maintainers of org\.jetbrains\.kotlin\.kapt3\.util\.ModuleManipulationUtilsKt 138# b/225244932 139Index data read correctly 140Could not read index from network cache: null 141# androidx-studio-integration uses custom AGP and lint 142Using custom version .* of AGP due to GRADLE_PLUGIN_VERSION being set\. 143Using custom version .* of Lint due to LINT_VERSION being set\. 144Using custom version .* of metalava due to METALAVA_VERSION being set\. 145Publishing build scan\.\.\. 146https://ge\.androidx\.dev/s/.* 147# androidx-demos:compileReleaseJavaWithJavac 148Note: \$SUPPORT/samples/AndroidXDemos/src/main/java/com/example/androidx/util/DiffUtilActivity\.java uses unchecked or unsafe operations\. 149Calculating task graph as configuration cache cannot be reused because JVM has changed\. 150# b/270412262 151Failed to compile with Kotlin daemon: java\.lang\.RuntimeException: Could not connect to Kotlin compile daemon 152Using fallback strategy: Compile without Kotlin daemon 153Try \./gradlew \-\-stop if this issue persists\. 154# > Task :compose:ui:ui:compileReleaseKotlinAndroid 155e: Daemon compilation failed: Could not connect to Kotlin compile daemon 156java\.lang\.RuntimeException: Could not connect to Kotlin compile daemon 157Errors were stored into \$SUPPORT/\.gradle/kotlin/errors/errors\-[0-9]+\.log 158# b/306244551 159Generating lint files for.* 160# When we change gradle.properties, we can get this error in incremental builds: 161Calculating task graph as configuration cache cannot be reused because the set of Gradle properties has changed\. 162Calculating task graph as configuration cache cannot be reused because properties file .*local\.properties has changed\. 163# https://youtrack.jetbrains.com/issue/KT-73311 164Unable to release compile session, maybe daemon is already down.* 165java\.net\.ConnectException: Connection refused 166java\.net\.SocketException: Connection reset 167java\.io\.EOFException