You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java_plugin(
name = "auto-oneof-plugin",
processor_class = "com.google.auto.value.processor.AutoOneOfProcessor",
deps = [
"@auto-value-annotations//jar",
"@threepointone // Copyright (C) 2014 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
package com.google.gerrit.server.validators;
/**
Exception to be thrown either directly or subclassed indicating that we failed to validate a Git
operation. Failures range from internal checks for NoteDb format and consistency to
plugin-provided checks.
*/
public classValidationException extends Exception { private static final long serialVersionUID = 1L;
public ValidationException(String reason) {
super(reason);
}
public ValidationException(String reason, Throwable why) {
super(reason, why);
}
}
=== System ===
--- System Info ---
Snapshot Time: 20.11.2023, 03:44:48 CET
Board Name: reks3
Marketing Name:
CpuModel Name: Intel(R) Celeron(R) CPU N3060 @ 1.60GHz
Total Memory (kib): 3979160
Thread Count: 2
Cpu Max Clock Speed (kHz): 2480000
Version: 103.14816.0
Has Battery: true
--- Battery Charge Status ---
Battery State: kCharging
Power Source: kAc
Power Time: 1 godzina i 6 minut
Current Now (mA): 1238
Chage Now (mAh): 1075
--- Battery Health ---
Charge Full Now (mAh): 2510
Charge Full Design (mAh): 4050
Cycle Count: 386
Wear Percentage: 61
--- Memory Usage ---
Total Memory (kib): 3979160
Available Memory (kib): 338628
Free Memory (kib): 196300
--- Cpu Usage ---
Usage User (%): 39
Usage System (%): 13
Usage Free (%): 46
Avg Temp (C): 55
Current scaled frequency (kHz): 1729742
--- Test Routines ---
No routines of this type were run in the session.
=== Networking ===
--- Network Info ---
Name: AndroidAPC207
Type: WiFi
State: Online
Active: True
MAC Address: 88:78:73:24:38:DA
Signal Strength: 100
Frequency: 2412
SSID: AndroidAPC207
BSSID: 32:07:4D:D2:C2:07
Security: PSK (WPA or RSN)
Gateway: 192.168.43.1
IP Address: 192.168.43.253
Name Servers: 192.168.43.1
Subnet Mask: 255.255.255.0
10.09.2023, 20:17:45 - WiFi network [88:78:73:24:38:DA] started in state Online
16.09.2023, 06:36:56 - WiFi network [88:78:73:24:38:DA] started in state Online
25.09.2023, 22:33:14 - WiFi network [88:78:73:24:38:DA] started in state Online
20.11.2023, 03:44:32 - WiFi network [88:78:73:24:38:DA] started in state Online
java_plugin(
name = "auto-oneof-plugin",
processor_class = "com.google.auto.value.processor.AutoOneOfProcessor",
deps = [
"@auto-value-annotations//jar",
"@threepointone // Copyright (C) 2014 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
package com.google.gerrit.server.validators;
/**
Exception to be thrown either directly or subclassed indicating that we failed to validate a Git
operation. Failures range from internal checks for NoteDb format and consistency to
plugin-provided checks.
*/
public classValidationException extends Exception { private static final long serialVersionUID = 1L;
public ValidationException(String reason) {
super(reason);
}
public ValidationException(String reason, Throwable why) {
super(reason, why);
}
}
=== System ===
--- System Info ---
Snapshot Time: 20.11.2023, 03:44:48 CET
Board Name: reks3
Marketing Name:
CpuModel Name: Intel(R) Celeron(R) CPU N3060 @ 1.60GHz
Total Memory (kib): 3979160
Thread Count: 2
Cpu Max Clock Speed (kHz): 2480000
Version: 103.14816.0
Has Battery: true
--- Battery Charge Status ---
Battery State: kCharging
Power Source: kAc
Power Time: 1 godzina i 6 minut
Current Now (mA): 1238
Chage Now (mAh): 1075
--- Battery Health ---
Charge Full Now (mAh): 2510
Charge Full Design (mAh): 4050
Cycle Count: 386
Wear Percentage: 61
--- Memory Usage ---
Total Memory (kib): 3979160
Available Memory (kib): 338628
Free Memory (kib): 196300
--- Cpu Usage ---
Usage User (%): 39
Usage System (%): 13
Usage Free (%): 46
Avg Temp (C): 55
Current scaled frequency (kHz): 1729742
--- Test Routines ---
No routines of this type were run in the session.
=== Networking ===
--- Network Info ---
Name: AndroidAPC207
Type: WiFi
State: Online
Active: True
MAC Address: 88:78:73:24:38:DA
Signal Strength: 100
Frequency: 2412
SSID: AndroidAPC207
BSSID: 32:07:4D:D2:C2:07
Security: PSK (WPA or RSN)
Gateway: 192.168.43.1
IP Address: 192.168.43.253
Name Servers: 192.168.43.1
Subnet Mask: 255.255.255.0
10.09.2023, 20:17:45 - WiFi network [88:78:73:24:38:DA] started in state Online
16.09.2023, 06:36:56 - WiFi network [88:78:73:24:38:DA] started in state Online
25.09.2023, 22:33:14 - WiFi network [88:78:73:24:38:DA] started in state Online
20.11.2023, 03:44:32 - WiFi network [88:78:73:24:38:DA] started in state Online
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
load("@rules_java//java:defs.bzl", "java_library", "java_plugin")
java_plugin(
name = "auto-annotation-plugin",
processor_class = "com.google.auto.value.processor.AutoAnnotationProcessor",
deps = [
"@auto-value-annotations//jar",
"@auto-value//jar",
],
)
java_plugin(
name = "auto-factory-plugin",
generates_api = 1,
processor_class = "com.google.auto.factory.processor.AutoFactoryProcessor",
visibility = ["//visibility:private"],
deps = [
"@auto-common//jar",
"@auto-factory//jar",
"@auto-service-annotations//jar",
"@auto-value-annotations//jar",
"@auto-value//jar",
"@guava//jar",
"@javapoet//jar",
"@javax_inject//jar",
],
)
java_plugin(
name = "auto-value-plugin",
processor_class = "com.google.auto.value.processor.AutoValueProcessor",
deps = [
"@auto-value-annotations//jar",
"@auto-value//jar",
],
)
java_plugin(
name = "auto-oneof-plugin",
processor_class = "com.google.auto.value.processor.AutoOneOfProcessor",
deps = [
"@auto-value-annotations//jar",
"@threepointone @evocateur @threepointone @bvaughn load("@rules_java//java:defs.bzl", "java_library", "java_plugin")
java_plugin(
name = "auto-annotation-plugin",
processor_class = "com.google.auto.value.processor.AutoAnnotationProcessor",
deps = [
"@auto-value-annotations//jar",
"@auto-value//jar",
],
)
java_plugin(
name = "auto-factory-plugin",
generates_api = 1,
processor_class = "com.google.auto.factory.processor.AutoFactoryProcessor",
visibility = ["//visibility:private"],
deps = [
"@auto-common//jar",
"@auto-factory//jar",
"@auto-service-annotations//jar",
"@auto-value-annotations//jar",
"@auto-value//jar",
"@guava//jar",
"@javapoet//jar",
"@javax_inject//jar",
],
)
java_plugin(
name = "auto-value-plugin",
processor_class = "com.google.auto.value.processor.AutoValueProcessor",
deps = [
"@auto-value-annotations//jar",
"@auto-value//jar",
],
)
java_plugin(
name = "auto-oneof-plugin",
processor_class = "com.google.auto.value.processor.AutoOneOfProcessor",
deps = [
"@auto-value-annotations//jar",
"@threepointone // Copyright (C) 2014 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
package com.google.gerrit.server.validators;
/**
*/
public class
ValidationException extends Exception { private static final long serialVersionUID = 1L;
public ValidationException(String reason) {
super(reason);
}
public ValidationException(String reason, Throwable why) {
super(reason, why);
}
}
=== System ===
--- System Info ---
Snapshot Time: 20.11.2023, 03:44:48 CET
Board Name: reks3
Marketing Name:
CpuModel Name: Intel(R) Celeron(R) CPU N3060 @ 1.60GHz
Total Memory (kib): 3979160
Thread Count: 2
Cpu Max Clock Speed (kHz): 2480000
Version: 103.14816.0
Has Battery: true
--- Battery Charge Status ---
Battery State: kCharging
Power Source: kAc
Power Time: 1 godzina i 6 minut
Current Now (mA): 1238
Chage Now (mAh): 1075
--- Battery Health ---
Charge Full Now (mAh): 2510
Charge Full Design (mAh): 4050
Cycle Count: 386
Wear Percentage: 61
--- Memory Usage ---
Total Memory (kib): 3979160
Available Memory (kib): 338628
Free Memory (kib): 196300
--- Cpu Usage ---
Usage User (%): 39
Usage System (%): 13
Usage Free (%): 46
Avg Temp (C): 55
Current scaled frequency (kHz): 1729742
--- Test Routines ---
No routines of this type were run in the session.
=== Networking ===
--- Network Info ---
Name: AndroidAPC207
Type: WiFi
State: Online
Active: True
MAC Address: 88:78:73:24:38:DA
Signal Strength: 100
Frequency: 2412
SSID: AndroidAPC207
BSSID: 32:07:4D:D2:C2:07
Security: PSK (WPA or RSN)
Gateway: 192.168.43.1
IP Address: 192.168.43.253
Name Servers: 192.168.43.1
Subnet Mask: 255.255.255.0
--- Test Routines ---
10.09.2023, 20:17:45 - GatewayCanBePinged - Started
10.09.2023, 20:17:49 - GatewayCanBePinged - Passed
10.09.2023, 20:17:49 - LanConnectivity - Started
10.09.2023, 20:17:50 - LanConnectivity - Passed
10.09.2023, 20:17:50 - ArcPing - Started
10.09.2023, 20:17:51 - ArcPing - Passed
10.09.2023, 20:17:51 - DnsResolverPresent - Started
10.09.2023, 20:17:52 - DnsResolverPresent - Passed
10.09.2023, 20:17:52 - DnsResolution - Started
10.09.2023, 20:17:53 - DnsResolution - Passed
10.09.2023, 20:17:53 - DnsLatency - Started
10.09.2023, 20:17:54 - DnsLatency - Passed
10.09.2023, 20:17:54 - ArcDnsResolution - Started
10.09.2023, 20:17:55 - ArcDnsResolution - Passed
10.09.2023, 20:17:55 - SignalStrength - Started
10.09.2023, 20:17:56 - SignalStrength - Passed
10.09.2023, 20:17:56 - CaptivePortal - Started
10.09.2023, 20:17:57 - CaptivePortal - Passed
10.09.2023, 20:17:57 - HasSecureWiFiConnection - Started
10.09.2023, 20:17:58 - HasSecureWiFiConnection - Passed
10.09.2023, 20:17:58 - HttpsFirewall - Started
10.09.2023, 20:18:02 - HttpsFirewall - Passed
10.09.2023, 20:18:02 - HttpFirewall - Started
10.09.2023, 20:18:03 - HttpFirewall - Passed
10.09.2023, 20:18:03 - HttpsLatency - Started
10.09.2023, 20:18:05 - HttpsLatency - Passed
10.09.2023, 20:18:05 - ArcHttp - Started
10.09.2023, 20:18:06 - ArcHttp - Passed
10.09.2023, 20:29:03 - GatewayCanBePinged - Started
10.09.2023, 20:29:07 - GatewayCanBePinged - Passed
10.09.2023, 20:29:07 - LanConnectivity - Started
10.09.2023, 20:29:08 - LanConnectivity - Passed
10.09.2023, 20:29:08 - ArcPing - Started
10.09.2023, 20:29:09 - ArcPing - Passed
10.09.2023, 20:29:09 - DnsResolverPresent - Started
10.09.2023, 20:29:10 - DnsResolverPresent - Passed
10.09.2023, 20:29:10 - DnsResolution - Started
10.09.2023, 20:29:11 - DnsResolution - Passed
10.09.2023, 20:29:11 - DnsLatency - Started
10.09.2023, 20:29:12 - DnsLatency - Passed
10.09.2023, 20:29:13 - ArcDnsResolution - Started
10.09.2023, 20:29:14 - ArcDnsResolution - Failed
10.09.2023, 20:29:14 - SignalStrength - Started
10.09.2023, 20:29:15 - SignalStrength - Passed
10.09.2023, 20:29:15 - CaptivePortal - Started
10.09.2023, 20:29:16 - CaptivePortal - Passed
10.09.2023, 20:29:16 - HasSecureWiFiConnection - Started
10.09.2023, 20:29:17 - HasSecureWiFiConnection - Passed
10.09.2023, 20:29:17 - HttpsFirewall - Started
10.09.2023, 20:29:20 - HttpsFirewall - Passed
10.09.2023, 20:29:20 - HttpFirewall - Started
10.09.2023, 20:29:21 - HttpFirewall - Passed
10.09.2023, 20:29:21 - HttpsLatency - Started
10.09.2023, 20:29:22 - HttpsLatency - Passed
10.09.2023, 20:29:23 - ArcHttp - Started
10.09.2023, 20:29:24 - ArcHttp - Passed
16.09.2023, 06:36:57 - GatewayCanBePinged - Started
16.09.2023, 06:37:01 - GatewayCanBePinged - Passed
16.09.2023, 06:37:01 - LanConnectivity - Started
16.09.2023, 06:37:02 - LanConnectivity - Passed
16.09.2023, 06:37:02 - ArcPing - Started
16.09.2023, 06:37:03 - ArcPing - Passed
16.09.2023, 06:37:03 - DnsResolverPresent - Started
16.09.2023, 06:37:04 - DnsResolverPresent - Passed
16.09.2023, 06:37:04 - DnsResolution - Started
16.09.2023, 06:37:05 - DnsResolution - Passed
16.09.2023, 06:37:05 - DnsLatency - Started
16.09.2023, 06:37:06 - DnsLatency - Passed
16.09.2023, 06:37:06 - ArcDnsResolution - Started
16.09.2023, 06:37:07 - ArcDnsResolution - Passed
16.09.2023, 06:37:07 - SignalStrength - Started
16.09.2023, 06:37:08 - SignalStrength - Passed
16.09.2023, 06:37:08 - CaptivePortal - Started
16.09.2023, 06:37:09 - CaptivePortal - Passed
16.09.2023, 06:37:09 - HasSecureWiFiConnection - Started
16.09.2023, 06:37:10 - HasSecureWiFiConnection - Passed
16.09.2023, 06:37:10 - HttpsFirewall - Started
16.09.2023, 06:37:12 - HttpsFirewall - Passed
16.09.2023, 06:37:12 - HttpFirewall - Started
16.09.2023, 06:37:13 - HttpFirewall - Passed
16.09.2023, 06:37:13 - HttpsLatency - Started
16.09.2023, 06:37:14 - HttpsLatency - Passed
16.09.2023, 06:37:14 - ArcHttp - Started
16.09.2023, 06:37:15 - ArcHttp - Passed
25.09.2023, 22:33:14 - GatewayCanBePinged - Started
25.09.2023, 22:33:15 - Inflight Routine Cancelled
20.11.2023, 03:44:32 - GatewayCanBePinged - Started
20.11.2023, 03:44:36 - GatewayCanBePinged - Failed
20.11.2023, 03:44:36 - LanConnectivity - Started
20.11.2023, 03:44:37 - LanConnectivity - Passed
20.11.2023, 03:44:37 - ArcPing - Started
20.11.2023, 03:44:44 - ArcPing - Failed
20.11.2023, 03:44:44 - DnsResolverPresent - Started
20.11.2023, 03:44:45 - DnsResolverPresent - Passed
20.11.2023, 03:44:45 - DnsResolution - Started
20.11.2023, 03:44:46 - DnsResolution - Passed
20.11.2023, 03:44:46 - DnsLatency - Started
20.11.2023, 03:44:47 - DnsLatency - Passed
20.11.2023, 03:44:47 - ArcDnsResolution - Started
--- Network Events ---
10.09.2023, 20:17:45 - WiFi network [88:78:73:24:38:DA] started in state Online
16.09.2023, 06:36:56 - WiFi network [88:78:73:24:38:DA] started in state Online
25.09.2023, 22:33:14 - WiFi network [88:78:73:24:38:DA] started in state Online
20.11.2023, 03:44:32 - WiFi network [88:78:73:24:38:DA] started in state Online
Beta Was this translation helpful? Give feedback.
All reactions