Skip to content

4.2.0 deployments + spell updates #4365

4.2.0 deployments + spell updates

4.2.0 deployments + spell updates #4365

Triggered via pull request December 5, 2025 00:33
Status Failure
Total duration 13m 15s
Artifacts

tests.yml

on: pull_request
Deployment Scripts
2m 41s
Deployment Scripts
Lint Checks
13m 9s
Lint Checks
Plugin Unit Tests
4m 7s
Plugin Unit Tests
Plugin Integration Tests (Mainnet) - 1/3
10m 1s
Plugin Integration Tests (Mainnet) - 1/3
Plugin Integration Tests (Mainnet) - 2/3
4m 2s
Plugin Integration Tests (Mainnet) - 2/3
Plugin Integration Tests (Mainnet) - 3/3
5m 6s
Plugin Integration Tests (Mainnet) - 3/3
Plugin Integration Tests (Base)
5m 12s
Plugin Integration Tests (Base)
Plugin Integration Tests (Arbitrum)
4m 29s
Plugin Integration Tests (Arbitrum)
P0 tests
3m 51s
P0 tests
P1 Tests
4m 23s
P1 Tests
Scenario Tests
2m 38s
Scenario Tests
Extreme Tests
9m 38s
Extreme Tests
Integration Tests
5m 18s
Integration Tests
Monitor Tests (Mainnet)
2m 56s
Monitor Tests (Mainnet)
Registry Tests
1m 59s
Registry Tests
Oracle Factory Tests
2m 2s
Oracle Factory Tests
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Deployment Scripts
Process completed with exit code 1.
Lint Checks: contracts/p0/Deployer.sol#L181
Code contains empty blocks
Lint Checks: contracts/p0/AssetRegistry.sol#L144
Code contains empty blocks
Lint Checks: contracts/facade/oracles/ReferenceRateOracle.sol#L33
Constant name must be in capitalized SNAKE_CASE
Lint Checks: contracts/facade/oracles/ExchangeRateOracle.sol#L47
Constant name must be in capitalized SNAKE_CASE
Lint Checks: contracts/facade/facets/RevenueFacet.sol#L113
Avoid to use inline assembly. It is acceptable only in rare cases
Lint Checks: contracts/facade/facets/RevenueFacet.sol#L112
Variable name must be in mixedCase
Lint Checks: contracts/facade/facets/RevenueFacet.sol#L47
Variable name must be in mixedCase
Lint Checks: contracts/facade/Facade.sol#L37
Avoid to use inline assembly. It is acceptable only in rare cases
Lint Checks: contracts/facade/Facade.sol#L32
Fallback function must be simple
Lint Checks: contracts/facade/Facade.sol#L32
When fallback is not payable you will not be able to receive ether