Skip to content

Rotki Nightly Tests #12

Rotki Nightly Tests

Rotki Nightly Tests #12

Triggered via schedule January 24, 2024 00:36
Status Failure
Total duration 1h 20m 6s
Artifacts 1

rotki_nightly.yml

on: schedule
Matrix: linux / Backend tests
Matrix: windows / Backend tests
unittest-frontend  /  vitest
3m 26s
unittest-frontend / vitest
verify-link  /  verify:link
1m 5s
verify-link / verify:link
Matrix: macos / Backend tests
Success check
12s
Success check
Matrix: e2e / e2e
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 3 warnings
windows / Backend tests (others): rotkehlchen\tests\unit\accounting\evm\test_paraswap.py#L102
test_paraswap_swap_with_fee[db_settings0-True-mocked_price_queries0] OSError: [Errno 22] Invalid argument
windows / Backend tests (others): rotkehlchen\tests\unit\accounting\evm\test_paraswap.py#L102
test_paraswap_swap_with_fee[db_settings1-True-mocked_price_queries0] OSError: [Errno 22] Invalid argument
windows / Backend tests (others)
Process completed with exit code 1.
macos / Backend tests (others)
The job running on runner GitHub Actions 2 has exceeded the maximum execution time of 50 minutes.
macos / Backend tests (others): rotkehlchen/tests/exchanges/test_poloniex.py#L235
test_poloniex_assets_are_known rotkehlchen.errors.misc.RemoteError: Poloniex query responded with error status code: 403 and text: <!-- This comment is used in web and native to detect maintenance mode ###_plx_maintenance_mode_### Poloniex maintenance mode --> <!DOCTYPE html> <html lang="en"> <head> <title>Poloniex - Crypto Asset Exchange</title> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="shortcut icon" sizes="32x32" href="https://v3.polo-static.com/cdn/cf/static/polo-icon-32x32.png" /> <style>body { margin: 0; padding: 0; background-color: #EDECEC; font-family: "roboto", sans-serif; font-size: 14px; color: #323a3c; } .main { padding: 250px 10px 0px; min-height: 300px; text-align: center; } .logo { width: 191px; height: 30px; margin: 30px 20px 20px; } .content { max-width: 300px; padding: 30px; background-color: #ffffff; margin: auto; } .content h1 { text-transform: capitalize; font-size: 20px; margin: 0; padding: 0px 0px 20px 0px; } .content p { margin: 0; line-height: 20px; } .content p a { color: #1A8F5C; text-decoration: none; white-space: nowrap; } .content p a:hover { text-decoration: underline; } .footer { font-size: 14px; text-align: center; color: #818181; margin: 50px 0; } .footer a, .footer a:visited { color: #1A8F5C; } p.cf-msg { margin: 4px 0px; } .cf-hidden { display: none !important; } .fine { margin: 22px 0 0; } @media only screen and (max-width: 500px) { .main { padding: 30px 10px; } } </style> <script> if (window.top !== window.self) window.top.location.replace(window.self.location.href); </script> </head> <body> <div class="main"> <svg class="logo" width="102px" height="15px" viewBox="0 0 84 12" xmlns="http://www.w3.org/2000/svg"> <path d="M.41 11.5H2.28V7.516h2.816c2.224 0 3.488-1.536 3.488-3.344 0-1.808-1.248-3.344-3.488-3.344H.41V11.5zm6.255-7.328c0 1.024-.768 1.696-1.824 1.696h-2.56V2.476h2.56c1.056 0 1.824.672 1.824 1.696zm3.999 2c0 3.184 2.256 5.52 5.456 5.52 3.2 0 5.456-2.336 5.456-5.52 0-3.184-2.256-5.52-5.456-5.52-3.2 0-5.456 2.336-5.456 5.52zm8.992 0c0 2.192-1.392 3.856-3.536 3.856-2.16 0-3.536-1.664-3.536-3.856 0-2.208 1.376-3.856 3.536-3.856 2.144 0 3.536 1.648 3.536 3.856zm4.722 5.328h6.576V9.852H26.25V.828h-1.872V11.5zm8.301-5.328c0 3.184 2.256 5.52 5.456 5.52 3.2 0 5.456-2.336 5.456-5.52 0-3.184-2.256-5.52-5.456-5.52-3.2 0-5.456 2.336-5.456 5.52zm8.992 0c0 2.192-1.392 3.856-3.536 3.856-2.16 0-3.536-1.664-3.536-3.856 0-2.208 1.376-3.856 3.536-3.856 2.144 0 3.536 1.648 3.536 3.856zM53.834 11.5h1.808V.828H53.77v7.568L48.314.828h-1.92V11.5h1.872V3.724l5.568 7.776zm5.075 0h1.872V.828H58.91V11.5zm5.141 0h7.312V9.852h-5.44v-2.96h5.328V5.244h-5.328V2.476h5.44V.828H64.05V11.5zm17.37 0h2.24l-3.984-5.488L83.42.828h-2.256l-2.736 3.92-2.752-3.92h-2.24l3.76 5.2-4 5.472h2.24l2.992-4.176L81.42 11.5z" fill="#000000" /> </svg> <div class="content"> <h1 id="title">Maintenance mode</h1> <p id="desc"> We are currently performing maintenance. We apologize for the inconvenience and appreciate your patience. Please check our <a href="https://twitter.com/PoloSupport" target="_blank" rel="noopener noreferrer">Support Twitter</a> for updates. </p> </div> <div class="footer"> &copy; Poloniex <script> document.write(new Date().getFullYear()); </script> </div> </div> <script>function translateErrorPage(e) { if (!e) return; const t = document.cookie.match(/(; )?x-lang-override=([^;]*);?/), n = window.localStorage.getItem("uniframe:locale") || (t && t[2]) || "", r = document.getElementById("title"), o = document.getElementById("desc"); n && e.hasOwnProperty(n) && r && o && ((r.innerHTML = e[n].title), (o.innerHTML = e[n].desc)); } </script> <script> var translations = { "ru-ru": { title: "Режим обслужива
macos / Backend tests (others)
The operation was canceled.
Success check
Process completed with exit code 2.
e2e / history
No files were found with the provided path: ./frontend/app/tests/e2e/videos. No artifacts will be uploaded.
e2e / balances
No files were found with the provided path: ./frontend/app/tests/e2e/videos. No artifacts will be uploaded.
e2e / app
No files were found with the provided path: ./frontend/app/tests/e2e/videos. No artifacts will be uploaded.

Artifacts

Produced during runtime
Name Size
backend-logs-Linux Expired
4.78 MB