Warning when building #75

Open
opened 2020-12-28 04:42:00 +00:00 by 64BitUniverse · 1 comment
64BitUniverse commented 2020-12-28 04:42:00 +00:00 (Migrated from github.com)

It doesn't make the build fail, so it's not a huge issue, but it does highlight my Gradle files and that make me worried

11:06:40 PM: Executing tasks ':classes :testClasses'...

Starting Gradle Daemon...
Gradle Daemon started in 1 s 993 ms

> Configure project :
Fabric Loom: 0.5.43 Build(release #43)
:setting up loom dependencies
:setting up mappings (yarn 1.16.4+build.6)

> Task :compileJava
2020-12-27 23:07:30,837 Execution worker for ':' Thread 2 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
Note: SpongePowered MIXIN Annotation Processor Version=0.8.2
Note: ObfuscationServiceFabric supports type: "official:intermediary"
Note: ObfuscationServiceFabric supports type: "official:named"
Note: ObfuscationServiceFabric supports type: "intermediary:official"
Note: ObfuscationServiceFabric supports type: "intermediary:named"
Note: ObfuscationServiceFabric supports type: "named:official"
Note: ObfuscationServiceFabric supports type: "named:intermediary"
Note: ObfuscationServiceMCP supports type: "searge"
Note: ObfuscationServiceMCP supports type: "notch"
Note: Loading named:intermediary mappings from C:\Users\Username\.gradle\caches\fabric-loom\mappings\yarn-1.16.4+build.6-v2.tiny
Note: Writing refmap to C:\Users\Username\Documents\Fabric Mods\fabric-example-mod\build\classes\java\main\fabric-example-mod-refmap.json
Note: Writing refmap to C:\Users\Username\Documents\Fabric Mods\fabric-example-mod\build\classes\java\main\fabric-example-mod-refmap.json
Note: Writing named:intermediary output TinyMappings to C:\Users\Username\Documents\Fabric Mods\fabric-example-mod\build\loom-cache\mixin-map-1.16.4-1.16.4+build.6-v2.0.tiny
Note: Writing refmap to C:\Users\Username\Documents\Fabric Mods\fabric-example-mod\build\classes\java\main\fabric-example-mod-refmap.json
Note: Writing refmap to C:\Users\Username\Documents\Fabric Mods\fabric-example-mod\build\classes\java\main\fabric-example-mod-refmap.json
Note: Writing named:intermediary output TinyMappings to C:\Users\Username\Documents\Fabric Mods\fabric-example-mod\build\loom-cache\mixin-map-1.16.4-1.16.4+build.6-v2.0.tiny

> Task :processResources
> Task :classes
> Task :compileTestJava NO-SOURCE
> Task :processTestResources NO-SOURCE
> Task :testClasses UP-TO-DATE

BUILD SUCCESSFUL in 50s
2 actionable tasks: 2 executed
11:07:40 PM: Tasks execution finished ':classes :testClasses'.

Is there something I can do to fix it?

P.S.
I just noticed that the cache file that the builder is trying to locate doesn't exist. Don't know if that's impacting anything.
image

It doesn't make the build fail, so it's not a huge issue, but it does highlight my Gradle files and that make me worried ``` 11:06:40 PM: Executing tasks ':classes :testClasses'... Starting Gradle Daemon... Gradle Daemon started in 1 s 993 ms > Configure project : Fabric Loom: 0.5.43 Build(release #43) :setting up loom dependencies :setting up mappings (yarn 1.16.4+build.6) > Task :compileJava 2020-12-27 23:07:30,837 Execution worker for ':' Thread 2 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream Note: SpongePowered MIXIN Annotation Processor Version=0.8.2 Note: ObfuscationServiceFabric supports type: "official:intermediary" Note: ObfuscationServiceFabric supports type: "official:named" Note: ObfuscationServiceFabric supports type: "intermediary:official" Note: ObfuscationServiceFabric supports type: "intermediary:named" Note: ObfuscationServiceFabric supports type: "named:official" Note: ObfuscationServiceFabric supports type: "named:intermediary" Note: ObfuscationServiceMCP supports type: "searge" Note: ObfuscationServiceMCP supports type: "notch" Note: Loading named:intermediary mappings from C:\Users\Username\.gradle\caches\fabric-loom\mappings\yarn-1.16.4+build.6-v2.tiny Note: Writing refmap to C:\Users\Username\Documents\Fabric Mods\fabric-example-mod\build\classes\java\main\fabric-example-mod-refmap.json Note: Writing refmap to C:\Users\Username\Documents\Fabric Mods\fabric-example-mod\build\classes\java\main\fabric-example-mod-refmap.json Note: Writing named:intermediary output TinyMappings to C:\Users\Username\Documents\Fabric Mods\fabric-example-mod\build\loom-cache\mixin-map-1.16.4-1.16.4+build.6-v2.0.tiny Note: Writing refmap to C:\Users\Username\Documents\Fabric Mods\fabric-example-mod\build\classes\java\main\fabric-example-mod-refmap.json Note: Writing refmap to C:\Users\Username\Documents\Fabric Mods\fabric-example-mod\build\classes\java\main\fabric-example-mod-refmap.json Note: Writing named:intermediary output TinyMappings to C:\Users\Username\Documents\Fabric Mods\fabric-example-mod\build\loom-cache\mixin-map-1.16.4-1.16.4+build.6-v2.0.tiny > Task :processResources > Task :classes > Task :compileTestJava NO-SOURCE > Task :processTestResources NO-SOURCE > Task :testClasses UP-TO-DATE BUILD SUCCESSFUL in 50s 2 actionable tasks: 2 executed 11:07:40 PM: Tasks execution finished ':classes :testClasses'. ``` Is there something I can do to fix it? P.S. I just noticed that the cache file that the builder is trying to locate doesn't exist. Don't know if that's impacting anything. ![image](https://user-images.githubusercontent.com/17104044/103189888-bc871700-489c-11eb-81f8-03d3bcb1ff69.png)
actuallyasmartname commented 2021-04-02 14:22:44 +00:00 (Migrated from github.com)

Doesn't really impact anything as long as it builds fine.

Doesn't really impact anything as long as it builds fine.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Steven/fabric-example-mod#75