System
------------
Pixi version: 0.62.2
TLS backend: rustls
Platform: linux-64
Virtual packages: __unix=0=0
: __linux=6.18.0=0
: __glibc=2.42=0
: __cuda=13.1=0
: __archspec=1=zen4
Cache dir: /home/xffish/.cache/rattler/cache
Auth storage: /home/xffish/.rattler/credentials.json
Config locations: /home/xffish/.config/pixi/config.toml
Global
------------
Bin dir: /home/xffish/.pixi/bin
Environment dir: /home/xffish/.pixi/envs
Manifest dir: /home/xffish/.pixi/manifests/pixi-global.toml
Workspace
------------
Name: rattler
Manifest file: /home/xffish/github/rattler/pixi.toml
Last updated: 03-01-2026 19:49:25
Environments
------------
Environment: default
Features: default
Channels: https://prefix.dev/conda-forge
Dependency count: 11
Dependencies: cxx-compiler, openssl, make, pkg-config, rust, cmake, cargo-nextest, rust-src, clang, compilers, mold
Target platforms: osx-arm64, linux-64, osx-64, win-64
Prefix location: /home/xffish/github/rattler/.pixi/envs/default
Tasks: rattler, build, doc, test, check
Environment: lint
Features: lint, default
Solve group: default
Channels: https://prefix.dev/conda-forge
Dependency count: 17
Dependencies: ruff, typos, dprint, lefthook, actionlint, shellcheck, cxx-compiler, openssl, make, pkg-config, rust, cmake, cargo-nextest, rust-src, clang, compilers, mold
Target platforms: linux-64, osx-arm64, win-64, osx-64
Prefix location: /home/xffish/github/rattler/.pixi/envs/lint
Tasks: rattler, build, doc, test, check, lint, cargo-clippy, lint-fast, lefthook, typos, pre-commit-install, pre-commit-install-minimal, ruff-lint, dprint-check, ruff-format, actionlint, lint-slow, cargo-fmt, dprint-fmt
Environment: minio
Features: minio
Channels: https://prefix.dev/conda-forge
Dependency count: 5
Dependencies: minio-server, minio-client, rattler_index, rattler, nushell
Target platforms: osx-64, linux-64, win-64, osx-arm64
Prefix location: /home/xffish/github/rattler/.pixi/envs/minio
Tasks: e2e-s3-minio
Environment: s3
Features: s3
Channels: https://prefix.dev/conda-forge
Dependency count: 4
Dependencies: awscli, rattler_index, rattler, nushell
Target platforms: linux-64, osx-arm64, win-64, osx-64
Prefix location: /home/xffish/github/rattler/.pixi/envs/s3
Tasks: e2e-s3-aws
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using
pixi --version.Reproducible example
Commands I ran and their output:
pixi run test-fast thread 'test_package_not_rebuilt_across_sessions_when_no_files_changed' panicked at crates/pixi_command_dispatcher/tests/integration/main.rs:1329:5: No packages should be rebuilt across sessions when no files changed, but got: ["package-b"] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace Cancelling due to test failure: 15 tests still runningpixi.toml/pyproject.tomlfile that reproduces my issue:no need. just use pixi project main branch and run
pixi run test-fastpixi infooutput:Issue description
No response
Expected behavior
test PASS