Replies: 1 comment
-
|
I think you should start afresh and install this version of the package that causes all these errors from the get-go. Doing that should prevent this and help you run into issues earlier and get them fixed easily. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i insatlled this;
forge install smartcontractkit/ccip@8c94ed4
and ran forge build on my code
and i got this battalions of error;
ParserError: Source "forge-std/Vm.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/ccip/test/rateLimiter/MultiAggregateRateLimiter.t.sol:14:1:
|
14 | import {Vm} from "forge-std/Vm.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/ccip/test/rmn/RMNHome.t.sol:6:1:
|
6 | import {Test} from "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Vm.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Vm.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/ccip/test/rmn/RMNHome.t.sol:7:1:
|
7 | import {Vm} from "forge-std/Vm.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Vm.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Vm.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/ccip/test/rmn/RMNRemoteSetup.t.sol:8:1:
|
8 | import {Vm} from "forge-std/Vm.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/console.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/console.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/ccip/test/rmn/RMNRemoteSetup.t.sol:10:1:
|
10 | import "forge-std/console.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/ccip/test/tokenAdminRegistry/RegistryModuleOwnerCustom.t.sol:12:1:
|
12 | import {Test} from "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/keystone/test/BaseTest.t.sol:4:1:
|
4 | import {Test} from "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/keystone/test/KeystoneForwarderBaseTest.t.sol:4:1:
|
4 | import {Test} from "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/console.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/console.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/keystone/test/KeystoneForwarder_ReportTest.t.sol:9:1:
|
9 | import {console} from "forge-std/console.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/keystone/test/KeystoneRouter_AccessTest.t.sol:4:1:
|
4 | import {Test} from "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/keystone/test/mocks/MaliciousRevertingReceiver.sol:6:1:
|
6 | import {Test} from "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@eth-optimism/contracts/L2/messaging/IL2CrossDomainMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@eth-optimism/contracts/L2/messaging/IL2CrossDomainMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/l2ep/dev/optimism/OptimismSequencerUptimeFeed.sol:6:1:
|
6 | import {IL2CrossDomainMessenger} from "@eth-optimism/contracts/L2/messaging/IL2CrossDomainMessenger.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@eth-optimism/contracts/L1/messaging/IL1CrossDomainMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@eth-optimism/contracts/L1/messaging/IL1CrossDomainMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/l2ep/dev/optimism/OptimismValidator.sol:8:1:
|
8 | import {IL1CrossDomainMessenger} from "@eth-optimism/contracts/L1/messaging/IL1CrossDomainMessenger.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@scroll-tech/contracts/libraries/IScrollMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@scroll-tech/contracts/libraries/IScrollMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/l2ep/dev/scroll/ScrollCrossDomainForwarder.sol:10:1:
|
10 | import {IScrollMessenger} from "@scroll-tech/contracts/libraries/IScrollMessenger.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@scroll-tech/contracts/libraries/IScrollMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@scroll-tech/contracts/libraries/IScrollMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/l2ep/dev/scroll/ScrollCrossDomainGovernor.sol:12:1:
|
12 | import {IScrollMessenger} from "@scroll-tech/contracts/libraries/IScrollMessenger.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@scroll-tech/contracts/L2/IL2ScrollMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@scroll-tech/contracts/L2/IL2ScrollMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/l2ep/dev/scroll/ScrollSequencerUptimeFeed.sol:6:1:
|
6 | import {IL2ScrollMessenger} from "@scroll-tech/contracts/L2/IL2ScrollMessenger.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@scroll-tech/contracts/L1/rollup/IL1MessageQueue.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@scroll-tech/contracts/L1/rollup/IL1MessageQueue.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/l2ep/dev/scroll/ScrollValidator.sol:8:1:
|
8 | import {IL1MessageQueue} from "@scroll-tech/contracts/L1/rollup/IL1MessageQueue.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@scroll-tech/contracts/L1/IL1ScrollMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@scroll-tech/contracts/L1/IL1ScrollMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/l2ep/dev/scroll/ScrollValidator.sol:9:1:
|
9 | import {IL1ScrollMessenger} from "@scroll-tech/contracts/L1/IL1ScrollMessenger.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@scroll-tech/contracts/libraries/IScrollMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@scroll-tech/contracts/libraries/IScrollMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/l2ep/test/mocks/scroll/MockScrollCrossDomainMessenger.sol:4:1:
|
4 | import {IScrollMessenger} from "@scroll-tech/contracts/libraries/IScrollMessenger.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@scroll-tech/contracts/L1/IL1ScrollMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@scroll-tech/contracts/L1/IL1ScrollMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/l2ep/test/mocks/scroll/MockScrollL1CrossDomainMessenger.sol:4:1:
|
4 | import {IL1ScrollMessenger} from "@scroll-tech/contracts/L1/IL1ScrollMessenger.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@scroll-tech/contracts/L1/rollup/IL1MessageQueue.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@scroll-tech/contracts/L1/rollup/IL1MessageQueue.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/l2ep/test/mocks/scroll/MockScrollL1MessageQueue.sol:4:1:
|
4 | import {IL1MessageQueue} from "@scroll-tech/contracts/L1/rollup/IL1MessageQueue.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@scroll-tech/contracts/L2/IL2ScrollMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@scroll-tech/contracts/L2/IL2ScrollMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/l2ep/test/mocks/scroll/MockScrollL2CrossDomainMessenger.sol:4:1:
|
4 | import {IL2ScrollMessenger} from "@scroll-tech/contracts/L2/IL2ScrollMessenger.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/l2ep/test/v1_0_0/L2EPTest.t.sol:7:1:
|
7 | import {Test} from "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@arbitrum/token-bridge-contracts/contracts/tokenbridge/ethereum/gateway/IL1GatewayRouter.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@arbitrum/token-bridge-contracts/contracts/tokenbridge/ethereum/gateway/IL1GatewayRouter.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/liquiditymanager/bridge-adapters/ArbitrumL1BridgeAdapter.sol:6:1:
|
6 | import {IL1GatewayRouter} from "@arbitrum/token-bridge-contracts/contracts/tokenbridge/ethereum/gateway/IL1GatewayRouter.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@arbitrum/token-bridge-contracts/contracts/tokenbridge/libraries/gateway/IGatewayRouter.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@arbitrum/token-bridge-contracts/contracts/tokenbridge/libraries/gateway/IGatewayRouter.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/liquiditymanager/bridge-adapters/ArbitrumL1BridgeAdapter.sol:7:1:
|
7 | import {IGatewayRouter} from "@arbitrum/token-bridge-contracts/contracts/tokenbridge/libraries/gateway/IGatewayRouter.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@eth-optimism/contracts/L1/messaging/IL1StandardBridge.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@eth-optimism/contracts/L1/messaging/IL1StandardBridge.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/liquiditymanager/bridge-adapters/OptimismL1BridgeAdapter.sol:9:1:
|
9 | import {IL1StandardBridge} from "@eth-optimism/contracts/L1/messaging/IL1StandardBridge.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@eth-optimism/contracts/libraries/constants/Lib_PredeployAddresses.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@eth-optimism/contracts/libraries/constants/Lib_PredeployAddresses.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/liquiditymanager/bridge-adapters/OptimismL2BridgeAdapter.sol:7:1:
|
7 | import {Lib_PredeployAddresses} from "@eth-optimism/contracts/libraries/constants/Lib_PredeployAddresses.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/liquiditymanager/test/LiquidityManagerBaseTest.t.sol:4:1:
|
4 | import {Test} from "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/liquiditymanager/test/bridge-adapters/ArbitrumL1BridgeAdapter.t.sol:7:1:
|
7 | import "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@arbitrum/token-bridge-contracts/contracts/tokenbridge/ethereum/gateway/IL1GatewayRouter.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@arbitrum/token-bridge-contracts/contracts/tokenbridge/ethereum/gateway/IL1GatewayRouter.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/liquiditymanager/test/bridge-adapters/ArbitrumL1BridgeAdapter.t.sol:9:1:
|
9 | import {IL1GatewayRouter} from "@arbitrum/token-bridge-contracts/contracts/tokenbridge/ethereum/gateway/IL1GatewayRouter.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@arbitrum/token-bridge-contracts/contracts/tokenbridge/libraries/gateway/IGatewayRouter.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@arbitrum/token-bridge-contracts/contracts/tokenbridge/libraries/gateway/IGatewayRouter.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/liquiditymanager/test/bridge-adapters/ArbitrumL1BridgeAdapter.t.sol:10:1:
|
10 | import {IGatewayRouter} from "@arbitrum/token-bridge-contracts/contracts/tokenbridge/libraries/gateway/IGatewayRouter.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/liquiditymanager/test/bridge-adapters/ArbitrumL2BridgeAdapter.t.sol:7:1:
|
7 | import "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/liquiditymanager/test/bridge-adapters/OptimismL1BridgeAdapter.t.sol:4:1:
|
4 | import "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@eth-optimism/contracts/L1/messaging/IL1StandardBridge.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@eth-optimism/contracts/L1/messaging/IL1StandardBridge.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/liquiditymanager/test/bridge-adapters/OptimismL1BridgeAdapter.t.sol:12:1:
|
12 | import {IL1StandardBridge} from "@eth-optimism/contracts/L1/messaging/IL1StandardBridge.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/shared/test/BaseTest.t.sol:4:1:
|
4 | import "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@eth-optimism/contracts/L1/messaging/IL1CrossDomainMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@eth-optimism/contracts/L1/messaging/IL1CrossDomainMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/tests/MockOptimismL1CrossDomainMessenger.sol:5:1:
|
5 | import {IL1CrossDomainMessenger} from "@eth-optimism/contracts/L1/messaging/IL1CrossDomainMessenger.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@eth-optimism/contracts/L2/messaging/IL2CrossDomainMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@eth-optimism/contracts/L2/messaging/IL2CrossDomainMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/tests/MockOptimismL2CrossDomainMessenger.sol:5:1:
|
5 | import {IL2CrossDomainMessenger} from "@eth-optimism/contracts/L2/messaging/IL2CrossDomainMessenger.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/automation/test/AutomationForwarder.t.sol:7:1:
|
7 | import "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@openzeppelin/contracts/access/Ownable.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@openzeppelin/contracts/access/Ownable.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/vendor/@eth-optimism/contracts/v0.8.9/contracts/L2/predeploys/OVM_GasPriceOracle.sol:5:1:
|
5 | import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@openzeppelin/contracts/utils/Address.sol" not found: File not found.
--> contracts/src/v0.8/PermissionedForwardProxy.sol:4:1:
|
4 | import {Address} from "@openzeppelin/contracts/utils/Address.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found.
--> contracts/src/v0.8/automation/test/BaseTest.t.sol:4:1:
|
4 | import "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@openzeppelin/contracts/security/Pausable.sol" not found: File not found.
--> contracts/src/v0.8/automation/upkeeps/EthBalanceMonitor.sol:7:1:
|
7 | import "@openzeppelin/contracts/security/Pausable.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@openzeppelin/contracts/utils/structs/EnumerableSet.sol" not found: File not found.
--> contracts/src/v0.8/automation/v1_2/KeeperRegistry1_2.sol:4:1:
|
4 | import "@openzeppelin/contracts/utils/structs/EnumerableSet.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@openzeppelin/contracts/utils/Address.sol" not found: File not found.
--> contracts/src/v0.8/automation/v1_2/KeeperRegistry1_2.sol:5:1:
|
5 | import "@openzeppelin/contracts/utils/Address.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@openzeppelin/contracts/security/Pausable.sol" not found: File not found.
--> contracts/src/v0.8/automation/v1_2/KeeperRegistry1_2.sol:6:1:
|
6 | import "@openzeppelin/contracts/security/Pausable.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@openzeppelin/contracts/security/ReentrancyGuard.sol" not found: File not found.
--> contracts/src/v0.8/automation/v1_2/KeeperRegistry1_2.sol:7:1:
|
7 | import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@openzeppelin/contracts/proxy/Proxy.sol" not found: File not found.
--> contracts/src/v0.8/automation/v1_3/KeeperRegistry1_3.sol:4:1:
|
4 | import "@openzeppelin/contracts/proxy/Proxy.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@openzeppelin/contracts/utils/structs/EnumerableSet.sol" not found: File not found.
--> contracts/src/v0.8/automation/v1_3/KeeperRegistry1_3.sol:5:1:
|
5 | import "@openzeppelin/contracts/utils/structs/EnumerableSet.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@openzeppelin/contracts/utils/Address.sol" not found: File not found.
--> contracts/src/v0.8/automation/v1_3/KeeperRegistry1_3.sol:6:1:
|
6 | import "@openzeppelin/contracts/utils/Address.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@openzeppelin/contracts/security/Pausable.sol" not found: File not found.
--> contracts/src/v0.8/automation/v1_3/KeeperRegistryBase1_3.sol:3:1:
|
3 | import "@openzeppelin/contracts/security/Pausable.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@openzeppelin/contracts/security/ReentrancyGuard.sol" not found: File not found.
--> contracts/src/v0.8/automation/v1_3/KeeperRegistryBase1_3.sol:4:1:
|
4 | import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@openzeppelin/contracts/utils/structs/EnumerableSet.sol" not found: File not found.
--> contracts/src/v0.8/automation/v1_3/KeeperRegistryBase1_3.sol:5:1:
|
5 | import "@openzeppelin/contracts/utils/structs/EnumerableSet.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@openzeppelin/contracts/utils/structs/EnumerableSet.sol" not found: File not found.
--> contracts/src/v0.8/automation/v1_3/KeeperRegistryLogic1_3.sol:4:1:
|
4 | import "@openzeppelin/contracts/utils/structs/EnumerableSet.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@openzeppelin/contracts/utils/Address.sol" not found: File not found.
--> contracts/src/v0.8/automation/v1_3/KeeperRegistryLogic1_3.sol:5:1:
|
5 | import "@openzeppelin/contracts/utils/Address.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@openzeppelin/contracts/access/Ownable.sol" not found: File not found.
--> contracts/src/v0.8/vendor/@eth-optimism/contracts/v0.8.6/contracts/L2/predeploys/OVM_GasPriceOracle.sol:5:1:
|
5 | import { Ownable } from "@openzeppelin/contracts/access/Ownable.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@openzeppelin/contracts/security/Pausable.sol" not found: File not found.
--> contracts/src/v0.8/vrf/dev/VRFSubscriptionBalanceMonitor.sol:9:1:
|
9 | import {Pausable} from "@openzeppelin/contracts/security/Pausable.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found.
--> contracts/src/v0.8/vrf/test/BaseTest.t.sol:3:1:
|
3 | import {Test} from "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/automation/test/BaseTest.t.sol:4:1:
|
4 | import "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/automation/test/MercuryRegistry.t.sol:3:1:
|
3 | import {Test} from "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/automation/test/v2_3/AutomationRegistry2_3.t.sol:4:1:
|
4 | import {Vm} from "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/automation/test/v2_3/BaseTest.t.sol:4:1:
|
4 | import "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/automation/test/v2_3_zksync/BaseTest.t.sol:4:1:
|
4 | import "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/automation/test/v2_3_zksync/ZKSyncAutomationRegistry2_3.t.sol:4:1:
|
4 | import {Vm} from "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@openzeppelin/contracts/security/Pausable.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@openzeppelin/contracts/security/Pausable.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/automation/upkeeps/UpkeepBalanceMonitor.sol:8:1:
|
8 | import {Pausable} from "@openzeppelin/contracts/security/Pausable.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@openzeppelin/contracts/utils/structs/EnumerableSet.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@openzeppelin/contracts/utils/structs/EnumerableSet.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/automation/upkeeps/UpkeepBalanceMonitor.sol:9:1:
|
9 | import {EnumerableSet} from "@openzeppelin/contracts/utils/structs/EnumerableSet.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/llo-feeds/libraries/test/ByteUtilTest.t.sol:4:1:
|
4 | import {Test} from "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/llo-feeds/v0.3.0/test/fee-manager/BaseFeeManager.t.sol:4:1:
|
4 | import {Test} from "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/llo-feeds/v0.3.0/test/reward-manager/BaseRewardManager.t.sol:4:1:
|
4 | import {Test} from "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/llo-feeds/v0.3.0/test/verifier/BaseVerifierTest.t.sol:4:1:
|
4 | import {Test} from "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@openzeppelin/contracts/utils/Strings.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@openzeppelin/contracts/utils/Strings.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/llo-feeds/v0.3.0/test/verifier/BaseVerifierTest.t.sol:10:1:
|
10 | import {Strings} from "@openzeppelin/contracts/utils/Strings.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/llo-feeds/v0.4.0/test/fee-manager/BaseDestinationFeeManager.t.sol:4:1:
|
4 | import {Test} from "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/llo-feeds/v0.4.0/test/reward-manager/BaseDestinationRewardManager.t.sol:4:1:
|
4 | import {Test} from "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/llo-feeds/v0.4.0/test/verifier/BaseDestinationVerifierTest.t.sol:4:1:
|
4 | import {Test} from "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@openzeppelin/contracts/utils/Strings.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@openzeppelin/contracts/utils/Strings.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/llo-feeds/v0.4.0/test/verifier/BaseDestinationVerifierTest.t.sol:10:1:
|
10 | import {Strings} from "@openzeppelin/contracts/utils/Strings.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/llo-feeds/v0.4.0/test/verifier/DestinationVerifierInterfacesTest.t.sol:4:1:
|
4 | import {Test} from "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/llo-feeds/v0.5.0/configuration/test/ChannelConfigStore.t.sol:5:1:
|
5 | import {Test} from "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@openzeppelin/contracts/utils/Address.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@openzeppelin/contracts/utils/Address.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/operatorforwarder/AuthorizedForwarder.sol:6:1:
|
6 | import {Address} from "@openzeppelin/contracts/utils/Address.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/operatorforwarder/test/testhelpers/Deployer.t.sol:4:1:
|
4 | import {Test} from "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/transmission/test/BaseTest.t.sol:3:1:
|
3 | import {Test} from "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@openzeppelin/contracts/access/Ownable.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@openzeppelin/contracts/access/Ownable.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/vendor/@eth-optimism/contracts/v0.8.9/contracts/L2/predeploys/OVM_GasPriceOracle.sol:5:1:
|
5 | import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/vrf/test/BaseTest.t.sol:3:1:
|
3 | import {Test} from "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/console.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/console.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/vrf/test/BatchVRFCoordinatorV2Plus.t.sol:3:1:
|
3 | import {console} from "forge-std/console.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/console.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/console.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/vrf/test/FixtureVRFCoordinatorV2_5.t.sol:3:1:
|
3 | import {console} from "forge-std/console.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@openzeppelin/contracts/utils/Strings.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@openzeppelin/contracts/utils/Strings.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/vrf/test/FixtureVRFCoordinatorV2_5.t.sol:4:1:
|
4 | import "@openzeppelin/contracts/utils/Strings.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/console.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/console.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/vrf/test/TrustedBlockhashStore.t.sol:5:1:
|
5 | import {console} from "forge-std/console.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Vm.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Vm.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/vrf/test/VRFCoordinatorV2_5_Arbitrum.t.sol:10:1:
|
10 | import {VmSafe} from "forge-std/Vm.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Vm.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Vm.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/vrf/test/VRFCoordinatorV2_5_Optimism.t.sol:10:1:
|
10 | import {VmSafe} from "forge-std/Vm.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/console.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/console.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/vrf/test/VRFV2Plus.t.sol:14:1:
|
14 | import {console} from "forge-std/console.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Vm.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Vm.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/vrf/test/VRFV2Plus.t.sol:15:1:
|
15 | import {VmSafe} from "forge-std/Vm.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@openzeppelin/contracts/utils/math/Math.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@openzeppelin/contracts/utils/math/Math.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/vrf/test/VRFV2Plus.t.sol:17:1:
|
17 | import "@openzeppelin/contracts/utils/math/Math.sol"; // for Math.ceilDiv
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@openzeppelin/contracts/utils/Strings.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@openzeppelin/contracts/utils/Strings.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/vrf/test/VRFV2PlusSubscriptionAPI.t.sol:9:1:
|
9 | import "@openzeppelin/contracts/utils/Strings.sol"; // for Strings.toString
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Vm.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Vm.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/vrf/test/VRFV2PlusSubscriptionAPI.t.sol:10:1:
|
10 | import {VmSafe} from "forge-std/Vm.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Vm.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Vm.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/vrf/test/VRFV2PlusWrapper_Optimism.t.sol:11:1:
|
11 | import {VmSafe} from "forge-std/Vm.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/automation/test/BaseTest.t.sol:4:1:
|
4 | import "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/functions/tests/v1_X/BaseTest.t.sol:3:1:
|
3 | import {Test} from "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/functions/tests/v1_X/FunctionsRequest.t.sol:6:1:
|
6 | import {Test} from "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Vm.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Vm.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/functions/tests/v1_X/FunctionsRouter.t.sol:15:1:
|
15 | import "forge-std/Vm.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Vm.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Vm.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/functions/tests/v1_X/FunctionsSubscriptions.t.sol:13:1:
|
13 | import "forge-std/Vm.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Vm.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Vm.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/functions/tests/v1_X/FunctionsTermsOfServiceAllowList.t.sol:9:1:
|
9 | import "forge-std/Vm.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Vm.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Vm.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/functions/tests/v1_X/Gas.t.sol:13:1:
|
13 | import "forge-std/Vm.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Vm.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Vm.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/functions/tests/v1_X/Setup.t.sol:16:1:
|
16 | import "forge-std/Vm.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@eth-optimism/contracts/L2/messaging/IL2CrossDomainMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@eth-optimism/contracts/L2/messaging/IL2CrossDomainMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/l2ep/dev/optimism/OptimismSequencerUptimeFeed.sol:6:1:
|
6 | import {IL2CrossDomainMessenger} from "@eth-optimism/contracts/L2/messaging/IL2CrossDomainMessenger.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@eth-optimism/contracts/L1/messaging/IL1CrossDomainMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@eth-optimism/contracts/L1/messaging/IL1CrossDomainMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/l2ep/dev/optimism/OptimismValidator.sol:8:1:
|
8 | import {IL1CrossDomainMessenger} from "@eth-optimism/contracts/L1/messaging/IL1CrossDomainMessenger.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@zksync/contracts/l1-contracts/contracts/bridgehub/IBridgehub.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@zksync/contracts/l1-contracts/contracts/bridgehub/IBridgehub.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/l2ep/dev/zksync/ZKSyncValidator.sol:8:1:
|
8 | import {IBridgehub, L2TransactionRequestDirect} from "@zksync/contracts/l1-contracts/contracts/bridgehub/IBridgehub.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@scroll-tech/contracts/libraries/IScrollMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@scroll-tech/contracts/libraries/IScrollMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/l2ep/test/mocks/scroll/MockScrollCrossDomainMessenger.sol:4:1:
|
4 | import {IScrollMessenger} from "@scroll-tech/contracts/libraries/IScrollMessenger.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@scroll-tech/contracts/L1/IL1ScrollMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@scroll-tech/contracts/L1/IL1ScrollMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/l2ep/test/mocks/scroll/MockScrollL1CrossDomainMessenger.sol:4:1:
|
4 | import {IL1ScrollMessenger} from "@scroll-tech/contracts/L1/IL1ScrollMessenger.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@scroll-tech/contracts/L2/IL2ScrollMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@scroll-tech/contracts/L2/IL2ScrollMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/l2ep/test/mocks/scroll/MockScrollL2CrossDomainMessenger.sol:4:1:
|
4 | import {IL2ScrollMessenger} from "@scroll-tech/contracts/L2/IL2ScrollMessenger.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@zksync/contracts/l1-contracts/contracts/bridgehub/IBridgehub.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@zksync/contracts/l1-contracts/contracts/bridgehub/IBridgehub.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/l2ep/test/mocks/zksync/MockZKSyncL1Bridge.sol:4:1:
|
4 | import {IBridgehub, L2TransactionRe ... ontracts/bridgehub/IBridgehub.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@zksync/contracts/l1-contracts/contracts/bridge/interfaces/IL1SharedBridge.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@zksync/contracts/l1-contracts/contracts/bridge/interfaces/IL1SharedBridge.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/l2ep/test/mocks/zksync/MockZKSyncL1Bridge.sol:5:1:
|
5 | import {IL1SharedBridge} from "@zksync/contracts/l1-contracts/contracts/bridge/interfaces/IL1SharedBridge.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@zksync/contracts/l1-contracts/contracts/common/Messaging.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@zksync/contracts/l1-contracts/contracts/common/Messaging.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/l2ep/test/mocks/zksync/MockZKSyncL1Bridge.sol:6:1:
|
6 | import {L2Message, L2Log, TxStatus} from "@zksync/contracts/l1-contracts/contracts/common/Messaging.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/l2ep/test/v1_0_0/L2EPTest.t.sol:7:1:
|
7 | import {Test} from "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@arbitrum/token-bridge-contracts/contracts/tokenbridge/libraries/gateway/TokenGateway.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@arbitrum/token-bridge-contracts/contracts/tokenbridge/libraries/gateway/TokenGateway.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/liquiditymanager/interfaces/arbitrum/IAbstractArbitrumTokenGateway.sol:4:1:
|
4 | import {TokenGateway} from "@arbitrum/token-bridge-contracts/contracts/tokenbridge/libraries/gateway/TokenGateway.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@arbitrum/nitro-contracts/src/rollup/IRollupCore.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@arbitrum/nitro-contracts/src/rollup/IRollupCore.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/liquiditymanager/interfaces/arbitrum/IArbRollupCore.sol:4:1:
|
4 | import {IRollupCore} from "@arbitrum/nitro-contracts/src/rollup/IRollupCore.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@arbitrum/token-bridge-contracts/contracts/tokenbridge/libraries/gateway/IGatewayRouter.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@arbitrum/token-bridge-contracts/contracts/tokenbridge/libraries/gateway/IGatewayRouter.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/liquiditymanager/interfaces/arbitrum/IArbitrumGatewayRouter.sol:4:1:
|
4 | import {IGatewayRouter} from "@arbitrum/token-bridge-contracts/contracts/tokenbridge/libraries/gateway/IGatewayRouter.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@arbitrum/nitro-contracts/src/bridge/IInboxBase.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@arbitrum/nitro-contracts/src/bridge/IInboxBase.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/liquiditymanager/interfaces/arbitrum/IArbitrumInbox.sol:4:1:
|
4 | import {IInboxBase} from "@arbitrum/nitro-contracts/src/bridge/IInboxBase.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@arbitrum/token-bridge-contracts/contracts/tokenbridge/ethereum/gateway/IL1GatewayRouter.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@arbitrum/token-bridge-contracts/contracts/tokenbridge/ethereum/gateway/IL1GatewayRouter.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/liquiditymanager/interfaces/arbitrum/IArbitrumL1GatewayRouter.sol:4:1:
|
4 | import {IL1GatewayRouter} from "@arbitrum/token-bridge-contracts/contracts/tokenbridge/ethereum/gateway/IL1GatewayRouter.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@arbitrum/token-bridge-contracts/contracts/tokenbridge/libraries/gateway/ITokenGateway.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@arbitrum/token-bridge-contracts/contracts/tokenbridge/libraries/gateway/ITokenGateway.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/liquiditymanager/interfaces/arbitrum/IArbitrumTokenGateway.sol:4:1:
|
4 | import {ITokenGateway} from "@arbitrum/token-bridge-contracts/contracts/tokenbridge/libraries/gateway/ITokenGateway.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@arbitrum/token-bridge-contracts/contracts/tokenbridge/arbitrum/gateway/L2ArbitrumGateway.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@arbitrum/token-bridge-contracts/contracts/tokenbridge/arbitrum/gateway/L2ArbitrumGateway.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/liquiditymanager/interfaces/arbitrum/IL2ArbitrumGateway.sol:4:1:
|
4 | import {L2ArbitrumGateway} from "@arbitrum/token-bridge-contracts/contracts/tokenbridge/arbitrum/gateway/L2ArbitrumGateway.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@arbitrum/token-bridge-contracts/contracts/tokenbridge/arbitrum/L2ArbitrumMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@arbitrum/token-bridge-contracts/contracts/tokenbridge/arbitrum/L2ArbitrumMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/liquiditymanager/interfaces/arbitrum/IL2ArbitrumMessenger.sol:4:1:
|
4 | import {L2ArbitrumMessenger} from "@arbitrum/token-bridge-contracts/contracts/tokenbridge/arbitrum/L2ArbitrumMessenger.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@arbitrum/nitro-contracts/src/node-interface/NodeInterface.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@arbitrum/nitro-contracts/src/node-interface/NodeInterface.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/liquiditymanager/interfaces/arbitrum/INodeInterface.sol:4:1:
|
4 | import {NodeInterface} from "@arbitrum/nitro-contracts/src/node-interface/NodeInterface.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@eth-optimism/contracts/L1/messaging/IL1CrossDomainMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@eth-optimism/contracts/L1/messaging/IL1CrossDomainMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/tests/MockOptimismL1CrossDomainMessenger.sol:5:1:
|
5 | import {IL1CrossDomainMessenger} from "@eth-optimism/contracts/L1/messaging/IL1CrossDomainMessenger.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@eth-optimism/contracts/L2/messaging/IL2CrossDomainMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@eth-optimism/contracts/L2/messaging/IL2CrossDomainMessenger.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/tests/MockOptimismL2CrossDomainMessenger.sol:5:1:
|
5 | import {IL2CrossDomainMessenger} from "@eth-optimism/contracts/L2/messaging/IL2CrossDomainMessenger.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/transmission/test/BaseTest.t.sol:3:1:
|
3 | import {Test} from "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@openzeppelin/contracts/access/Ownable.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@openzeppelin/contracts/access/Ownable.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/vendor/@eth-optimism/contracts/v0.8.9/contracts/L2/predeploys/OVM_GasPriceOracle.sol:5:1:
|
5 | import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@openzeppelin/contracts/utils/structs/EnumerableSet.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@openzeppelin/contracts/utils/structs/EnumerableSet.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/vrf/AuthorizedReceiver.sol:4:1:
|
4 | import {EnumerableSet} from "@openzeppelin/contracts/utils/structs/EnumerableSet.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/vrf/dev/VRFConsumerBaseV2Upgradeable.sol:99:1:
|
99 | import {Initializable} from "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/vrf/dev/testhelpers/VRFConsumerV2PlusUpgradeableExample.sol:7:1:
|
7 | import {Initializable} from "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "forge-std/Test.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/vrf/test/BaseTest.t.sol:3:1:
|
3 | import {Test} from "forge-std/Test.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/vrf/testhelpers/VRFConsumerV2UpgradeableExample.sol:7:1:
|
7 | import {Initializable} from "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/vrf/testhelpers/VRFV2ProxyAdmin.sol:4:1:
|
4 | import "@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
ParserError: Source "@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol" not found: File not found. Searched the following locations: "/home/chisomelvin/ccip-rebase-token/lib/ccip".
--> contracts/src/v0.8/vrf/testhelpers/VRFV2TransparentUpgradeableProxy.sol:4:1:
|
4 | import "@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Beta Was this translation helpful? Give feedback.
All reactions