Does anyone know if the <example build barn deploy...
# general
p
Does anyone know if the example build barn deployment via docker-compose work with pants out of the box? Setting this
Copy code
[GLOBAL]
remote_cache_read = true
remote_cache_write = true
remote_execution = true
remote_store_address = "<grpc://localhost:8980|grpc://localhost:8980>"
remote_execution_address = "<grpc://localhost:8980|grpc://localhost:8980>"
remote_instance_name = "fuse"
I see
Copy code
pants test ::
22:19:28.00 [INFO] Initialization options changed: reinitializing scheduler...
22:19:34.93 [INFO] Scheduler initialized.
22:19:36.48 [ERROR] 1 Exception encountered:

Engine traceback:
  in `test` goal

IntrinsicError: For action Digest { hash: Fingerprint<8216c36b3f4628ea7e8aae55881a1e1c35c8677fc7e202f0ac0d58366760dfb8>, size_bytes: 139 }: No workers exist for instance name prefix "fuse" platform {}
I have confirmed that the example buildbarn deployment does work for the bazel example.