## Running analysis for "equations" version "2.1.3" STARTED: 2025-12-09T15:52:59.253912Z ### Starting pana 2025-12-09 15:53:13.795106 INFO: Running `dart pub unpack equations:2.1.3 --output /tmp/pana-equationsCWCZPW/equations --no-resolve`... 2025-12-09 15:53:15.343370 INFO: Running `/home/worker/dart/stable/bin/dart --version`... 2025-12-09 15:53:15.382973 INFO: Running `/home/worker/flutter/stable/bin/flutter --no-version-check --version --machine`... 2025-12-09 15:53:15.545699 INFO: Running `git rev-parse --show-toplevel`... 2025-12-09 15:53:15.951135 INFO: Running `/home/worker/dart/stable/bin/dart pub get --no-example`... 2025-12-09 15:53:16.181697 INFO: Running `/home/worker/dart/stable/bin/dart pub outdated --json --up-to-date --no-dev-dependencies --no-dependency-overrides`... 2025-12-09 15:53:16.290178 INFO: Analyzing package... 2025-12-09 15:53:16.327427 INFO: Running `/home/worker/dart/stable/bin/dart analyze --format machine lib`... 2025-12-09 15:53:23.234060 INFO: Running `git init`... 2025-12-09 15:53:23.270373 INFO: Running `git remote add origin https://github.com/albertodev01/equations`... 2025-12-09 15:53:23.309475 INFO: Running `git remote show origin`... 2025-12-09 15:53:23.544252 INFO: Running `git fetch --depth 1 --no-recurse-submodules origin master`... 2025-12-09 15:53:24.061654 INFO: Running `git ls-tree -r --name-only --full-tree origin/master`... 2025-12-09 15:53:24.092087 INFO: Running `git show origin/master:example/dart_example/pubspec.yaml`... 2025-12-09 15:53:24.124581 INFO: Running `git show origin/master:example/flutter_example/pubspec.yaml`... 2025-12-09 15:53:24.153987 INFO: Running `git show origin/master:pubspec.yaml`... 2025-12-09 15:53:27.359533 INFO: Running `/home/worker/dart/stable/bin/dart pub get --no-example`... 2025-12-09 15:53:27.413891 INFO: Running `/home/worker/dart/stable/bin/dart format --output=none --set-exit-if-changed /tmp/pana_AYRDOH/./lib`... 2025-12-09 15:53:27.633867 INFO: Analyzing pub downgrade... 2025-12-09 15:53:27.644745 INFO: Running `/home/worker/dart/stable/bin/dart pub downgrade --no-example`... 2025-12-09 15:53:27.943403 INFO: Running `/home/worker/dart/stable/bin/dart analyze --format machine lib`... 2025-12-09 15:53:28.486767 INFO: [pub-downgrade-success] 2025-12-09 15:53:28.492919 INFO: Running `/home/worker/dart/stable/bin/dart pub upgrade --no-example`... 2025-12-09 15:53:28.580633 INFO: Running `/home/worker/dart/stable/bin/dart pub global activate dartdoc 9.0.0`... 2025-12-09 15:53:28.826087 INFO: Running `/home/worker/dart/stable/bin/dart pub global run dartdoc --output /tmp/pana-equationsCWCZPW/raw-dartdoc --sanitize-html --max-file-count 10000000 --max-total-size 2147483648 --no-validate-links --sdk-dir /home/worker/dart/stable`... 2025-12-09 15:53:58.882346 INFO: `dartdoc` completed: 2025-12-09 15:53:58.882346 INFO: Documenting equations... 2025-12-09 15:53:58.882346 INFO: Discovering libraries... 2025-12-09 15:53:58.882346 INFO: Linking elements... 2025-12-09 15:53:58.882346 INFO: Precaching local docs for 151021 elements... 2025-12-09 15:53:58.882346 INFO: Initialized dartdoc with 244 libraries 2025-12-09 15:53:58.882346 INFO: Generating docs for library equations.dart from package:equations/equations.dart... 2025-12-09 15:53:58.882346 INFO: Documented 1 public library in 29.2 seconds 2025-12-09 15:53:58.882346 INFO: Success! Docs generated into /tmp/pana-equationsCWCZPW/raw-dartdoc 2025-12-09 15:53:58.882346 INFO: warning: equations has no library level documentation comments 2025-12-09 15:53:58.882346 INFO: from equations: (file:///tmp/pana_AYRDOH/lib/equations.dart:1:1) 2025-12-09 15:53:58.882346 INFO: warning: unresolved doc reference [a, b] 2025-12-09 15:53:58.882346 INFO: from bisection.Bisection: (file:///tmp/pana_AYRDOH/lib/src/nonlinear/types/bisection.dart:12:7) 2025-12-09 15:53:58.882346 INFO: warning: unresolved doc reference [a, b] 2025-12-09 15:53:58.882346 INFO: from brent.Brent: (file:///tmp/pana_AYRDOH/lib/src/nonlinear/types/brent.dart:13:7) 2025-12-09 15:53:58.882346 INFO: warning: unresolved doc reference [a, b] 2025-12-09 15:53:58.882346 INFO: from chords.Chords: (file:///tmp/pana_AYRDOH/lib/src/nonlinear/types/chords.dart:13:7) 2025-12-09 15:53:58.882346 INFO: warning: unresolved doc reference [lowerBound, upperBound] 2025-12-09 15:53:58.882346 INFO: from integration.NumericalIntegration.intervals: (file:///tmp/pana_AYRDOH/lib/src/nonlinear/utils/integration.dart:18:13) 2025-12-09 15:53:58.882346 INFO: in documentation inherited from integration.NumericalIntegration.intervals: (file:///tmp/pana_AYRDOH/lib/src/nonlinear/utils/integration.dart:18:13) 2025-12-09 15:53:58.882346 INFO: warning: unresolved doc reference [lowerBound, upperBound] 2025-12-09 15:53:58.882346 INFO: from midpoint_rule.MidpointRule.new: (file:///tmp/pana_AYRDOH/lib/src/nonlinear/utils/integration/midpoint_rule.dart:14:9) 2025-12-09 15:53:58.882346 INFO: warning: unresolved doc reference [lowerBound, upperBound] 2025-12-09 15:53:58.882346 INFO: from simpson_rule.SimpsonRule.new: (file:///tmp/pana_AYRDOH/lib/src/nonlinear/utils/integration/simpson_rule.dart:14:9) 2025-12-09 15:53:58.882346 INFO: warning: unresolved doc reference [lowerBound, upperBound] 2025-12-09 15:53:58.882346 INFO: from trapezoidal_rule.TrapezoidalRule.new: (file:///tmp/pana_AYRDOH/lib/src/nonlinear/utils/integration/trapezoidal_rule.dart:14:9) 2025-12-09 15:53:58.882346 INFO: warning: unresolved doc reference [1, 2] 2025-12-09 15:53:58.882346 INFO: from system.SystemSolver.toStringAugmented: (file:///tmp/pana_AYRDOH/lib/src/system/system.dart:149:10) 2025-12-09 15:53:58.882346 INFO: warning: unresolved doc reference [4, 5] 2025-12-09 15:53:58.882346 INFO: from system.SystemSolver.toStringAugmented: (file:///tmp/pana_AYRDOH/lib/src/system/system.dart:149:10) 2025-12-09 15:53:58.882346 INFO: warning: unresolved doc reference [3] 2025-12-09 15:53:58.882346 INFO: from system.SystemSolver.toStringAugmented: (file:///tmp/pana_AYRDOH/lib/src/system/system.dart:149:10) 2025-12-09 15:53:58.882346 INFO: warning: unresolved doc reference [6] 2025-12-09 15:53:58.882346 INFO: from system.SystemSolver.toStringAugmented: (file:///tmp/pana_AYRDOH/lib/src/system/system.dart:149:10) 2025-12-09 15:53:58.882346 INFO: warning: unresolved doc reference [1, 2 | 3] 2025-12-09 15:53:58.882346 INFO: from system.SystemSolver.toStringAugmented: (file:///tmp/pana_AYRDOH/lib/src/system/system.dart:149:10) 2025-12-09 15:53:58.882346 INFO: warning: unresolved doc reference [4, 5 | 6] 2025-12-09 15:53:58.882346 INFO: from system.SystemSolver.toStringAugmented: (file:///tmp/pana_AYRDOH/lib/src/system/system.dart:149:10) 2025-12-09 15:53:58.882346 INFO: Found 14 warnings and 0 errors. 2025-12-09 15:53:58.960118 INFO: Writing summary.json 2025-12-09 15:53:58.963386 INFO: Running dartdoc post-processing 2025-12-09 15:53:58.966052 INFO: Creating .tar.gz archive 2025-12-09 15:53:59.849479 INFO: Finished .tar.gz archive 2025-12-09 15:54:01.066278 INFO: Finished post-processing ### Execution of pana exited 0 STOPPED: 2025-12-09T15:54:01.223834Z