Assigned
Status Update
Comments
bl...@google.com <bl...@google.com> #2
Automated by Blunderbuss job pigweed-blunderbuss-autoassigner for config config for component 1194524.
tp...@google.com <tp...@google.com> #3
Assigning to Aaron as the //pw_allocator
owner, but please reassign if that's not right!
am...@google.com <am...@google.com> #4
From //pw_allocator/examples:spin_lock
test fails too:
$ bazel test --config=rp2040 //pw_allocator/examples:spin_lock
INFO: Analyzed target //pw_allocator/examples:spin_lock (3 packages loaded, 2642 targets configured).
FAIL: //pw_allocator/examples:spin_lock (Exit 1) (see /private/var/tmp/_bazel_amontanez/e724b21efc8bc19866072fbc72ee5907/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/pw_allocator/examples/spin_lock/test.log)
INFO: From Testing //pw_allocator/examples:spin_lock:
==================== Test output for //pw_allocator/examples:spin_lock:
pw_allocator/examples/spin_lock
Queued for 4.294µs, ran in 22.837106396s
INF Successfully flashed Pico on bus 2, port 1:4:2:2, serial port /dev/cu.usbmodem2142201
WRN [RpcDevice] Dropped 6 logs due to source not connected
INF [RpcDevice] 00:00:00.000000 Starting unit test run pw_unit_test/unit_test_service.cc:70
INF [==========] Running all tests.
INF [ RUN ] SpinLockExample.RunTasks
ERR Test timed out after 5.0 seconds.
2024/08/21 18:37:04 Failed to run executable on target:
2024/08/21 18:37:04
2024/08/21 18:37:04 Binary run was unsuccessful
2024/08/21 18:37:04
================================================================================
INFO: Found 1 test target...
Target //pw_allocator/examples:spin_lock up-to-date:
bazel-bin/pw_allocator/examples/spin_lock
INFO: Elapsed time: 28.069s, Critical Path: 26.91s
INFO: 18 processes: 3 internal, 15 darwin-sandbox.
INFO: Build completed, 1 test FAILED, 18 total actions
//pw_allocator/examples:spin_lock FAILED in 23.3s
/private/var/tmp/_bazel_amontanez/e724b21efc8bc19866072fbc72ee5907/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/pw_allocator/examples/spin_lock/test.log
Executed 1 out of 1 test: 1 fails locally.
ap...@google.com <ap...@google.com> #5
Project: pigweed/pigweed
Branch: main
commit 1706947f4ea6ddaeb7dd6312e8199a713aef0553
Author: Armando Montanez <amontanez@google.com>
Date: Wed Aug 21 19:21:21 2024
pw_allocator: Disable example spin_lock test on RP2
This test crashes on the Pi Pico, so temporarily disable it until we can
investigate.
Bug: b/358411629 , b/361354335
Change-Id: I0d13f120810e3afd5c80c7ed8cb8adae1c2def11
Reviewed-on:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/231251
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Pigweed-Auto-Submit: Armando Montanez <amontanez@google.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com>
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Taylor Cramer <cramertj@google.com>
M pw_allocator/examples/BUILD.bazel
https://pigweed-review.git.corp.google.com/231251
Branch: main
commit 1706947f4ea6ddaeb7dd6312e8199a713aef0553
Author: Armando Montanez <amontanez@google.com>
Date: Wed Aug 21 19:21:21 2024
pw_allocator: Disable example spin_lock test on RP2
This test crashes on the Pi Pico, so temporarily disable it until we can
investigate.
Bug:
Change-Id: I0d13f120810e3afd5c80c7ed8cb8adae1c2def11
Reviewed-on:
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Pigweed-Auto-Submit: Armando Montanez <amontanez@google.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com>
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Taylor Cramer <cramertj@google.com>
M pw_allocator/examples/BUILD.bazel
Description
bazelisk run //targets/rp2040/py:unit_test_server
plusbazelisk test //pw_allocator:synchronized_allocator_test --config=rp2040
times out and does not succeed.