Skip to content

Importer: No attribute search in interfaces #60

Importer: No attribute search in interfaces

Importer: No attribute search in interfaces #60

Triggered via push June 6, 2024 16:08
Status Failure
Total duration 1m 36s
Artifacts

ci.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
Moose64-11
Bad response: 500 <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>A Problem Has Occurred</title> <meta name="viewport" content="width=device-width"> <style> /* --------------------------------------------------------------------------- Base Styles --------------------------------------------------------------------------- */ *, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html { width: 100%; height: 100%; font-size: 62.5%; } body { background: #FCFCFC; font-family: "Helvetica Neue", Helvetica, sans-serif; font-size: 15px; font-size: 1.5rem; color: #666; margin: 4em auto 0 auto; padding: 0.6em; } h1, h2 { margin: 1em 0 1.4em; font-size: 2.2rem; font-weight: 500; text-rendering: optimizelegibility; color: #222; text-shadow: 0 1px 0 white; } p { font-size: 2.1rem; line-height: 1.4; font-weight: 300; color: #777; } a, a:visited { color: #0088cc; } a:hover { color: #0088cc; text-decoration: none; } .cta-link { font-weight: normal; } header[role=banner] { text-align: center; } .logo { width: 60px; } .page-title span { font-weight: 400; color: #444; } .primary-article { padding: 0.25em 0; } .divider:before { border-bottom: 1px solid #fff; border-top: 1px solid #E0E0E0; content: ""; display: block; } .inline-nav a { display: inline-block; line-height: 1.2em; padding: 0 0.6em; border-right: 1px solid #E0E0E0; border-left: 1px solid #fff; } .inline-nav a:hover { border-bottom: none; } .inline-nav :first-child { padding-left: 0; } .inline-nav :last-child { border-right: none; } .small-print { font-size: 13px; font-size: 1.3rem; } .cta-link { font-size: 2rem; font-weight: normal; } footer[role=contentinfo] { display: inline-block; padding-top: 1.3em; } /* --------------------------------------------------------------------------- Mobile (portrait) --------------------------------------------------------------------------- */ @media only screen and (max-width : 320px) { html { font-size: 56.5%; } .primary-article p, footer[role=contentinfo] { padding: 0 1.2em; } footer[role=contentinfo] { font-size: 11px; } } /* --------------------------------------------------------------------------- Default Desktop --------------------------------------------------------------------------- */ @media only screen and (min-width: 768px) { body { max-width: 30.1em; font-size: 23px; font-size: 2.3rem; font-weight: 200; } } /* --------------------------------------------------------------------------- Fadein Animation --------------------------------------------------------------------------- */ .ani { -webkit-animation-duration: 1s; -moz-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; } @-webkit-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-30px); } 100% { opacity: 1; -webkit-transform: translateY(0); } } @-moz-keyframes fadeInDown { 0% { opacity: 0; -moz-transform: translateY(-30px); } 100% { opacity: 1; -moz-transform: translateY(0); } } @Keyframes fadeInDown { 0% { opacity: 0; transform: translateY(-30px); } 100% { opacity: 1; transform: translateY(0); } } .fade-in-down { -webkit-animation-name: fadeInDown; -moz-animation-name: fadeInDown; animation-name: fadeInDown; } </style> <script> humanize = function(property) { return property.replace(/_/g, ' ') .replace(/(\w+)/g, function(match) { return match.charAt(0).toUpperCase() + match.slice(1); }); }; </script> <script> var helps = [ "Container application tro
Moose64-11
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: coverallsapp/github-action@master. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.