Skip to content

Instantly share code, notes, and snippets.

@sneurlax
Created September 6, 2023 17:07
Show Gist options
  • Save sneurlax/2527beb3125526158bb403763b207627 to your computer and use it in GitHub Desktop.
Save sneurlax/2527beb3125526158bb403763b207627 to your computer and use it in GitHub Desktop.
Information about the latest pub run.
If you believe something is not working right, you can go to
https://github.com/dart-lang/pub/issues/new to post a new issue and attach this file.
Before making this file public, make sure to remove any sensitive information!
Pub version: 3.1.0
Created: 2023-09-06T12:04:08.496543
FLUTTER_ROOT: <not set>
PUB_HOSTED_URL: <not set>
PUB_CACHE: "<not set>"
Command: dart pub outdated --show-all --json
Platform: linux
---- /home/user/src/arti_wallet/crypto_plugins/tor/example/build/linux/x64/debug/plugins/tor_ffi_plugin/cargokit_build/tool/pubspec.yaml ----
name: build_tool_runner
version: 1.0.0
publish_to: none
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
build_tool:
path: "/home/user/src/arti_wallet/crypto_plugins/tor/example/linux/flutter/ephemeral/.plugin_symlinks/tor_ffi_plugin/cargokit/cmake/../build_tool"
---- End pubspec.yaml ----
---- /home/user/src/arti_wallet/crypto_plugins/tor/example/build/linux/x64/debug/plugins/tor_ffi_plugin/cargokit_build/tool/pubspec.lock ----
<No pubspec.lock>
---- End pubspec.lock ----
---- Log transcript ----
FINE: Pub 3.1.0
SLVR: fact: build_tool_runner is 1.0.0
SLVR: derived: build_tool_runner
SLVR: fact: build_tool_runner depends on build_tool from path
SLVR: selecting build_tool_runner
SLVR: derived: build_tool from path
SLVR: Version solving took 0:00:00.019906 seconds.
| Tried 1 solutions.
ERR : Bad state: No element
FINE: Exception type: StateError
ERR : dart:collection ListQueue.first
| package:pub/src/io.dart 149:31 canonicalize
| package:pub/src/source/path.dart 250:9 PathDescription.==
| package:pub/src/package_name.dart 55:19 PackageRef.==
| package:pub/src/solver/term.dart 165:60 Term._compatiblePackage
| package:pub/src/solver/term.dart 86:14 Term.relation
| package:pub/src/solver/partial_solution.dart 177:43 PartialSolution.relation
| package:pub/src/solver/version_solver.dart 191:32 VersionSolver._propagateIncompatibility
| package:pub/src/solver/version_solver.dart 151:22 VersionSolver._propagate
| package:pub/src/solver/version_solver.dart 122:11 VersionSolver.solve.<fn>
| ===== asynchronous gap ===========================
| package:pub/src/source/hosted.dart 1373:14 HostedSource.withPrefetching.<fn>
| ===== asynchronous gap ===========================
| package:pub/src/rate_limited_scheduler.dart 111:14 RateLimitedScheduler.withPrescheduling
| ===== asynchronous gap ===========================
| package:pub/src/source/hosted.dart 1372:12 HostedSource.withPrefetching
| ===== asynchronous gap ===========================
| package:pub/src/solver/version_solver.dart 119:14 VersionSolver.solve
| ===== asynchronous gap ===========================
| package:pub/src/solver.dart 82:12 tryResolveVersions
| ===== asynchronous gap ===========================
| package:pub/src/command/outdated.dart 400:23 _tryResolve
| ===== asynchronous gap ===========================
| package:pub/src/command/outdated.dart 147:42 OutdatedCommand.runProtected.<fn>
| ===== asynchronous gap ===========================
| package:pub/src/command/outdated.dart 144:5 OutdatedCommand.runProtected
ERR : This is an unexpected error. The full log and other details are collected in:
|
| /home/user/.pub-cache/log/pub_log.txt
|
| Consider creating an issue on https://github.com/dart-lang/pub/issues/new
| and attaching the relevant parts of that log file.
---- End log transcript ----
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment