"Deploy aborted" while running `update_depot_tools`

24 Views Asked by At

I'm trying to fetch/build v8 and need to install depot_tools first. While running update_depot_tools, I keep getting errors starting with the error

[P59642 22:11:48.064 deployer.go:355 W] [unzip  1/12] Deploy aborted, cleaning up /home/vagrant/<path>/depot_tools/.cipd_bin/.cipd/pkgs/0/Hz9uNZz5u8kQl3EeiK9dDXUNuFSGNvUCIKeDFSxkf4QC

And cannot for the life of me figure out why/cannot find the source to debug the underlying go code.

1

There are 1 best solutions below

2
On

It worked once I cloned depot_tools directly into my home directory! I hate computers sometimes.

Hope this saves someone a couple of hours that I wasted.