6:35:56 AM: Netlify Build
6:35:56 AM: ────────────────────────────────────────────────────────────────
6:35:56 AM: @netlify/build 29.54.3
6:35:56 AM: accountId: 5b363a693813f04b35d9e1b8
6:35:56 AM: baseRelDir: true
6:35:56 AM: buildId: 66ebc5d400bd840008e2adac
6:35:56 AM: deployId: 66ebc5d400bd840008e2adae
6:35:56 AM: ❯ Current directory
6:35:56 AM: /opt/build/repo
6:35:56 AM: ❯ Config file
6:35:56 AM: /opt/build/repo/netlify.toml
6:35:56 AM: deploy-preview
6:35:56 AM: ❯ Loading plugins
6:35:56 AM: - netlify-plugin-chromium@1.1.4 from netlify.toml
6:35:58 AM: [NetlifyChromiumPlugin]: Installing Chromium with settings: {"packageManager":"yarn","setChromePathInEnv":true,"failBuildOnError":false}
6:35:58 AM: [NetlifyChromiumPlugin]: Setting environmental variable CHROME_PATH to /opt/build/repo/node_modules/chromium/lib/chromium/chrome-linux/chrome
6:35:58 AM: [NetlifyChromiumPlugin]: Chromium installation finished with SUCCESS (path: /opt/build/repo/node_modules/chromium/lib/chromium/chrome-linux/chrome)
6:35:58 AM: build.command from netlify.toml
6:35:58 AM: ────────────────────────────────────────────────────────────────
6:35:59 AM: yarn run v1.22.19
6:35:59 AM: $ astro check && astro build
6:36:00 AM: ▶ Astro collects anonymous usage data.
6:36:00 AM: This information helps us improve Astro.
6:36:00 AM: Run "astro telemetry disable" to opt-out.
6:36:02 AM: Preparing to start build of Web Check....
6:36:02 AM: 💖 Found Web-Check useful? Consider sponsoring us on GitHub to help fund maintenance & development.
6:36:03 AM: 06:36:03 Types generated 189ms
6:36:03 AM: 06:36:03 [check] Getting diagnostics for Astro files in /opt/build/repo...
6:36:07 AM: src/components/homepage/HomeBackground.tsx:138:92 - warning ts(6133): 'opacity' is declared but its value is never read.
6:36:07 AM: 138 {meteors.map(({ id, column, startRow, endRow, duration, tailVisible, animationStage, opacity }) => {
6:36:07 AM: src/layouts/MetaTags.astro:104:11 - warning astro(4000): This script will be treated as if it has the `is:inline` directive because it contains an attribute. Therefore, features that require processing (e.g. using TypeScript or npm packages in the script) are unavailable.
6:36:07 AM: Add the `is:inline` directive explicitly to silence this hint.
6:36:07 AM: 104 <script type="application/ld+json" set:html={JSON.stringify(customSchemaJson)} />
6:36:07 AM: src/layouts/MetaTags.astro:101:11 - warning astro(4000): This script will be treated as if it has the `is:inline` directive because it contains an attribute. Therefore, features that require processing (e.g. using TypeScript or npm packages in the script) are unavailable.
6:36:07 AM: Add the `is:inline` directive explicitly to silence this hint.
6:36:07 AM: 101 <script type="application/ld+json" set:html={JSON.stringify(makeBreadcrumbs())} />
6:36:07 AM: src/pages/account/index.astro:5:1 - warning ts(6133): 'Icon' is declared but its value is never read.
6:36:07 AM: 5 import Icon from '@components/molecules/Icon.svelte';
6:36:07 AM: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6:36:07 AM: src/pages/web-check-api/index.astro:5:1 - warning ts(6133): 'Icon' is declared but its value is never read.
6:36:07 AM: 5 import Icon from '@components/molecules/Icon.svelte';
6:36:07 AM: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6:36:08 AM: src/web-check-live/components/Form/Nav.tsx:3:1 - warning ts(6133): 'Link' is declared but its value is never read.
6:36:08 AM: 3 import { Link } from 'react-router-dom';
6:36:08 AM: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6:36:08 AM: src/web-check-live/components/Form/Row.tsx:159:59 - warning ts(6133): 'listIndex' is declared but its value is never read.
6:36:08 AM: 159 {row.listResults.map((listItem: string, listIndex: number) => (
6:36:09 AM: src/web-check-live/components/Results/Threats.tsx:67:47 - warning ts(6133): 'index' is declared but its value is never read.
6:36:09 AM: 67 { urlHaus.urls.map((urlResult: any, index: number) => {
6:36:09 AM: src/web-check-live/components/Results/TlsCipherSuites.tsx:45:15 - warning ts(6133): 'error' is declared but its value is never read.
6:36:09 AM: 45 }).catch((error) => {
6:36:09 AM: src/web-check-live/components/Results/TlsIssueAnalysis.tsx:113:70 - warning ts(6133): 'index' is declared but its value is never read.
6:36:09 AM: 113 { tlsRowData.length > 0 && tlsRowData.map((cipherSuite: any, index: number) => {
6:36:09 AM: src/web-check-live/components/misc/ErrorBoundary.tsx:1:8 - warning ts(6133): 'React' is declared but its value is never read.
6:36:09 AM: 1 import React, { Component, type ErrorInfo, type ReactNode } from "react";
6:36:09 AM: src/web-check-live/components/misc/Flag.tsx:8:37 - warning ts(6133): 'w' is declared but its value is never read.
6:36:09 AM: 8 const getFlagUrl = (code: string, w: number = 64) => {
6:36:09 AM: src/web-check-live/components/misc/Flag.tsx:8:23 - warning ts(6133): 'code' is declared but its value is never read.
6:36:09 AM: 8 const getFlagUrl = (code: string, w: number = 64) => {
6:36:10 AM: src/web-check-live/components/misc/ViewRaw.tsx:1:8 - warning ts(6133): 'React' is declared but its value is never read.
6:36:10 AM: 1 import React, { useState } from 'react';
6:36:10 AM: src/web-check-live/hooks/motherOfAllHooks.ts:39:9 - warning ts(80006): This may be converted to an async function.
6:36:10 AM: 39 const doTheFetch = () => {
6:36:10 AM: src/web-check-live/views/About.tsx:305:31 - warning ts(6133): 'index' is declared but its value is never read.
6:36:10 AM: 305 {fairUse.map((para, index: number) => (<li>{para}</li>))}
6:36:10 AM: src/web-check-live/views/About.tsx:289:31 - warning ts(6133): 'index' is declared but its value is never read.
6:36:10 AM: 289 {supportUs.map((para, index: number) => (<p dangerouslySetInnerHTML={{__html: para}} />))}
6:36:10 AM: src/web-check-live/views/Results.tsx:16:1 - warning ts(6133): 'SelfScanMsg' is declared but its value is never read.
6:36:10 AM: 16 import SelfScanMsg from 'web-check-live/components/misc/SelfScanMsg';
6:36:10 AM: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6:36:10 AM: src/web-check-live/views/Results.tsx:2:21 - warning ts(6133): 'useLocation' is declared but its value is never read.
6:36:10 AM: 2 import { useParams, useLocation } from 'react-router-dom';
6:36:10 AM: Result (95 files):
6:36:12 AM: Preparing to start build of Web Check....
6:36:12 AM: 💖 Found Web-Check useful? Consider sponsoring us on GitHub to help fund maintenance & development.
6:36:12 AM: 06:36:12 [WARN] [config] The feature "assets" is experimental and subject to change (used by @astrojs/netlify).
6:36:12 AM: 06:36:12 [build] output: "hybrid"
6:36:12 AM: 06:36:12 [build] directory: /opt/build/repo/dist/
6:36:12 AM: 06:36:12 [build] adapter: @astrojs/netlify
6:36:12 AM: 06:36:12 [build] Collecting build info...
6:36:12 AM: 06:36:12 [build] ✓ Completed in 177ms.
6:36:12 AM: 06:36:12 [build] Building hybrid entrypoints...
6:36:15 AM: 06:36:15 [vite] ✓ built in 3.08s
6:36:15 AM: 06:36:15 [build] ✓ Completed in 3.12s.
6:36:15 AM: building client (vite)
6:36:15 AM: 06:36:15 [vite] transforming...
6:36:21 AM: 06:36:21 [vite] ✓ 1524 modules transformed.
6:36:21 AM: 06:36:21 [vite] rendering chunks...
6:36:21 AM: 06:36:21 [vite] computing gzip size...
6:36:21 AM: 06:36:21 [vite] dist/_astro/_target_.CYivYX3d.css 14.19 kB │ gzip: 2.71 kB
6:36:21 AM: 06:36:21 [vite] dist/_astro/hoisted.CCwGgp1x.js 0.39 kB │ gzip: 0.26 kB
6:36:21 AM: 06:36:21 [vite] dist/_astro/client.Cx1FBVJX.js 0.61 kB │ gzip: 0.42 kB
6:36:21 AM: 06:36:21 [vite] dist/_astro/client.DvvRdHM_.js 1.59 kB │ gzip: 0.82 kB
6:36:21 AM: 06:36:21 [vite] dist/_astro/hoisted.IrMMpAHO.js 1.78 kB │ gzip: 0.81 kB
6:36:21 AM: 06:36:21 [vite] dist/_astro/index.caxmlYbZ.js 7.35 kB │ gzip: 2.96 kB
6:36:21 AM: 06:36:21 [vite] dist/_astro/hoisted.B8e_A8KY.js 14.12 kB │ gzip: 4.85 kB
6:36:21 AM: 06:36:21 [vite] dist/_astro/emotion-styled.browser.esm.dErvoO7D.js 21.95 kB │ gzip: 9.61 kB
6:36:21 AM: 06:36:21 [vite] dist/_astro/HomeBackground.7fHwm92M.js 108.70 kB │ gzip: 35.92 kB
6:36:21 AM: 06:36:21 [vite] dist/_astro/index.BT_cHE16.js 133.95 kB │ gzip: 43.14 kB
6:36:21 AM: 06:36:21 [vite] dist/_astro/main.CK12rhRY.js 811.45 kB │ gzip: 252.35 kB
6:36:21 AM: 06:36:21 [WARN] [vite]
6:36:21 AM: (!) Some chunks are larger than 500 kB after minification. Consider:
6:36:21 AM: - Using dynamic import() to code-split the application
6:36:21 AM: - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
6:36:21 AM: 06:36:21 [vite] ✓ built in 5.91s
6:36:21 AM: prerendering static routes
6:36:22 AM: 06:36:22 ▶ src/pages/account/index.astro
6:36:22 AM: 06:36:22 └─ /account/index.html (+7ms)
6:36:22 AM: 06:36:22 ▶ src/pages/self-hosted-setup.astro
6:36:22 AM: 06:36:22 └─ /self-hosted-setup/index.html (+6ms)
6:36:22 AM: 06:36:22 ▶ src/pages/web-check-api/spec.astro
6:36:22 AM: 06:36:22 └─ /web-check-api/spec/index.html (+14ms)
6:36:22 AM: 06:36:22 ▶ src/pages/web-check-api/index.astro
6:36:22 AM: 06:36:22 └─ /web-check-api/index.html (+2ms)
6:36:22 AM: 06:36:22 ▶ src/pages/index.astro
6:36:22 AM: 06:36:22 └─ /index.html (+18ms)
6:36:22 AM: 06:36:22 ✓ Completed in 629ms.
6:36:22 AM: finalizing server assets
6:36:22 AM: 06:36:22 [build] Rearranging server assets...
6:36:22 AM: 06:36:22 [@astrojs/sitemap] `sitemap-index.xml` created at `dist`
6:36:22 AM: 06:36:22 [@astrojs/netlify] Emitted _redirects
6:36:22 AM: 06:36:22 [@astrojs/netlify] Generated SSR Function
6:36:22 AM: 06:36:22 [build] Server built in 9.87s
6:36:22 AM: 06:36:22 [build] Complete!
6:36:22 AM: Done in 23.42s.
6:36:22 AM: (build.command completed in 23.7s)
6:36:22 AM: Functions bundling
6:36:22 AM: ────────────────────────────────────────────────────────────────
6:36:22 AM: Packaging Functions from .netlify/functions-internal directory:
6:36:22 AM: - ssr/ssr.mjs
6:36:22 AM: Packaging Functions from api directory:
6:36:22 AM: - archives.js
6:36:22 AM: - block-lists.js
6:36:22 AM: - dns-server.js
6:36:22 AM: - features.js
6:36:22 AM: - firewall.js
6:36:22 AM: - http-security.js
6:36:22 AM: - legacy-rank.js
6:36:22 AM: - linked-pages.js
6:36:22 AM: - mail-config.js
6:36:22 AM: - redirects.js
6:36:22 AM: - robots-txt.js
6:36:22 AM: - screenshot.js
6:36:22 AM: - security-txt.js
6:36:22 AM: - social-tags.js
6:36:22 AM: - tech-stack.js
6:36:22 AM: - trace-route.js
6:36:22 AM: - txt-records.js
6:36:47 AM: (Functions bundling completed in 24.8s)
6:36:55 AM: (Netlify Build completed in 58.5s)
6:36:56 AM: Section completed: building
6:39:44 AM: Finished processing build request in 5m27.263s