Sascha Foerster
12/08/2022, 10:29 PM...
Step 14/33 : RUN yarn turbo run build --filter=@calcom/web
---> Running in ac18591ecfe3
yarn run v1.22.19
$ /calcom/node_modules/.bin/turbo run build --filter=@calcom/web
WARNING cannot find a .git folder. Falling back to manual file hashing (which may be slower). If you are running this build in a pruned directory, you can ignore this message. Otherwise, please initialize a git repository in the root of your monorepo
• Packages in scope: @calcom/web
• Running build in 1 packages
@calcom/app-store-cli:build: cache bypass, force executing 052683f0cba0a4f1
@calcom/embed-core:build: cache bypass, force executing a666f6c5c77802bd
@calcom/prisma:post-install: cache bypass, force executing 78f356018eb45025
@calcom/prisma:db-deploy: cache bypass, force executing 9bd4df72bb40e7f7
@calcom/prisma:post-install: $ yarn generate-schemas
@calcom/prisma:db-deploy: $ yarn prisma migrate deploy
@calcom/embed-core:build: $ NEXT_PUBLIC_EMBED_FINGER_PRINT=$(git rev-parse --short HEAD) yarn __build
@calcom/app-store-cli:build: warning package.json: No license field
@calcom/embed-core:build: fatal: not a git repository (or any of the parent directories): .git
@calcom/app-store-cli:build: $ ts-node --transpile-only src/app-store.ts
@calcom/prisma:post-install: $ prisma generate && prisma format
@calcom/prisma:db-deploy: $ /calcom/node_modules/.bin/prisma migrate deploy
@calcom/embed-core:build: $ yarn tailwind && vite build && tsc --emitDeclarationOnly --declarationDir dist && cp -r ../../../apps/web/public/embed ./dist/
@calcom/embed-core:build: $ yarn tailwindcss -i ./src/styles.css -o ./src/tailwind.generated.css
@calcom/embed-core:build: $ /calcom/node_modules/.bin/tailwindcss -i ./src/styles.css -o ./src/tailwind.generated.css
@calcom/prisma:post-install: Prisma schema loaded from schema.prisma
@calcom/prisma:db-deploy: Prisma schema loaded from schema.prisma
@calcom/prisma:db-deploy: Datasource "db": PostgreSQL database "calendso", schema "public" at "database:5432"
@calcom/prisma:db-deploy:
@calcom/prisma:db-deploy: 144 migrations found in prisma/migrations
@calcom/prisma:db-deploy:
@calcom/prisma:db-deploy:
@calcom/prisma:db-deploy: No pending migrations to apply.
@calcom/embed-core:build:
@calcom/embed-core:build: Rebuilding...
@calcom/embed-core:build: DEPRECATION: adding rounded classes via the variants array is deprecated. Use nocompatible mode instead (i.e. when adding the plugin, use `scrollbarPlugin({ nocompatible: true })`)
@calcom/app-store-cli:build: No parser and no filepath given, using 'babel' the parser now but this will throw an error in the future. Please specify a parser or a filepath so one can be inferred.
@calcom/embed-core:build:
@calcom/embed-core:build: Done in 1259ms.
@calcom/app-store-cli:build: No parser and no filepath given, using 'babel' the parser now but this will throw an error in the future. Please specify a parser or a filepath so one can be inferred.
@calcom/app-store-cli:build: No parser and no filepath given, using 'babel' the parser now but this will throw an error in the future. Please specify a parser or a filepath so one can be inferred.
@calcom/app-store-cli:build: No parser and no filepath given, using 'babel' the parser now but this will throw an error in the future. Please specify a parser or a filepath so one can be inferred.
@calcom/app-store-cli:build: No parser and no filepath given, using 'babel' the parser now but this will throw an error in the future. Please specify a parser or a filepath so one can be inferred.
@calcom/app-store-cli:build: Generated apps.metadata.generated.ts, apps.server.generated.ts, apps.browser.generated.tsx, apps.schemas.generated.ts, apps.keys-schemas.generated.ts
@calcom/embed-core:build: vite v2.9.15 building for production...
@calcom/embed-core:build: transforming...
@calcom/embed-core:build: DEPRECATION: adding rounded classes via the variants array is deprecated. Use nocompatible mode instead (i.e. when adding the plugin, use `scrollbarPlugin({ nocompatible: true })`)
@calcom/prisma:post-install:
@calcom/prisma:post-install: ✔ Generated Prisma Client (4.2.1 | library) to ./../../node_modules/@prisma/client in 1.03s
@calcom/prisma:post-install:
@calcom/prisma:post-install: ✔ Generated Zod Schemas (0.5.4) to ./zod in 1.67s
@calcom/prisma:post-install: You can now start using Prisma Client in your code. Reference: <https://pris.ly/d/client>
@calcom/prisma:post-install:
@calcom/prismapost install import { PrismaClient } from '@prisma/client'
@calcom/prismapost install const prisma = new PrismaClient()
@calcom/prismapost install @calcom/embed-core:build: ✓ 17 modules transformed.
@calcom/embed-core:build: rendering chunks...
@calcom/embed-core:build: dist/preview.html 0.61 KiB
@calcom/embed-core:build: dist/preview.js 2.00 KiB / gzip: 1.03 KiB
@calcom/embed-core:build: dist/embed.js 26.40 KiB / gzip: 7.81 KiB
@calcom/embed-core:build: dist/assets/embed.7fbf73d3.css 12.72 KiB / gzip: 3.34 KiB
@calcom/prisma:post-install: Prisma schema loaded from schema.prisma
@calcom/prisma:post-install: Formatted /calcom/packages/prisma/schema.prisma in 301ms 🚀
@calcom/prisma:build: cache bypass, force executing 9af7d2188f5f7954
@calcom/prisma:build: $ yarn prisma migrate deploy && yarn seed-app-store
@calcom/prisma:build: $ /calcom/node_modules/.bin/prisma migrate deploy
@calcom/prisma:build: Prisma schema loaded from schema.prisma
@calcom/prisma:build: Datasource "db": PostgreSQL database "calendso", schema "public" at "database:5432"
@calcom/prisma:build:
@calcom/prisma:build: 144 migrations found in prisma/migrations
@calcom/prisma:build:
@calcom/prisma:build:
@calcom/prisma:build: No pending migrations to apply.
@calcom/prisma:build: ┌─────────────────────────────────────────────────────────┐
@calcom/prisma:build: │ Update available 4.2.1 -> 4.7.1 │
@calcom/prisma:build: │ Run the following to update │
@calcom/prisma:build: │ yarn add --dev prisma@latest │
@calcom/prisma:build: │ yarn add @prisma/client@latest │
@calcom/prisma:build: └─────────────────────────────────────────────────────────┘
@calcom/prisma:build: $ ts-node --transpile-only ./seed-app-store.ts
@calcom/prisma:build: 📲 Upserted app: 'apple-calendar'
@calcom/prisma:build: 📲 Upserted app: 'caldav-calendar'
@calcom/prisma:build: Error adding google credentials to DB: Unexpected end of JSON input
@calcom/prisma:build: 📲 Upserted app: 'jitsi'
@calcom/prisma:build: 📲 Upserted app: 'wipe-my-cal'
@calcom/embed-snippet:build: cache miss, executing fa001fc8daa2ac41
@calcom/prisma:build: 📲 Upserted app: 'huddle01'
@calcom/prisma:build: 📲 Upserted app: 'routing-forms'
@calcom/prisma:build: 📲 Upserted app: 'whereby'
@calcom/prisma:build: 📲 Upserted app: 'around'
@calcom/prisma:build: 📲 Upserted app: 'riverside'
@calcom/prisma:build: 📲 Upserted app: 'typeform'
@calcom/prisma:build: 📲 Upserted app: 'ping'
@calcom/prisma:build: 📲 Upserted app: 'campfire'
@calcom/prisma:build: 📲 Upserted app: 'rainbow'
@calcom/prisma:build: 📲 Upserted app: 'raycast'
@calcom/prisma:build: 📲 Upserted app: 'n8n'
@calcom/prisma:build: 📲 Upserted app: 'exchange'
@calcom/prisma:build: 📲 Upserted app: 'qr_code'
@calcom/prisma:build: 📲 Upserted app: 'weather_in_your_calendar'
@calcom/prisma:build: 📲 Upserted app: 'fathom'
@calcom/prisma:build: 📲 Upserted app: 'plausible'
@calcom/prisma:build: 📲 Upserted app: 'wordpress'
@calcom/prisma:build: 📲 Upserted app: 'ga4'
@calcom/prisma:build: 📲 Upserted app: 'pipedream'
@calcom/prisma:build: 📲 Upserted app: 'sirius_video'
@calcom/prisma:build: 📲 Upserted app: 'sendgrid'
@calcom/prisma:build: 📲 Upserted app: 'closecom'
@calcom/prisma:build: 📲 Upserted app: 'whatsapp'
@calcom/prisma:build: 📲 Upserted app: 'telegram'
@calcom/prisma:build: 📲 Upserted app: 'signal'
@calcom/prisma:build: Skipping Routing Form - Seeding - Pro User not found
@calcom/embed-snippet:build: $ vite build && tsc --emitDeclarationOnly --declarationDir dist
@calcom/embed-snippet:build: vite v2.9.15 building for production...
@calcom/embed-snippet:build: transforming...
@calcom/embed-snippet:build: ✓ 1 modules transformed.
@calcom/embed-snippet:build: rendering chunks...
@calcom/embed-snippet:build: dist/snippet.es.js 1.04 KiB / gzip: 0.50 KiB
@calcom/embed-snippet:build: Entry module "src/index.ts" is using named and default exports together. Consumers of your bundle will have to use `snippet["default"]` to access the default export, which may not be what you want. Use `output.exports: "named"` to disable this warning
@calcom/embed-snippet:build: dist/snippet.umd.js 0.88 KiB / gzip: 0.55 KiB