Slackbot
05/31/2023, 5:47 PMSlackbot
06/01/2023, 3:17 PMSlackbot
06/01/2023, 10:13 PMSlackbot
06/02/2023, 7:47 AMSlackbot
06/02/2023, 4:38 PMSlackbot
06/02/2023, 6:00 PMSlackbot
06/02/2023, 6:53 PMJavi
06/02/2023, 10:00 PMVersionCatalogBuilder::from
accepts Provider<String>
? The internal string is the notation for a published catalogSyed Sami
06/02/2023, 10:06 PMSlackbot
06/04/2023, 3:48 PMRyan
06/05/2023, 1:41 AMdagger run ./gradlew run
.
I don't think this is a bug with gradle. I'm not even particularly sure it's a bug with Dagger. It may just be some strange incompatability between the way that , dagger and gradle handle std out/in/err.
Does this sound plausible? If not, does anyone have any ideas why gradle may hang when called from the Dagger CLI?Slackbot
06/05/2023, 9:45 AMSlackbot
06/05/2023, 9:49 AMPhilip W
06/05/2023, 3:05 PMProvider<ResolvedComponentResult>
as task/worker parameter input. According to the guideline, this is safe with configuration cache: For example, if you reference some ResolvedComponentResult instances, you should instead declare a Provider<ResolvedComponentResult> as an input to your task. Such a provider can be obtained by invoking ResolutionResult.getRootComponent().
But I still get this error message: Cannot fingerprint input property 'resolvedComponentResult$build_logic': value '[project :ir]' cannot be serialized.
Is this not supported with project dependencies?Dmitriy Voronin
06/05/2023, 4:33 PMExecution failed for task ':my_feature:testDebugUnitTest'. org.gradle.process.internal.ExecException: Process 'Gradle Test Executor 41' finished with non-zero exit value 134
This problem might be caused by incorrect test process configuration.
Please refer to the test execution section in the User Manual at <https://docs.gradle.org/7.5.1/userguide/java_testing.html#sec:test_execution>
[18:36:11] : [Step 20/24] # A fatal error has been detected by the Java Runtime Environment:
[18:36:11] : [Step 20/24] # SIGSEGV (0xb) at pc=0x00007f8dbcdb8056, pid=23042, tid=23050
[18:36:11] : [Step 20/24] # JRE version: OpenJDK Runtime Environment (11.0.15+10) (build 11.0.15+10-Ubuntu-0ubuntu0.20.04.1)
[18:36:11] : [Step 20/24] # Java VM: OpenJDK 64-Bit Server VM (11.0.15+10-Ubuntu-0ubuntu0.20.04.1, mixed mode, sharing, tiered, compressed oops, g1 gc, linux-amd64)
[18:36:11] : [Step 20/24] # Problematic frame:
[18:36:11] : [Step 20/24] # V [libjvm.so+0xb6c056] MetaspaceShared::find_archived_heap_object(oopDesc*)+0x36
[18:36:11] : [Step 20/24] # Core dump will be written. Default location: Core dumps may be processed with "/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -- %E" (or dumping to /opt/teamcity/work/ec484a2826eb1643/app/my_feature/core.23042)
[18:36:11] : [Step 20/24] # An error report file with more information is saved as:
[18:36:11] : [Step 20/24] # /opt/teamcity/work/ec484a2826eb1643/app/my_feature/hs_err_pid23042.log
[18:36:11] : [Step 20/24] # If you would like to submit a bug report, please visit:
[18:36:11] : [Step 20/24] # Unknown
I see it's somehow related to Metaspace and 134 error code is SIGABRT.
I can play with configuration and add more metaspace, but I want to do it with at least some idea, It looks like a fatal error to me and not an OOM which can be tuned somehow.
Did you saw something similar? Internet is not so helpful.
p.s. Core dump is not easily accessible in my case, but even if it was i don't know what to look there for
p.p.s. Problem is not reproducible locally with same tasks run, it just happens on CI from time to timeSlackbot
06/05/2023, 6:23 PMSlackbot
06/05/2023, 6:23 PMSlackbot
06/05/2023, 9:46 PMSlackbot
06/05/2023, 9:53 PMSlackbot
06/06/2023, 1:40 PMSlackbot
06/06/2023, 2:28 PMJavi
06/06/2023, 10:47 PMafterEvaluate
? Looks like the lambda is called after the test is finished.Slackbot
06/07/2023, 9:08 AMSatyarth Sampath
06/07/2023, 11:46 AM--scan
. I wanted to understand how is this currently downloaded?
Updating the repositories for settings.pluginManagement
does not seem to impact the repository where this is downloaded from.Slackbot
06/07/2023, 12:19 PMSlackbot
06/07/2023, 7:26 PMSlackbot
06/08/2023, 11:36 AMSlackbot
06/08/2023, 2:16 PMDzeri96
06/08/2023, 5:27 PMSlackbot
06/08/2023, 10:46 PM