## Running analysis for "pixel_snap" version "0.1.4" STARTED: 2024-10-22T16:03:29.973888Z ### Starting pana 2024-10-22 16:03:42.554528 INFO: Running `/home/worker/dart/stable/bin/dart --version`... 2024-10-22 16:03:42.590733 INFO: Running `/home/worker/flutter/stable/bin/flutter --no-version-check --version --machine`... 2024-10-22 16:03:42.754649 INFO: Downloading package pixel_snap 0.1.4 from https://pub.dev/api/archives/pixel_snap-0.1.4.tar.gz 2024-10-22 16:03:43.008898 INFO: Running `/home/worker/flutter/stable/bin/flutter --no-version-check pub pub get --no-example`... 2024-10-22 16:03:44.081147 INFO: Running `/home/worker/flutter/stable/bin/flutter --no-version-check pub pub get --no-example`... 2024-10-22 16:03:44.921225 INFO: Running `/home/worker/flutter/stable/bin/flutter --no-version-check pub pub outdated --json --up-to-date --no-dev-dependencies --no-dependency-overrides`... 2024-10-22 16:03:45.996968 INFO: Analyzing package... 2024-10-22 16:03:46.024286 INFO: Running `/home/worker/flutter/stable/bin/cache/dart-sdk/bin/dart analyze --format machine lib`... 2024-10-22 16:03:53.854237 INFO: Running `git init`... 2024-10-22 16:03:53.887392 INFO: Running `git remote add origin https://github.com/irondash/pixel_snap`... 2024-10-22 16:03:53.917945 INFO: Running `git remote show origin`... 2024-10-22 16:03:54.173825 INFO: Running `git fetch --depth 1 --no-recurse-submodules origin main`... 2024-10-22 16:03:54.656088 INFO: Running `git ls-tree -r --name-only --full-tree origin/main`... 2024-10-22 16:03:54.688787 INFO: Running `git show origin/main:example/pubspec.yaml`... 2024-10-22 16:03:54.725289 INFO: Running `git show origin/main:generator/pubspec.yaml`... 2024-10-22 16:03:54.757279 INFO: Running `git show origin/main:pubspec.yaml`... 2024-10-22 16:03:55.542459 INFO: Running `/home/worker/dart/stable/bin/dart format --output=none --set-exit-if-changed /tmp/pana_WGZUKR/lib`... 2024-10-22 16:03:56.835188 INFO: Analyzing pub downgrade... 2024-10-22 16:03:56.840471 INFO: Running `/home/worker/flutter/stable/bin/flutter --no-version-check packages pub downgrade --no-example`... 2024-10-22 16:03:57.903719 INFO: Running `/home/worker/flutter/stable/bin/cache/dart-sdk/bin/dart analyze --format machine lib`... 2024-10-22 16:04:00.695759 INFO: [pub-downgrade-success] 2024-10-22 16:04:00.700978 INFO: Running `/home/worker/flutter/stable/bin/flutter --no-version-check packages pub upgrade --no-example`... 2024-10-22 16:04:01.789793 INFO: Running `/home/worker/dart/stable/bin/dart pub global activate dartdoc 8.1.0`... 2024-10-22 16:04:03.065646 INFO: Running `/home/worker/flutter/stable/bin/flutter --no-version-check pub global run dartdoc --output /tmp/dartdoc-pixel_snapRFUNHW --sanitize-html --max-file-count 10000000 --max-total-size 2147483648 --no-validate-links --sdk-dir /home/worker/flutter/stable/bin/cache/dart-sdk`... 2024-10-22 16:05:25.961687 INFO: `dartdoc` completed: 2024-10-22 16:05:25.961687 INFO: Documenting pixel_snap... 2024-10-22 16:05:25.961687 INFO: Discovering libraries... 2024-10-22 16:05:25.961687 INFO: Linking elements... 2024-10-22 16:05:25.961687 INFO: Precaching local docs for 947111 elements... 2024-10-22 16:05:25.961687 INFO: Initialized dartdoc with 765 libraries 2024-10-22 16:05:25.961687 INFO: Generating docs for library material.dart from package:pixel_snap/material.dart... 2024-10-22 16:05:25.961687 INFO: Generating docs for library widgets.dart from package:pixel_snap/widgets.dart... 2024-10-22 16:05:25.961687 INFO: Generating docs for library pixel_snap.dart from package:pixel_snap/pixel_snap.dart... 2024-10-22 16:05:25.961687 INFO: Generating docs for library cupertino.dart from package:pixel_snap/cupertino.dart... 2024-10-22 16:05:25.961687 INFO: Documented 4 public libraries in 80.2 seconds 2024-10-22 16:05:25.961687 INFO: Success! Docs generated into /tmp/dartdoc-pixel_snapRFUNHW 2024-10-22 16:05:25.961687 INFO: warning: ambiguous reexport of scroll_controller.ScrollController, canonicalization candidates: (cupertino, material, widgets) -> widgets (confidence 0.000) 2024-10-22 16:05:25.961687 INFO: from scroll_controller.ScrollController: (file:///tmp/pana_WGZUKR/lib/src/forked/scroll_controller.dart:4:9) 2024-10-22 16:05:25.961687 INFO: cupertino: 0.01000 - (_Reason.longName (+0.01000)) 2024-10-22 16:05:25.961687 INFO: material: 0.01000 - (_Reason.longName (+0.01000)) 2024-10-22 16:05:25.961687 INFO: widgets: 0.01000 - (_Reason.longName (+0.01000)) 2024-10-22 16:05:25.961687 INFO: Use {@canonicalFor scroll_controller.ScrollController} in the desired 2024-10-22 16:05:25.961687 INFO: library's documentation to resolve the ambiguity and/or override 2024-10-22 16:05:25.961687 INFO: dartdoc's decision, or structure your package so the reexport is less 2024-10-22 16:05:25.961687 INFO: ambiguous. The symbol will still be referenced in all candidates -- this 2024-10-22 16:05:25.961687 INFO: only controls the location where it will be written and which library 2024-10-22 16:05:25.961687 INFO: will be displayed in navigation for the relevant pages. The flag 2024-10-22 16:05:25.961687 INFO: `--ambiguous-reexport-scorer-min-confidence` allows you to set the 2024-10-22 16:05:25.961687 INFO: threshold at which this warning will appear. 2024-10-22 16:05:25.961687 INFO: warning: ambiguous reexport of raw_image.RawImage, canonicalization candidates: (cupertino, material, widgets) -> widgets (confidence 0.000) 2024-10-22 16:05:25.961687 INFO: from raw_image.RawImage: (file:///tmp/pana_WGZUKR/lib/src/forked/raw_image.dart:18:7) 2024-10-22 16:05:25.961687 INFO: cupertino: 0.01000 - (_Reason.longName (+0.01000)) 2024-10-22 16:05:25.961687 INFO: material: 0.01000 - (_Reason.longName (+0.01000)) 2024-10-22 16:05:25.961687 INFO: widgets: 0.01000 - (_Reason.longName (+0.01000)) 2024-10-22 16:05:25.961687 INFO: warning: ambiguous reexport of raw_image, canonicalization candidates: (cupertino, material, widgets) -> widgets (confidence 0.000) 2024-10-22 16:05:25.961687 INFO: from raw_image: (file:///tmp/pana_WGZUKR/lib/src/forked/raw_image.dart:1:1) 2024-10-22 16:05:25.961687 INFO: cupertino: 0.01000 - (_Reason.longName (+0.01000)) 2024-10-22 16:05:25.961687 INFO: material: 0.01000 - (_Reason.longName (+0.01000)) 2024-10-22 16:05:25.961687 INFO: widgets: 0.01000 - (_Reason.longName (+0.01000)) 2024-10-22 16:05:25.961687 INFO: warning: ambiguous reexport of scroll_controller, canonicalization candidates: (cupertino, material, widgets) -> widgets (confidence 0.000) 2024-10-22 16:05:25.961687 INFO: from scroll_controller: (file:///tmp/pana_WGZUKR/lib/src/forked/scroll_controller.dart:1:1) 2024-10-22 16:05:25.961687 INFO: cupertino: 0.01000 - (_Reason.longName (+0.01000)) 2024-10-22 16:05:25.961687 INFO: material: 0.01000 - (_Reason.longName (+0.01000)) 2024-10-22 16:05:25.961687 INFO: widgets: 0.01000 - (_Reason.longName (+0.01000)) 2024-10-22 16:05:25.961687 INFO: warning: unresolved doc reference [Image.dispose] 2024-10-22 16:05:25.961687 INFO: from raw_image.RawImage: (file:///tmp/pana_WGZUKR/lib/src/forked/raw_image.dart:18:7) 2024-10-22 16:05:25.961687 INFO: warning: unresolved doc reference [matchesGoldenFile] 2024-10-22 16:05:25.961687 INFO: from material.debugDisableShadows: (file:///home/worker/flutter/stable/packages/flutter/lib/src/painting/debug.dart:38:6) 2024-10-22 16:05:25.961687 INFO: in documentation inherited from material.debugDisableShadows: (file:///home/worker/flutter/stable/packages/flutter/lib/src/painting/debug.dart:38:6) 2024-10-22 16:05:25.961687 INFO: warning: unresolved doc reference [AutomatedTestWidgetsFlutterBinding] 2024-10-22 16:05:25.961687 INFO: from material.debugDisableShadows: (file:///home/worker/flutter/stable/packages/flutter/lib/src/painting/debug.dart:38:6) 2024-10-22 16:05:25.961687 INFO: in documentation inherited from material.debugDisableShadows: (file:///home/worker/flutter/stable/packages/flutter/lib/src/painting/debug.dart:38:6) 2024-10-22 16:05:25.961687 INFO: warning: unresolved doc reference [AnimatedCrossFade.defaultLayoutBuilder] 2024-10-22 16:05:25.961687 INFO: from widgets.AnimatedCrossFade.layoutBuilder: (file:///tmp/pana_WGZUKR/lib/src/generated/widgets.dart:2288:51) 2024-10-22 16:05:25.961687 INFO: in documentation inherited from widgets.AnimatedCrossFade.layoutBuilder: (file:///tmp/pana_WGZUKR/lib/src/generated/widgets.dart:2288:51) 2024-10-22 16:05:25.961687 INFO: Found 8 warnings and 0 errors. 2024-10-22 16:05:26.258993 INFO: Writing summary.json 2024-10-22 16:05:26.264686 INFO: Running dartdoc post-processing 2024-10-22 16:05:26.267488 INFO: Creating .tar.gz archive 2024-10-22 16:05:36.178924 INFO: Finished .tar.gz archive 2024-10-22 16:06:16.322590 INFO: Finished post-processing ### Execution of pana exited 0 STOPPED: 2024-10-22T16:06:17.234937Z