the_mirror_server | yarn run v1.22.19 the_mirror_server | $ migrate-mongo up mongodb | {"t":{"$date":"2024-03-17T22:40:45.281+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.18.0.4:33636","uuid":{"uuid":{"$uuid":"15c80622-b483-4df5-8c66-1f617da6fcb9"}},"connectionId":1,"connectionCount":1}} mongodb | {"t":{"$date":"2024-03-17T22:40:45.286+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn1","msg":"client metadata","attr":{"remote":"172.18.0.4:33636","client":"conn1","negotiatedCompressors":[],"doc":{"driver":{"name":"nodejs","version":"5.9.2"},"platform":"Node.js v18.19.1, LE","os":{"name":"linux","architecture":"x64","version":"6.1.0-18-amd64","type":"Linux"}}}} mongodb | {"t":{"$date":"2024-03-17T22:40:45.294+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.18.0.4:33640","uuid":{"uuid":{"$uuid":"383cbcaf-d389-4504-afdf-837498cf7035"}},"connectionId":2,"connectionCount":2}} mongodb | {"t":{"$date":"2024-03-17T22:40:45.296+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn2","msg":"client metadata","attr":{"remote":"172.18.0.4:33640","client":"conn2","negotiatedCompressors":[],"doc":{"driver":{"name":"nodejs","version":"5.9.2"},"platform":"Node.js v18.19.1, LE","os":{"name":"linux","architecture":"x64","version":"6.1.0-18-amd64","type":"Linux"}}}} mongodb | {"t":{"$date":"2024-03-17T22:40:45.302+00:00"},"s":"I", "c":"ACCESS", "id":6788604, "ctx":"conn2","msg":"Auth metrics report","attr":{"metric":"acquireUser","micros":0}} mongodb | {"t":{"$date":"2024-03-17T22:40:45.319+00:00"},"s":"I", "c":"ACCESS", "id":5286306, "ctx":"conn2","msg":"Successfully authenticated","attr":{"client":"172.18.0.4:33640","isSpeculative":true,"isClusterMember":false,"mechanism":"SCRAM-SHA-256","user":"root","db":"admin","result":0,"metrics":{"conversation_duration":{"micros":17119,"summary":{"0":{"step":1,"step_total":2,"duration_micros":121},"1":{"step":2,"step_total":2,"duration_micros":51}}}},"extraInfo":{}}} mongodb | {"t":{"$date":"2024-03-17T22:40:45.321+00:00"},"s":"I", "c":"NETWORK", "id":6788700, "ctx":"conn2","msg":"Received first command on ingress connection since session start or auth handshake","attr":{"elapsedMillis":2}} the_mirror_server | Done in 0.72s. mongodb | {"t":{"$date":"2024-03-17T22:40:45.348+00:00"},"s":"I", "c":"NETWORK", "id":22944, "ctx":"conn1","msg":"Connection ended","attr":{"remote":"172.18.0.4:33636","uuid":{"uuid":{"$uuid":"15c80622-b483-4df5-8c66-1f617da6fcb9"}},"connectionId":1,"connectionCount":1}} mongodb | {"t":{"$date":"2024-03-17T22:40:45.348+00:00"},"s":"I", "c":"NETWORK", "id":22944, "ctx":"conn2","msg":"Connection ended","attr":{"remote":"172.18.0.4:33640","uuid":{"uuid":{"$uuid":"383cbcaf-d389-4504-afdf-837498cf7035"}},"connectionId":2,"connectionCount":0}} the_mirror_server | yarn run v1.22.19 the_mirror_server | $ rimraf dist && rimraf lib the_mirror_server | $ nest build the_mirror_server | - TSC Initializing type checker... the_mirror_server | the_mirror_server | migrations/themirror/20231129171842-add-isEquipable-property-to-assets.js:6:21 - error TS2351: This expression is not constructable. the_mirror_server | Type 'typeof import("/app/node_modules/piscina/dist/src/index")' has no construct signatures. the_mirror_server | the_mirror_server | 6 const piscina = new Piscina({ the_mirror_server | ~~~~~~~ the_mirror_server | src/block/block.service.ts:34:5 - error TS2322: Type 'Promise & Block & Document & { _id: ObjectId; }>>' is not assignable to type 'Promise'. the_mirror_server | Type 'ModifyResult & Block & Document & { _id: ObjectId; }>' is not assignable to type 'BlockDocument'. the_mirror_server | Type 'ModifyResult & Block & Document & { _id: ObjectId; }>' is missing the following properties from type 'Block': name, blockType, description, creator, mirrorPublicLibrary the_mirror_server | the_mirror_server | 34 return this.blockModel.findOneAndDelete({ _id: id }).exec() the_mirror_server | ~~~~~~ the_mirror_server | src/space/space.service.ts:885:7 - error TS2322: Type 'SpaceDocument | ModifyResult & Space & Document & { _id: ObjectId; }>' is not assignable to type 'SpaceDocument'. the_mirror_server | Type 'ModifyResult & Space & Document & { _id: ObjectId; }>' is not assignable to type 'SpaceDocument'. the_mirror_server | Type 'ModifyResult & Space & Document & { _id: ObjectId; }>' is missing the following properties from type 'Space': name, description, images, scriptIds, and 20 more. the_mirror_server | the_mirror_server | 885 return this.spaceModel the_mirror_server | ~~~~~~ the_mirror_server | src/tag/tag.service.ts:146:5 - error TS2322: Type 'Promise & Tag & Document & { _id: ObjectId; }>>' is not assignable to type 'Promise'. the_mirror_server | Type 'ModifyResult & Tag & Document & { _id: ObjectId; }>' is not assignable to type 'TagDocument'. the_mirror_server | Type 'ModifyResult & Tag & Document & { _id: ObjectId; }>' is missing the following properties from type 'Tag': name, creator the_mirror_server | the_mirror_server | 146 return this.tagModel.findOneAndDelete({ _id: id }).exec() the_mirror_server | ~~~~~~ the_mirror_server | the_mirror_server | error Command failed with exit code 1. the_mirror_server | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. the_mirror_server exited with code 1