Skip to content

fix: pkgutil namespace package __init__.py collisions when multiple wheels share a namespace stub#1270

Open
xangcastle wants to merge 2 commits into
mainfrom
xangcastle/main-namespace-collision
Open

fix: pkgutil namespace package __init__.py collisions when multiple wheels share a namespace stub#1270
xangcastle wants to merge 2 commits into
mainfrom
xangcastle/main-namespace-collision

fix - reproducing package collision

57025ec
Select commit
Loading
Failed to load commit list.
Aspect Workflows / aspect / test-examples-virtual_deps-bazel-9 succeeded Jul 7, 2026 in 50s

✅ test //... · Tests passed

✅ Succeeded · 📅 Tue Jul 7 19:51:56 UTC 2026 · ⏱ 51.1s — 🔧 Setup 5.5s · 🧪 Test 45.5s
👤 runner · 🖥 runnervmkkn4f · 💎 aspect-cli v2026.28.2
📦 7 targets · ⚡ 74 of 84 actions executed (11% cached) · 🧪 1 of 1 tests executed (0% cached) · 🔧 bazel v9.1.1 test · 🎯 x86_64 · ⚙️ fastbuild
🐙 GitHub Actions

💬 Last update: test task complete

Details

🎯 Bazel targets (7)

✅ 1 Test Passed
Label          | Target Type       | Duration
---------------+-------------------+---------
//:pytest_test | py_venv_exec_test | 348ms   
✅ 6 Targets Built
Label                | Target Type    
---------------------+----------------
//:__test__          | py_library     
//:__test___template | _py_pytest_main
//:app               | py_venv_exec   
//:app_snake         | py_venv_exec   
//:cowsnake          | py_library     
//:greet             | py_library     

📎 Artifacts

Artifacts · Profile · BEP

⏱️ Task timing

Phase | Description                  | Duration
------+------------------------------+---------
Setup | Prepare the task environment | 5.5s    
Test  | Run bazel tests              | 45.5s   
------+------------------------------+---------
Total |                              | 51.1s   

🧮 Bazel details

📟 Command line · bazel test //...
bazel test \
  --disk_cache=/home/runner/.cache/bazel-disk \
  --test_tag_filters=-skip-on-bazel9 \
  --generate_json_trace_profile=1 \
  --experimental_profile_include_target_label \
  --profile=/tmp/14d42438-d89f-4bf2-9f13-fdcd8fc88a36.profile.gz \
  --color=yes \
  --build_metadata=ASPECT_TASK_NAME=Test \
  --build_metadata=ASPECT_TASK_ID=e79aa803-0c0d-4eff-9c36-04f47fe46407 \
  --build_event_publish_all_actions \
  --build_event_binary_file_upload_mode=fully_async \
  --build_event_binary_file=/tmp/build-event-out-f9964450-5eb9-4bf6-8252-b1cc3092ace8.bin \
  -- \
  //...
ℹ️ Invocation details
  • Invocation ID: f824c8aa-e752-4f0c-a4ac-be32412ad054
  • Command: test
  • Bazel version: 9.1.1
  • Start time: Tue Jul 7 19:51:56 UTC 2026
  • End time: Tue Jul 7 19:52:36 UTC 2026
  • User: runner
  • Host name: runnervmkkn4f
  • CPU Target: x86_64
  • Mode: fastbuild
  • Working directory: /home/runner/work/rules_py/rules_py/examples/virtual_deps
  • Workspace directory: /home/runner/work/rules_py/rules_py/examples/virtual_deps
  • Server PID: 2442
⏱ Timing
  • Elapsed time: 39.8s
  • Analysis time: 32.3s
  • Execution time: 35.2s
  • Bazel server time: 37 cpu-seconds
  • Executed Tests Time: 0.3 cpu-seconds
📦 Build graph
  • Targets: 7 targets (4,803 configured, 1 aspect application)
  • Actions: 74 actions (84 created)
  • Packages: 134 packages loaded
💾 Cache stats
  • Actions: 10 of 84 cached (11%)
  • Tests: 0 of 1 cached (0%)
⚡ Actions by mnemonic (12)
Mnemonic                   | Count | %    
---------------------------+-------+------
UnresolvedSymlink          | 27    | 36.4%
FileWrite                  | 15    | 20.2%
WhlInstall                 | 7     | 9.4% 
TemplateExpand             | 5     | 6.7% 
Action                     | 3     | 4.0% 
RepoMappingManifest        | 3     | 4.0% 
RunfilesTree               | 3     | 4.0% 
SourceSymlinkManifest      | 3     | 4.0% 
Symlink                    | 3     | 4.0% 
SymlinkTree                | 3     | 4.0% 
BazelWorkspaceStatusAction | 1     | 1.3% 
TestRunner                 | 1     | 1.3% 
🏃 Actions by runner (2)
Runner                         | Count | %    
-------------------------------+-------+------
internal                       | 63    | 85.1%
processwrapper-sandbox · Local | 11    | 14.8%
🏠 Workspace status (4)
  • BUILD_HOST: runnervmkkn4f
  • BUILD_TIMESTAMP: 1783453921
  • BUILD_USER: runner
  • FORMATTED_DATE: 2026 Jul 07 19 52 01 Tue
🏷️ Build metadata (2)
  • ASPECT_TASK_ID: e79aa803-0c0d-4eff-9c36-04f47fe46407
  • ASPECT_TASK_NAME: Test
🎛️ Startup options (11)
--connect_timeout_secs=30
--failure_detail_out=/home/runner/.cache/bazel/_bazel_runner/c87e3b449f503c70fb17b5b7254abf1c/failure_detail.rawproto
--idle_server_tasks
--max_idle_secs=10800
--noclient_debug
--nofatal_event_bus_exceptions
--noshutdown_on_low_sys_mem
--nowindows_enable_symlinks
--output_base=/home/runner/.cache/bazel/_bazel_runner/c87e3b449f503c70fb17b5b7254abf1c
--output_user_root=/home/runner/.cache/bazel/_bazel_runner
--write_command_log
🎛️ Command options (12)
--build_event_binary_file=/tmp/build-event-out-f9964450-5eb9-4bf6-8252-b1cc3092ace8.bin
--build_event_binary_file_upload_mode=fully_async
--build_event_publish_all_actions
--build_metadata=ASPECT_TASK_ID=e79aa803-0c0d-4eff-9c36-04f47fe46407
--build_metadata=ASPECT_TASK_NAME=Test
--color=yes
--disk_cache=/home/runner/.cache/bazel-disk
--experimental_profile_include_target_label
--generate_json_trace_profile=1
--profile=/tmp/14d42438-d89f-4bf2-9f13-fdcd8fc88a36.profile.gz
--repository_cache=/home/runner/.cache/bazel-repo
--test_tag_filters=-skip-on-bazel9

⏱ Last updated Tue Jul 7 19:52:37 UTC 2026 · 📊 GitHub API quota 1,292/15,000 (9% used, resets in 37m)
🚀 Powered by Aspect CLI (v2026.28.2)  |  Aspect Build · X · LinkedIn · YouTube