Backlogs error: Couldn't find RbRelease with 'id'=69 (ActiveRecord::RecordNotFound)
Actions
Bug #19694
openDevelopment arvbox fails to install services/api - missing mini_portile2
Status:
New
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Starting from scratch by running arvbox directly out of an arvados clone at 78a6558918c:
./arvbox rebuild dev ./arvbox reboot dev ./arvbox reboot test What next? install deps
After running a while that gets to:
Initialized empty Git repository in /usr/src/arvados/services/api/tmp/git/internal.git/ + cd /usr/src/arvados/services/api + export RAILS_ENV=test + RAILS_ENV=test + bin/rails db:environment:set Could not find mini_portile2-2.8.0 in any of the sources Run `bundle install` to install missing gems.
That repeats for a couple rake commands, and then the final result is:
Failures (2): Fail: sdk/ruby install (0s) Fail: services/api install (2s)
This continues even if I restart with the dev config and back to test. Repeating
install services/api
just repeats the error.
Actions