Skip to content

Run Broker ends with Foudry Error #12

Description

@maskarajr

Referring to this > https://github.com/0xmoei/boundless/tree/main?tab=readme-ov-file#run-broker , after completing all the procedure as given the final Run broker commands ends with with these error logs at the last stage

Attaching the Logs from the end:

#33 [builder 12/14] COPY foundry.toml .
#33 DONE 0.0s

#34 [builder 13/14] RUN forge build
#34 1.176 2025-07-30T20:16:52.075925Z ERROR foundry_compilers_artifacts_solc::sources: error="/src/lib/forge-std/src/Vm.sol": No such file or directory (os error 2)
#34 1.176 Error: failed to resolve file: "/src/lib/forge-std/src/Vm.sol": No such file or directory (os error 2); check configured remappings
#34 1.176 --> /src/contracts/scripts/Config.s.sol
#34 1.176 forge-std/Vm.sol
#34 ERROR: process "/bin/bash -c forge build" did not complete successfully: exit code: 1

[builder 13/14] RUN forge build:
1.176 2025-07-30T20:16:52.075925Z ERROR foundry_compilers_artifacts_solc::sources: error="/src/lib/forge-std/src/Vm.sol": No such file or directory (os error 2)
1.176 Error: failed to resolve file: "/src/lib/forge-std/src/Vm.sol": No such file or directory (os error 2); check configured remappings
1.176 --> /src/contracts/scripts/Config.s.sol
1.176 forge-std/Vm.sol


broker.dockerfile:60


58 |

59 | ENV PATH="$PATH:/root/.foundry/bin"

60 | >>> RUN forge build

61 |

62 | SHELL ["/bin/bash", "-c"]


failed to solve: process "/bin/bash -c forge build" did not complete successfully: exit code: 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions