Skip to content

2 digit hours

2 digit hours #227

Triggered via push December 10, 2024 09:27
Status Failure
Total duration 31s
Artifacts

release.yml

on: push
build-and-push-frontend-image
22s
build-and-push-frontend-image
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
build-and-push-frontend-image
Error: buildah exited with code 1 Resolved "debian" as an alias (/etc/containers/registries.conf.d/shortnames.conf) Trying to pull docker.io/library/debian:latest... Getting image source signatures Copying blob sha256:fdf894e782a221820acf469d425b802be26aedb5e5d26ea80a650ff6a974d488 Copying blob sha256:fdf894e782a221820acf469d425b802be26aedb5e5d26ea80a650ff6a974d488 Copying config sha256:ff869c3288a47c9625a60473a3d5108ec45bd095a00e23568a82ee8b95d12954 Writing manifest to image destination Storing signatures debconf: delaying package configuration, since apt-utils is not installed ################ 22.3% ######################################################################## 100.0% [6.23ms] migrated lockfile from package-lock.json Saved lockfile $ vite build 9:27:50 AM [vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte. [email protected] Please see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition for details. 9:27:52 AM [vite-plugin-svelte] /frontend/src/routes/+page.svelte:1051:2 A11y: <div> with click, keydown handlers must have an ARIA role 1049: 1050: {#key top_margin_collapser_sidebar} 1051: <div ^ 1052: class="fixed hidden md:flex p-1 flex items-center rounded-r-md bg-white dark:bg-darksky text-black dark:text-white" 1053: on:click={() => { 9:27:52 AM [vite-plugin-svelte] /frontend/src/routes/+page.svelte:1092:4 A11y: The attribute 'aria-label' is not supported by the role 'none'. 1090: on:mousedown={startmovesidebar} 1091: on:touchstart={startmovesidebar} 1092: aria-label="Move sidebar" ^ 1093: role="none" 1094: > 9:27:52 AM [vite-plugin-svelte] /frontend/src/routes/+page.svelte:1103:2 A11y: <div> with click, keypress handlers must have an ARIA role 1101: {#if !$isLoading} 1102: <div class="fixed top-4 right-4 flex flex-col gap-y-2 pointer-events-none"> 1103: <div ^ 1104: on:click={togglelayerfeature} 1105: on:keypress={togglelayerfeature} 9:27:52 AM [vite-plugin-svelte] /frontend/src/routes/+page.svelte:1122:3 A11y: <img> element should have an alt attribute 1120: class="bg-white z-10 h-10 w-10 rounded-full dark:bg-gray-900 dark:text-gray-50 pointer-events-auto flex justify-center items-center" 1121: > 1122: <img ^ 1123: src={current_map_heading < 7 && current_map_heading > -7 1124: ? darkMode === true 9:27:52 AM [vite-plugin-svelte] /frontend/src/routes/+page.svelte:1115:2 A11y: <div> with click, keypress handlers must have an ARIA role 1113: </div> 1114: 1115: <div ^ 1116: on:click={gonorth} 1117: on:keypress={gonorth} 9:27:52 AM [vite-plugin-svelte] /frontend/src/routes/+page.svelte:1138:7 A11y: visible, non-interactive elements with an on:click event must be accompanied by a keyboard event handler. Consider whether an interactive element such as <button type="button"> or <a> might be more appropriate. See https://svelte.dev/docs/accessibility-warnings#a11y-click-events-have-key-events for more details. 1136: {#if typeof geolocation.coords == 'object'} 1137: {#if typeof geolocation.coords.speed == 'number'} 1138: <div ^ 1139: on:click={(e) => { 1140: e.preventDefault(); 9:27:52 AM [vite-plugin-svelte] /frontend/src/routes/+page.svelte:1138:7 A11y: <div> with click handler must have an ARIA role 1136: {#if typeof geolocation.coords == 'object'} 1137: {#if typeof geolocation.coords.speed == 'number'} 1138: <div ^ 1139: on:click={(e) => { 1140: e.preventDefault(); 9:27:52 AM [vite-plugin-svelte] /frontend/src/routes/+page.svelte:1181:4 A11y: <div> with click, keydown handlers must have an ARIA role 1179: {/if} 1180: {/if} 1181: <div
build-and-push-frontend-image
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636