Skip to content

Migrate callbacks to axis-periphery #897

Migrate callbacks to axis-periphery

Migrate callbacks to axis-periphery #897

Triggered via pull request July 16, 2024 12:59
Status Failure
Total duration 1m 3s
Artifacts

test.yml

on: pull_request
Foundry project
54s
Foundry project
Fit to window
Zoom out
Zoom in

Annotations

1 error and 16 warnings
Foundry project
Process completed with exit code 1.
Foundry project
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Foundry project
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v2, actions-rs/toolchain@v1, mozilla-actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Foundry project
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Foundry project
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Foundry project
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Foundry project
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Foundry project: src/interfaces/IAtomicAuctionHouse.sol#L4
global import of path ./IAuctionHouse.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Foundry project: src/interfaces/IAtomicCatalogue.sol#L4
global import of path ./ICatalogue.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Foundry project: src/interfaces/IAuctionHouse.sol#L5
global import of path ./modules/IAuction.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Foundry project: src/interfaces/IAuctionHouse.sol#L6
global import of path ./ICallback.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Foundry project: src/interfaces/IAuctionHouse.sol#L7
global import of path ./modules/IDerivative.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Foundry project: src/interfaces/IAuctionHouse.sol#L10
global import of path ../modules/Keycode.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Foundry project: src/interfaces/IBatchAuctionHouse.sol#L4
global import of path ./IAuctionHouse.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Foundry project: src/interfaces/IBatchCatalogue.sol#L4
global import of path ./ICatalogue.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Foundry project: src/interfaces/IBatchCatalogue.sol#L5
global import of path ./modules/IBatchAuction.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Foundry project: src/interfaces/ICatalogue.sol#L4
global import of path ./IAuctionHouse.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)