Skip to main content

Deploy details

Deploy successful for cientos-tresjs

fix: discrepancy between param enableDamping in OrbitControl

PR #486: fix/447-orbit-damping-property@615ace6

Deploy log

Initializing

Complete
10:32:01 AM: Build ready to start
10:32:14 AM: build-image version: ecdc8b770f4a0193fd3f258c1bc6029e681813a4 (focal)
10:32:14 AM: buildbot version: 31384b9071289c6a22c9a280fe11b85737b6fd56
10:32:14 AM: Fetching cached dependencies
10:32:14 AM: Starting to download cache of 169.1MB
10:32:15 AM: Finished downloading cache in 1.373s
10:32:15 AM: Starting to extract cache
10:32:19 AM: Finished extracting cache in 3.387s
10:32:19 AM: Finished fetching cache in 4.818s
10:32:19 AM: Starting to prepare the repo for build
10:32:19 AM: Preparing Git Reference pull/486/head
10:32:20 AM: Custom build command detected. Proceeding with the specified command: 'pnpm run build && pnpm docs:build'
10:32:21 AM: Starting to install dependencies
10:32:21 AM: Python version set to 3.8
10:32:21 AM: Attempting Ruby version 2.7.2, read from environment
10:32:22 AM: Using Ruby version 2.7.2
10:32:22 AM: Started restoring cached go cache
10:32:22 AM: Finished restoring cached go cache
10:32:23 AM: go version go1.19.13 linux/amd64
10:32:24 AM: Using PHP version 8.0
10:32:25 AM: Started restoring cached Node.js version
10:32:26 AM: Finished restoring cached Node.js version
10:32:26 AM: v18.20.4 is already installed.
10:32:26 AM: Now using node v18.20.4 (npm v10.7.0)
10:32:26 AM: Enabling Node.js Corepack
10:32:26 AM: Started restoring cached build plugins
10:32:26 AM: Finished restoring cached build plugins
10:32:26 AM: Started restoring cached corepack dependencies
10:32:26 AM: Finished restoring cached corepack dependencies
10:32:26 AM: Started restoring cached pnpm cache
10:32:26 AM: Finished restoring cached pnpm cache
10:32:28 AM: pnpm workspaces detected
10:32:28 AM: Started restoring workspace docs node modules
10:32:28 AM: Finished restoring workspace docs node modules
10:32:28 AM: Started restoring workspace playground/vue node modules
10:32:28 AM: Finished restoring workspace playground/vue node modules
10:32:28 AM: Started restoring workspace root node modules
10:32:28 AM: Finished restoring workspace root node modules
10:32:28 AM: Installing npm packages using pnpm version 8.10.2
10:32:28 AM: Scope: all 3 workspace projects
10:32:28 AM: Lockfile is up to date, resolution step is skipped
10:32:28 AM: Packages: +927
10:32:28 AM: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
10:32:30 AM: . prepare$ node .husky/install.mjs
10:32:30 AM: . prepare: Done
10:32:30 AM: Done in 1.8s
10:32:30 AM: npm packages installed using pnpm
10:32:30 AM: Successfully installed dependencies
10:32:30 AM: Starting build script
10:32:31 AM: Detected 1 framework(s)
10:32:31 AM: "vite" at version "5.4.3"
10:32:31 AM: Section completed: initializing

Building

