Skip to content

Merge 5.1.1 Upstream #249

Merge 5.1.1 Upstream

Merge 5.1.1 Upstream #249

Triggered via pull request August 17, 2023 05:14
Status Failure
Total duration 17m 40s
Artifacts

config.yml

on: pull_request
Build and Cache deps
7m 40s
Build and Cache deps
Credo
32s
Credo
Code formatting checks
25s
Code formatting checks
Dialyzer static analysis
9m 40s
Dialyzer static analysis
Missing translation keys check
1m 2s
Missing translation keys check
Sobelow security analysis
32s
Sobelow security analysis
ESLint
48s
ESLint
JS Tests
1m 2s
JS Tests
EthereumJSONRPC Tests
1m 13s
EthereumJSONRPC Tests
Explorer Tests
1m 56s
Explorer Tests
Indexer Tests
5m 20s
Indexer Tests
Blockscout Web Tests
2m 32s
Blockscout Web Tests
Fit to window
Zoom out
Zoom in

Annotations

25 errors and 61 warnings
Code formatting checks
Process completed with exit code 1.
Credo
Process completed with exit code 8.
EthereumJSONRPC Tests
Process completed with exit code 1.
Explorer Tests
Process completed with exit code 1.
Blockscout Web Tests
test GET index/3 returns internal transactions going to the address (BlockScoutWeb.AddressInternalTransactionControllerTest)
Blockscout Web Tests
test GET index/3 returns internal transactions for the address (BlockScoutWeb.AddressInternalTransactionControllerTest)
Blockscout Web Tests
test GET index/3 next_page_params are empty if on last page (BlockScoutWeb.AddressInternalTransactionControllerTest)
Blockscout Web Tests
test GET index/3 next_page_params exist if not on last page (BlockScoutWeb.AddressInternalTransactionControllerTest)
Blockscout Web Tests
test GET index/3 returns internal an transaction that created the address (BlockScoutWeb.AddressInternalTransactionControllerTest)
Blockscout Web Tests
test GET index/3 next page doesn't miss internal transactions (BlockScoutWeb.AddressInternalTransactionControllerTest)
Blockscout Web Tests
test GET index/3 returns internal transactions coming from the address (BlockScoutWeb.AddressInternalTransactionControllerTest)
Blockscout Web Tests
test GET index/3 returns next page of results based on last seen internal transaction (BlockScoutWeb.AddressInternalTransactionControllerTest)
Blockscout Web Tests
test GET index/3 successfully renders the page when the address is a contract (BlockScoutWeb.AddressContractControllerTest)
Blockscout Web Tests
** (CompileError) test/block_scout_web/controllers/block_controller_test.exs:139: undefined function reorg_path/2 (expected BlockScoutWeb.BlockControllerTest to define such a function or for it to be imported, but none are available)
Indexer Tests
test handle_info with :scan sends message to self when uncataloged token transfers are found (Indexer.Temporary.UncatalogedTokenTransfersTest)
Indexer Tests
test init/1 fetched unfetched uncle hashes (Indexer.Fetcher.UncleBlockTest)
Indexer Tests
test async_fetch/1 updates replaced transaction (Indexer.Fetcher.ReplacedTransactionTest)
Indexer Tests
test async_fetch/1 updates a replaced transaction on init (Indexer.Fetcher.ReplacedTransactionTest)
Indexer Tests
test run/2 remove block consensus on foreign_key_violation (Indexer.Fetcher.InternalTransactionTest)
Indexer Tests
test does not try to fetch pending transactions from Indexer.Fetcher.PendingTransaction (Indexer.Fetcher.InternalTransactionTest)
Indexer Tests
test run/2 handles blocks with transactions correctly (Indexer.Fetcher.InternalTransactionTest)
Indexer Tests
test run/2 handles failure by retrying only unique numbers (Indexer.Fetcher.InternalTransactionTest)
Indexer Tests
test start_link/1 starts fetching pending transactions (Indexer.Fetcher.PendingTransactionTest)
Indexer Tests
test Indexer.Block.Fetcher.fetch_and_import_range/1 in range with internal transactions (Indexer.Block.Realtime.FetcherTest)
Dialyzer static analysis
Process completed with exit code 2.
Build and Cache deps
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and Cache deps
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
Build and Cache deps
use Bitwise is deprecated. import Bitwise instead
Build and Cache deps
use Bitwise is deprecated. import Bitwise instead
Build and Cache deps: deps/mix_erlang_tasks/mix.exs#L9
variable "description" does not exist and is being expanded to "description()", please use parentheses to remove the ambiguity or change the variable name
Build and Cache deps: deps/mix_erlang_tasks/mix.exs#L10
variable "package" does not exist and is being expanded to "package()", please use parentheses to remove the ambiguity or change the variable name
Build and Cache deps
use Bitwise is deprecated. import Bitwise instead
Build and Cache deps
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
Build and Cache deps
use Bitwise is deprecated. import Bitwise instead
Build and Cache deps
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
Build and Cache deps
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
Code formatting checks
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Credo
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Credo: apps/block_scout_web/lib/block_scout_web/views/address_view.ex#L313
Function is too complex (cyclomatic complexity is 18, max is 9).
Credo: apps/block_scout_web/lib/block_scout_web/views/address_view.ex#L290
Function is too complex (cyclomatic complexity is 18, max is 9).
Sobelow security analysis
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Sobelow security analysis
variable "average_percentile" is unused (if the variable is not meant to be used, prefix it with an underscore)
Sobelow security analysis
variable "fast_percentile" is unused (if the variable is not meant to be used, prefix it with an underscore)
Sobelow security analysis
variable "safelow_percentile" is unused (if the variable is not meant to be used, prefix it with an underscore)
Sobelow security analysis
function gas_price_percentile_to_gwei/2 is unused
Sobelow security analysis
function percentile/2 is unused
Sobelow security analysis
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
Sobelow security analysis
unexpected beginning of EEx tag "<%=" on "<%= from_address_hash -> %>", please remove "="
ESLint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
JS Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Missing translation keys check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Missing translation keys check
variable "average_percentile" is unused (if the variable is not meant to be used, prefix it with an underscore)
Missing translation keys check
variable "fast_percentile" is unused (if the variable is not meant to be used, prefix it with an underscore)
Missing translation keys check
variable "safelow_percentile" is unused (if the variable is not meant to be used, prefix it with an underscore)
Missing translation keys check
function gas_price_percentile_to_gwei/2 is unused
Missing translation keys check
function percentile/2 is unused
Missing translation keys check
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
Missing translation keys check
unexpected beginning of EEx tag "<%=" on "<%= from_address_hash -> %>", please remove "="
EthereumJSONRPC Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Explorer Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Explorer Tests
unexpected beginning of EEx tag "<%=" on "<%= from_address_hash -> %>", please remove "="
Explorer Tests: apps/indexer/config/runtime/test.exs#L1
unused import Config
Explorer Tests: apps/indexer/config/runtime/test.exs#L1
unused import Config
Blockscout Web Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Blockscout Web Tests
unexpected beginning of EEx tag "<%=" on "<%= from_address_hash -> %>", please remove "="
Blockscout Web Tests
undefined function reorg_path/2 (expected BlockScoutWeb.BlockControllerTest to define such a function or for it to be imported, but none are available)
Indexer Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Indexer Tests
unexpected beginning of EEx tag "<%=" on "<%= from_address_hash -> %>", please remove "="
Indexer Tests: apps/indexer/config/runtime/test.exs#L1
unused import Config
Indexer Tests: apps/indexer/config/runtime/test.exs#L1
unused import Config
Indexer Tests: config/runtime/test.exs#L1
unused import Config
Indexer Tests
variable "block" is unused (if the variable is not meant to be used, prefix it with an underscore)
Indexer Tests
Supervisor.terminate_child/2 with a PID is deprecated, please use DynamicSupervisor instead
Dialyzer static analysis
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Dialyzer static analysis
unexpected beginning of EEx tag "<%=" on "<%= from_address_hash -> %>", please remove "="