From 751d05caf75b43e7af317dfb7849cab9c3bea730 Mon Sep 17 00:00:00 2001 From: Deanna Garcia Date: Sat, 20 Mar 2021 00:42:59 +0000 Subject: [PATCH] Fixing core ExtendableMessageExtension --- java/core/BUILD | 8 + java/core/output.txt | 947 ++++++++++++++++-- .../protobuf/ExtendableMessageExtensions.kt | 14 +- ....kt => ExtendableMessageLiteExtensions.kt} | 0 java/lite/output.txt | 96 ++ java/lite/pom.xml | 16 +- 6 files changed, 1013 insertions(+), 68 deletions(-) rename java/core/src/main/kotlin/com/google/protobuf/{ExtendableMessageExtensionsLite.kt => ExtendableMessageLiteExtensions.kt} (100%) create mode 100644 java/lite/output.txt diff --git a/java/core/BUILD b/java/core/BUILD index e7778f9a6..32565c6b4 100644 --- a/java/core/BUILD +++ b/java/core/BUILD @@ -89,6 +89,14 @@ LITE_SRCS = [ "src/main/java/com/google/protobuf/Utf8.java", "src/main/java/com/google/protobuf/WireFormat.java", "src/main/java/com/google/protobuf/Writer.java", + "src/main/kotlin/com/google/protobuf/DslList.kt", + "src/main/kotlin/com/google/protobuf/DslMap.kt", + "src/main/kotlin/com/google/protobuf/DslProxy.kt", + "src/main/kotlin/com/google/protobuf/ExtendableMessageLiteExtensions.kt", + "src/main/kotlin/com/google/protobuf/ExtensionList.kt", + "src/main/kotlin/com/google/protobuf/OnlyForUseByGeneratedProtoCode.kt", + "src/main/kotlin/com/google/protobuf/ProtoDslMarker.kt", + "src/main/kotlin/com/google/protobuf/UnmodifiableCollections.kt", ] # Should be used as `//java/lite`. diff --git a/java/core/output.txt b/java/core/output.txt index 93cb211ec..93f14dd3a 100644 --- a/java/core/output.txt +++ b/java/core/output.txt @@ -108,65 +108,894 @@ main: [INFO] /usr/local/google/home/deannagarcia/protobuf/java/core/src/test/java/com/google/protobuf/TestUtil.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- kotlin-maven-plugin:1.4.31:test-compile (test-compile) @ protobuf-java --- -[ERROR] /usr/local/google/home/deannagarcia/protobuf/java/core/src/test/kotlin/com/google/protobuf/ExtendableMessageExtensionsTest.kt: (15, 5) Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: -public operator fun , B : com.google.protobuf.GeneratedMessage.ExtendableBuilder, T> TypeVariable(B).set(extension: ExtensionLite, value: TypeVariable(T)): Unit defined in com.google.protobuf.kotlin -public operator fun , B : com.google.protobuf.GeneratedMessageLite.ExtendableBuilder, T> TypeVariable(B).set(extension: ExtensionLite, value: TypeVariable(T)): Unit defined in com.google.protobuf.kotlin -[ERROR] /usr/local/google/home/deannagarcia/protobuf/java/core/src/test/kotlin/com/google/protobuf/ExtendableMessageExtensionsTest.kt: (15, 12) No set method providing array access -[ERROR] /usr/local/google/home/deannagarcia/protobuf/java/core/src/test/kotlin/com/google/protobuf/ExtendableMessageExtensionsTest.kt: (23, 16) Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: -public operator fun , MOrBT : com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder, T> TypeVariable(MOrBT).get(extension: ExtensionLite): TypeVariable(T) defined in com.google.protobuf.kotlin -public operator fun , MorBT : com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder, T> TypeVariable(MorBT).get(extension: ExtensionLite): TypeVariable(T) defined in com.google.protobuf.kotlin -[ERROR] /usr/local/google/home/deannagarcia/protobuf/java/core/src/test/kotlin/com/google/protobuf/ExtendableMessageExtensionsTest.kt: (23, 23) No get method providing array access -[ERROR] /usr/local/google/home/deannagarcia/protobuf/java/core/src/test/kotlin/com/google/protobuf/ExtendableMessageExtensionsTest.kt: (31, 16) Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: -public operator fun , MOrBT : com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder, T> TypeVariable(MOrBT).get(extension: ExtensionLite): TypeVariable(T) defined in com.google.protobuf.kotlin -public operator fun , MorBT : com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder, T> TypeVariable(MorBT).get(extension: ExtensionLite): TypeVariable(T) defined in com.google.protobuf.kotlin -[ERROR] /usr/local/google/home/deannagarcia/protobuf/java/core/src/test/kotlin/com/google/protobuf/ExtendableMessageExtensionsTest.kt: (31, 23) No get method providing array access -[ERROR] /usr/local/google/home/deannagarcia/protobuf/java/core/src/test/kotlin/com/google/protobuf/ExtendableMessageExtensionsTest.kt: (39, 41) Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: -public operator fun , MorBT : com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder> TypeVariable(MorBT).contains(extension: ExtensionLite): Boolean defined in com.google.protobuf.kotlin -public operator fun , MorBT : com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder> TypeVariable(MorBT).contains(extension: ExtensionLite): Boolean defined in com.google.protobuf.kotlin -[ERROR] /usr/local/google/home/deannagarcia/protobuf/java/core/src/test/kotlin/com/google/protobuf/ExtendableMessageExtensionsTest.kt: (46, 41) Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: -public operator fun , MorBT : com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder> TypeVariable(MorBT).contains(extension: ExtensionLite): Boolean defined in com.google.protobuf.kotlin -public operator fun , MorBT : com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder> TypeVariable(MorBT).contains(extension: ExtensionLite): Boolean defined in com.google.protobuf.kotlin -[ERROR] /usr/local/google/home/deannagarcia/protobuf/java/core/src/test/kotlin/com/google/protobuf/ExtendableMessageExtensionsTest.kt: (52, 41) Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: -public operator fun , MorBT : com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder> TypeVariable(MorBT).contains(extension: ExtensionLite): Boolean defined in com.google.protobuf.kotlin -public operator fun , MorBT : com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder> TypeVariable(MorBT).contains(extension: ExtensionLite): Boolean defined in com.google.protobuf.kotlin -[ERROR] /usr/local/google/home/deannagarcia/protobuf/java/core/src/test/kotlin/com/google/protobuf/ExtendableMessageExtensionsTest.kt: (58, 41) Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: -public operator fun , MorBT : com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder> TypeVariable(MorBT).contains(extension: ExtensionLite): Boolean defined in com.google.protobuf.kotlin -public operator fun , MorBT : com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder> TypeVariable(MorBT).contains(extension: ExtensionLite): Boolean defined in com.google.protobuf.kotlin +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/src/test/kotlin/com/google/protobuf/DslListTest.kt: (12, 2) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/src/test/kotlin/com/google/protobuf/DslMapTest.kt: (11, 2) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/src/test/kotlin/com/google/protobuf/ExtensionListTest.kt: (14, 2) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto2/EvilNamesProto2Kt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto2/EvilNamesProto2Kt.kt: (149, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto2/EvilNamesProto2Kt.kt: (156, 15) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto2/EvilNamesProto2Kt.kt: (217, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto2/EvilNamesProto2Kt.kt: (241, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto2/EvilNamesProto2Kt.kt: (349, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto2/EvilNamesProto2Kt.kt: (356, 15) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto2/EvilNamesProto2Kt.kt: (417, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto2/EvilNamesProto2Kt.kt: (441, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto2/EvilNamesProto2Kt.kt: (457, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto2/EvilNamesProto2Kt.kt: (733, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto2/EvilNamesProto2Kt.kt: (758, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto2/EvilNamesProto2Kt.kt: (766, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto2/EvilNamesProto2Kt.kt: (774, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto2/EvilNamesProto2Kt.kt: (787, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto2/EvilNamesProto2Kt.kt: (799, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto2/EvilNamesProto2Kt.kt: (809, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto2/HardKeywordsAllTypesKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto2/HardKeywordsAllTypesKt.kt: (101, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto2/HardKeywordsAllTypesKt.kt: (125, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto2/HardKeywordsAllTypesKt.kt: (185, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto2/HardKeywordsAllTypesKt.kt: (209, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto2/HardKeywordsAllTypesKt.kt: (225, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto2/HardKeywordsAllTypesKt.kt: (248, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto2/HardKeywordsAllTypesKt.kt: (255, 15) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto2/HardKeywordsAllTypesKt.kt: (316, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto2/HardKeywordsAllTypesKt.kt: (340, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto2/HardKeywordsAllTypesKt.kt: (356, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto2/HardKeywordsAllTypesKt.kt: (379, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto2/HardKeywordsAllTypesKt.kt: (403, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto2/HardKeywordsAllTypesKt.kt: (419, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto2/HardKeywordsAllTypesKt.kt: (442, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto2/InterfaceKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto3/ClassKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto3/EvilNamesProto3Kt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto3/EvilNamesProto3Kt.kt: (121, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto3/EvilNamesProto3Kt.kt: (128, 15) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto3/EvilNamesProto3Kt.kt: (189, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto3/EvilNamesProto3Kt.kt: (213, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto3/EvilNamesProto3Kt.kt: (300, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto3/EvilNamesProto3Kt.kt: (307, 15) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto3/EvilNamesProto3Kt.kt: (572, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto3/EvilNamesProto3Kt.kt: (579, 15) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto3/EvilNamesProto3Kt.kt: (640, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto3/EvilNamesProto3Kt.kt: (647, 15) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto3/EvilNamesProto3Kt.kt: (725, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto3/EvilNamesProto3Kt.kt: (749, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto3/EvilNamesProto3Kt.kt: (785, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto3/EvilNamesProto3Kt.kt: (809, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto3/EvilNamesProto3Kt.kt: (845, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto3/EvilNamesProto3Kt.kt: (869, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto3/EvilNamesProto3Kt.kt: (905, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto3/EvilNamesProto3Kt.kt: (929, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto3/EvilNamesProto3Kt.kt: (965, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto3/EvilNamesProto3Kt.kt: (989, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto3/HardKeywordsAllTypesKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto3/HardKeywordsAllTypesKt.kt: (101, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto3/HardKeywordsAllTypesKt.kt: (125, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto3/HardKeywordsAllTypesKt.kt: (185, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto3/HardKeywordsAllTypesKt.kt: (209, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto3/HardKeywordsAllTypesKt.kt: (225, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto3/HardKeywordsAllTypesKt.kt: (248, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto3/HardKeywordsAllTypesKt.kt: (255, 15) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto3/HardKeywordsAllTypesKt.kt: (316, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto3/HardKeywordsAllTypesKt.kt: (340, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto3/HardKeywordsAllTypesKt.kt: (356, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto3/HardKeywordsAllTypesKt.kt: (379, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto3/HardKeywordsAllTypesKt.kt: (403, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto3/HardKeywordsAllTypesKt.kt: (419, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/evil_names_proto3/HardKeywordsAllTypesKt.kt: (442, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/multiple_files_proto3/MultipleFilesMessageAKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/multiple_files_proto3/MultipleFilesMessageBKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/ForeignMessageKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/NestedTestAllTypesKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (516, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (552, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (576, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (607, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (631, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (647, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (670, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (694, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (710, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (733, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (757, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (773, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (796, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (820, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (836, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (859, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (883, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (899, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (922, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (946, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (962, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (985, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1009, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1025, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1048, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1072, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1088, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1111, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1135, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1151, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1174, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1198, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1214, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1237, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1261, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1277, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1300, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1324, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1340, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1363, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1370, 15) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1431, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1455, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1471, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1494, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1518, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1534, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1557, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1581, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1597, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1620, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1644, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1660, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1683, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1707, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1723, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1746, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1770, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1786, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1809, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1816, 15) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1877, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1884, 15) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1945, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1969, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (1985, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestAllTypesKt.kt: (2111, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestEmptyMessageKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestMessageWithDummyKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestOneof2Kt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (29, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (53, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (69, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (92, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (116, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (132, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (155, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (179, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (195, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (218, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (242, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (258, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (281, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (305, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (321, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (344, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (368, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (384, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (407, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (431, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (447, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (470, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (494, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (510, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (533, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (557, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (573, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (596, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (620, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (636, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (659, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (683, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (699, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (722, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (746, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (762, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (785, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (809, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (825, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (848, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (872, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestPackedTypesKt.kt: (888, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (29, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (53, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (69, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (92, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (116, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (132, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (155, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (179, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (195, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (218, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (242, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (258, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (281, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (305, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (321, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (344, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (368, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (384, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (407, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (431, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (447, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (470, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (494, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (510, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (533, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (557, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (573, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (596, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (620, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (636, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (659, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (683, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (699, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (722, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (746, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (762, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (785, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (809, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (825, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (848, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (872, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/proto3_unittest/TestUnpackedTypesKt.kt: (888, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/BarRequestKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/BarResponseKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/BoolMessageKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/FooClientMessageKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/FooRequestKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/FooResponseKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/FooServerMessageKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/ForeignMessageKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/Int32MessageKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/Int64MessageKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/MoreBytesKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/MoreBytesKt.kt: (29, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/MoreBytesKt.kt: (53, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/MoreBytesKt.kt: (69, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/MoreStringKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/MoreStringKt.kt: (29, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/MoreStringKt.kt: (36, 15) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/NestedTestAllTypesKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/NestedTestAllTypesKt.kt: (77, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/NestedTestAllTypesKt.kt: (101, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/NestedTestAllTypesKt.kt: (117, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/OneBytesKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/OneStringKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/OptionalGroup_extensionKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/RepeatedGroup_extensionKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/SparseEnumMessageKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllExtensionsKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllExtensionsKt.kt: (35, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllExtensionsKt.kt: (60, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllExtensionsKt.kt: (68, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllExtensionsKt.kt: (76, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllExtensionsKt.kt: (89, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllExtensionsKt.kt: (101, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllExtensionsKt.kt: (111, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (677, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (713, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (737, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (768, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (792, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (808, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (831, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (855, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (871, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (894, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (918, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (934, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (957, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (981, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (997, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1020, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1044, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1060, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1083, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1107, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1123, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1146, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1170, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1186, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1209, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1233, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1249, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1272, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1296, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1312, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1335, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1359, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1375, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1398, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1422, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1438, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1461, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1485, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1501, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1524, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1531, 15) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1592, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1616, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1632, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1655, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1679, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1695, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1718, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1742, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1758, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1781, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1805, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1821, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1844, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1868, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1884, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1907, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1931, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1947, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1970, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (1994, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (2010, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (2033, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (2057, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (2073, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (2096, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (2103, 15) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (2164, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (2171, 15) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (2232, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (2256, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (2272, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (2890, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (2952, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestAllTypesKt.kt: (2996, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestCamelCaseFieldNamesKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestCamelCaseFieldNamesKt.kt: (173, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestCamelCaseFieldNamesKt.kt: (197, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestCamelCaseFieldNamesKt.kt: (213, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestCamelCaseFieldNamesKt.kt: (236, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestCamelCaseFieldNamesKt.kt: (243, 15) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestCamelCaseFieldNamesKt.kt: (304, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestCamelCaseFieldNamesKt.kt: (328, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestCamelCaseFieldNamesKt.kt: (344, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestCamelCaseFieldNamesKt.kt: (367, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestCamelCaseFieldNamesKt.kt: (391, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestCamelCaseFieldNamesKt.kt: (407, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestCamelCaseFieldNamesKt.kt: (430, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestCamelCaseFieldNamesKt.kt: (437, 15) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestCamelCaseFieldNamesKt.kt: (498, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestCamelCaseFieldNamesKt.kt: (505, 15) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestCommentInjectionMessageKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestDeprecatedFieldsKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestDeprecatedFieldsKt.kt: (30, 24) 'getDeprecatedInt32(): Int' is deprecated. Deprecated in Java +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestDeprecatedFieldsKt.kt: (33, 18) 'setDeprecatedInt32(Int): UnittestProto.TestDeprecatedFields.Builder!' is deprecated. Deprecated in Java +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestDeprecatedFieldsKt.kt: (39, 16) 'clearDeprecatedInt32(): UnittestProto.TestDeprecatedFields.Builder!' is deprecated. Deprecated in Java +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestDeprecatedFieldsKt.kt: (46, 23) 'hasDeprecatedInt32(): Boolean' is deprecated. Deprecated in Java +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestDeprecatedFieldsKt.kt: (54, 24) 'getDeprecatedInt32InOneof(): Int' is deprecated. Deprecated in Java +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestDeprecatedFieldsKt.kt: (57, 18) 'setDeprecatedInt32InOneof(Int): UnittestProto.TestDeprecatedFields.Builder!' is deprecated. Deprecated in Java +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestDeprecatedFieldsKt.kt: (63, 16) 'clearDeprecatedInt32InOneof(): UnittestProto.TestDeprecatedFields.Builder!' is deprecated. Deprecated in Java +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestDeprecatedFieldsKt.kt: (70, 23) 'hasDeprecatedInt32InOneof(): Boolean' is deprecated. Deprecated in Java +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestDeprecatedMessageKt.kt: (7, 132) 'TestDeprecatedMessage' is deprecated. Deprecated in Java +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestDeprecatedMessageKt.kt: (8, 89) 'TestDeprecatedMessage' is deprecated. Deprecated in Java +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestDeprecatedMessageKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestDeprecatedMessageKt.kt: (13, 80) 'TestDeprecatedMessage' is deprecated. Deprecated in Java +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestDeprecatedMessageKt.kt: (18, 69) 'TestDeprecatedMessage' is deprecated. Deprecated in Java +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestDeprecatedMessageKt.kt: (23, 60) 'TestDeprecatedMessage' is deprecated. Deprecated in Java +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestDeprecatedMessageKt.kt: (27, 44) 'TestDeprecatedMessage' is deprecated. Deprecated in Java +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestDeprecatedMessageKt.kt: (27, 169) 'TestDeprecatedMessage' is deprecated. Deprecated in Java +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestDupFieldNumberKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestDupFieldNumberKt.kt: (113, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestDupFieldNumberKt.kt: (157, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestDynamicExtensionsKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestDynamicExtensionsKt.kt: (149, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestDynamicExtensionsKt.kt: (156, 15) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestDynamicExtensionsKt.kt: (217, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestDynamicExtensionsKt.kt: (241, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestDynamicExtensionsKt.kt: (257, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestDynamicExtensionsKt.kt: (280, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestEagerMessageKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestEmptyMessageKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestEmptyMessageWithExtensionsKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestEmptyMessageWithExtensionsKt.kt: (35, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestEmptyMessageWithExtensionsKt.kt: (60, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestEmptyMessageWithExtensionsKt.kt: (68, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestEmptyMessageWithExtensionsKt.kt: (76, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestEmptyMessageWithExtensionsKt.kt: (89, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestEmptyMessageWithExtensionsKt.kt: (101, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestEmptyMessageWithExtensionsKt.kt: (111, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestEnumMapKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestEnumMapKt.kt: (29, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestEnumMapKt.kt: (53, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestEnumMapKt.kt: (89, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestEnumMapKt.kt: (113, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestEnumMapPlusExtraKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestEnumMapPlusExtraKt.kt: (29, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestEnumMapPlusExtraKt.kt: (53, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestEnumMapPlusExtraKt.kt: (89, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestEnumMapPlusExtraKt.kt: (113, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestExtensionInsideTableKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestExtensionInsideTableKt.kt: (251, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestExtensionInsideTableKt.kt: (276, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestExtensionInsideTableKt.kt: (284, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestExtensionInsideTableKt.kt: (292, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestExtensionInsideTableKt.kt: (305, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestExtensionInsideTableKt.kt: (317, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestExtensionInsideTableKt.kt: (327, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestExtensionOrderings1Kt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestExtensionOrderings2Kt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestExtensionOrderings2Kt.kt: (53, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestExtremeDefaultValuesKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestFieldOrderingsKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestFieldOrderingsKt.kt: (131, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestFieldOrderingsKt.kt: (156, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestFieldOrderingsKt.kt: (164, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestFieldOrderingsKt.kt: (172, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestFieldOrderingsKt.kt: (185, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestFieldOrderingsKt.kt: (197, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestFieldOrderingsKt.kt: (207, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestFieldOrderingsKt.kt: (216, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestForeignNestedKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestGroupExtensionKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestGroupExtensionKt.kt: (35, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestGroupExtensionKt.kt: (60, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestGroupExtensionKt.kt: (68, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestGroupExtensionKt.kt: (76, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestGroupExtensionKt.kt: (89, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestGroupExtensionKt.kt: (101, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestGroupExtensionKt.kt: (111, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestGroupKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestGroupKt.kt: (77, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestHugeFieldNumbersKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestHugeFieldNumbersKt.kt: (77, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestHugeFieldNumbersKt.kt: (101, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestHugeFieldNumbersKt.kt: (117, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestHugeFieldNumbersKt.kt: (140, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestHugeFieldNumbersKt.kt: (164, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestHugeFieldNumbersKt.kt: (180, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestHugeFieldNumbersKt.kt: (323, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestHugeFieldNumbersKt.kt: (347, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestHugeFieldNumbersKt.kt: (492, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestHugeFieldNumbersKt.kt: (517, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestHugeFieldNumbersKt.kt: (525, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestHugeFieldNumbersKt.kt: (533, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestHugeFieldNumbersKt.kt: (546, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestHugeFieldNumbersKt.kt: (558, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestHugeFieldNumbersKt.kt: (568, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestHugeFieldNumbersKt.kt: (577, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestImportEnumMapKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestImportEnumMapKt.kt: (29, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestImportEnumMapKt.kt: (53, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestIntIntMapKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestIntIntMapKt.kt: (29, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestIntIntMapKt.kt: (53, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestIsInitializedKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestIsInitializedKt.kt: (53, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestIsInitializedKt.kt: (96, 15) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestJsonNameKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestLazyMessageKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestMapsKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestMapsKt.kt: (29, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestMapsKt.kt: (53, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestMapsKt.kt: (89, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestMapsKt.kt: (113, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestMapsKt.kt: (149, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestMapsKt.kt: (173, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestMapsKt.kt: (209, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestMapsKt.kt: (233, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestMapsKt.kt: (269, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestMapsKt.kt: (293, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestMapsKt.kt: (329, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestMapsKt.kt: (353, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestMapsKt.kt: (389, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestMapsKt.kt: (413, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestMapsKt.kt: (449, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestMapsKt.kt: (473, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestMapsKt.kt: (509, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestMapsKt.kt: (533, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestMapsKt.kt: (569, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestMapsKt.kt: (593, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestMapsKt.kt: (629, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestMapsKt.kt: (653, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestMapsKt.kt: (689, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestMapsKt.kt: (713, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestMultipleExtensionRangesKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestMultipleExtensionRangesKt.kt: (35, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestMultipleExtensionRangesKt.kt: (60, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestMultipleExtensionRangesKt.kt: (68, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestMultipleExtensionRangesKt.kt: (76, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestMultipleExtensionRangesKt.kt: (89, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestMultipleExtensionRangesKt.kt: (101, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestMultipleExtensionRangesKt.kt: (111, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestMutualRecursionAKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestMutualRecursionAKt.kt: (77, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestMutualRecursionAKt.kt: (121, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestMutualRecursionBKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestNestedExtensionKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestNestedExtensionKt.kt: (29, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestNestedMessageHasBitsKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestNestedMessageHasBitsKt.kt: (53, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestNestedMessageHasBitsKt.kt: (72, 15) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestNestedMessageHasBitsKt.kt: (96, 7) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestNestedMessageHasBitsKt.kt: (112, 7) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestNestedMessageHasBitsKt.kt: (135, 15) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestNestedMessageHasBitsKt.kt: (159, 7) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestNestedMessageHasBitsKt.kt: (175, 7) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestOneof2Kt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestOneof2Kt.kt: (451, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestOneof2Kt.kt: (519, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestOneof2Kt.kt: (562, 15) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestOneof2Kt.kt: (586, 7) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestOneof2Kt.kt: (602, 7) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestOneofBackwardsCompatibleKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestOneofBackwardsCompatibleKt.kt: (125, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestOneofKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestOneofKt.kt: (132, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedExtensionsKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedExtensionsKt.kt: (35, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedExtensionsKt.kt: (60, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedExtensionsKt.kt: (68, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedExtensionsKt.kt: (76, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedExtensionsKt.kt: (89, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedExtensionsKt.kt: (101, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedExtensionsKt.kt: (111, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (29, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (53, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (69, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (92, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (116, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (132, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (155, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (179, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (195, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (218, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (242, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (258, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (281, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (305, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (321, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (344, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (368, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (384, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (407, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (431, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (447, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (470, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (494, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (510, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (533, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (557, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (573, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (596, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (620, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (636, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (659, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (683, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (699, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (722, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (746, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (762, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (785, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (809, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (825, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (848, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (872, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPackedTypesKt.kt: (888, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (77, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (101, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (117, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (164, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (188, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (204, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (233, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (258, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (266, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (274, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (287, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (299, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (309, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (318, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (337, 15) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (361, 7) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (377, 7) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (400, 15) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (424, 7) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (440, 7) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (463, 15) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (487, 7) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (503, 7) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (526, 15) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (550, 7) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (566, 7) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (589, 15) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (613, 7) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (629, 7) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (652, 15) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (676, 7) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (692, 7) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (715, 15) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (739, 7) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (755, 7) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (778, 15) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (822, 15) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (867, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestParsingMergeKt.kt: (911, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPickleNestedMessageKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPickleNestedMessageKt.kt: (29, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestPickleNestedMessageKt.kt: (72, 15) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestReallyLargeTagNumberKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestRecursiveMessageKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestRepeatedScalarDifferentTagSizesKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestRepeatedScalarDifferentTagSizesKt.kt: (29, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestRepeatedScalarDifferentTagSizesKt.kt: (71, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestRepeatedScalarDifferentTagSizesKt.kt: (99, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestRepeatedScalarDifferentTagSizesKt.kt: (134, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestRepeatedScalarDifferentTagSizesKt.kt: (170, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestRepeatedScalarDifferentTagSizesKt.kt: (194, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestRepeatedScalarDifferentTagSizesKt.kt: (225, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestRepeatedScalarDifferentTagSizesKt.kt: (261, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestRepeatedScalarDifferentTagSizesKt.kt: (285, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestRepeatedScalarDifferentTagSizesKt.kt: (316, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestRepeatedScalarDifferentTagSizesKt.kt: (340, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestRepeatedScalarDifferentTagSizesKt.kt: (356, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestRepeatedScalarDifferentTagSizesKt.kt: (379, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestRepeatedScalarDifferentTagSizesKt.kt: (415, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestRepeatedScalarDifferentTagSizesKt.kt: (439, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestRepeatedScalarDifferentTagSizesKt.kt: (470, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestRepeatedScalarDifferentTagSizesKt.kt: (494, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestRepeatedScalarDifferentTagSizesKt.kt: (510, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestRequiredForeignKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestRequiredForeignKt.kt: (53, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestRequiredForeignKt.kt: (77, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestRequiredForeignKt.kt: (93, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestRequiredKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestRequiredMessageKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestRequiredMessageKt.kt: (53, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestRequiredMessageKt.kt: (77, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestRequiredMessageKt.kt: (93, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestRequiredOneofKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestRequiredOneofKt.kt: (108, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestReservedFieldsKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestSubmessageMapsKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedExtensionsKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedExtensionsKt.kt: (35, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedExtensionsKt.kt: (60, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedExtensionsKt.kt: (68, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedExtensionsKt.kt: (76, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedExtensionsKt.kt: (89, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedExtensionsKt.kt: (101, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedExtensionsKt.kt: (111, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (29, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (53, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (69, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (92, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (116, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (132, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (155, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (179, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (195, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (218, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (242, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (258, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (281, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (305, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (321, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (344, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (368, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (384, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (407, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (431, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (447, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (470, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (494, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (510, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (533, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (557, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (573, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (596, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (620, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (636, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (659, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (683, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (699, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (722, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (746, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (762, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (785, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (809, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (825, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (848, 13) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (872, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestUnpackedTypesKt.kt: (888, 5) Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/Uint32MessageKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/Uint64MessageKt.kt: (10, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' +[INFO] +[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ protobuf-java --- +[INFO] +[INFO] ------------------------------------------------------- +[INFO] T E S T S +[INFO] ------------------------------------------------------- +[INFO] Running com.google.protobuf.WrappersOfMethodTest +[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in com.google.protobuf.WrappersOfMethodTest +[INFO] Running com.google.protobuf.CachedFieldSizeTest +[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 s - in com.google.protobuf.CachedFieldSizeTest +[INFO] Running com.google.protobuf.LazyStringArrayListTest +[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.google.protobuf.LazyStringArrayListTest +[INFO] Running com.google.protobuf.Proto3SchemaTest +[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.475 s - in com.google.protobuf.Proto3SchemaTest +[INFO] Running com.google.protobuf.MapLiteTest +[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in com.google.protobuf.MapLiteTest +[INFO] Running com.google.protobuf.LazyFieldTest +[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in com.google.protobuf.LazyFieldTest +[INFO] Running com.google.protobuf.UnmodifiableLazyStringListTest +[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in com.google.protobuf.UnmodifiableLazyStringListTest +[INFO] Running com.google.protobuf.ProtobufArrayListTest +[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in com.google.protobuf.ProtobufArrayListTest +[INFO] Running com.google.protobuf.AbstractMessageTest +[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 s - in com.google.protobuf.AbstractMessageTest +[INFO] Running com.google.protobuf.LiteEqualsAndHashTest +[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in com.google.protobuf.LiteEqualsAndHashTest +[INFO] Running com.google.protobuf.MapTest +[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in com.google.protobuf.MapTest +[INFO] Running com.google.protobuf.IsValidUtf8Test +[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 144.837 s - in com.google.protobuf.IsValidUtf8Test +[INFO] Running com.google.protobuf.ServiceTest +[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s - in com.google.protobuf.ServiceTest +[INFO] Running com.google.protobuf.MessageTest +[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in com.google.protobuf.MessageTest +[INFO] Running com.google.protobuf.CheckUtf8Test +[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in com.google.protobuf.CheckUtf8Test +[INFO] Running com.google.protobuf.SingleFieldBuilderV3Test +[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in com.google.protobuf.SingleFieldBuilderV3Test +[INFO] Running com.google.protobuf.DeprecatedFieldTest +[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in com.google.protobuf.DeprecatedFieldTest +[INFO] Running com.google.protobuf.DiscardUnknownFieldsTest +[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in com.google.protobuf.DiscardUnknownFieldsTest +[INFO] Running com.google.protobuf.ParseExceptionsTest +[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in com.google.protobuf.ParseExceptionsTest +[INFO] Running com.google.protobuf.DoubleArrayListTest +[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in com.google.protobuf.DoubleArrayListTest +[INFO] Running com.google.protobuf.Proto2SchemaTest +[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.446 s - in com.google.protobuf.Proto2SchemaTest +[INFO] Running com.google.protobuf.ArrayDecodersTest +[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in com.google.protobuf.ArrayDecodersTest +[INFO] Running com.google.protobuf.EnumTest +[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in com.google.protobuf.EnumTest +[INFO] Running com.google.protobuf.Proto2ExtensionLookupSchemaTest +[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in com.google.protobuf.Proto2ExtensionLookupSchemaTest +[INFO] Running com.google.protobuf.IntArrayListTest +[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in com.google.protobuf.IntArrayListTest +[INFO] Running com.google.protobuf.SmallSortedMapTest +[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in com.google.protobuf.SmallSortedMapTest +[INFO] Running com.google.protobuf.DynamicMessageTest +[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in com.google.protobuf.DynamicMessageTest +[INFO] Running com.google.protobuf.LiteralByteStringTest +[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s - in com.google.protobuf.LiteralByteStringTest +[INFO] Running com.google.protobuf.AnyTest +[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in com.google.protobuf.AnyTest +[INFO] Running com.google.protobuf.ExtensionRegistryFactoryTest +[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in com.google.protobuf.ExtensionRegistryFactoryTest +[INFO] Running com.google.protobuf.ByteBufferWriterTest +[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in com.google.protobuf.ByteBufferWriterTest +[INFO] Running com.google.protobuf.DescriptorsTest +[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s - in com.google.protobuf.DescriptorsTest +[INFO] Running com.google.protobuf.TextFormatParseInfoTreeTest +[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in com.google.protobuf.TextFormatParseInfoTreeTest +[INFO] Running com.google.protobuf.CodedInputStreamTest +[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.551 s - in com.google.protobuf.CodedInputStreamTest +[INFO] Running com.google.protobuf.Proto3LiteSchemaTest +[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.265 s - in com.google.protobuf.Proto3LiteSchemaTest +[INFO] Running com.google.protobuf.kotlin.DslListTest +[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in com.google.protobuf.kotlin.DslListTest +[INFO] Running com.google.protobuf.kotlin.Proto2Test +[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in com.google.protobuf.kotlin.Proto2Test +[INFO] Running com.google.protobuf.kotlin.ExtensionListTest +[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in com.google.protobuf.kotlin.ExtensionListTest +[INFO] Running com.google.protobuf.kotlin.ExtendableMessageExtensionsTest +[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in com.google.protobuf.kotlin.ExtendableMessageExtensionsTest +[INFO] Running com.google.protobuf.kotlin.Proto3Test +[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in com.google.protobuf.kotlin.Proto3Test +[INFO] Running com.google.protobuf.kotlin.DslMapTest +[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in com.google.protobuf.kotlin.DslMapTest +[INFO] Running com.google.protobuf.RopeByteStringSubstringTest +[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in com.google.protobuf.RopeByteStringSubstringTest +[INFO] Running com.google.protobuf.UnknownFieldSetTest +[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in com.google.protobuf.UnknownFieldSetTest +[INFO] Running com.google.protobuf.RepeatedFieldBuilderV3Test +[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in com.google.protobuf.RepeatedFieldBuilderV3Test +[INFO] Running com.google.protobuf.RopeByteStringTest +[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.281 s - in com.google.protobuf.RopeByteStringTest +[INFO] Running com.google.protobuf.CodedAdapterTest +[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in com.google.protobuf.CodedAdapterTest +[INFO] Running com.google.protobuf.Utf8Test +[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.362 s - in com.google.protobuf.Utf8Test +[INFO] Running com.google.protobuf.PackedFieldTest +[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in com.google.protobuf.PackedFieldTest +[INFO] Running com.google.protobuf.TextFormatTest +[INFO] Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.331 s - in com.google.protobuf.TextFormatTest +[INFO] Running com.google.protobuf.GeneratedMessageTest +[INFO] Tests run: 83, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s - in com.google.protobuf.GeneratedMessageTest +[INFO] Running com.google.protobuf.ParserTest +[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in com.google.protobuf.ParserTest +[INFO] Running com.google.protobuf.UnknownEnumValueTest +[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in com.google.protobuf.UnknownEnumValueTest +[INFO] Running com.google.protobuf.LongArrayListTest +[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in com.google.protobuf.LongArrayListTest +[INFO] Running com.google.protobuf.WireFormatTest +[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in com.google.protobuf.WireFormatTest +[INFO] Running com.google.protobuf.TextFormatParseLocationTest +[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in com.google.protobuf.TextFormatParseLocationTest +[INFO] Running com.google.protobuf.ParserLiteTest +[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in com.google.protobuf.ParserLiteTest +[INFO] Running com.google.protobuf.CodedOutputStreamTest +[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.91 s - in com.google.protobuf.CodedOutputStreamTest +[INFO] Running com.google.protobuf.Proto2UnknownEnumValueTest +[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.google.protobuf.Proto2UnknownEnumValueTest +[INFO] Running com.google.protobuf.ByteStringTest +[INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.google.protobuf.ByteStringTest +[INFO] Running com.google.protobuf.NioByteStringTest +[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.google.protobuf.NioByteStringTest +[INFO] Running com.google.protobuf.BooleanArrayListTest +[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.google.protobuf.BooleanArrayListTest +[INFO] Running com.google.protobuf.MapForProto2Test +[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.google.protobuf.MapForProto2Test +[INFO] Running com.google.protobuf.BoundedByteStringTest +[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.google.protobuf.BoundedByteStringTest +[INFO] Running com.google.protobuf.DecodeUtf8Test +[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 198.793 s - in com.google.protobuf.DecodeUtf8Test +[INFO] Running com.google.protobuf.WellKnownTypesTest +[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in com.google.protobuf.WellKnownTypesTest +[INFO] Running com.google.protobuf.LazyStringEndToEndTest +[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in com.google.protobuf.LazyStringEndToEndTest +[INFO] Running com.google.protobuf.NestedBuildersTest +[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in com.google.protobuf.NestedBuildersTest +[INFO] Running com.google.protobuf.TestBadIdentifiersLite +[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in com.google.protobuf.TestBadIdentifiersLite +[INFO] Running com.google.protobuf.WireFormatLiteTest +[INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in com.google.protobuf.WireFormatLiteTest +[INFO] Running com.google.protobuf.TestBadIdentifiers +[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in com.google.protobuf.TestBadIdentifiers +[INFO] Running com.google.protobuf.LazyFieldLiteTest +[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in com.google.protobuf.LazyFieldLiteTest +[INFO] Running com.google.protobuf.BinaryProtocolTest +[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in com.google.protobuf.BinaryProtocolTest +[INFO] Running com.google.protobuf.FloatArrayListTest +[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in com.google.protobuf.FloatArrayListTest +[INFO] Running com.google.protobuf.MapForProto2LiteTest +[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in com.google.protobuf.MapForProto2LiteTest +[INFO] Running com.google.protobuf.TypeRegistryTest +[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.google.protobuf.TypeRegistryTest +[INFO] Running com.google.protobuf.LazyMessageLiteTest +[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in com.google.protobuf.LazyMessageLiteTest +[INFO] Running com.google.protobuf.Proto2LiteSchemaTest +[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.309 s - in com.google.protobuf.Proto2LiteSchemaTest +[INFO] Running com.google.protobuf.WrappersLiteOfMethodTest +[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.google.protobuf.WrappersLiteOfMethodTest +[INFO] Running com.google.protobuf.FieldPresenceTest +[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in com.google.protobuf.FieldPresenceTest +[INFO] +[INFO] Results: +[INFO] +[WARNING] Tests run: 1215, Failures: 0, Errors: 0, Skipped: 1 +[INFO] +[INFO] +[INFO] --- maven-bundle-plugin:3.0.1:bundle (default-bundle) @ protobuf-java --- +[INFO] +[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ protobuf-java --- +[INFO] Installing /usr/local/google/home/deannagarcia/protobuf/java/core/target/protobuf-java-3.14.0.jar to /usr/local/google/home/deannagarcia/.m2/repository/com/google/protobuf/protobuf-java/3.14.0/protobuf-java-3.14.0.jar +[INFO] Installing /usr/local/google/home/deannagarcia/protobuf/java/core/pom.xml to /usr/local/google/home/deannagarcia/.m2/repository/com/google/protobuf/protobuf-java/3.14.0/protobuf-java-3.14.0.pom +[INFO] +[INFO] --- maven-bundle-plugin:3.0.1:install (default-install) @ protobuf-java --- +[INFO] Installing com/google/protobuf/protobuf-java/3.14.0/protobuf-java-3.14.0.jar +[INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ -[INFO] BUILD FAILURE +[INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ -[INFO] Total time: 01:24 min -[INFO] Finished at: 2021-03-18T23:34:30Z +[INFO] Total time: 07:55 min +[INFO] Finished at: 2021-03-20T00:38:16Z [INFO] ------------------------------------------------------------------------ -[ERROR] Failed to execute goal org.jetbrains.kotlin:kotlin-maven-plugin:1.4.31:test-compile (test-compile) on project protobuf-java: Compilation failure: Compilation failure: -[ERROR] /usr/local/google/home/deannagarcia/protobuf/java/core/src/test/kotlin/com/google/protobuf/ExtendableMessageExtensionsTest.kt:[15,5] Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: -[ERROR] public operator fun , B : com.google.protobuf.GeneratedMessage.ExtendableBuilder, T> TypeVariable(B).set(extension: ExtensionLite, value: TypeVariable(T)): Unit defined in com.google.protobuf.kotlin -[ERROR] public operator fun , B : com.google.protobuf.GeneratedMessageLite.ExtendableBuilder, T> TypeVariable(B).set(extension: ExtensionLite, value: TypeVariable(T)): Unit defined in com.google.protobuf.kotlin -[ERROR] /usr/local/google/home/deannagarcia/protobuf/java/core/src/test/kotlin/com/google/protobuf/ExtendableMessageExtensionsTest.kt:[15,12] No set method providing array access -[ERROR] /usr/local/google/home/deannagarcia/protobuf/java/core/src/test/kotlin/com/google/protobuf/ExtendableMessageExtensionsTest.kt:[23,16] Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: -[ERROR] public operator fun , MOrBT : com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder, T> TypeVariable(MOrBT).get(extension: ExtensionLite): TypeVariable(T) defined in com.google.protobuf.kotlin -[ERROR] public operator fun , MorBT : com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder, T> TypeVariable(MorBT).get(extension: ExtensionLite): TypeVariable(T) defined in com.google.protobuf.kotlin -[ERROR] /usr/local/google/home/deannagarcia/protobuf/java/core/src/test/kotlin/com/google/protobuf/ExtendableMessageExtensionsTest.kt:[23,23] No get method providing array access -[ERROR] /usr/local/google/home/deannagarcia/protobuf/java/core/src/test/kotlin/com/google/protobuf/ExtendableMessageExtensionsTest.kt:[31,16] Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: -[ERROR] public operator fun , MOrBT : com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder, T> TypeVariable(MOrBT).get(extension: ExtensionLite): TypeVariable(T) defined in com.google.protobuf.kotlin -[ERROR] public operator fun , MorBT : com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder, T> TypeVariable(MorBT).get(extension: ExtensionLite): TypeVariable(T) defined in com.google.protobuf.kotlin -[ERROR] /usr/local/google/home/deannagarcia/protobuf/java/core/src/test/kotlin/com/google/protobuf/ExtendableMessageExtensionsTest.kt:[31,23] No get method providing array access -[ERROR] /usr/local/google/home/deannagarcia/protobuf/java/core/src/test/kotlin/com/google/protobuf/ExtendableMessageExtensionsTest.kt:[39,41] Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: -[ERROR] public operator fun , MorBT : com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder> TypeVariable(MorBT).contains(extension: ExtensionLite): Boolean defined in com.google.protobuf.kotlin -[ERROR] public operator fun , MorBT : com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder> TypeVariable(MorBT).contains(extension: ExtensionLite): Boolean defined in com.google.protobuf.kotlin -[ERROR] /usr/local/google/home/deannagarcia/protobuf/java/core/src/test/kotlin/com/google/protobuf/ExtendableMessageExtensionsTest.kt:[46,41] Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: -[ERROR] public operator fun , MorBT : com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder> TypeVariable(MorBT).contains(extension: ExtensionLite): Boolean defined in com.google.protobuf.kotlin -[ERROR] public operator fun , MorBT : com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder> TypeVariable(MorBT).contains(extension: ExtensionLite): Boolean defined in com.google.protobuf.kotlin -[ERROR] /usr/local/google/home/deannagarcia/protobuf/java/core/src/test/kotlin/com/google/protobuf/ExtendableMessageExtensionsTest.kt:[52,41] Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: -[ERROR] public operator fun , MorBT : com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder> TypeVariable(MorBT).contains(extension: ExtensionLite): Boolean defined in com.google.protobuf.kotlin -[ERROR] public operator fun , MorBT : com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder> TypeVariable(MorBT).contains(extension: ExtensionLite): Boolean defined in com.google.protobuf.kotlin -[ERROR] /usr/local/google/home/deannagarcia/protobuf/java/core/src/test/kotlin/com/google/protobuf/ExtendableMessageExtensionsTest.kt:[58,41] Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: -[ERROR] public operator fun , MorBT : com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder> TypeVariable(MorBT).contains(extension: ExtensionLite): Boolean defined in com.google.protobuf.kotlin -[ERROR] public operator fun , MorBT : com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder> TypeVariable(MorBT).contains(extension: ExtensionLite): Boolean defined in com.google.protobuf.kotlin -[ERROR] -> [Help 1] -[ERROR] -[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. -[ERROR] Re-run Maven using the -X switch to enable full debug logging. -[ERROR] -[ERROR] For more information about the errors and possible solutions, please read the following articles: -[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException diff --git a/java/core/src/main/kotlin/com/google/protobuf/ExtendableMessageExtensions.kt b/java/core/src/main/kotlin/com/google/protobuf/ExtendableMessageExtensions.kt index 67eda6e5c..d1f04a8dc 100644 --- a/java/core/src/main/kotlin/com/google/protobuf/ExtendableMessageExtensions.kt +++ b/java/core/src/main/kotlin/com/google/protobuf/ExtendableMessageExtensions.kt @@ -1,12 +1,12 @@ package com.google.protobuf.kotlin import com.google.protobuf.ExtensionLite -import com.google.protobuf.GeneratedMessage +import com.google.protobuf.GeneratedMessageV3 /** Sets the current value of the proto extension in this builder.*/ operator fun < - M : GeneratedMessage.ExtendableMessage, - B : GeneratedMessage.ExtendableBuilder, + M : GeneratedMessageV3.ExtendableMessage, + B : GeneratedMessageV3.ExtendableBuilder, T > B.set(extension: ExtensionLite, value: T) { setExtension(extension, value) @@ -14,13 +14,13 @@ operator fun < /** Gets the current value of the proto extension. */ operator fun < - M : GeneratedMessage.ExtendableMessage, - MorBT : GeneratedMessage.ExtendableMessageOrBuilder, + M : GeneratedMessageV3.ExtendableMessage, + MorBT : GeneratedMessageV3.ExtendableMessageOrBuilder, T > MorBT.get(extension: ExtensionLite): T = getExtension(extension) /** Returns true if the specified extension is set on this builder. */ operator fun < - M : GeneratedMessage.ExtendableMessage, - MorBT : GeneratedMessage.ExtendableMessageOrBuilder + M : GeneratedMessageV3.ExtendableMessage, + MorBT : GeneratedMessageV3.ExtendableMessageOrBuilder > MorBT.contains(extension: ExtensionLite): Boolean = hasExtension(extension) diff --git a/java/core/src/main/kotlin/com/google/protobuf/ExtendableMessageExtensionsLite.kt b/java/core/src/main/kotlin/com/google/protobuf/ExtendableMessageLiteExtensions.kt similarity index 100% rename from java/core/src/main/kotlin/com/google/protobuf/ExtendableMessageExtensionsLite.kt rename to java/core/src/main/kotlin/com/google/protobuf/ExtendableMessageLiteExtensions.kt diff --git a/java/lite/output.txt b/java/lite/output.txt new file mode 100644 index 000000000..7d0b713be --- /dev/null +++ b/java/lite/output.txt @@ -0,0 +1,96 @@ +[INFO] Scanning for projects... +[INFO] +[INFO] ---------------< com.google.protobuf:protobuf-javalite >---------------- +[INFO] Building Protocol Buffers [Lite] 3.14.0 +[INFO] -------------------------------[ bundle ]------------------------------- +[INFO] +[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ protobuf-javalite --- +[INFO] +[INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-source-files) @ protobuf-javalite --- +[INFO] Using 'UTF-8' encoding to copy filtered resources. +[INFO] Copying 86 resources +[INFO] +[INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-kotlin-source-files) @ protobuf-javalite --- +[INFO] Using 'UTF-8' encoding to copy filtered resources. +[INFO] Copying 8 resources +[INFO] +[INFO] --- maven-antrun-plugin:1.8:run (generate-sources) @ protobuf-javalite --- +[INFO] Executing tasks + +main: + [echo] Running protoc ... +[INFO] Executed tasks +[INFO] +[INFO] --- build-helper-maven-plugin:1.10:add-source (add-generated-sources) @ protobuf-javalite --- +[INFO] Source directory: /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources added. +[INFO] +[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ protobuf-javalite --- +[INFO] Using 'UTF-8' encoding to copy filtered resources. +[INFO] Copying 10 resources +[INFO] +[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ protobuf-javalite --- +[INFO] Changes detected - recompiling the module! +[INFO] Compiling 150 source files to /usr/local/google/home/deannagarcia/protobuf/java/lite/target/classes +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/java/com/google/protobuf/UnsafeUtil.java:[44,32] sun.misc.Unsafe is internal proprietary API and may be removed in a future release +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/java/com/google/protobuf/UnsafeUtil.java:[289,18] sun.misc.Unsafe is internal proprietary API and may be removed in a future release +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/java/com/google/protobuf/UnsafeUtil.java:[290,13] sun.misc.Unsafe is internal proprietary API and may be removed in a future release +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/java/com/google/protobuf/UnsafeUtil.java:[294,53] sun.misc.Unsafe is internal proprietary API and may be removed in a future release +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/java/com/google/protobuf/UnsafeUtil.java:[296,32] sun.misc.Unsafe is internal proprietary API and may be removed in a future release +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/java/com/google/protobuf/UnsafeUtil.java:[297,33] sun.misc.Unsafe is internal proprietary API and may be removed in a future release +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/java/com/google/protobuf/UnsafeUtil.java:[297,54] sun.misc.Unsafe is internal proprietary API and may be removed in a future release +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/java/com/google/protobuf/UnsafeUtil.java:[481,13] sun.misc.Unsafe is internal proprietary API and may be removed in a future release +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/java/com/google/protobuf/UnsafeUtil.java:[483,28] sun.misc.Unsafe is internal proprietary API and may be removed in a future release +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/java/com/google/protobuf/UnsafeUtil.java:[612,31] sun.misc.Unsafe is internal proprietary API and may be removed in a future release +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/java/com/google/protobuf/UnsafeUtil.java:[752,37] sun.misc.Unsafe is internal proprietary API and may be removed in a future release +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/java/com/google/protobuf/UnsafeUtil.java:[877,37] sun.misc.Unsafe is internal proprietary API and may be removed in a future release +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/java/com/google/protobuf/MessageSchema.java:[102,32] sun.misc.Unsafe is internal proprietary API and may be removed in a future release +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/java/com/google/protobuf/MessageSchema.java:[405,19] sun.misc.Unsafe is internal proprietary API and may be removed in a future release +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/java/com/google/protobuf/MessageSchema.java:[1429,19] sun.misc.Unsafe is internal proprietary API and may be removed in a future release +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/java/com/google/protobuf/MessageSchema.java:[1995,19] sun.misc.Unsafe is internal proprietary API and may be removed in a future release +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/java/com/google/protobuf/MessageSchema.java:[2567,19] sun.misc.Unsafe is internal proprietary API and may be removed in a future release +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/java/com/google/protobuf/MessageSchema.java:[4669,19] sun.misc.Unsafe is internal proprietary API and may be removed in a future release +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/java/com/google/protobuf/MessageSchema.java:[4701,19] sun.misc.Unsafe is internal proprietary API and may be removed in a future release +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/java/com/google/protobuf/MessageSchema.java:[4881,19] sun.misc.Unsafe is internal proprietary API and may be removed in a future release +[WARNING] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/java/com/google/protobuf/MessageSchema.java:[5189,19] sun.misc.Unsafe is internal proprietary API and may be removed in a future release +[INFO] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/java/com/google/protobuf/AbstractMessageLite.java: Some input files use or override a deprecated API. +[INFO] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/java/com/google/protobuf/AbstractMessageLite.java: Recompile with -Xlint:deprecation for details. +[INFO] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/java/com/google/protobuf/AbstractMessageLite.java: Some input files use unchecked or unsafe operations. +[INFO] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/java/com/google/protobuf/AbstractMessageLite.java: Recompile with -Xlint:unchecked for details. +[INFO] +[INFO] --- kotlin-maven-plugin:1.4.31:compile (compile) @ protobuf-javalite --- +[ERROR] Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath: + class com.google.protobuf.GeneratedMessageLite.ExtendableMessage, unresolved supertypes: com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder + class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder, unresolved supertypes: com.google.protobuf.GeneratedMessageLite.Builder, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder + +[ERROR] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/kotlin/com/google/protobuf/ExtendableMessageLiteExtensions.kt: (8, 3) Cannot access 'com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder' which is a supertype of 'com.google.protobuf.GeneratedMessageLite.ExtendableMessage'. Check your module classpath for missing or conflicting dependencies +[ERROR] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/kotlin/com/google/protobuf/ExtendableMessageLiteExtensions.kt: (15, 3) Cannot access 'com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder' which is a supertype of 'com.google.protobuf.GeneratedMessageLite.ExtendableMessage'. Check your module classpath for missing or conflicting dependencies +[ERROR] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/kotlin/com/google/protobuf/ExtendableMessageLiteExtensions.kt: (16, 3) Cannot access 'com.google.protobuf.GeneratedMessageLite.Builder' which is a supertype of 'com.google.protobuf.GeneratedMessageLite.ExtendableBuilder'. Check your module classpath for missing or conflicting dependencies +[ERROR] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/kotlin/com/google/protobuf/ExtendableMessageLiteExtensions.kt: (16, 3) Cannot access 'com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder' which is a supertype of 'com.google.protobuf.GeneratedMessageLite.ExtendableBuilder'. Check your module classpath for missing or conflicting dependencies +[ERROR] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/kotlin/com/google/protobuf/ExtendableMessageLiteExtensions.kt: (19, 3) Cannot access 'com.google.protobuf.GeneratedMessageLite.Builder' which is a supertype of 'com.google.protobuf.GeneratedMessageLite.ExtendableBuilder'. Check your module classpath for missing or conflicting dependencies +[ERROR] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/kotlin/com/google/protobuf/ExtendableMessageLiteExtensions.kt: (19, 3) Cannot access 'com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder' which is a supertype of 'com.google.protobuf.GeneratedMessageLite.ExtendableBuilder'. Check your module classpath for missing or conflicting dependencies +[ERROR] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/kotlin/com/google/protobuf/ExtendableMessageLiteExtensions.kt: (24, 3) Cannot access 'com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder' which is a supertype of 'com.google.protobuf.GeneratedMessageLite.ExtendableMessage'. Check your module classpath for missing or conflicting dependencies +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD FAILURE +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 18.931 s +[INFO] Finished at: 2021-03-20T00:40:18Z +[INFO] ------------------------------------------------------------------------ +[ERROR] Failed to execute goal org.jetbrains.kotlin:kotlin-maven-plugin:1.4.31:compile (compile) on project protobuf-javalite: Compilation failure: Compilation failure: +[ERROR] Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath: +[ERROR] class com.google.protobuf.GeneratedMessageLite.ExtendableMessage, unresolved supertypes: com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder +[ERROR] class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder, unresolved supertypes: com.google.protobuf.GeneratedMessageLite.Builder, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder +[ERROR] +[ERROR] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/kotlin/com/google/protobuf/ExtendableMessageLiteExtensions.kt:[8,3] Cannot access 'com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder' which is a supertype of 'com.google.protobuf.GeneratedMessageLite.ExtendableMessage'. Check your module classpath for missing or conflicting dependencies +[ERROR] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/kotlin/com/google/protobuf/ExtendableMessageLiteExtensions.kt:[15,3] Cannot access 'com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder' which is a supertype of 'com.google.protobuf.GeneratedMessageLite.ExtendableMessage'. Check your module classpath for missing or conflicting dependencies +[ERROR] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/kotlin/com/google/protobuf/ExtendableMessageLiteExtensions.kt:[16,3] Cannot access 'com.google.protobuf.GeneratedMessageLite.Builder' which is a supertype of 'com.google.protobuf.GeneratedMessageLite.ExtendableBuilder'. Check your module classpath for missing or conflicting dependencies +[ERROR] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/kotlin/com/google/protobuf/ExtendableMessageLiteExtensions.kt:[16,3] Cannot access 'com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder' which is a supertype of 'com.google.protobuf.GeneratedMessageLite.ExtendableBuilder'. Check your module classpath for missing or conflicting dependencies +[ERROR] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/kotlin/com/google/protobuf/ExtendableMessageLiteExtensions.kt:[19,3] Cannot access 'com.google.protobuf.GeneratedMessageLite.Builder' which is a supertype of 'com.google.protobuf.GeneratedMessageLite.ExtendableBuilder'. Check your module classpath for missing or conflicting dependencies +[ERROR] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/kotlin/com/google/protobuf/ExtendableMessageLiteExtensions.kt:[19,3] Cannot access 'com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder' which is a supertype of 'com.google.protobuf.GeneratedMessageLite.ExtendableBuilder'. Check your module classpath for missing or conflicting dependencies +[ERROR] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/kotlin/com/google/protobuf/ExtendableMessageLiteExtensions.kt:[24,3] Cannot access 'com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder' which is a supertype of 'com.google.protobuf.GeneratedMessageLite.ExtendableMessage'. Check your module classpath for missing or conflicting dependencies +[ERROR] -> [Help 1] +[ERROR] +[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. +[ERROR] Re-run Maven using the -X switch to enable full debug logging. +[ERROR] +[ERROR] For more information about the errors and possible solutions, please read the following articles: +[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException diff --git a/java/lite/pom.xml b/java/lite/pom.xml index 41690672c..de4ce5fe0 100644 --- a/java/lite/pom.xml +++ b/java/lite/pom.xml @@ -104,7 +104,7 @@ copy-resources - ${generated.sources.dir}/com/google/protobuf + ${generated.sources.dir}/java/com/google/protobuf ${basedir}/../core/src/main/java/com/google/protobuf @@ -198,6 +198,18 @@ Writer.java + + + + + copy-kotlin-source-files + generate-sources + + copy-resources + + + ${generated.sources.dir}/kotlin/com/google/protobuf + ${basedir}/../core/src/main/kotlin/com/google/protobuf @@ -374,7 +386,7 @@ ${generated.sources.dir}/com/google/protobuf - ${project.basedir}/src/main/kotlin + ${generated.sources.dir}/kotlin/com/google/protobuf