Complete
10:32:33 AM: Netlify Build
10:32:33 AM: ────────────────────────────────────────────────────────────────
10:32:33 AM:
10:32:33 AM: ❯ Version
10:32:33 AM: @netlify/build 29.54.0
10:32:33 AM:
10:32:33 AM: ❯ Flags
10:32:33 AM: accountId: 5ac73558df99536a45b5af52
10:32:33 AM: baseRelDir: true
10:32:33 AM: buildId: 66dd7d21f8def30008826c7a
10:32:33 AM: deployId: 66dd7d21f8def30008826c7c
10:32:33 AM:
10:32:33 AM: ❯ Current directory
10:32:33 AM: /opt/build/repo
10:32:33 AM:
10:32:33 AM: ❯ Config file
10:32:33 AM: /opt/build/repo/netlify.toml
10:32:33 AM:
10:32:33 AM: ❯ Context
10:32:33 AM: deploy-preview
10:32:33 AM:
10:32:33 AM: build.command from netlify.toml
10:32:33 AM: ────────────────────────────────────────────────────────────────
10:32:33 AM: ​
10:32:33 AM: $ pnpm run build && pnpm docs:build
10:32:33 AM: > @tresjs/cientos@4.0.2 build /opt/build/repo
10:32:33 AM: > vite build
10:32:34 AM: Tres/cientos v4.0.2
10:32:34 AM: vite v5.4.3 building for production...
10:32:34 AM:
10:32:34 AM: watching for file changes...
10:32:34 AM:
10:32:34 AM: build started...
10:32:43 AM: src/core/controls/CameraControls.vue:866:1 - error TS7056: The inferred type of this node exceeds the maximum length the compiler will serialize. An explicit type annotation is needed.
10:32:43 AM: 866 export default await (async () => {
10:32:43 AM: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10:32:43 AM: 867 const { defineProps, defineSlots, defineEmits, defineExpose, defineModel, defineOptions, withDefaults, } = await import('vue');
10:32:43 AM: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10:32:43 AM: ...
10:32:43 AM: 1126 });
10:32:43 AM: ~~~
10:32:43 AM: 1127 })();
10:32:43 AM: ~~~~~
10:32:43 AM: src/core/controls/MapControls.vue:783:1 - error TS7056: The inferred type of this node exceeds the maximum length the compiler will serialize. An explicit type annotation is needed.
10:32:43 AM: 783 export default (await import('vue')).defineComponent({
10:32:43 AM: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10:32:43 AM: 784 setup() {
10:32:43 AM: ~~~~~~~~~
10:32:43 AM: ...
10:32:43 AM: 791 emits: ({} as __VLS_NormalizeEmits<__VLS_ModelEmitsType & typeof emit>),
10:32:43 AM: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10:32:43 AM: 792 });
10:32:43 AM: ~~~
10:32:43 AM: src/core/controls/OrbitControls.vue:789:1 - error TS7056: The inferred type of this node exceeds the maximum length the compiler will serialize. An explicit type annotation is needed.
10:32:43 AM: 789 export default (await import('vue')).defineComponent({
10:32:43 AM: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10:32:43 AM: 790 setup() {
10:32:43 AM: ~~~~~~~~~
10:32:43 AM: ...
10:32:43 AM: 797 emits: ({} as __VLS_NormalizeEmits<__VLS_ModelEmitsType & typeof emit>),
10:32:43 AM: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10:32:43 AM: 798 });
10:32:43 AM: ~~~
10:32:43 AM: src/core/controls/PointerLockControls.vue:83:41 - error TS2345: Argument of type 'string' is not assignable to parameter of type 'never'.
10:32:43 AM: 83 controlsRef.value?.addEventListener('lock', () => isLockEmitter(true))
10:32:43 AM: ~~~~~~
10:32:43 AM: src/core/controls/PointerLockControls.vue:84:41 - error TS2345: Argument of type 'string' is not assignable to parameter of type 'never'.
10:32:43 AM: 84 controlsRef.value?.addEventListener('unlock', () => isLockEmitter(false))
10:32:43 AM: ~~~~~~~~
10:32:43 AM: src/core/controls/PointerLockControls.vue:90:39 - error TS2345: Argument of type 'string' is not assignable to parameter of type 'never'.
10:32:43 AM: 90 controls.value?.removeEventListener('lock', () => isLockEmitter(true))
10:32:43 AM: ~~~~~~
10:32:43 AM: src/core/controls/PointerLockControls.vue:91:39 - error TS2345: Argument of type 'string' is not assignable to parameter of type 'never'.
10:32:43 AM: 91 controls.value?.removeEventListener('unlock', () => isLockEmitter(false))
10:32:43 AM: ~~~~~~~~
10:32:43 AM: src/core/loaders/SVG/component.vue:117:20 - error TS2345: Argument of type 'typeof SVGLoader' is not assignable to parameter of type 'LoaderProto<SVGResult>'.
10:32:43 AM: Types of construct signatures are incompatible.
10:32:43 AM: Type 'new (manager?: LoadingManager | undefined) => SVGLoader' is not assignable to type 'new (manager?: LoadingManager | undefined) => TresLoader<SVGResult>'.
10:32:43 AM: Construct signature return types 'SVGLoader' and 'TresLoader<SVGResult>' are incompatible.
10:32:43 AM: The types of 'load' are incompatible between these types.
10:32:43 AM: Type '(url: string, onLoad: (data: SVGResult) => void, onProgress?: ((event: ProgressEvent<EventTarget>) => void) | undefined, onError?: ((event: ErrorEvent) => void) | undefined) => void' is not assignable to type '(url: string | string[], onLoad: (result: SVGResult) => void, onProgress?: ((event: ProgressEvent<EventTarget>) => void) | undefined, onError?: ((event: ErrorEvent) => void) | undefined) => void'.
10:32:43 AM: Types of parameters 'url' and 'url' are incompatible.
10:32:43 AM: Type 'string | string[]' is not assignable to type 'string'.
10:32:43 AM: Type 'string[]' is not assignable to type 'string'.
10:32:43 AM: 117 return useLoader(SVGLoader, srcStr) as Promise<SVGResult>
10:32:43 AM: ~~~~~~~~~
10:32:43 AM: src/core/loaders/useFBX/index.ts:13:27 - error TS2345: Argument of type 'typeof FBXLoader' is not assignable to parameter of type 'LoaderProto<Group<Object3DEventMap>>'.
10:32:43 AM: Types of construct signatures are incompatible.
10:32:43 AM: Type 'new (manager?: LoadingManager | undefined) => FBXLoader' is not assignable to type 'new (manager?: LoadingManager | undefined) => TresLoader<Group<Object3DEventMap>>'.
10:32:43 AM: Construct signature return types 'FBXLoader' and 'TresLoader<Group<Object3DEventMap>>' are incompatible.
10:32:43 AM: The types of 'load' are incompatible between these types.
10:32:43 AM: Type '(url: string, onLoad: (object: Group<Object3DEventMap>) => void, onProgress?: ((event: ProgressEvent<EventTarget>) => void) | undefined, onError?: ((event: ErrorEvent) => void) | undefined) => void' is not assignable to type '(url: string | string[], onLoad: (result: Group<Object3DEventMap>) => void, onProgress?: ((event: ProgressEvent<EventTarget>) => void) | undefined, onError?: ((event: ErrorEvent) => void) | undefined) => void'.
10:32:43 AM: Types of parameters 'url' and 'url' are incompatible.
10:32:43 AM: Type 'string | string[]' is not assignable to type 'string'.
10:32:43 AM: Type 'string[]' is not assignable to type 'string'.
10:32:43 AM: 13 return (await useLoader(FBXLoader, path)) as unknown as Object3D
10:32:43 AM: ~~~~~~~~~
10:32:43 AM: src/core/loaders/useGLTF/index.ts:79:44 - error TS2345: Argument of type 'typeof GLTFLoader' is not assignable to parameter of type 'LoaderProto<GLTF>'.
10:32:43 AM: Types of construct signatures are incompatible.
10:32:43 AM: Type 'new (manager?: LoadingManager | undefined) => GLTFLoader' is not assignable to type 'new (manager?: LoadingManager | undefined) => TresLoader<GLTF>'.
10:32:43 AM: Construct signature return types 'GLTFLoader' and 'TresLoader<GLTF>' are incompatible.
10:32:43 AM: The types of 'load' are incompatible between these types.
10:32:43 AM: Type '(url: string, onLoad: (data: GLTF) => void, onProgress?: ((event: ProgressEvent<EventTarget>) => void) | undefined, onError?: ((err: unknown) => void) | undefined) => void' is not assignable to type '(url: string | string[], onLoad: (result: GLTF) => void, onProgress?: ((event: ProgressEvent<EventTarget>) => void) | undefined, onError?: ((event: ErrorEvent) => void) | undefined) => void'.
10:32:43 AM: Types of parameters 'url' and 'url' are incompatible.
10:32:43 AM: Type 'string | string[]' is not assignable to type 'string'.
10:32:43 AM: Type 'string[]' is not assignable to type 'string'.
10:32:43 AM: 79 const gltfModel = (await useLoader<GLTF>(GLTFLoader, path, setExtensions(options, extendLoader))) as unknown as GLTFResult
10:32:43 AM: ~~~~~~~~~~
10:32:43 AM: src/core/staging/Precipitation.vue:204:8 - error TS2322: Type 'string | undefined' is not assignable to type 'Texture | Readonly<Texture | null | undefined>'.
10:32:43 AM: 204 :alpha-map="alphaMap"
10:32:43 AM: ~~~~~~~~~
10:32:43 AM: node_modules/.pnpm/@types+three@0.168.0/node_modules/@types/three/src/materials/PointsMaterial.d.ts:42:5
10:32:43 AM: 42 alphaMap: Texture | null;
10:32:43 AM: ~~~~~~~~
10:32:43 AM: The expected type comes from property 'alphaMap' which is declared here on type 'Partial<{}> & Omit<{ readonly name?: Readonly<string | undefined>; readonly map?: Texture | Readonly<Texture | null | undefined>; ... 71 more ...; readonly dispose?: Readonly<...>; } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...>, undefined> & Record<...>'
10:32:43 AM: src/core/staging/useEnvironment/index.ts:61:9 - error TS2322: Type 'CubeTexture | RGBELoader | (CubeTexture | RGBELoader)[]' is not assignable to type 'Texture | CubeTexture | null'.
10:32:43 AM: Type 'RGBELoader' is not assignable to type 'Texture | CubeTexture | null'.
10:32:43 AM: Type 'RGBELoader' is missing the following properties from type 'CubeTexture': isCubeTexture, image, images, mapping, and 42 more.
10:32:43 AM: 61 texture.value = await useLoader<CubeTexture | RGBELoader>(
10:32:43 AM: ~~~~~~~~~~~~~
10:32:43 AM: src/core/staging/useEnvironment/index.ts:114:9 - error TS2322: Type 'RGBELoader | RGBELoader[]' is not assignable to type 'Texture | CubeTexture | null'.
10:32:43 AM: Type 'RGBELoader' is not assignable to type 'Texture | CubeTexture | null'.
10:32:43 AM: 114 texture.value = await useLoader<RGBELoader>(
10:32:43 AM: ~~~~~~~~~~~~~
10:32:43 AM: transforming...
10:32:47 AM: node_modules/.pnpm/three-stdlib@2.32.2_three@0.168.0/node_modules/three-stdlib/libs/lottie.js (13062:32): Use of eval in "node_modules/.pnpm/three-stdlib@2.32.2_three@0.168.0/node_modules/three-stdlib/libs/lottie.js" is strongly discouraged as it poses security risks and may cause issues with minification.
10:32:48 AM: 481 modules transformed.
10:32:49 AM: rendering chunks...
10:32:49 AM:
10:32:49 AM: [vite:dts] Start generate declaration files...
10:32:49 AM: computing gzip size...
10:32:49 AM: [vite:dts] Declaration files built in 10580ms.
10:32:49 AM:
10:32:49 AM: dist/trescientos.umd.cjs 530.33 kB │ gzip: 154.05 kB
10:32:49 AM: dist/trescientos.js 716.52 kB │ gzip: 180.24 kB
10:32:49 AM: built in 14333ms.
10:32:49 AM: > @tresjs/cientos@4.0.2 docs:build /opt/build/repo
10:32:49 AM: > vitepress build docs
10:32:50 AM: vitepress v1.3.4
10:32:50 AM: - building client + server bundles...
10:33:03 AM:
10:33:03 AM: (!) Some chunks are larger than 500 kB after minification. Consider:
10:33:03 AM: - Using dynamic import() to code-split the application
10:33:03 AM: - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
10:33:03 AM: - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
10:33:12 AM: building client + server bundles...
10:33:12 AM: - rendering pages...
10:33:12 AM: rendering pages...
10:33:12 AM: build complete in 22.66s.
10:33:13 AM: ​
10:33:13 AM: (build.command completed in 39.5s)
10:33:13 AM:
10:33:13 AM: (Netlify Build completed in 40.2s)
10:33:14 AM: Section completed: building
10:33:21 AM: Finished processing build request in 1m6.736s

Deploying

Complete
10:33:13 AM: Deploy site
10:33:13 AM: ────────────────────────────────────────────────────────────────
10:33:13 AM: ​
10:33:13 AM: Starting to deploy site from 'docs/.vitepress/dist'
10:33:13 AM: Calculating files to upload
10:33:13 AM: 86 new file(s) to upload
10:33:13 AM: 0 new function(s) to upload
10:33:13 AM: Section completed: deploying
10:33:13 AM: Site deploy was successfully initiated
10:33:13 AM: ​
10:33:13 AM: (Deploy site completed in 612ms)

Cleanup

Complete
10:33:13 AM: Netlify Build Complete
10:33:13 AM: ────────────────────────────────────────────────────────────────
10:33:13 AM: ​
10:33:14 AM: Caching artifacts
10:33:14 AM: Started saving workspace docs node modules
10:33:14 AM: Finished saving workspace docs node modules
10:33:14 AM: Started saving workspace playground/vue node modules
10:33:14 AM: Finished saving workspace playground/vue node modules
10:33:14 AM: Started saving workspace root node modules
10:33:14 AM: Finished saving workspace root node modules
10:33:14 AM: Started saving build plugins
10:33:14 AM: Finished saving build plugins
10:33:14 AM: Started saving corepack cache
10:33:14 AM: Finished saving corepack cache
10:33:14 AM: Started saving pnpm cache
10:33:14 AM: Finished saving pnpm cache
10:33:14 AM: Started saving pip cache
10:33:14 AM: Finished saving pip cache
10:33:14 AM: Started saving emacs cask dependencies
10:33:14 AM: Finished saving emacs cask dependencies
10:33:14 AM: Started saving maven dependencies
10:33:14 AM: Finished saving maven dependencies
10:33:14 AM: Started saving boot dependencies
10:33:14 AM: Finished saving boot dependencies
10:33:14 AM: Started saving rust rustup cache
10:33:14 AM: Finished saving rust rustup cache
10:33:14 AM: Started saving go dependencies
10:33:14 AM: Finished saving go dependencies
10:33:14 AM: Build script success
10:33:20 AM: Uploading Cache of size 169.2MB
10:33:21 AM: Section completed: cleanup

Post-processing

Complete
10:33:13 AM: Skipping form detection
10:33:13 AM: Post processing - header rules
10:33:13 AM: Post processing - redirect rules
10:33:13 AM: Starting post processing
10:33:13 AM: Post processing done
10:33:13 AM: Section completed: postprocessing
10:33:14 AM: Site is live ✨