You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/swarming/.swarming/swarming_bot.1.zip/client/run_isolated.py", line 860, in map_and_run
with data.install_packages_fn(run_dir, cas_client_dir) as cipd_info:
File "/usr/local/lib/python3.10/contextlib.py", line 135, in __enter__
return next(self.gen)
File "/home/swarming/.swarming/swarming_bot.1.zip/client/run_isolated.py", line 1195, in install_client_and_packages
with client_manager as client:
File "/usr/local/lib/python3.10/contextlib.py", line 135, in __enter__
return next(self.gen)
File "/home/swarming/.swarming/swarming_bot.1.zip/client/cipd.py", line 471, in get_client
instance_id = resolve_version(
File "/home/swarming/.swarming/swarming_bot.1.zip/client/cipd.py", line 345, in resolve_version
_check_response(res, 'Could not resolve version %s:%s', package_name, version)
File "/home/swarming/.swarming/swarming_bot.1.zip/client/cipd.py", line 332, in _check_response
raise Error('%s: %s' % (fmt % args, res.get('error_message') or
cipd.Error: Could not resolve version infra/tools/cipd/openbsd-riscv64:git_revision:ec494f363fdfd8cdd5926baad4508d562b7353d4: no such package: infra/tools/cipd/openbsd-riscv64
Could not resolve version infra/tools/cipd/openbsd-riscv64:git_revision:ec494f363fdfd8cdd5926baad4508d562b7353d4: no such package: infra/tools/cipd/openbsd-riscv64
What did you expect to see?
Builder complete all tasks.
What did you see instead?
NA
The text was updated successfully, but these errors were encountered:
Hi @mengzhuo I think it looks like there are some setups missing on the LUCI side -- from your stack trace it appears that the bootstrap swarm is trying to download a CIPD binary for your GOOS/GOARCH, but I don't see an entry for it in the CIPD datebase, e.g. https://chrome-infra-packages.appspot.com/p/infra/tools/cipd . I think Dmitri mentioned this in #64176 (comment) .
Go version
NA
What operating system and processor architecture are you using (
go env
)?What did you do?
I had setup the build as Wiki required, however it failed to run
https://chromium-swarm.appspot.com/task?id=6699b177ea20f010
What did you expect to see?
Builder complete all tasks.
What did you see instead?
NA
The text was updated successfully, but these errors were encountered: