Skip to content

Instantly share code, notes, and snippets.

@breandan
Created September 18, 2021 18:18
Show Gist options
  • Save breandan/5685325b2f683aa866735381e4b81650 to your computer and use it in GitHub Desktop.
Save breandan/5685325b2f683aa866735381e4b81650 to your computer and use it in GitHub Desktop.
Build log after updating from Dokka `1.4.32` to `1.5.30`.
Run git submodule update --init --recursive
Submodule 'kaliningraph' (https://github.com/breandan/kaliningraph) registered for path 'kaliningraph'
Cloning into '/home/runner/work/kotlingrad/kotlingrad/kaliningraph'...
Submodule path 'kaliningraph': checked out 'c4776d73bbb792cb6e19f6f9ead4913834743d7f'
Downloading https://services.gradle.org/distributions/gradle-7.2-bin.zip
..........10%...........20%...........30%...........40%...........50%...........60%...........70%...........80%...........90%...........100%
Welcome to Gradle 7.2!
Here are the highlights of this release:
- Toolchain support for Scala
- More cache hits when Java source files have platform-specific line endings
- More resilient remote HTTP build cache behavior
For more details see https://docs.gradle.org/7.2/release-notes.html
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/7.2/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build
> Task :shipshape:compileKotlin
'compileJava' task (current target is 15) and 'compileKotlin' task (current target is 1.8) jvm target compatibility should be set to the same Java version.
> Task :shipshape:compileJava NO-SOURCE
> Task :shipshape:pluginDescriptors
> Task :shipshape:processResources
> Task :shipshape:classes
> Task :shipshape:inspectClassesForKotlinIC
> Task :shipshape:jar
> Task :kaliningraph:cleanJupyterPluginFiles
> Task :kotlingrad:genShapes UP-TO-DATE
> Task :kotlingrad:cleanJupyterPluginFiles
> Task :kaliningraph:kaptGenerateStubsKotlin
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.jetbrains.kotlin.kapt3.base.javac.KaptJavaFileManager (file:/home/runner/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-annotation-processing-gradle/1.5.30/a717344c817d6d529d3d38c91b6d2f406bdd7726/kotlin-annotation-processing-gradle-1.5.30.jar) to method com.sun.tools.javac.file.JavacFileManager.handleOption(com.sun.tools.javac.main.Option,java.lang.String)
WARNING: Please consider reporting this to the maintainers of org.jetbrains.kotlin.kapt3.base.javac.KaptJavaFileManager
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
> Task :kaliningraph:kaptKotlin
warning: Supported source version 'RELEASE_8' from annotation processor 'org.jetbrains.kotlin.kapt3.base.ProcessorWrapper' less than -source '15'
> Task :kaliningraph:compileKotlin
'compileJava' task (current target is 15) and 'compileKotlin' task (current target is 1.8) jvm target compatibility should be set to the same Java version.
w: /home/runner/work/kotlingrad/kotlingrad/kaliningraph/src/main/kotlin/ai/hypergraph/kaliningraph/Graph.kt: (67, 21): Unchecked cast: Graph<G, E, V> to G
w: /home/runner/work/kotlingrad/kotlingrad/kaliningraph/src/main/kotlin/ai/hypergraph/kaliningraph/Graph.kt: (75, 35): Unchecked cast: Any? to G
w: /home/runner/work/kotlingrad/kotlingrad/kaliningraph/src/main/kotlin/ai/hypergraph/kaliningraph/Graph.kt: (75, 61): Unchecked cast: Graph<G, E, V> to G
w: /home/runner/work/kotlingrad/kotlingrad/kaliningraph/src/main/kotlin/ai/hypergraph/kaliningraph/Graph.kt: (94, 48): Unchecked cast: Vertex<G, E, V> to V
w: /home/runner/work/kotlingrad/kotlingrad/kaliningraph/src/main/kotlin/ai/hypergraph/kaliningraph/LabeledGraph.kt: (57, 41): Parameter 'j' is never used, could be renamed to _
w: /home/runner/work/kotlingrad/kotlingrad/kaliningraph/src/main/kotlin/ai/hypergraph/kaliningraph/circuits/ComputationGraph.kt: (61, 10): Name contains characters which can cause problems on Windows: *
w: /home/runner/work/kotlingrad/kotlingrad/kaliningraph/src/main/kotlin/ai/hypergraph/kaliningraph/matrix/BSqMat.kt: (49, 18): Parameter 'size' is never used
w: /home/runner/work/kotlingrad/kotlingrad/kaliningraph/src/main/kotlin/ai/hypergraph/kaliningraph/typefamily/IGraph.kt: (19, 49): Unchecked cast: Set<V> to G
w: /home/runner/work/kotlingrad/kotlingrad/kaliningraph/src/main/kotlin/ai/hypergraph/kaliningraph/typefamily/IGraph.kt: (43, 61): Unchecked cast: T to G
w: /home/runner/work/kotlingrad/kotlingrad/kaliningraph/src/main/kotlin/ai/hypergraph/kaliningraph/typefamily/IGraph.kt: (44, 38): Unchecked cast: T to V
w: /home/runner/work/kotlingrad/kotlingrad/kaliningraph/src/main/kotlin/ai/hypergraph/kaliningraph/typefamily/IGraph.kt: (52, 52): Unchecked cast: Class<in IGF<G, E, V>!>! to Class<IGF<G, E, V>>
w: /home/runner/work/kotlingrad/kotlingrad/kaliningraph/src/main/kotlin/ai/hypergraph/kaliningraph/typefamily/IGraph.kt: (60, 72): Unchecked cast: Constructor<out Any!>! to Constructor<G>
w: /home/runner/work/kotlingrad/kotlingrad/kaliningraph/src/main/kotlin/ai/hypergraph/kaliningraph/typefamily/IGraph.kt: (61, 80): Unchecked cast: Constructor<out Any!>! to Constructor<E>
w: /home/runner/work/kotlingrad/kotlingrad/kaliningraph/src/main/kotlin/ai/hypergraph/kaliningraph/typefamily/IGraph.kt: (63, 98): Unchecked cast: Constructor<out Any!>! to Constructor<V>
w: /home/runner/work/kotlingrad/kotlingrad/kaliningraph/src/main/kotlin/ai/hypergraph/kaliningraph/typefamily/IGraph.kt: (78, 72): Unchecked cast: Any! to T
w: /home/runner/work/kotlingrad/kotlingrad/kaliningraph/src/main/kotlin/ai/hypergraph/kaliningraph/typefamily/IGraph.kt: (202, 67): Unchecked cast: IGraph<G, E, V> to G
w: /home/runner/work/kotlingrad/kotlingrad/kaliningraph/src/main/kotlin/ai/hypergraph/kaliningraph/typefamily/IGraph.kt: (246, 45): Unchecked cast: IVertex<G, E, V> to V
w: /home/runner/work/kotlingrad/kotlingrad/kaliningraph/src/main/kotlin/ai/hypergraph/kaliningraph/typefamily/IGraph.kt: (254, 65): Unchecked cast: IVertex<G, E, V> to V
w: /home/runner/work/kotlingrad/kotlingrad/kaliningraph/src/main/kotlin/ai/hypergraph/kaliningraph/typefamily/IGraph.kt: (256, 66): Unchecked cast: IVertex<G, E, V> to V
> Task :kaliningraph:compileJava NO-SOURCE
> Task :kaliningraph:processJupyterApiResources
> Task :kaliningraph:processResources
> Task :kaliningraph:classes
> Task :kaliningraph:inspectClassesForKotlinIC
> Task :kaliningraph:jar
> Task :kotlingrad:dokkaHtmlPartial FAILED
> Task :kotlingrad:kaptGenerateStubsKotlin
FAILURE: Build failed with an exception.
16 actionable tasks: 16 executed
* What went wrong:
Some problems were found with the configuration of task ':kotlingrad:dokkaHtmlPartial' (type 'DokkaTaskPartial').
- In plugin 'org.jetbrains.dokka.gradle.DokkaPlugin' type 'org.jetbrains.dokka.gradle.DokkaTaskPartial' property 'unsuppressedSourceSets.$0.sourceLinks.$0.localDirectory' specifies directory '/home/runner/work/kotlingrad/kotlingrad/core/core/src/main/kotlin' which doesn't exist.
Reason: An input file was expected to be present but it doesn't exist.
Possible solutions:
1. Make sure the directory exists before the task is called.
2. Make sure that the task which produces the directory is declared as an input.
Please refer to https://docs.gradle.org/7.2/userguide/validation_problems.html#input_file_does_not_exist for more details about this problem.
- In plugin 'org.jetbrains.dokka.gradle.DokkaPlugin' type 'org.jetbrains.dokka.gradle.DokkaTaskPartial' property 'unsuppressedSourceSets.$0.sourceLinks.$1.localDirectory' specifies directory '/home/runner/work/kotlingrad/kotlingrad/core/samples/src/main/kotlin' which doesn't exist.
Reason: An input file was expected to be present but it doesn't exist.
Possible solutions:
1. Make sure the directory exists before the task is called.
2. Make sure that the task which produces the directory is declared as an input.
Please refer to https://docs.gradle.org/7.2/userguide/validation_problems.html#input_file_does_not_exist for more details about this problem.
* Try:
Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Exception is:
org.gradle.internal.execution.WorkValidationException: Some problems were found with the configuration of task ':kotlingrad:dokkaHtmlPartial' (type 'DokkaTaskPartial').
- In plugin 'org.jetbrains.dokka.gradle.DokkaPlugin' type 'org.jetbrains.dokka.gradle.DokkaTaskPartial' property 'unsuppressedSourceSets.$0.sourceLinks.$0.localDirectory' specifies directory '/home/runner/work/kotlingrad/kotlingrad/core/core/src/main/kotlin' which doesn't exist.
Reason: An input file was expected to be present but it doesn't exist.
Possible solutions:
1. Make sure the directory exists before the task is called.
2. Make sure that the task which produces the directory is declared as an input.
Please refer to https://docs.gradle.org/7.2/userguide/validation_problems.html#input_file_does_not_exist for more details about this problem.
- In plugin 'org.jetbrains.dokka.gradle.DokkaPlugin' type 'org.jetbrains.dokka.gradle.DokkaTaskPartial' property 'unsuppressedSourceSets.$0.sourceLinks.$1.localDirectory' specifies directory '/home/runner/work/kotlingrad/kotlingrad/core/samples/src/main/kotlin' which doesn't exist.
Reason: An input file was expected to be present but it doesn't exist.
Possible solutions:
1. Make sure the directory exists before the task is called.
2. Make sure that the task which produces the directory is declared as an input.
Please refer to https://docs.gradle.org/7.2/userguide/validation_problems.html#input_file_does_not_exist for more details about this problem.
at org.gradle.internal.execution.WorkValidationException$BuilderWithSummary.build(WorkValidationException.java:109)
at org.gradle.internal.execution.WorkValidationException$BuilderWithSummary.get(WorkValidationException.java:91)
at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:106)
at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:57)
at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:73)
at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:47)
at org.gradle.internal.execution.steps.SkipEmptyWorkStep.lambda$execute$2(SkipEmptyWorkStep.java:92)
at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:92)
at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:33)
at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsStartedStep.execute(MarkSnapshottingInputsStartedStep.java:38)
at org.gradle.internal.execution.steps.LoadExecutionStateStep.execute(LoadExecutionStateStep.java:43)
at org.gradle.internal.execution.steps.LoadExecutionStateStep.execute(LoadExecutionStateStep.java:31)
at org.gradle.internal.execution.steps.AssignWorkspaceStep.lambda$execute$0(AssignWorkspaceStep.java:40)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$TaskExecution$2.withWorkspace(ExecuteActionsTaskExecuter.java:284)
at org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:40)
at org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:30)
at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:37)
at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:27)
at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:44)
at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:33)
at org.gradle.internal.execution.impl.DefaultExecutionEngine$1.execute(DefaultExecutionEngine.java:76)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:185)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:174)
at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:109)
at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46)
at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:51)
at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57)
at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:56)
at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:36)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:55)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:52)
at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:200)
at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:195)
at org.gradle.internal.operations.DefaultBuildOperationRunner$3.execute(DefaultBuildOperationRunner.java:75)
at org.gradle.internal.operations.DefaultBuildOperationRunner$3.execute(DefaultBuildOperationRunner.java:68)
at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:153)
at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:68)
at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:62)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.lambda$call$2(DefaultBuildOperationExecutor.java:79)
at org.gradle.internal.operations.UnmanagedBuildOperationWrapper.callWithUnmanagedSupport(UnmanagedBuildOperationWrapper.java:54)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:79)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter.execute(EventFiringTaskExecuter.java:52)
at org.gradle.execution.plan.LocalTaskNodeExecutor.execute(LocalTaskNodeExecutor.java:74)
at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:402)
at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:389)
at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:382)
at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:368)
at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.lambda$run$0(DefaultPlanExecutor.java:127)
at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.execute(DefaultPlanExecutor.java:191)
at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.executeNextNode(DefaultPlanExecutor.java:182)
at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.run(DefaultPlanExecutor.java:124)
at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:61)
* Get more help at https://help.gradle.org
BUILD FAILED in 2m 51s
Error: Process completed with exit code 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment