Commit with --kotlin_out working
diff --git a/Makefile.am b/Makefile.am index d8b9fda..f1af880 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -403,6 +403,15 @@ java/core/src/main/java/com/google/protobuf/Utf8.java \ java/core/src/main/java/com/google/protobuf/WireFormat.java \ java/core/src/main/java/com/google/protobuf/Writer.java \ + java/core/src/main/kotlin/com/google/protobuf/DslList.kt \ + java/core/src/main/kotlin/com/google/protobuf/DslMap.kt \ + java/core/src/main/kotlin/com/google/protobuf/DslProxy.kt \ + java/core/src/main/kotlin/com/google/protobuf/ExtendableMessageExtensions.kt \ + java/core/src/main/kotlin/com/google/protobuf/ExtendableMessageLiteExtensions.kt \ + java/core/src/main/kotlin/com/google/protobuf/ExtensionList.kt \ + java/core/src/main/kotlin/com/google/protobuf/OnlyForUseByGeneratedProtoCode.kt \ + java/core/src/main/kotlin/com/google/protobuf/ProtoDslMarker.kt \ + java/core/src/main/kotlin/com/google/protobuf/UnmodifiableCollections.kt \ java/core/src/test/java/com/google/protobuf/AbstractMessageTest.java \ java/core/src/test/java/com/google/protobuf/AbstractProto2LiteSchemaTest.java \ java/core/src/test/java/com/google/protobuf/AbstractProto2SchemaTest.java \ @@ -498,6 +507,12 @@ java/core/src/test/java/com/google/protobuf/WireFormatTest.java \ java/core/src/test/java/com/google/protobuf/WrappersLiteOfMethodTest.java \ java/core/src/test/java/com/google/protobuf/WrappersOfMethodTest.java \ + java/core/src/test/kotlin/com/google/protobuf/DslListTest.kt \ + java/core/src/test/kotlin/com/google/protobuf/DslMapTest.kt \ + java/core/src/test/kotlin/com/google/protobuf/ExtendableMessageExtensionsTest.kt \ + java/core/src/test/kotlin/com/google/protobuf/ExtensionListTest.kt \ + java/core/src/test/kotlin/com/google/protobuf/Proto2Test.kt \ + java/core/src/test/kotlin/com/google/protobuf/Proto3Test.kt \ java/core/src/test/proto/com/google/protobuf/any_test.proto \ java/core/src/test/proto/com/google/protobuf/cached_field_size_test.proto \ java/core/src/test/proto/com/google/protobuf/deprecated_file.proto \
diff --git a/java/core/output.txt b/java/core/output.txt deleted file mode 100644 index 93f14dd..0000000 --- a/java/core/output.txt +++ /dev/null
@@ -1,1001 +0,0 @@ -[[1;34mINFO[m] Scanning for projects... -[[1;34mINFO[m] -[[1;34mINFO[m] [1m-----------------< [0;36mcom.google.protobuf:protobuf-java[0;1m >------------------[m -[[1;34mINFO[m] [1mBuilding Protocol Buffers [Core] 3.14.0[m -[[1;34mINFO[m] [1m-------------------------------[ bundle ]-------------------------------[m -[[1;34mINFO[m] -[[1;34mINFO[m] [1m--- [0;32mmaven-clean-plugin:2.5:clean[m [1m(default-clean)[m @ [36mprotobuf-java[0;1m ---[m -[[1;34mINFO[m] Deleting /usr/local/google/home/deannagarcia/protobuf/java/core/target -[[1;34mINFO[m] -[[1;34mINFO[m] [1m--- [0;32mmaven-antrun-plugin:1.8:run[m [1m(generate-sources)[m @ [36mprotobuf-java[0;1m ---[m -[[1;34mINFO[m] Executing tasks - -main: - [echo] Running protoc ... - [mkdir] Created dir: /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-sources -[[1;34mINFO[m] Executed tasks -[[1;34mINFO[m] -[[1;34mINFO[m] [1m--- [0;32mbuild-helper-maven-plugin:1.10:add-source[m [1m(add-generated-sources)[m @ [36mprotobuf-java[0;1m ---[m -[[1;34mINFO[m] Source directory: /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-sources added. -[[1;34mINFO[m] -[[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.2.0:resources[m [1m(default-resources)[m @ [36mprotobuf-java[0;1m ---[m -[[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources. -[[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered properties files. -[[1;34mINFO[m] Copying 12 resources -[[1;34mINFO[m] -[[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.6.1:compile[m [1m(default-compile)[m @ [36mprotobuf-java[0;1m ---[m -[[1;34mINFO[m] Changes detected - recompiling the module! -[[1;34mINFO[m] Compiling 189 source files to /usr/local/google/home/deannagarcia/protobuf/java/core/target/classes -[[1;33mWARNING[m] /usr/local/google/home/deannagarcia/protobuf/java/core/src/main/java/com/google/protobuf/UnsafeUtil.java:[44,32] sun.misc.Unsafe is internal proprietary API and may be removed in a future release -[[1;33mWARNING[m] /usr/local/google/home/deannagarcia/protobuf/java/core/src/main/java/com/google/protobuf/UnsafeUtil.java:[289,18] sun.misc.Unsafe is internal proprietary API and may be removed in a future release -[[1;33mWARNING[m] /usr/local/google/home/deannagarcia/protobuf/java/core/src/main/java/com/google/protobuf/UnsafeUtil.java:[290,13] sun.misc.Unsafe is internal proprietary API and may be removed in a future release -[[1;33mWARNING[m] /usr/local/google/home/deannagarcia/protobuf/java/core/src/main/java/com/google/protobuf/UnsafeUtil.java:[294,53] sun.misc.Unsafe is internal proprietary API and may be removed in a future release -[[1;33mWARNING[m] /usr/local/google/home/deannagarcia/protobuf/java/core/src/main/java/com/google/protobuf/UnsafeUtil.java:[296,32] sun.misc.Unsafe is internal proprietary API and may be removed in a future release -[[1;33mWARNING[m] /usr/local/google/home/deannagarcia/protobuf/java/core/src/main/java/com/google/protobuf/UnsafeUtil.java:[297,33] sun.misc.Unsafe is internal proprietary API and may be removed in a future release -[[1;33mWARNING[m] /usr/local/google/home/deannagarcia/protobuf/java/core/src/main/java/com/google/protobuf/UnsafeUtil.java:[297,54] sun.misc.Unsafe is internal proprietary API and may be removed in a future release -[[1;33mWARNING[m] /usr/local/google/home/deannagarcia/protobuf/java/core/src/main/java/com/google/protobuf/UnsafeUtil.java:[481,13] sun.misc.Unsafe is internal proprietary API and may be removed in a future release -[[1;33mWARNING[m] /usr/local/google/home/deannagarcia/protobuf/java/core/src/main/java/com/google/protobuf/UnsafeUtil.java:[483,28] sun.misc.Unsafe is internal proprietary API and may be removed in a future release -[[1;33mWARNING[m] /usr/local/google/home/deannagarcia/protobuf/java/core/src/main/java/com/google/protobuf/UnsafeUtil.java:[612,31] sun.misc.Unsafe is internal proprietary API and may be removed in a future release -[[1;33mWARNING[m] /usr/local/google/home/deannagarcia/protobuf/java/core/src/main/java/com/google/protobuf/UnsafeUtil.java:[752,37] sun.misc.Unsafe is internal proprietary API and may be removed in a future release -[[1;33mWARNING[m] /usr/local/google/home/deannagarcia/protobuf/java/core/src/main/java/com/google/protobuf/UnsafeUtil.java:[877,37] sun.misc.Unsafe is internal proprietary API and may be removed in a future release -[[1;33mWARNING[m] /usr/local/google/home/deannagarcia/protobuf/java/core/src/main/java/com/google/protobuf/MessageSchema.java:[102,32] sun.misc.Unsafe is internal proprietary API and may be removed in a future release -[[1;33mWARNING[m] /usr/local/google/home/deannagarcia/protobuf/java/core/src/main/java/com/google/protobuf/MessageSchema.java:[405,19] sun.misc.Unsafe is internal proprietary API and may be removed in a future release -[[1;33mWARNING[m] /usr/local/google/home/deannagarcia/protobuf/java/core/src/main/java/com/google/protobuf/MessageSchema.java:[1429,19] sun.misc.Unsafe is internal proprietary API and may be removed in a future release -[[1;33mWARNING[m] /usr/local/google/home/deannagarcia/protobuf/java/core/src/main/java/com/google/protobuf/MessageSchema.java:[1995,19] sun.misc.Unsafe is internal proprietary API and may be removed in a future release -[[1;33mWARNING[m] /usr/local/google/home/deannagarcia/protobuf/java/core/src/main/java/com/google/protobuf/MessageSchema.java:[2567,19] sun.misc.Unsafe is internal proprietary API and may be removed in a future release -[[1;33mWARNING[m] /usr/local/google/home/deannagarcia/protobuf/java/core/src/main/java/com/google/protobuf/MessageSchema.java:[4669,19] sun.misc.Unsafe is internal proprietary API and may be removed in a future release -[[1;33mWARNING[m] /usr/local/google/home/deannagarcia/protobuf/java/core/src/main/java/com/google/protobuf/MessageSchema.java:[4701,19] sun.misc.Unsafe is internal proprietary API and may be removed in a future release -[[1;33mWARNING[m] /usr/local/google/home/deannagarcia/protobuf/java/core/src/main/java/com/google/protobuf/MessageSchema.java:[4881,19] sun.misc.Unsafe is internal proprietary API and may be removed in a future release -[[1;33mWARNING[m] /usr/local/google/home/deannagarcia/protobuf/java/core/src/main/java/com/google/protobuf/MessageSchema.java:[5189,19] sun.misc.Unsafe is internal proprietary API and may be removed in a future release -[[1;34mINFO[m] /usr/local/google/home/deannagarcia/protobuf/java/core/src/main/java/com/google/protobuf/AbstractMessageLite.java: Some input files use or override a deprecated API. -[[1;34mINFO[m] /usr/local/google/home/deannagarcia/protobuf/java/core/src/main/java/com/google/protobuf/AbstractMessageLite.java: Recompile with -Xlint:deprecation for details. -[[1;34mINFO[m] /usr/local/google/home/deannagarcia/protobuf/java/core/src/main/java/com/google/protobuf/AbstractMessageLite.java: Some input files use unchecked or unsafe operations. -[[1;34mINFO[m] /usr/local/google/home/deannagarcia/protobuf/java/core/src/main/java/com/google/protobuf/AbstractMessageLite.java: Recompile with -Xlint:unchecked for details. -[[1;34mINFO[m] -[[1;34mINFO[m] [1m--- [0;32mkotlin-maven-plugin:1.4.31:compile[m [1m(compile)[m @ [36mprotobuf-java[0;1m ---[m -[[1;33mWARNING[m] /usr/local/google/home/deannagarcia/protobuf/java/core/src/main/kotlin/com/google/protobuf/OnlyForUseByGeneratedProtoCode.kt: (8, 2) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' -[[1;33mWARNING[m] /usr/local/google/home/deannagarcia/protobuf/java/core/src/main/kotlin/com/google/protobuf/OnlyForUseByGeneratedProtoCode.kt: (14, 11) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' -[[1;34mINFO[m] -[[1;34mINFO[m] [1m--- [0;32mmaven-antrun-plugin:1.8:run[m [1m(generate-test-sources)[m @ [36mprotobuf-java[0;1m ---[m -[[1;34mINFO[m] Executing tasks - -main: - [mkdir] Created dir: /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources - [exec] [libprotobuf WARNING google/protobuf/compiler/java/java_file.cc:244] The optimize_for = LITE_RUNTIME option is no longer supported by protobuf Java code generator and is ignored--protoc will always generate full runtime code for Java. To use Java Lite runtime, users should use the Java Lite plugin instead. See: - [exec] https://github.com/protocolbuffers/protobuf/blob/master/java/lite.md - [exec] [libprotobuf WARNING google/protobuf/compiler/java/java_file.cc:244] The optimize_for = LITE_RUNTIME option is no longer supported by protobuf Java code generator and is ignored--protoc will always generate full runtime code for Java. To use Java Lite runtime, users should use the Java Lite plugin instead. See: - [exec] https://github.com/protocolbuffers/protobuf/blob/master/java/lite.md - [exec] [libprotobuf WARNING google/protobuf/compiler/java/java_file.cc:244] The optimize_for = LITE_RUNTIME option is no longer supported by protobuf Java code generator and is ignored--protoc will always generate full runtime code for Java. To use Java Lite runtime, users should use the Java Lite plugin instead. See: - [exec] https://github.com/protocolbuffers/protobuf/blob/master/java/lite.md - [exec] [libprotobuf WARNING google/protobuf/compiler/java/java_file.cc:244] The optimize_for = LITE_RUNTIME option is no longer supported by protobuf Java code generator and is ignored--protoc will always generate full runtime code for Java. To use Java Lite runtime, users should use the Java Lite plugin instead. See: - [exec] https://github.com/protocolbuffers/protobuf/blob/master/java/lite.md - [exec] [libprotobuf WARNING google/protobuf/compiler/java/java_file.cc:244] The optimize_for = LITE_RUNTIME option is no longer supported by protobuf Java code generator and is ignored--protoc will always generate full runtime code for Java. To use Java Lite runtime, users should use the Java Lite plugin instead. See: - [exec] https://github.com/protocolbuffers/protobuf/blob/master/java/lite.md - [exec] [libprotobuf WARNING google/protobuf/compiler/java/java_context.cc:149] field "io_protocol_tests.TestConflictingFieldNames.int32_field" is conflicting with another field: both repeated field "int32_field" and singular field "int32_field_list" generate the method "getInt32FieldList()" - [exec] [libprotobuf WARNING google/protobuf/compiler/java/java_context.cc:149] field "io_protocol_tests.TestConflictingFieldNames.enum_field" is conflicting with another field: capitalized name of field "enum_field" conflicts with field "EnumField" - [exec] [libprotobuf WARNING google/protobuf/compiler/java/java_context.cc:149] field "io_protocol_tests.TestConflictingFieldNames.string_field" is conflicting with another field: capitalized name of field "string_field" conflicts with field "StringField" - [exec] [libprotobuf WARNING google/protobuf/compiler/java/java_context.cc:149] field "io_protocol_tests.TestConflictingFieldNames.bytes_field" is conflicting with another field: capitalized name of field "bytes_field" conflicts with field "BytesField" - [exec] [libprotobuf WARNING google/protobuf/compiler/java/java_context.cc:149] field "io_protocol_tests.TestConflictingFieldNames.message_field" is conflicting with another field: capitalized name of field "message_field" conflicts with field "MessageField" - [exec] [libprotobuf WARNING google/protobuf/compiler/java/java_context.cc:149] field "io_protocol_tests.TestConflictingFieldNames.int32_field_count" is conflicting with another field: both repeated field "Int32Field" and singular field "int32_field_count" generate the method "getInt32FieldCount()" - [exec] [libprotobuf WARNING google/protobuf/compiler/java/java_context.cc:149] field "io_protocol_tests.TestConflictingFieldNames.enum_field_count" is conflicting with another field: both repeated field "EnumField" and singular field "enum_field_count" generate the method "getEnumFieldCount()" - [exec] [libprotobuf WARNING google/protobuf/compiler/java/java_context.cc:149] field "io_protocol_tests.TestConflictingFieldNames.string_field_count" is conflicting with another field: both repeated field "StringField" and singular field "string_field_count" generate the method "getStringFieldCount()" - [exec] [libprotobuf WARNING google/protobuf/compiler/java/java_context.cc:149] field "io_protocol_tests.TestConflictingFieldNames.bytes_field_count" is conflicting with another field: both repeated field "BytesField" and singular field "bytes_field_count" generate the method "getBytesFieldCount()" - [exec] [libprotobuf WARNING google/protobuf/compiler/java/java_context.cc:149] field "io_protocol_tests.TestConflictingFieldNames.message_field_count" is conflicting with another field: both repeated field "MessageField" and singular field "message_field_count" generate the method "getMessageFieldCount()" - [exec] [libprotobuf WARNING google/protobuf/compiler/java/java_context.cc:149] field "io_protocol_tests.TestConflictingFieldNames.Int32Field" is conflicting with another field: both repeated field "Int32Field" and singular field "int32_field_list" generate the method "getInt32FieldList()" - [exec] [libprotobuf WARNING google/protobuf/compiler/java/java_context.cc:149] field "io_protocol_tests.TestConflictingFieldNames.EnumField" is conflicting with another field: both repeated field "EnumField" and singular field "enum_field_count" generate the method "getEnumFieldCount()" - [exec] [libprotobuf WARNING google/protobuf/compiler/java/java_context.cc:149] field "io_protocol_tests.TestConflictingFieldNames.StringField" is conflicting with another field: both repeated field "StringField" and singular field "string_field_count" generate the method "getStringFieldCount()" - [exec] [libprotobuf WARNING google/protobuf/compiler/java/java_context.cc:149] field "io_protocol_tests.TestConflictingFieldNames.BytesField" is conflicting with another field: both repeated field "BytesField" and singular field "bytes_field_count" generate the method "getBytesFieldCount()" - [exec] [libprotobuf WARNING google/protobuf/compiler/java/java_context.cc:149] field "io_protocol_tests.TestConflictingFieldNames.MessageField" is conflicting with another field: both repeated field "MessageField" and singular field "message_field_count" generate the method "getMessageFieldCount()" - [exec] [libprotobuf WARNING google/protobuf/compiler/java/java_context.cc:149] field "io_protocol_tests.TestConflictingFieldNames.int32_field_list" is conflicting with another field: both repeated field "Int32Field" and singular field "int32_field_list" generate the method "getInt32FieldList()" - [exec] [libprotobuf WARNING google/protobuf/compiler/java/java_context.cc:149] field "io_protocol_tests.TestConflictingFieldNames.field_name" is conflicting with another field: capitalized name of field "field_name" conflicts with field "field__name" - [exec] [libprotobuf WARNING google/protobuf/compiler/java/java_context.cc:149] field "io_protocol_tests.TestConflictingFieldNames.field__name" is conflicting with another field: capitalized name of field "field_name" conflicts with field "field__name" - [exec] [libprotobuf WARNING google/protobuf/compiler/java/java_context.cc:149] field "io_protocol_tests.TestConflictingFieldNames._2conflict" is conflicting with another field: capitalized name of field "_2conflict" conflicts with field "__2conflict" - [exec] [libprotobuf WARNING google/protobuf/compiler/java/java_context.cc:149] field "io_protocol_tests.TestConflictingFieldNames.__2conflict" is conflicting with another field: capitalized name of field "_2conflict" conflicts with field "__2conflict" -[[1;34mINFO[m] Executed tasks -[[1;34mINFO[m] -[[1;34mINFO[m] [1m--- [0;32mbuild-helper-maven-plugin:1.10:add-test-source[m [1m(add-generated-test-sources)[m @ [36mprotobuf-java[0;1m ---[m -[[1;34mINFO[m] Test Source directory: /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources added. -[[1;34mINFO[m] -[[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.2.0:testResources[m [1m(default-testResources)[m @ [36mprotobuf-java[0;1m ---[m -[[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources. -[[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered properties files. -[[1;34mINFO[m] Copying 2 resources -[[1;34mINFO[m] -[[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.6.1:testCompile[m [1m(default-testCompile)[m @ [36mprotobuf-java[0;1m ---[m -[[1;34mINFO[m] Changes detected - recompiling the module! -[[1;34mINFO[m] Compiling 182 source files to /usr/local/google/home/deannagarcia/protobuf/java/core/target/test-classes -[[1;34mINFO[m] /usr/local/google/home/deannagarcia/protobuf/java/core/src/test/java/com/google/protobuf/TestUtil.java: Some input files use or override a deprecated API. -[[1;34mINFO[m] /usr/local/google/home/deannagarcia/protobuf/java/core/src/test/java/com/google/protobuf/TestUtil.java: Recompile with -Xlint:deprecation for details. -[[1;34mINFO[m] -[[1;34mINFO[m] [1m--- [0;32mkotlin-maven-plugin:1.4.31:test-compile[m [1m(test-compile)[m @ [36mprotobuf-java[0;1m ---[m -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestDeprecatedMessageKt.kt: (7, 132) 'TestDeprecatedMessage' is deprecated. Deprecated in Java -[[1;33mWARNING[m] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestDeprecatedMessageKt.kt: (8, 89) 'TestDeprecatedMessage' is deprecated. Deprecated in Java -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestDeprecatedMessageKt.kt: (13, 80) 'TestDeprecatedMessage' is deprecated. Deprecated in Java -[[1;33mWARNING[m] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestDeprecatedMessageKt.kt: (18, 69) 'TestDeprecatedMessage' is deprecated. Deprecated in Java -[[1;33mWARNING[m] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestDeprecatedMessageKt.kt: (23, 60) 'TestDeprecatedMessage' is deprecated. Deprecated in Java -[[1;33mWARNING[m] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestDeprecatedMessageKt.kt: (27, 44) 'TestDeprecatedMessage' is deprecated. Deprecated in Java -[[1;33mWARNING[m] /usr/local/google/home/deannagarcia/protobuf/java/core/target/generated-test-sources/protobuf_unittest/TestDeprecatedMessageKt.kt: (27, 169) 'TestDeprecatedMessage' is deprecated. Deprecated in Java -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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' -[[1;33mWARNING[m] /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' -[[1;34mINFO[m] -[[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:3.0.0-M5:test[m [1m(default-test)[m @ [36mprotobuf-java[0;1m ---[m -[[1;34mINFO[m] -[[1;34mINFO[m] ------------------------------------------------------- -[[1;34mINFO[m] T E S T S -[[1;34mINFO[m] ------------------------------------------------------- -[[1;34mINFO[m] Running com.google.protobuf.[1mWrappersOfMethodTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m1[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in com.google.protobuf.[1mWrappersOfMethodTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mCachedFieldSizeTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m1[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 s - in com.google.protobuf.[1mCachedFieldSizeTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mLazyStringArrayListTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m9[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.google.protobuf.[1mLazyStringArrayListTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mProto3SchemaTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m9[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.475 s - in com.google.protobuf.[1mProto3SchemaTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mMapLiteTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m25[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in com.google.protobuf.[1mMapLiteTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mLazyFieldTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m6[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in com.google.protobuf.[1mLazyFieldTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mUnmodifiableLazyStringListTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m4[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in com.google.protobuf.[1mUnmodifiableLazyStringListTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mProtobufArrayListTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m10[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in com.google.protobuf.[1mProtobufArrayListTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mAbstractMessageTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m19[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 s - in com.google.protobuf.[1mAbstractMessageTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mLiteEqualsAndHashTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m4[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in com.google.protobuf.[1mLiteEqualsAndHashTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mMapTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m36[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in com.google.protobuf.[1mMapTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mIsValidUtf8Test[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m6[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 144.837 s - in com.google.protobuf.[1mIsValidUtf8Test[m -[[1;34mINFO[m] Running com.google.protobuf.[1mServiceTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m7[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s - in com.google.protobuf.[1mServiceTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mMessageTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m20[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in com.google.protobuf.[1mMessageTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mCheckUtf8Test[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m10[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in com.google.protobuf.[1mCheckUtf8Test[m -[[1;34mINFO[m] Running com.google.protobuf.[1mSingleFieldBuilderV3Test[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m4[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in com.google.protobuf.[1mSingleFieldBuilderV3Test[m -[[1;34mINFO[m] Running com.google.protobuf.[1mDeprecatedFieldTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m2[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in com.google.protobuf.[1mDeprecatedFieldTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mDiscardUnknownFieldsTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m2[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in com.google.protobuf.[1mDiscardUnknownFieldsTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mParseExceptionsTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m13[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in com.google.protobuf.[1mParseExceptionsTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mDoubleArrayListTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m31[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in com.google.protobuf.[1mDoubleArrayListTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mProto2SchemaTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m9[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.446 s - in com.google.protobuf.[1mProto2SchemaTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mArrayDecodersTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m11[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in com.google.protobuf.[1mArrayDecodersTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mEnumTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m4[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in com.google.protobuf.[1mEnumTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mProto2ExtensionLookupSchemaTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m2[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in com.google.protobuf.[1mProto2ExtensionLookupSchemaTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mIntArrayListTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m31[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in com.google.protobuf.[1mIntArrayListTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mSmallSortedMapTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m14[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in com.google.protobuf.[1mSmallSortedMapTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mDynamicMessageTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m20[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in com.google.protobuf.[1mDynamicMessageTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mLiteralByteStringTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m34[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s - in com.google.protobuf.[1mLiteralByteStringTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mAnyTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m3[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in com.google.protobuf.[1mAnyTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mExtensionRegistryFactoryTest[m -[[1;33mWARNING[m] [1;33mTests [0;1mrun: [0;1m1[m, Failures: 0, Errors: 0, [1;33mSkipped: [0;1;33m1[m, Time elapsed: 0 s - in com.google.protobuf.[1mExtensionRegistryFactoryTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mByteBufferWriterTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m2[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in com.google.protobuf.[1mByteBufferWriterTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mDescriptorsTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m29[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s - in com.google.protobuf.[1mDescriptorsTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mTextFormatParseInfoTreeTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m11[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in com.google.protobuf.[1mTextFormatParseInfoTreeTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mCodedInputStreamTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m37[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.551 s - in com.google.protobuf.[1mCodedInputStreamTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mProto3LiteSchemaTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m8[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.265 s - in com.google.protobuf.[1mProto3LiteSchemaTest[m -[[1;34mINFO[m] Running com.google.protobuf.kotlin.[1mDslListTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m9[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in com.google.protobuf.kotlin.[1mDslListTest[m -[[1;34mINFO[m] Running com.google.protobuf.kotlin.[1mProto2Test[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m21[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in com.google.protobuf.kotlin.[1mProto2Test[m -[[1;34mINFO[m] Running com.google.protobuf.kotlin.[1mExtensionListTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m9[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in com.google.protobuf.kotlin.[1mExtensionListTest[m -[[1;34mINFO[m] Running com.google.protobuf.kotlin.[1mExtendableMessageExtensionsTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m7[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in com.google.protobuf.kotlin.[1mExtendableMessageExtensionsTest[m -[[1;34mINFO[m] Running com.google.protobuf.kotlin.[1mProto3Test[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m11[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in com.google.protobuf.kotlin.[1mProto3Test[m -[[1;34mINFO[m] Running com.google.protobuf.kotlin.[1mDslMapTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m17[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in com.google.protobuf.kotlin.[1mDslMapTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mRopeByteStringSubstringTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m34[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in com.google.protobuf.[1mRopeByteStringSubstringTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mUnknownFieldSetTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m19[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in com.google.protobuf.[1mUnknownFieldSetTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mRepeatedFieldBuilderV3Test[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m4[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in com.google.protobuf.[1mRepeatedFieldBuilderV3Test[m -[[1;34mINFO[m] Running com.google.protobuf.[1mRopeByteStringTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m36[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.281 s - in com.google.protobuf.[1mRopeByteStringTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mCodedAdapterTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m2[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in com.google.protobuf.[1mCodedAdapterTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mUtf8Test[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m6[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.362 s - in com.google.protobuf.[1mUtf8Test[m -[[1;34mINFO[m] Running com.google.protobuf.[1mPackedFieldTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m5[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in com.google.protobuf.[1mPackedFieldTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mTextFormatTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m61[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.331 s - in com.google.protobuf.[1mTextFormatTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mGeneratedMessageTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m83[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s - in com.google.protobuf.[1mGeneratedMessageTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mParserTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m11[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in com.google.protobuf.[1mParserTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mUnknownEnumValueTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m6[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in com.google.protobuf.[1mUnknownEnumValueTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mLongArrayListTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m31[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in com.google.protobuf.[1mLongArrayListTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mWireFormatTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m24[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in com.google.protobuf.[1mWireFormatTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mTextFormatParseLocationTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m5[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in com.google.protobuf.[1mTextFormatParseLocationTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mParserLiteTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m5[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in com.google.protobuf.[1mParserLiteTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mCodedOutputStreamTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m18[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.91 s - in com.google.protobuf.[1mCodedOutputStreamTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mProto2UnknownEnumValueTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m2[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.google.protobuf.[1mProto2UnknownEnumValueTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mByteStringTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m41[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.google.protobuf.[1mByteStringTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mNioByteStringTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m35[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.google.protobuf.[1mNioByteStringTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mBooleanArrayListTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m31[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.google.protobuf.[1mBooleanArrayListTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mMapForProto2Test[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m30[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.google.protobuf.[1mMapForProto2Test[m -[[1;34mINFO[m] Running com.google.protobuf.[1mBoundedByteStringTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m34[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.google.protobuf.[1mBoundedByteStringTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mDecodeUtf8Test[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m10[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 198.793 s - in com.google.protobuf.[1mDecodeUtf8Test[m -[[1;34mINFO[m] Running com.google.protobuf.[1mWellKnownTypesTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m1[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in com.google.protobuf.[1mWellKnownTypesTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mLazyStringEndToEndTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m4[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in com.google.protobuf.[1mLazyStringEndToEndTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mNestedBuildersTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m6[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in com.google.protobuf.[1mNestedBuildersTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mTestBadIdentifiersLite[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m2[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in com.google.protobuf.[1mTestBadIdentifiersLite[m -[[1;34mINFO[m] Running com.google.protobuf.[1mWireFormatLiteTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m52[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in com.google.protobuf.[1mWireFormatLiteTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mTestBadIdentifiers[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m4[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in com.google.protobuf.[1mTestBadIdentifiers[m -[[1;34mINFO[m] Running com.google.protobuf.[1mLazyFieldLiteTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m15[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in com.google.protobuf.[1mLazyFieldLiteTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mBinaryProtocolTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m2[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in com.google.protobuf.[1mBinaryProtocolTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mFloatArrayListTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m31[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in com.google.protobuf.[1mFloatArrayListTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mMapForProto2LiteTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m21[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in com.google.protobuf.[1mMapForProto2LiteTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mTypeRegistryTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m2[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.google.protobuf.[1mTypeRegistryTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mLazyMessageLiteTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m11[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in com.google.protobuf.[1mLazyMessageLiteTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mProto2LiteSchemaTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m9[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.309 s - in com.google.protobuf.[1mProto2LiteSchemaTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mWrappersLiteOfMethodTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m1[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.google.protobuf.[1mWrappersLiteOfMethodTest[m -[[1;34mINFO[m] Running com.google.protobuf.[1mFieldPresenceTest[m -[[1;34mINFO[m] [1;32mTests run: [0;1;32m12[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in com.google.protobuf.[1mFieldPresenceTest[m -[[1;34mINFO[m] -[[1;34mINFO[m] Results: -[[1;34mINFO[m] -[[1;33mWARNING[m] [1;33mTests run: 1215, Failures: 0, Errors: 0, Skipped: 1[m -[[1;34mINFO[m] -[[1;34mINFO[m] -[[1;34mINFO[m] [1m--- [0;32mmaven-bundle-plugin:3.0.1:bundle[m [1m(default-bundle)[m @ [36mprotobuf-java[0;1m ---[m -[[1;34mINFO[m] -[[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:3.0.0-M1:install[m [1m(default-install)[m @ [36mprotobuf-java[0;1m ---[m -[[1;34mINFO[m] 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 -[[1;34mINFO[m] 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 -[[1;34mINFO[m] -[[1;34mINFO[m] [1m--- [0;32mmaven-bundle-plugin:3.0.1:install[m [1m(default-install)[m @ [36mprotobuf-java[0;1m ---[m -[[1;34mINFO[m] Installing com/google/protobuf/protobuf-java/3.14.0/protobuf-java-3.14.0.jar -[[1;34mINFO[m] Writing OBR metadata -[[1;34mINFO[m] [1m------------------------------------------------------------------------[m -[[1;34mINFO[m] [1;32mBUILD SUCCESS[m -[[1;34mINFO[m] [1m------------------------------------------------------------------------[m -[[1;34mINFO[m] Total time: 07:55 min -[[1;34mINFO[m] Finished at: 2021-03-20T00:38:16Z -[[1;34mINFO[m] [1m------------------------------------------------------------------------[m
diff --git a/java/lite/output.txt b/java/lite/output.txt deleted file mode 100644 index 7d0b713..0000000 --- a/java/lite/output.txt +++ /dev/null
@@ -1,96 +0,0 @@ -[[1;34mINFO[m] Scanning for projects... -[[1;34mINFO[m] -[[1;34mINFO[m] [1m---------------< [0;36mcom.google.protobuf:protobuf-javalite[0;1m >----------------[m -[[1;34mINFO[m] [1mBuilding Protocol Buffers [Lite] 3.14.0[m -[[1;34mINFO[m] [1m-------------------------------[ bundle ]-------------------------------[m -[[1;34mINFO[m] -[[1;34mINFO[m] [1m--- [0;32mmaven-clean-plugin:2.5:clean[m [1m(default-clean)[m @ [36mprotobuf-javalite[0;1m ---[m -[[1;34mINFO[m] -[[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:copy-resources[m [1m(copy-source-files)[m @ [36mprotobuf-javalite[0;1m ---[m -[[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources. -[[1;34mINFO[m] Copying 86 resources -[[1;34mINFO[m] -[[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:copy-resources[m [1m(copy-kotlin-source-files)[m @ [36mprotobuf-javalite[0;1m ---[m -[[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources. -[[1;34mINFO[m] Copying 8 resources -[[1;34mINFO[m] -[[1;34mINFO[m] [1m--- [0;32mmaven-antrun-plugin:1.8:run[m [1m(generate-sources)[m @ [36mprotobuf-javalite[0;1m ---[m -[[1;34mINFO[m] Executing tasks - -main: - [echo] Running protoc ... -[[1;34mINFO[m] Executed tasks -[[1;34mINFO[m] -[[1;34mINFO[m] [1m--- [0;32mbuild-helper-maven-plugin:1.10:add-source[m [1m(add-generated-sources)[m @ [36mprotobuf-javalite[0;1m ---[m -[[1;34mINFO[m] Source directory: /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources added. -[[1;34mINFO[m] -[[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:resources[m [1m(default-resources)[m @ [36mprotobuf-javalite[0;1m ---[m -[[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources. -[[1;34mINFO[m] Copying 10 resources -[[1;34mINFO[m] -[[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.6.1:compile[m [1m(default-compile)[m @ [36mprotobuf-javalite[0;1m ---[m -[[1;34mINFO[m] Changes detected - recompiling the module! -[[1;34mINFO[m] Compiling 150 source files to /usr/local/google/home/deannagarcia/protobuf/java/lite/target/classes -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;33mWARNING[m] /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 -[[1;34mINFO[m] /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. -[[1;34mINFO[m] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/java/com/google/protobuf/AbstractMessageLite.java: Recompile with -Xlint:deprecation for details. -[[1;34mINFO[m] /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. -[[1;34mINFO[m] /usr/local/google/home/deannagarcia/protobuf/java/lite/target/generated-sources/java/com/google/protobuf/AbstractMessageLite.java: Recompile with -Xlint:unchecked for details. -[[1;34mINFO[m] -[[1;34mINFO[m] [1m--- [0;32mkotlin-maven-plugin:1.4.31:compile[m [1m(compile)[m @ [36mprotobuf-javalite[0;1m ---[m -[[1;31mERROR[m] 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 - -[[1;31mERROR[m] /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 -[[1;31mERROR[m] /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 -[[1;31mERROR[m] /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 -[[1;31mERROR[m] /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 -[[1;31mERROR[m] /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 -[[1;31mERROR[m] /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 -[[1;31mERROR[m] /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 -[[1;34mINFO[m] [1m------------------------------------------------------------------------[m -[[1;34mINFO[m] [1;31mBUILD FAILURE[m -[[1;34mINFO[m] [1m------------------------------------------------------------------------[m -[[1;34mINFO[m] Total time: 18.931 s -[[1;34mINFO[m] Finished at: 2021-03-20T00:40:18Z -[[1;34mINFO[m] [1m------------------------------------------------------------------------[m -[[1;31mERROR[m] Failed to execute goal [32morg.jetbrains.kotlin:kotlin-maven-plugin:1.4.31:compile[m [1m(compile)[m on project [36mprotobuf-javalite[m: [1;31mCompilation failure[m: Compilation failure: -[[1;31mERROR[m] Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath: -[[1;31mERROR[m] class com.google.protobuf.GeneratedMessageLite.ExtendableMessage, unresolved supertypes: com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder -[[1;31mERROR[m] class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder, unresolved supertypes: com.google.protobuf.GeneratedMessageLite.Builder, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder -[[1;31mERROR[m] -[[1;31mERROR[m] /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 -[[1;31mERROR[m] /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 -[[1;31mERROR[m] /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 -[[1;31mERROR[m] /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 -[[1;31mERROR[m] /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 -[[1;31mERROR[m] /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 -[[1;31mERROR[m] /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 -[[1;31mERROR[m] -> [1m[Help 1][m -[[1;31mERROR[m] -[[1;31mERROR[m] To see the full stack trace of the errors, re-run Maven with the [1m-e[m switch. -[[1;31mERROR[m] Re-run Maven using the [1m-X[m switch to enable full debug logging. -[[1;31mERROR[m] -[[1;31mERROR[m] For more information about the errors and possible solutions, please read the following articles: -[[1;31mERROR[m] [1m[Help 1][m http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
diff --git a/java/lite/pom.xml b/java/lite/pom.xml index de4ce5f..3412c07 100644 --- a/java/lite/pom.xml +++ b/java/lite/pom.xml
@@ -385,8 +385,8 @@ <goals> <goal>compile</goal> </goals> <configuration> <sourceDirs> - <sourceDir>${generated.sources.dir}/com/google/protobuf</sourceDir> - <sourceDir>${generated.sources.dir}/kotlin/com/google/protobuf</sourceDir> + <sourceDir>${generated.sources.dir}/java</sourceDir> + <sourceDir>${generated.sources.dir}/kotlin</sourceDir> </sourceDirs> </configuration> </execution> @@ -404,7 +404,6 @@ </executions> </plugin> - <!-- OSGI bundle configuration --> <plugin> <groupId>org.apache.felix</groupId> @@ -422,5 +421,4 @@ </plugin> </plugins> </build> - </project>