Tom Dunstan
01/19/2023, 11:49 AMTom Dunstan
01/19/2023, 1:16 PMConnel McGovern
01/24/2023, 10:00 AMTest output is not captured for successful test executions, except for the first successful retry after a prior failure
Thanks in advance,
ConnelRonanb Browne
01/26/2023, 7:30 PMVladimir Kozhevnikov
01/27/2023, 12:31 PMGabriel Feo
01/30/2023, 3:30 PMJörgen Andersson
02/02/2023, 10:18 AMMike Cumings
02/15/2023, 4:51 PM/api/builds
endpoint? It is extremely expensive to filter on the client side and does not scale well for installations with many builds.Jan Duzinkiewicz
02/15/2023, 7:46 PMHemanth Sai Veluvolu
02/17/2023, 4:03 AMresponse status 502: Bad Gateway
. It happens on local machines as well as CI agents. Build Cache Node version is 12.2. Is there anything I can do to fix this?Ken Yee
02/20/2023, 10:18 PMZak Taccardi
02/22/2023, 2:25 AMDmitriy Voronin
02/24/2023, 2:42 PMMartin
03/03/2023, 10:24 AMebtokyo
03/06/2023, 9:58 PMCould not perform incremental compilation: Could not connect to Kotlin compile daemon
Could not connect to kotlin daemon. Using fallback strategy.
For monitoring purpose is there a way to tag a build in the build scan when such issue happen? (we don’t store build logs in GE)ganachoco
03/07/2023, 10:52 AMjoschi
03/09/2023, 1:56 PMIvan Alvarado
03/15/2023, 5:30 PMTom O'Connor
03/17/2023, 2:31 PMCI
tag. However, this example shows a CI
environment variable https://docs.gradle.com/enterprise/maven-extension/#publishing_based_on_criteria. Is there a way to look at tags passed via <http://scan.tag.ci|scan.tag.ci>?
Vampire
03/29/2023, 1:47 PMArlind Hajredinaj
04/13/2023, 10:24 AM/starting/
. It has been like this for ~2 hours. We are using the Helm installation.
In the developer tools console in the browser there is the following error:
arting.js:22 Caught checking readiness TypeError: Failed to fetch
at check (starting.js:27:5)
Alphonse Bendt
04/13/2023, 1:06 PM[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0:test (default-test) on project fluentlenium-spring-testng:
[ERROR]
[ERROR] Please refer to /Users/abendt/IdeaProjects/FluentLenium/fluentlenium-spring-testng/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] There was an error in the forked process
[ERROR] Cannot invoke "com.gradle.maven.scan.extension.test.listener.testng.a.a()" because "<parameter1>" is null
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: There was an error in the forked process
[ERROR] Cannot invoke "com.gradle.maven.scan.extension.test.listener.testng.a.a()" because "<parameter1>" is null
[ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:631)
[ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:285)
[ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:250)
[ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1203)
[ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1055)
[ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:871)
[ERROR] at com.gradle.maven.cache.extension.d.c.a(SourceFile:26)
[ERROR] at com.gradle.maven.cache.extension.d.n.a(SourceFile:23)
[ERROR] at com.gradle.maven.cache.extension.d.h.a(SourceFile:28)
[ERROR] at com.gradle.maven.cache.extension.d.m.a(SourceFile:27)
[ERROR] at com.gradle.maven.cache.extension.d.a.c(SourceFile:115)
[ERROR] at com.gradle.maven.cache.extension.d.a.a(SourceFile:61)
[ERROR] at com.gradle.maven.cache.extension.d.e.a(SourceFile:27)
[ERROR] at com.gradle.maven.cache.extension.d.l.a(SourceFile:17)
[ERROR] at com.gradle.maven.cache.extension.d.d.a(SourceFile:42)
[ERROR] at com.gradle.maven.cache.extension.d.b.a(SourceFile:26)
[ERROR] at com.gradle.maven.cache.extension.d.f$1.run(SourceFile:35)
[ERROR] at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(SourceFile:29)
[ERROR] at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(SourceFile:26)
[ERROR] at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(SourceFile:66)
[ERROR] at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(SourceFile:59)
[ERROR] at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(SourceFile:157)
[ERROR] at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(SourceFile:59)
[ERROR] at org.gradle.internal.operations.DefaultBuildOperationRunner.run(SourceFile:47)
[ERROR] at com.gradle.maven.cache.extension.d.f.a(SourceFile:31)
[ERROR] at com.gradle.maven.cache.extension.d.k.a(SourceFile:65)
[ERROR] at com.gradle.maven.cache.extension.h.b.lambda$createProxy$0(SourceFile:65)
[ERROR] at jdk.proxy9/jdk.proxy9.$Proxy72.execute(Unknown Source)
[ERROR] at com.gradle.maven.scan.extension.internal.d.a.executeMojo(SourceFile:114)
[ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:342)
Roldan Galan
04/13/2023, 5:34 PM'java.net.SocketTimeoutException: Read timed out'
It is happening both locally and in CI. It’s hard to quantify the error rate, but locally it failed to me half of the times in 6 consecutive builds, and in CI I just finished a job with four different gradle executions and wasn’t able to publish any scan.
Is there any change in the timeout configuration in latest version? Can we edit this somehow?
Is anyone else having this?Chris
04/13/2023, 5:40 PMKen Yee
04/14/2023, 7:26 PMJörgen Andersson
04/19/2023, 10:54 AMSinan Kozak
04/24/2023, 11:26 AMSebastián Pardo
05/17/2023, 1:49 PMokom kamara
06/02/2023, 10:18 AMAleksander Olszewski
06/02/2023, 1:29 PMInvalid requester
error...
Is this a known issue I just failed to spot in documentation/release notes?