fix: replace checksum-dependency-plugin with Gradle dependency verification #2969
main.yml
on: pull_request
Matrix Preparation
5s
Error Prone (JDK 17)
4m 1s
Matrix: test
Annotations
10 errors, 30 warnings, and 4 notices
|
Error Prone (JDK 17)
Execution failed for task ':src:bshclient:compileJava'.
> Dependency verification failed for configuration ':src:bshclient:compileClasspath':
- On artifact reactor-bom-2023.0.1.module (io.projectreactor:reactor-bom:2023.0.1) in repository 'MavenRepo': Artifact was signed with key '48B086A7D843CFA258E83286928FBF39003C0425' (Spring Builds (JAR Signing) <spring-builds@vmware.com>) and passed verification but the key isn't in your trusted keys list.
If the artifacts are trustworthy, you will need to update the gradle/verification-metadata.xml file. For more on how to do this, please refer to https://docs.gradle.org/8.9/userguide/dependency_verification.html#sec:troubleshooting-verification in the Gradle documentation.
These files failed verification:
- GRADLE_USER_HOME/caches/modules-2/files-2.1/io.projectreactor/reactor-bom/2023.0.1/f349d03212fed601daa993168058c2b82ebb68af/reactor-bom-2023.0.1.module (signature: GRADLE_USER_HOME/caches/modules-2/files-2.1/io.projectreactor/reactor-bom/2023.0.1/2c0bf93c8a4a7e33ae5b028e6697e26a288e83f7/reactor-bom-2023.0.1.module.asc)
GRADLE_USER_HOME = /home/runner/.gradle
These files failed verification:
- GRADLE_USER_HOME/caches/modules-2/files-2.1/io.projectreactor/reactor-bom/2023.0.1/f349d03212fed601daa993168058c2b82ebb68af/reactor-bom-2023.0.1.module (signature: GRADLE_USER_HOME/caches/modules-2/files-2.1/io.projectreactor/reactor-bom/2023.0.1/2c0bf93c8a4a7e33ae5b028e6697e26a288e83f7/reactor-bom-2023.0.1.module.asc)
GRADLE_USER_HOME = /home/runner/.gradle
Open this report for more details: file:///home/runner/work/jmeter/jmeter/build/reports/dependency-verification/at-1752832444264/dependency-verification-report.html
|
|
Error Prone (JDK 17):
task ':src:bshclient:compileJava'#L0
Execution failed for task ':src:bshclient:compileJava':
org.gradle.api.internal.artifacts.verification.exceptions.DependencyVerificationException: Dependency verification failed for configuration ':src:bshclient:compileClasspath':
- On artifact reactor-bom-2023.0.1.module (io.projectreactor:reactor-bom:2023.0.1) in repository 'MavenRepo': Artifact was signed with key '48B086A7D843CFA258E83286928FBF39003C0425' (Spring Builds (JAR Signing) <spring-builds@vmware.com>) and passed verification but the key isn't in your trusted keys list.
If the artifacts are trustworthy, you will need to update the gradle/verification-metadata.xml file. For more on how to do this, please refer to https://docs.gradle.org/8.9/userguide/dependency_verification.html#sec:troubleshooting-verification in the Gradle documentation.
These files failed verification:
- GRADLE_USER_HOME/caches/modules-2/files-2.1/io.projectreactor/reactor-bom/2023.0.1/f349d03212fed601daa993168058c2b82ebb68af/reactor-bom-2023.0.1.module (signature: GRADLE_USER_HOME/caches/modules-2/files-2.1/io.projectreactor/reactor-bom/2023.0.1/2c0bf93c8a4a7e33ae5b028e6697e26a288e83f7/reactor-bom-2023.0.1.module.asc)
GRADLE_USER_HOME = /home/runner/.gradle
These files failed verification:
- GRADLE_USER_HOME/caches/modules-2/files-2.1/io.projectreactor/reactor-bom/2023.0.1/f349d03212fed601daa993168058c2b82ebb68af/reactor-bom-2023.0.1.module (signature: GRADLE_USER_HOME/caches/modules-2/files-2.1/io.projectreactor/reactor-bom/2023.0.1/2c0bf93c8a4a7e33ae5b028e6697e26a288e83f7/reactor-bom-2023.0.1.module.asc)
GRADLE_USER_HOME = /home/runner/.gradle
Open this report for more details: file:///home/runner/work/jmeter/jmeter/build/reports/dependency-verification/at-1752832444264/dependency-verification-report.html
at org.gradle.api.internal.artifacts.ivyservice.ivyresolve.verification.ChecksumAndSignatureVerificationOverride.artifactsAccessed(ChecksumAndSignatureVerificationOverride.java:194)
at org.gradle.api.internal.artifacts.ivyservice.resolveengine.artifact.ResolvedArtifactSetResolver$1.run(ResolvedArtifactSetResolver.java:66)
at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29)
at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26)
at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:166)
at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47)
at org.gradle.api.internal.artifacts.ivyservice.resolveengine.artifact.ResolvedArtifactSetResolver.visitArtifacts(ResolvedArtifactSetResolver.java:62)
at org.gradle.api.internal.artifacts.ivyservice.resolveengine.artifact.ResolvedArtifactSetResolver.lambda$visitInUnmanagedWorkerThread$0(ResolvedArtifactSetResolver.java:58)
at org.gradle.internal.work.DefaultWorkerLeaseService.runAsUnmanagedWorkerThread(DefaultWorkerLeaseService.java:143)
at org.gradle.api.internal.artifacts.ivyservice.resolveengine.artifact.ResolvedArtifactSetResolver.visitInUnmanagedWorkerThread(ResolvedArtifactSetResolver.java:58)
at org.gradle.api.internal.artifacts.ivyservice.resolveengine.artifact.DefaultSelectedArtifactSet.visitArtifacts(DefaultSelectedArtifactSet.java:59)
at org.gradle.api.internal.artifacts.ivyservice.resolveengine.artifact.SelectedArtifactSet.visitFiles(SelectedArtifactSet.java:34)
at org.gradle.api.internal.artifacts.configurations.ResolutionBackedFileCollection.visitContents(ResolutionBackedFileCollection.java:73)
at org.gradl
|
|
17, corretto, same hashcode, windows, America/New_York, fr_FR, stress JIT
Execution failed for task ':src:config:jar'.
> Dependency verification failed for configuration ':src:config:srcLicense':
- On artifact apache-rat-0.15.pom (org.apache.rat:apache-rat:0.15) in repository 'MavenRepo': Artifact was signed with key '6BFAB2E3C6490B421B25C76C9C8C892F91F8E6D1' (Philipp Ottlinger <pottlinger@apache.org>) and passed verification but the key isn't in your trusted keys list.
- On artifact apache-rat-api-0.15.pom (org.apache.rat:apache-rat-api:0.15) in repository 'MavenRepo': Artifact was signed with key '6BFAB2E3C6490B421B25C76C9C8C892F91F8E6D1' (Philipp Ottlinger <pottlinger@apache.org>) and passed verification but the key isn't in your trusted keys list.
- On artifact apache-rat-core-0.15.pom (org.apache.rat:apache-rat-core:0.15) in repository 'MavenRepo': Artifact was signed with key '6BFAB2E3C6490B421B25C76C9C8C892F91F8E6D1' (Philipp Ottlinger <pottlinger@apache.org>) and passed verification but the key isn't in your trusted keys list.
- On artifact apache-rat-project-0.15.pom (org.apache.rat:apache-rat-project:0.15) in repository 'MavenRepo': Artifact was signed with key '6BFAB2E3C6490B421B25C76C9C8C892F91F8E6D1' (Philipp Ottlinger <pottlinger@apache.org>) and passed verification but the key isn't in your trusted keys list.
- On artifact apache-rat-tasks-0.15.pom (org.apache.rat:apache-rat-tasks:0.15) in repository 'MavenRepo': Artifact was signed with key '6BFAB2E3C6490B421B25C76C9C8C892F91F8E6D1' (Philipp Ottlinger <pottlinger@apache.org>) and passed verification but the key isn't in your trusted keys list.
- On artifact commons-cli-1.5.0.pom (commons-cli:commons-cli:1.5.0) in repository 'MavenRepo': Artifact was signed with key 'B6E73D84EA4FCC47166087253FAAD2CD5ECBB314' and passed verification but the key isn't in your trusted keys list.
- On artifact commons-compress-1.21.pom (org.apache.commons:commons-compress:1.21) in repository 'MavenRepo': Artifact was signed with key 'CE8075A251547BEE249BC151A2115AE15F6B8B72' and passed verification but the key isn't in your trusted keys list.
- On artifact korte-jvm-2.7.0.module (com.soywiz.korlibs.korte:korte-jvm:2.7.0) in repository 'MavenRepo': Artifact was signed with key '1BE2DD4B1FCF252FE4F0A1D103281AA0289FF53A' (Carlos Ballesteros Velasco (Deploy) <soywiz+deploy@gmail.com>) and passed verification but the key isn't in your trusted keys list.
- On artifact maven-parent-34.pom (org.apache.maven:maven-parent:34) in repository 'MavenRepo': Artifact was signed with key 'FA77DCFEF2EE6EB2DEBEDD2C012579464D01C06A' (Herve Boutemy <hboutemy@apache.org>) and passed verification but the key isn't in your trusted keys list.
- On artifact reactor-bom-2023.0.1.module (io.projectreactor:reactor-bom:2023.0.1) in repository 'MavenRepo': Artifact was signed with key '48B086A7D843CFA258E83286928FBF39003C0425' (Spring Builds (JAR Signing) <spring-builds@vmware.com>) and passed verification but the key isn't in your trusted keys list.
If the artifacts are trustworthy, you will need to update the gradle/verification-metadata.xml file. For more on how to do this, please refer to https://docs.gradle.org/8.9/userguide/dependency_verification.html#sec:troubleshooting-verification in the Gradle documentation.
These files failed verification:
- GRADLE_USER_HOME\caches\modules-2\files-2.1\com.soywiz.korlibs.korte\korte-jvm\2.7.0\d97034431a2567c274ba25175083f1a2b8d281a2\korte-jvm-2.7.0.module (signature: GRADLE_USER_HOME\caches\modules-2\files-2.1\com.soywiz.korlibs.korte\korte-jvm\2.7.0\226329d831b229a81f4d85ae76b85db7a169547e\korte-jvm-2.7.0.module.asc)
- GRADLE_USER_HOME\caches\modules-2\files-2.1\commons-cli\commons-cli\1.5.0\12367f11d9fc051222dd6264ecde30fb422d2ce4\commons-cli-1.5.0.pom (signature: GRADLE_USER_HOME\caches\modules-2\files-2.1\commons-cli\commons-cli\1.5.0\1ee3356417aa22ea675d2ce02c28a0e04c5376ad\commons-cli-1.5.0.pom.asc)
- GRADLE_USER_HOME\caches\modules-2\files-2.1\io.projectreactor\reactor-bom\2023.0.1\f349d03212fed601daa993168058c2b82ebb68af\reactor-bom-2023.0.1.module (signature: GRADLE
|
|
17, corretto, same hashcode, windows, America/New_York, fr_FR, stress JIT:
task ':src:config:jar'#L0
Execution failed for task ':src:config:jar':
org.gradle.api.internal.artifacts.verification.exceptions.DependencyVerificationException: Dependency verification failed for configuration ':src:config:srcLicense':
- On artifact apache-rat-0.15.pom (org.apache.rat:apache-rat:0.15) in repository 'MavenRepo': Artifact was signed with key '6BFAB2E3C6490B421B25C76C9C8C892F91F8E6D1' (Philipp Ottlinger <pottlinger@apache.org>) and passed verification but the key isn't in your trusted keys list.
- On artifact apache-rat-api-0.15.pom (org.apache.rat:apache-rat-api:0.15) in repository 'MavenRepo': Artifact was signed with key '6BFAB2E3C6490B421B25C76C9C8C892F91F8E6D1' (Philipp Ottlinger <pottlinger@apache.org>) and passed verification but the key isn't in your trusted keys list.
- On artifact apache-rat-core-0.15.pom (org.apache.rat:apache-rat-core:0.15) in repository 'MavenRepo': Artifact was signed with key '6BFAB2E3C6490B421B25C76C9C8C892F91F8E6D1' (Philipp Ottlinger <pottlinger@apache.org>) and passed verification but the key isn't in your trusted keys list.
- On artifact apache-rat-project-0.15.pom (org.apache.rat:apache-rat-project:0.15) in repository 'MavenRepo': Artifact was signed with key '6BFAB2E3C6490B421B25C76C9C8C892F91F8E6D1' (Philipp Ottlinger <pottlinger@apache.org>) and passed verification but the key isn't in your trusted keys list.
- On artifact apache-rat-tasks-0.15.pom (org.apache.rat:apache-rat-tasks:0.15) in repository 'MavenRepo': Artifact was signed with key '6BFAB2E3C6490B421B25C76C9C8C892F91F8E6D1' (Philipp Ottlinger <pottlinger@apache.org>) and passed verification but the key isn't in your trusted keys list.
- On artifact commons-cli-1.5.0.pom (commons-cli:commons-cli:1.5.0) in repository 'MavenRepo': Artifact was signed with key 'B6E73D84EA4FCC47166087253FAAD2CD5ECBB314' and passed verification but the key isn't in your trusted keys list.
- On artifact commons-compress-1.21.pom (org.apache.commons:commons-compress:1.21) in repository 'MavenRepo': Artifact was signed with key 'CE8075A251547BEE249BC151A2115AE15F6B8B72' and passed verification but the key isn't in your trusted keys list.
- On artifact korte-jvm-2.7.0.module (com.soywiz.korlibs.korte:korte-jvm:2.7.0) in repository 'MavenRepo': Artifact was signed with key '1BE2DD4B1FCF252FE4F0A1D103281AA0289FF53A' (Carlos Ballesteros Velasco (Deploy) <soywiz+deploy@gmail.com>) and passed verification but the key isn't in your trusted keys list.
- On artifact maven-parent-34.pom (org.apache.maven:maven-parent:34) in repository 'MavenRepo': Artifact was signed with key 'FA77DCFEF2EE6EB2DEBEDD2C012579464D01C06A' (Herve Boutemy <hboutemy@apache.org>) and passed verification but the key isn't in your trusted keys list.
- On artifact reactor-bom-2023.0.1.module (io.projectreactor:reactor-bom:2023.0.1) in repository 'MavenRepo': Artifact was signed with key '48B086A7D843CFA258E83286928FBF39003C0425' (Spring Builds (JAR Signing) <spring-builds@vmware.com>) and passed verification but the key isn't in your trusted keys list.
If the artifacts are trustworthy, you will need to update the gradle/verification-metadata.xml file. For more on how to do this, please refer to https://docs.gradle.org/8.9/userguide/dependency_verification.html#sec:troubleshooting-verification in the Gradle documentation.
These files failed verification:
- GRADLE_USER_HOME\caches\modules-2\files-2.1\com.soywiz.korlibs.korte\korte-jvm\2.7.0\d97034431a2567c274ba25175083f1a2b8d281a2\korte-jvm-2.7.0.module (signature: GRADLE_USER_HOME\caches\modules-2\files-2.1\com.soywiz.korlibs.korte\korte-jvm\2.7.0\226329d831b229a81f4d85ae76b85db7a169547e\korte-jvm-2.7.0.module.asc)
- GRADLE_USER_HOME\caches\modules-2\files-2.1\commons-cli\commons-cli\1.5.0\12367f11d9fc051222dd6264ecde30fb422d2ce4\commons-cli-1.5.0.pom (signature: GRADLE_USER_HOME\caches\modules-2\files-2.1\commons-cli\commons-cli\1.5.0\1ee3356417aa22ea675d2ce02c28a0e04c5376ad\commons-cli-1.5.0.pom.asc)
- GRADLE_USER_HOME\caches\m
|
|
21, zulu, windows, Pacific/Chatham, de_DE, stress JIT
Execution failed for task ':src:config:jar'.
> Dependency verification failed for configuration ':src:config:srcLicense':
- On artifact apache-rat-0.15.pom (org.apache.rat:apache-rat:0.15) in repository 'MavenRepo': Artifact was signed with key '9C8C892F91F8E6D1' but it wasn't found in any key server so it couldn't be verified
- On artifact apache-rat-api-0.15.pom (org.apache.rat:apache-rat-api:0.15) in repository 'MavenRepo': Artifact was signed with key '9C8C892F91F8E6D1' but it wasn't found in any key server so it couldn't be verified
- On artifact apache-rat-core-0.15.pom (org.apache.rat:apache-rat-core:0.15) in repository 'MavenRepo': Artifact was signed with key '9C8C892F91F8E6D1' but it wasn't found in any key server so it couldn't be verified
- On artifact apache-rat-project-0.15.pom (org.apache.rat:apache-rat-project:0.15) in repository 'MavenRepo': Artifact was signed with key '9C8C892F91F8E6D1' but it wasn't found in any key server so it couldn't be verified
- On artifact apache-rat-tasks-0.15.pom (org.apache.rat:apache-rat-tasks:0.15) in repository 'MavenRepo': Artifact was signed with key '9C8C892F91F8E6D1' but it wasn't found in any key server so it couldn't be verified
- On artifact commons-cli-1.5.0.pom (commons-cli:commons-cli:1.5.0) in repository 'MavenRepo': Artifact was signed with key 'B6E73D84EA4FCC47166087253FAAD2CD5ECBB314' and passed verification but the key isn't in your trusted keys list.
- On artifact commons-compress-1.21.pom (org.apache.commons:commons-compress:1.21) in repository 'MavenRepo': Artifact was signed with key 'CE8075A251547BEE249BC151A2115AE15F6B8B72' and passed verification but the key isn't in your trusted keys list.
- On artifact korte-jvm-2.7.0.module (com.soywiz.korlibs.korte:korte-jvm:2.7.0) in repository 'MavenRepo': Artifact was signed with key '03281AA0289FF53A' but it wasn't found in any key server so it couldn't be verified
- On artifact maven-parent-34.pom (org.apache.maven:maven-parent:34) in repository 'MavenRepo': Artifact was signed with key 'FA77DCFEF2EE6EB2DEBEDD2C012579464D01C06A' (Herve Boutemy <hboutemy@apache.org>) and passed verification but the key isn't in your trusted keys list.
- On artifact reactor-bom-2023.0.1.module (io.projectreactor:reactor-bom:2023.0.1) in repository 'MavenRepo': Artifact was signed with key '48B086A7D843CFA258E83286928FBF39003C0425' (Spring Builds (JAR Signing) <spring-builds@vmware.com>) and passed verification but the key isn't in your trusted keys list.
This can indicate that a dependency has been compromised. Please carefully verify the signatures and checksums.
These files failed verification:
- GRADLE_USER_HOME\caches\modules-2\files-2.1\com.soywiz.korlibs.korte\korte-jvm\2.7.0\d97034431a2567c274ba25175083f1a2b8d281a2\korte-jvm-2.7.0.module (signature: GRADLE_USER_HOME\caches\modules-2\files-2.1\com.soywiz.korlibs.korte\korte-jvm\2.7.0\226329d831b229a81f4d85ae76b85db7a169547e\korte-jvm-2.7.0.module.asc)
- GRADLE_USER_HOME\caches\modules-2\files-2.1\commons-cli\commons-cli\1.5.0\12367f11d9fc051222dd6264ecde30fb422d2ce4\commons-cli-1.5.0.pom (signature: GRADLE_USER_HOME\caches\modules-2\files-2.1\commons-cli\commons-cli\1.5.0\1ee3356417aa22ea675d2ce02c28a0e04c5376ad\commons-cli-1.5.0.pom.asc)
- GRADLE_USER_HOME\caches\modules-2\files-2.1\io.projectreactor\reactor-bom\2023.0.1\f349d03212fed601daa993168058c2b82ebb68af\reactor-bom-2023.0.1.module (signature: GRADLE_USER_HOME\caches\modules-2\files-2.1\io.projectreactor\reactor-bom\2023.0.1\2c0bf93c8a4a7e33ae5b028e6697e26a288e83f7\reactor-bom-2023.0.1.module.asc)
- GRADLE_USER_HOME\caches\modules-2\files-2.1\org.apache.commons\commons-compress\1.21\f9f4f26a1ea08778cc818c1555587741605bb4da\commons-compress-1.21.pom (signature: GRADLE_USER_HOME\caches\modules-2\files-2.1\org.apache.commons\commons-compress\1.21\8de1fc11b2829c48b0e3cb3fd8e26d3a0a1b01e5\commons-compress-1.21.pom.asc)
- GRADLE_USER_HOME\caches\modules-2\files-2.1\org.apache.maven\maven-parent\34\d03d96b2f4ee06300faa9731b0fa71feeec5a8ef\maven-parent
|
|
21, zulu, windows, Pacific/Chatham, de_DE, stress JIT:
task ':src:config:jar'#L0
Execution failed for task ':src:config:jar':
org.gradle.api.internal.artifacts.verification.exceptions.DependencyVerificationException: Dependency verification failed for configuration ':src:config:srcLicense':
- On artifact apache-rat-0.15.pom (org.apache.rat:apache-rat:0.15) in repository 'MavenRepo': Artifact was signed with key '9C8C892F91F8E6D1' but it wasn't found in any key server so it couldn't be verified
- On artifact apache-rat-api-0.15.pom (org.apache.rat:apache-rat-api:0.15) in repository 'MavenRepo': Artifact was signed with key '9C8C892F91F8E6D1' but it wasn't found in any key server so it couldn't be verified
- On artifact apache-rat-core-0.15.pom (org.apache.rat:apache-rat-core:0.15) in repository 'MavenRepo': Artifact was signed with key '9C8C892F91F8E6D1' but it wasn't found in any key server so it couldn't be verified
- On artifact apache-rat-project-0.15.pom (org.apache.rat:apache-rat-project:0.15) in repository 'MavenRepo': Artifact was signed with key '9C8C892F91F8E6D1' but it wasn't found in any key server so it couldn't be verified
- On artifact apache-rat-tasks-0.15.pom (org.apache.rat:apache-rat-tasks:0.15) in repository 'MavenRepo': Artifact was signed with key '9C8C892F91F8E6D1' but it wasn't found in any key server so it couldn't be verified
- On artifact commons-cli-1.5.0.pom (commons-cli:commons-cli:1.5.0) in repository 'MavenRepo': Artifact was signed with key 'B6E73D84EA4FCC47166087253FAAD2CD5ECBB314' and passed verification but the key isn't in your trusted keys list.
- On artifact commons-compress-1.21.pom (org.apache.commons:commons-compress:1.21) in repository 'MavenRepo': Artifact was signed with key 'CE8075A251547BEE249BC151A2115AE15F6B8B72' and passed verification but the key isn't in your trusted keys list.
- On artifact korte-jvm-2.7.0.module (com.soywiz.korlibs.korte:korte-jvm:2.7.0) in repository 'MavenRepo': Artifact was signed with key '03281AA0289FF53A' but it wasn't found in any key server so it couldn't be verified
- On artifact maven-parent-34.pom (org.apache.maven:maven-parent:34) in repository 'MavenRepo': Artifact was signed with key 'FA77DCFEF2EE6EB2DEBEDD2C012579464D01C06A' (Herve Boutemy <hboutemy@apache.org>) and passed verification but the key isn't in your trusted keys list.
- On artifact reactor-bom-2023.0.1.module (io.projectreactor:reactor-bom:2023.0.1) in repository 'MavenRepo': Artifact was signed with key '48B086A7D843CFA258E83286928FBF39003C0425' (Spring Builds (JAR Signing) <spring-builds@vmware.com>) and passed verification but the key isn't in your trusted keys list.
This can indicate that a dependency has been compromised. Please carefully verify the signatures and checksums.
These files failed verification:
- GRADLE_USER_HOME\caches\modules-2\files-2.1\com.soywiz.korlibs.korte\korte-jvm\2.7.0\d97034431a2567c274ba25175083f1a2b8d281a2\korte-jvm-2.7.0.module (signature: GRADLE_USER_HOME\caches\modules-2\files-2.1\com.soywiz.korlibs.korte\korte-jvm\2.7.0\226329d831b229a81f4d85ae76b85db7a169547e\korte-jvm-2.7.0.module.asc)
- GRADLE_USER_HOME\caches\modules-2\files-2.1\commons-cli\commons-cli\1.5.0\12367f11d9fc051222dd6264ecde30fb422d2ce4\commons-cli-1.5.0.pom (signature: GRADLE_USER_HOME\caches\modules-2\files-2.1\commons-cli\commons-cli\1.5.0\1ee3356417aa22ea675d2ce02c28a0e04c5376ad\commons-cli-1.5.0.pom.asc)
- GRADLE_USER_HOME\caches\modules-2\files-2.1\io.projectreactor\reactor-bom\2023.0.1\f349d03212fed601daa993168058c2b82ebb68af\reactor-bom-2023.0.1.module (signature: GRADLE_USER_HOME\caches\modules-2\files-2.1\io.projectreactor\reactor-bom\2023.0.1\2c0bf93c8a4a7e33ae5b028e6697e26a288e83f7\reactor-bom-2023.0.1.module.asc)
- GRADLE_USER_HOME\caches\modules-2\files-2.1\org.apache.commons\commons-compress\1.21\f9f4f26a1ea08778cc818c1555587741605bb4da\commons-compress-1.21.pom (signature: GRADLE_USER_HOME\caches\modules-2\files-2.1\org.apache.commons\commons-compress\1.21\8de1fc11b2829c48b0e3cb3fd8e26d3a0a1b01e5\commons-compress-1.
|
|
21, liberica, macos, America/New_York, tr_TR, stress JIT
Execution failed for task ':src:config:jar'.
> Dependency verification failed for configuration ':src:config:srcLicense':
- On artifact apache-rat-0.15.pom (org.apache.rat:apache-rat:0.15) in repository 'MavenRepo': Artifact was signed with key '9C8C892F91F8E6D1' but it wasn't found in any key server so it couldn't be verified
- On artifact apache-rat-api-0.15.pom (org.apache.rat:apache-rat-api:0.15) in repository 'MavenRepo': Artifact was signed with key '9C8C892F91F8E6D1' but it wasn't found in any key server so it couldn't be verified
- On artifact apache-rat-core-0.15.pom (org.apache.rat:apache-rat-core:0.15) in repository 'MavenRepo': Artifact was signed with key '9C8C892F91F8E6D1' but it wasn't found in any key server so it couldn't be verified
- On artifact apache-rat-project-0.15.pom (org.apache.rat:apache-rat-project:0.15) in repository 'MavenRepo': Artifact was signed with key '9C8C892F91F8E6D1' but it wasn't found in any key server so it couldn't be verified
- On artifact apache-rat-tasks-0.15.pom (org.apache.rat:apache-rat-tasks:0.15) in repository 'MavenRepo': Artifact was signed with key '9C8C892F91F8E6D1' but it wasn't found in any key server so it couldn't be verified
- On artifact commons-cli-1.5.0.pom (commons-cli:commons-cli:1.5.0) in repository 'MavenRepo': Artifact was signed with key 'B6E73D84EA4FCC47166087253FAAD2CD5ECBB314' and passed verification but the key isn't in your trusted keys list.
- On artifact commons-compress-1.21.pom (org.apache.commons:commons-compress:1.21) in repository 'MavenRepo': Artifact was signed with key 'CE8075A251547BEE249BC151A2115AE15F6B8B72' and passed verification but the key isn't in your trusted keys list.
- On artifact korte-jvm-2.7.0.module (com.soywiz.korlibs.korte:korte-jvm:2.7.0) in repository 'MavenRepo': Artifact was signed with key '1BE2DD4B1FCF252FE4F0A1D103281AA0289FF53A' (Carlos Ballesteros Velasco (Deploy) <soywiz+deploy@gmail.com>) and passed verification but the key isn't in your trusted keys list.
- On artifact maven-parent-34.pom (org.apache.maven:maven-parent:34) in repository 'MavenRepo': Artifact was signed with key 'FA77DCFEF2EE6EB2DEBEDD2C012579464D01C06A' (Herve Boutemy <hboutemy@apache.org>) and passed verification but the key isn't in your trusted keys list.
- On artifact reactor-bom-2023.0.1.module (io.projectreactor:reactor-bom:2023.0.1) in repository 'MavenRepo': Artifact was signed with key '48B086A7D843CFA258E83286928FBF39003C0425' (Spring Builds (JAR Signing) <spring-builds@vmware.com>) and passed verification but the key isn't in your trusted keys list.
This can indicate that a dependency has been compromised. Please carefully verify the signatures and checksums.
These files failed verification:
- GRADLE_USER_HOME/caches/modules-2/files-2.1/com.soywiz.korlibs.korte/korte-jvm/2.7.0/d97034431a2567c274ba25175083f1a2b8d281a2/korte-jvm-2.7.0.module (signature: GRADLE_USER_HOME/caches/modules-2/files-2.1/com.soywiz.korlibs.korte/korte-jvm/2.7.0/226329d831b229a81f4d85ae76b85db7a169547e/korte-jvm-2.7.0.module.asc)
- GRADLE_USER_HOME/caches/modules-2/files-2.1/commons-cli/commons-cli/1.5.0/12367f11d9fc051222dd6264ecde30fb422d2ce4/commons-cli-1.5.0.pom (signature: GRADLE_USER_HOME/caches/modules-2/files-2.1/commons-cli/commons-cli/1.5.0/1ee3356417aa22ea675d2ce02c28a0e04c5376ad/commons-cli-1.5.0.pom.asc)
- GRADLE_USER_HOME/caches/modules-2/files-2.1/io.projectreactor/reactor-bom/2023.0.1/f349d03212fed601daa993168058c2b82ebb68af/reactor-bom-2023.0.1.module (signature: GRADLE_USER_HOME/caches/modules-2/files-2.1/io.projectreactor/reactor-bom/2023.0.1/2c0bf93c8a4a7e33ae5b028e6697e26a288e83f7/reactor-bom-2023.0.1.module.asc)
- GRADLE_USER_HOME/caches/modules-2/files-2.1/org.apache.commons/commons-compress/1.21/f9f4f26a1ea08778cc818c1555587741605bb4da/commons-compress-1.21.pom (signature: GRADLE_USER_HOME/caches/modules-2/files-2.1/org.apache.commons/commons-compress/1.21/8de1fc11b2829c48b0e3cb3fd8e26d3a0a1b01e5/commons-compress-1.21.pom.asc)
- GRADLE_USER_HOME/caches/modules-2/file
|
|
21, liberica, macos, America/New_York, tr_TR, stress JIT:
task ':src:config:jar'#L0
Execution failed for task ':src:config:jar':
org.gradle.api.internal.artifacts.verification.exceptions.DependencyVerificationException: Dependency verification failed for configuration ':src:config:srcLicense':
- On artifact apache-rat-0.15.pom (org.apache.rat:apache-rat:0.15) in repository 'MavenRepo': Artifact was signed with key '9C8C892F91F8E6D1' but it wasn't found in any key server so it couldn't be verified
- On artifact apache-rat-api-0.15.pom (org.apache.rat:apache-rat-api:0.15) in repository 'MavenRepo': Artifact was signed with key '9C8C892F91F8E6D1' but it wasn't found in any key server so it couldn't be verified
- On artifact apache-rat-core-0.15.pom (org.apache.rat:apache-rat-core:0.15) in repository 'MavenRepo': Artifact was signed with key '9C8C892F91F8E6D1' but it wasn't found in any key server so it couldn't be verified
- On artifact apache-rat-project-0.15.pom (org.apache.rat:apache-rat-project:0.15) in repository 'MavenRepo': Artifact was signed with key '9C8C892F91F8E6D1' but it wasn't found in any key server so it couldn't be verified
- On artifact apache-rat-tasks-0.15.pom (org.apache.rat:apache-rat-tasks:0.15) in repository 'MavenRepo': Artifact was signed with key '9C8C892F91F8E6D1' but it wasn't found in any key server so it couldn't be verified
- On artifact commons-cli-1.5.0.pom (commons-cli:commons-cli:1.5.0) in repository 'MavenRepo': Artifact was signed with key 'B6E73D84EA4FCC47166087253FAAD2CD5ECBB314' and passed verification but the key isn't in your trusted keys list.
- On artifact commons-compress-1.21.pom (org.apache.commons:commons-compress:1.21) in repository 'MavenRepo': Artifact was signed with key 'CE8075A251547BEE249BC151A2115AE15F6B8B72' and passed verification but the key isn't in your trusted keys list.
- On artifact korte-jvm-2.7.0.module (com.soywiz.korlibs.korte:korte-jvm:2.7.0) in repository 'MavenRepo': Artifact was signed with key '1BE2DD4B1FCF252FE4F0A1D103281AA0289FF53A' (Carlos Ballesteros Velasco (Deploy) <soywiz+deploy@gmail.com>) and passed verification but the key isn't in your trusted keys list.
- On artifact maven-parent-34.pom (org.apache.maven:maven-parent:34) in repository 'MavenRepo': Artifact was signed with key 'FA77DCFEF2EE6EB2DEBEDD2C012579464D01C06A' (Herve Boutemy <hboutemy@apache.org>) and passed verification but the key isn't in your trusted keys list.
- On artifact reactor-bom-2023.0.1.module (io.projectreactor:reactor-bom:2023.0.1) in repository 'MavenRepo': Artifact was signed with key '48B086A7D843CFA258E83286928FBF39003C0425' (Spring Builds (JAR Signing) <spring-builds@vmware.com>) and passed verification but the key isn't in your trusted keys list.
This can indicate that a dependency has been compromised. Please carefully verify the signatures and checksums.
These files failed verification:
- GRADLE_USER_HOME/caches/modules-2/files-2.1/com.soywiz.korlibs.korte/korte-jvm/2.7.0/d97034431a2567c274ba25175083f1a2b8d281a2/korte-jvm-2.7.0.module (signature: GRADLE_USER_HOME/caches/modules-2/files-2.1/com.soywiz.korlibs.korte/korte-jvm/2.7.0/226329d831b229a81f4d85ae76b85db7a169547e/korte-jvm-2.7.0.module.asc)
- GRADLE_USER_HOME/caches/modules-2/files-2.1/commons-cli/commons-cli/1.5.0/12367f11d9fc051222dd6264ecde30fb422d2ce4/commons-cli-1.5.0.pom (signature: GRADLE_USER_HOME/caches/modules-2/files-2.1/commons-cli/commons-cli/1.5.0/1ee3356417aa22ea675d2ce02c28a0e04c5376ad/commons-cli-1.5.0.pom.asc)
- GRADLE_USER_HOME/caches/modules-2/files-2.1/io.projectreactor/reactor-bom/2023.0.1/f349d03212fed601daa993168058c2b82ebb68af/reactor-bom-2023.0.1.module (signature: GRADLE_USER_HOME/caches/modules-2/files-2.1/io.projectreactor/reactor-bom/2023.0.1/2c0bf93c8a4a7e33ae5b028e6697e26a288e83f7/reactor-bom-2023.0.1.module.asc)
- GRADLE_USER_HOME/caches/modules-2/files-2.1/org.apache.commons/commons-compress/1.21/f9f4f26a1ea08778cc818c1555587741605bb4da/commons-compress-1.21.pom (signature: GRADLE_USER_HOME/caches/modules-2/files-2.1/org.apache.commons/commons-c
|
|
17, corretto, macos, Pacific/Chatham, fr_FR
Execution failed for task ':src:config:jar'.
> Dependency verification failed for configuration ':src:config:srcLicense':
- On artifact apache-rat-0.15.pom (org.apache.rat:apache-rat:0.15) in repository 'MavenRepo': Artifact was signed with key '6BFAB2E3C6490B421B25C76C9C8C892F91F8E6D1' (Philipp Ottlinger <pottlinger@apache.org>) and passed verification but the key isn't in your trusted keys list.
- On artifact apache-rat-api-0.15.pom (org.apache.rat:apache-rat-api:0.15) in repository 'MavenRepo': Artifact was signed with key '6BFAB2E3C6490B421B25C76C9C8C892F91F8E6D1' (Philipp Ottlinger <pottlinger@apache.org>) and passed verification but the key isn't in your trusted keys list.
- On artifact apache-rat-core-0.15.pom (org.apache.rat:apache-rat-core:0.15) in repository 'MavenRepo': Artifact was signed with key '6BFAB2E3C6490B421B25C76C9C8C892F91F8E6D1' (Philipp Ottlinger <pottlinger@apache.org>) and passed verification but the key isn't in your trusted keys list.
- On artifact apache-rat-project-0.15.pom (org.apache.rat:apache-rat-project:0.15) in repository 'MavenRepo': Artifact was signed with key '6BFAB2E3C6490B421B25C76C9C8C892F91F8E6D1' (Philipp Ottlinger <pottlinger@apache.org>) and passed verification but the key isn't in your trusted keys list.
- On artifact apache-rat-tasks-0.15.pom (org.apache.rat:apache-rat-tasks:0.15) in repository 'MavenRepo': Artifact was signed with key '6BFAB2E3C6490B421B25C76C9C8C892F91F8E6D1' (Philipp Ottlinger <pottlinger@apache.org>) and passed verification but the key isn't in your trusted keys list.
- On artifact commons-cli-1.5.0.pom (commons-cli:commons-cli:1.5.0) in repository 'MavenRepo': Artifact was signed with key 'B6E73D84EA4FCC47166087253FAAD2CD5ECBB314' and passed verification but the key isn't in your trusted keys list.
- On artifact commons-compress-1.21.pom (org.apache.commons:commons-compress:1.21) in repository 'MavenRepo': Artifact was signed with key 'CE8075A251547BEE249BC151A2115AE15F6B8B72' and passed verification but the key isn't in your trusted keys list.
- On artifact korte-jvm-2.7.0.module (com.soywiz.korlibs.korte:korte-jvm:2.7.0) in repository 'MavenRepo': Artifact was signed with key '03281AA0289FF53A' but it wasn't found in any key server so it couldn't be verified
- On artifact maven-parent-34.pom (org.apache.maven:maven-parent:34) in repository 'MavenRepo': Artifact was signed with key 'FA77DCFEF2EE6EB2DEBEDD2C012579464D01C06A' (Herve Boutemy <hboutemy@apache.org>) and passed verification but the key isn't in your trusted keys list.
- On artifact reactor-bom-2023.0.1.module (io.projectreactor:reactor-bom:2023.0.1) in repository 'MavenRepo': Artifact was signed with key '48B086A7D843CFA258E83286928FBF39003C0425' (Spring Builds (JAR Signing) <spring-builds@vmware.com>) and passed verification but the key isn't in your trusted keys list.
This can indicate that a dependency has been compromised. Please carefully verify the signatures and checksums.
These files failed verification:
- GRADLE_USER_HOME/caches/modules-2/files-2.1/com.soywiz.korlibs.korte/korte-jvm/2.7.0/d97034431a2567c274ba25175083f1a2b8d281a2/korte-jvm-2.7.0.module (signature: GRADLE_USER_HOME/caches/modules-2/files-2.1/com.soywiz.korlibs.korte/korte-jvm/2.7.0/226329d831b229a81f4d85ae76b85db7a169547e/korte-jvm-2.7.0.module.asc)
- GRADLE_USER_HOME/caches/modules-2/files-2.1/commons-cli/commons-cli/1.5.0/12367f11d9fc051222dd6264ecde30fb422d2ce4/commons-cli-1.5.0.pom (signature: GRADLE_USER_HOME/caches/modules-2/files-2.1/commons-cli/commons-cli/1.5.0/1ee3356417aa22ea675d2ce02c28a0e04c5376ad/commons-cli-1.5.0.pom.asc)
- GRADLE_USER_HOME/caches/modules-2/files-2.1/io.projectreactor/reactor-bom/2023.0.1/f349d03212fed601daa993168058c2b82ebb68af/reactor-bom-2023.0.1.module (signature: GRADLE_USER_HOME/caches/modules-2/files-2.1/io.projectreactor/reactor-bom/2023.0.1/2c0bf93c8a4a7e33ae5b028e6697e26a288e83f7/reactor-bom-2023.0.1.module.asc)
- GRADLE_USER_HOME/caches/modules-2/files-2.1/org.apache.commons/commons-compress/1.21/f9f4f26a1ea0
|
|
17, corretto, macos, Pacific/Chatham, fr_FR:
task ':src:config:jar'#L0
Execution failed for task ':src:config:jar':
org.gradle.api.internal.artifacts.verification.exceptions.DependencyVerificationException: Dependency verification failed for configuration ':src:config:srcLicense':
- On artifact apache-rat-0.15.pom (org.apache.rat:apache-rat:0.15) in repository 'MavenRepo': Artifact was signed with key '6BFAB2E3C6490B421B25C76C9C8C892F91F8E6D1' (Philipp Ottlinger <pottlinger@apache.org>) and passed verification but the key isn't in your trusted keys list.
- On artifact apache-rat-api-0.15.pom (org.apache.rat:apache-rat-api:0.15) in repository 'MavenRepo': Artifact was signed with key '6BFAB2E3C6490B421B25C76C9C8C892F91F8E6D1' (Philipp Ottlinger <pottlinger@apache.org>) and passed verification but the key isn't in your trusted keys list.
- On artifact apache-rat-core-0.15.pom (org.apache.rat:apache-rat-core:0.15) in repository 'MavenRepo': Artifact was signed with key '6BFAB2E3C6490B421B25C76C9C8C892F91F8E6D1' (Philipp Ottlinger <pottlinger@apache.org>) and passed verification but the key isn't in your trusted keys list.
- On artifact apache-rat-project-0.15.pom (org.apache.rat:apache-rat-project:0.15) in repository 'MavenRepo': Artifact was signed with key '6BFAB2E3C6490B421B25C76C9C8C892F91F8E6D1' (Philipp Ottlinger <pottlinger@apache.org>) and passed verification but the key isn't in your trusted keys list.
- On artifact apache-rat-tasks-0.15.pom (org.apache.rat:apache-rat-tasks:0.15) in repository 'MavenRepo': Artifact was signed with key '6BFAB2E3C6490B421B25C76C9C8C892F91F8E6D1' (Philipp Ottlinger <pottlinger@apache.org>) and passed verification but the key isn't in your trusted keys list.
- On artifact commons-cli-1.5.0.pom (commons-cli:commons-cli:1.5.0) in repository 'MavenRepo': Artifact was signed with key 'B6E73D84EA4FCC47166087253FAAD2CD5ECBB314' and passed verification but the key isn't in your trusted keys list.
- On artifact commons-compress-1.21.pom (org.apache.commons:commons-compress:1.21) in repository 'MavenRepo': Artifact was signed with key 'CE8075A251547BEE249BC151A2115AE15F6B8B72' and passed verification but the key isn't in your trusted keys list.
- On artifact korte-jvm-2.7.0.module (com.soywiz.korlibs.korte:korte-jvm:2.7.0) in repository 'MavenRepo': Artifact was signed with key '03281AA0289FF53A' but it wasn't found in any key server so it couldn't be verified
- On artifact maven-parent-34.pom (org.apache.maven:maven-parent:34) in repository 'MavenRepo': Artifact was signed with key 'FA77DCFEF2EE6EB2DEBEDD2C012579464D01C06A' (Herve Boutemy <hboutemy@apache.org>) and passed verification but the key isn't in your trusted keys list.
- On artifact reactor-bom-2023.0.1.module (io.projectreactor:reactor-bom:2023.0.1) in repository 'MavenRepo': Artifact was signed with key '48B086A7D843CFA258E83286928FBF39003C0425' (Spring Builds (JAR Signing) <spring-builds@vmware.com>) and passed verification but the key isn't in your trusted keys list.
This can indicate that a dependency has been compromised. Please carefully verify the signatures and checksums.
These files failed verification:
- GRADLE_USER_HOME/caches/modules-2/files-2.1/com.soywiz.korlibs.korte/korte-jvm/2.7.0/d97034431a2567c274ba25175083f1a2b8d281a2/korte-jvm-2.7.0.module (signature: GRADLE_USER_HOME/caches/modules-2/files-2.1/com.soywiz.korlibs.korte/korte-jvm/2.7.0/226329d831b229a81f4d85ae76b85db7a169547e/korte-jvm-2.7.0.module.asc)
- GRADLE_USER_HOME/caches/modules-2/files-2.1/commons-cli/commons-cli/1.5.0/12367f11d9fc051222dd6264ecde30fb422d2ce4/commons-cli-1.5.0.pom (signature: GRADLE_USER_HOME/caches/modules-2/files-2.1/commons-cli/commons-cli/1.5.0/1ee3356417aa22ea675d2ce02c28a0e04c5376ad/commons-cli-1.5.0.pom.asc)
- GRADLE_USER_HOME/caches/modules-2/files-2.1/io.projectreactor/reactor-bom/2023.0.1/f349d03212fed601daa993168058c2b82ebb68af/reactor-bom-2023.0.1.module (signature: GRADLE_USER_HOME/caches/modules-2/files-2.1/io.projectreactor/reactor-bom/2023.0.1/2c0bf93c8a4a7e33ae5b028e6697e26a288e83f7/reactor-b
|
|
Error Prone (JDK 17)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0nBp6aAAAAADI4B9AFzvyRautPu9M6igcQ0hJMzBFREdFMDIyMQBFZGdl
|
|
Error Prone (JDK 17)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0nBp6aAAAAADP2bvwlDJaRq/G5CMYSWpJQ0hJMzBFREdFMDIyMQBFZGdl
|
|
Error Prone (JDK 17)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0lBp6aAAAAACdtEgZfkGIRI3q+FLjnFd/Q0gxRURHRTIxMDgARWRnZQ==
|
|
Error Prone (JDK 17)
Failed to restore: Cache service responded with 400
|
|
Error Prone (JDK 17)
Failed to restore: Cache service responded with 400
|
|
Error Prone (JDK 17)
Failed to restore: Cache service responded with 400
|
|
17, corretto, same hashcode, windows, America/New_York, fr_FR, stress JIT
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>08xp6aAAAAAD+waci41KhSb7FcoHBbAjCQ0gxRURHRTIzMTUARWRnZQ==
|
|
17, corretto, same hashcode, windows, America/New_York, fr_FR, stress JIT
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>08xp6aAAAAADhlVHVlsNGRK70FmOPNZOPQ0gxRURHRTIzMTUARWRnZQ==
|
|
17, corretto, same hashcode, windows, America/New_York, fr_FR, stress JIT
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>06Rp6aAAAAADIFgiaKERWQ6trkdIjN6zSQ0hJMzBFREdFMDExNQBFZGdl
|
|
17, corretto, same hashcode, windows, America/New_York, fr_FR, stress JIT
Failed to restore: Cache service responded with 400
|
|
17, corretto, same hashcode, windows, America/New_York, fr_FR, stress JIT
Failed to restore: Cache service responded with 400
|
|
17, corretto, same hashcode, windows, America/New_York, fr_FR, stress JIT
Failed to restore: Cache service responded with 400
|
|
21, zulu, windows, Pacific/Chatham, de_DE, stress JIT
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0QBt6aAAAAACwqiS7wGLjTJ6091jpcVOeUEFPRURHRTA2MTAARWRnZQ==
|
|
21, zulu, windows, Pacific/Chatham, de_DE, stress JIT
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0QBt6aAAAAAChKdwTyKvRR4IM8FTitdr0UEFPRURHRTA2MTAARWRnZQ==
|
|
21, zulu, windows, Pacific/Chatham, de_DE, stress JIT
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0Nht6aAAAAABMoVqOvQYQRKn1thuQLGbsQlkzRURHRTA0MTEARWRnZQ==
|
|
21, zulu, windows, Pacific/Chatham, de_DE, stress JIT
Failed to restore: Cache service responded with 400
|
|
21, zulu, windows, Pacific/Chatham, de_DE, stress JIT
Failed to restore: Cache service responded with 400
|
|
21, zulu, windows, Pacific/Chatham, de_DE, stress JIT
Failed to restore: Cache service responded with 400
|
|
21, liberica, macos, America/New_York, tr_TR, stress JIT
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0eRx6aAAAAACl/TvExOiuTJ4hFdxZMG82QlkzRURHRTA1MTQARWRnZQ==
|
|
21, liberica, macos, America/New_York, tr_TR, stress JIT
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0eRx6aAAAAAANwVXt40CmT4ZbHPJvLHUgQlkzRURHRTA1MTQARWRnZQ==
|
|
21, liberica, macos, America/New_York, tr_TR, stress JIT
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0cxx6aAAAAADWq6d/BqYWTIgE8Cgj2+vGUEFPRURHRTA2MTMARWRnZQ==
|
|
21, liberica, macos, America/New_York, tr_TR, stress JIT
Failed to restore: Cache service responded with 400
|
|
21, liberica, macos, America/New_York, tr_TR, stress JIT
Failed to restore: Cache service responded with 400
|
|
21, liberica, macos, America/New_York, tr_TR, stress JIT
Failed to restore: Cache service responded with 400
|
|
17, corretto, macos, Pacific/Chatham, fr_FR
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0oB16aAAAAACCJV435vAHSrissHNItPkpQkwyQUEyMDMwMTA2MDUzAEVkZ2U=
|
|
17, corretto, macos, Pacific/Chatham, fr_FR
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0oB16aAAAAADGCle7PJbgRpHrRPLqN4QBQkwyQUEyMDMwMTA2MDUzAEVkZ2U=
|
|
17, corretto, macos, Pacific/Chatham, fr_FR
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0lx16aAAAAABiuc+raCK1QJslTejhjHXeQkwyQUEyMDMwMTA2MDM5AEVkZ2U=
|
|
17, corretto, macos, Pacific/Chatham, fr_FR
Failed to restore: Cache service responded with 400
|
|
17, corretto, macos, Pacific/Chatham, fr_FR
Failed to restore: Cache service responded with 400
|
|
17, corretto, macos, Pacific/Chatham, fr_FR
Failed to restore: Cache service responded with 400
|
|
21, liberica, macos, America/New_York, tr_TR, stress JIT
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
|
21, liberica, macos, America/New_York, tr_TR, stress JIT
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
|
17, corretto, macos, Pacific/Chatham, fr_FR
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
|
17, corretto, macos, Pacific/Chatham, fr_FR
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|