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