Blueprint-uServices / blueprint

Blueprint Microservices Compiler: Flexible and Configurable Open-Source Microservice Benchmark Applications
https://blueprint-uservices.github.io
BSD 3-Clause "New" or "Revised" License
20 stars 5 forks source link

some questions about "Compiling the application" #166

Closed zz0350 closed 6 months ago

zz0350 commented 7 months ago

Hello, when I use the command go run wiring/main.go -o build -w docker, the output shows:

[23:46:02.848] [slog/logger.go:303] ERROR: blueprint/goproc/wlgen_proc: go build blueprint/goproc/wlgen_proc: build output "../../wlgen_proc" already exists and is a directory [23:46:02.848] [slog/logger.go:303] ERROR: unable to generate SockShop-docker artifacts due to exit status 1 exit status 2

, what is the reason for this? I need your help, thank you.

alansong21 commented 6 months ago

I also got this error

RoyZhang7 commented 6 months ago

Maybe just delete the existing file?

vaastav commented 6 months ago

This was a bug when Blueprint tries to compile the workload generator and create the workload generator process. I recently posted a fix for this bug. Could you please confirm that this is still happening in the latest commit @RoyZhang7 @alansong21 @zz0350 ?

vaastav commented 6 months ago

Fixed as of #168