quarkuslab / honey-museum

2 stars 1 forks source link

Feature/landing page #11

Open ihsanhere opened 1 month ago

ihsanhere commented 1 month ago

Check status and merge if ready

ihsanhere commented 1 month ago
2024-09-09T13:35:39.430675Z Cloning repository...
2024-09-09T13:35:40.730275Z From https://github.com/quarkuslab/honey-museum
2024-09-09T13:35:40.730776Z  * branch            ac38f6732240b8ea6220e33066ead0b4f6f145bd -> FETCH_HEAD
2024-09-09T13:35:40.730899Z 
2024-09-09T13:35:40.798642Z HEAD is now at ac38f67 changed the products part in landing page
2024-09-09T13:35:40.799108Z 
2024-09-09T13:35:40.881814Z 
2024-09-09T13:35:40.882265Z Using v2 root directory strategy
2024-09-09T13:35:40.905801Z Success: Finished cloning repository files
2024-09-09T13:35:42.556282Z Checking for configuration in a wrangler.toml configuration file (BETA)
2024-09-09T13:35:42.556856Z 
2024-09-09T13:35:42.654483Z No wrangler.toml file found. Continuing.
2024-09-09T13:35:42.737303Z Restoring from dependencies cache
2024-09-09T13:35:42.753522Z Restoring from build output cache
2024-09-09T13:35:42.966643Z Success: Build output restored from build cache.
2024-09-09T13:35:43.493214Z Success: Dependencies restored from build cache.
2024-09-09T13:35:43.579857Z Detected the following tools from environment: npm@9.6.7, nodejs@18.17.1
2024-09-09T13:35:43.589259Z Installing project dependencies: npm clean-install --progress=false
2024-09-09T13:35:48.488063Z 
2024-09-09T13:35:48.48826Z  added 520 packages, and audited 521 packages in 4s
2024-09-09T13:35:48.488372Z 
2024-09-09T13:35:48.488456Z 184 packages are looking for funding
2024-09-09T13:35:48.489028Z   run `npm fund` for details
2024-09-09T13:35:48.490347Z 
2024-09-09T13:35:48.490474Z found 0 vulnerabilities
2024-09-09T13:35:48.52575Z  Executing user command: npm run build
2024-09-09T13:35:49.079384Z 
2024-09-09T13:35:49.079638Z > build
2024-09-09T13:35:49.079769Z > astro check && astro build
2024-09-09T13:35:49.079869Z 
2024-09-09T13:35:50.745874Z 13:35:50 [types] Generated 73ms
2024-09-09T13:35:50.753525Z 13:35:50 [check] Getting diagnostics for Astro files in /opt/buildhome/repo...
2024-09-09T13:35:52.924188Z src/components/Footer.astro:3:1 - warning ts(6133): 'landing' is declared but its value is never read.
2024-09-09T13:35:52.924547Z 
2024-09-09T13:35:52.924725Z 3 import landing from "@/assets/images/landing.png";
2024-09-09T13:35:52.924861Z   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2024-09-09T13:35:52.924979Z 
2024-09-09T13:35:53.024411Z src/layouts/DefaultLayout.astro:4:1 - warning ts(6133): 'Footer' is declared but its value is never read.
2024-09-09T13:35:53.024704Z 
2024-09-09T13:35:53.024926Z 4 import Footer from "@/components/Footer.astro";
2024-09-09T13:35:53.025929Z   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2024-09-09T13:35:53.026644Z 
2024-09-09T13:35:53.174887Z Result (12 files): 
2024-09-09T13:35:53.175214Z - 0 errors
2024-09-09T13:35:53.175705Z - 0 warnings
2024-09-09T13:35:53.175807Z - 2 hints
2024-09-09T13:35:53.175872Z 
2024-09-09T13:35:54.855985Z 13:35:54 [types] Generated 73ms
2024-09-09T13:35:54.856469Z 13:35:54 [build] output: "static"
2024-09-09T13:35:54.856587Z 13:35:54 [build] directory: /opt/buildhome/repo/dist/
2024-09-09T13:35:54.856736Z 13:35:54 [build] Collecting build info...
2024-09-09T13:35:54.857118Z 13:35:54 [build] ✓ Completed in 117ms.
2024-09-09T13:35:54.861586Z 13:35:54 [build] Building static entrypoints...
2024-09-09T13:35:55.514496Z 13:35:55 [ERROR] [vite] x Build failed in 608ms
2024-09-09T13:35:55.928505Z [vite]: Rollup failed to resolve import "/home/ubuntu/Desktop/quarkus-works/honey-museum/public/wave .png" from "/opt/buildhome/repo/src/pages/index.astro".
2024-09-09T13:35:55.928788Z This is most likely unintended because it can break your application at runtime.
2024-09-09T13:35:55.928924Z If you do want to externalize this module explicitly add it to
2024-09-09T13:35:55.92912Z  `build.rollupOptions.external`
2024-09-09T13:35:55.929262Z   Stack trace:
2024-09-09T13:35:55.929389Z     at viteWarn (file:///opt/buildhome/repo/node_modules/vite/dist/node/chunks/dep-BzOvws4Y.js:65477:17)
2024-09-09T13:35:55.929515Z     at onwarn (file:///opt/buildhome/repo/node_modules/vite/dist/node/chunks/dep-BzOvws4Y.js:65172:7)
2024-09-09T13:35:55.929631Z     at Object.logger [as onLog] (file:///opt/buildhome/repo/node_modules/rollup/dist/es/shared/node-entry.js:20301:9)
2024-09-09T13:35:55.929765Z     at file:///opt/buildhome/repo/node_modules/rollup/dist/es/shared/node-entry.js:19194:26
2024-09-09T13:35:55.960319Z Failed: Error while executing user command. Exited with error code: 1
2024-09-09T13:35:55.969589Z Failed: build command exited with code: 1
2024-09-09T13:35:56.872572Z Failed: error occurred while running build command

Error in build process

cloudflare-workers-and-pages[bot] commented 1 month ago

Deploying honey-museum with  Cloudflare Pages  Cloudflare Pages

Latest commit: 03f9dc5
Status: ✅  Deploy successful!
Preview URL: https://4238e519.honey-museum.pages.dev
Branch Preview URL: https://feature-landing-page.honey-museum.pages.dev

View logs