Files
speckle-server/logs/ifc-import-service-vps.out.log
T

55 lines
6.6 KiB
Plaintext

{"parser": "speckle_ifc", "@mt": "job processor started", "@t": "2026-05-11T07:45:00.903801Z", "@l": "info"}
>>> {"query": "query Server {\n serverInfo {\n version\n }\n}"}
Starting new HTTP connection (1): 127.0.0.1:3000
http://127.0.0.1:3000 "POST /graphql HTTP/1.1" 200 42
<<< {"data":{"serverInfo":{"version":"dev"}}}
>>> {"query": "query Server {\n serverInfo {\n version\n }\n}"}
Starting new HTTP connection (1): 127.0.0.1:3000
http://127.0.0.1:3000 "POST /graphql HTTP/1.1" 200 42
<<< {"data":{"serverInfo":{"version":"dev"}}}
>>> {"query": "query User {\n data: activeUser {\n id\n email\n name\n bio\n company\n avatar\n verified\n role\n }\n}"}
Starting new HTTP connection (1): 127.0.0.1:3000
http://127.0.0.1:3000 "POST /graphql HTTP/1.1" 200 174
<<< {"data":{"data":{"id":"fc80dbdc8d","email":"admin@speckle.local","name":"Speckle Admin","bio":null,"company":"Speckle","avatar":null,"verified":true,"role":"server:admin"}}}
>>> {"query": "query Server {\n serverInfo {\n name\n company\n description\n adminContact\n canonicalUrl\n version\n scopes {\n name\n description\n }\n authStrategies {\n id\n name\n icon\n }\n workspaces {\n workspacesEnabled\n }\n }\n}"}
Starting new HTTP connection (1): 127.0.0.1:3000
http://127.0.0.1:3000 "POST /graphql HTTP/1.1" 200 None
<<< {"data":{"serverInfo":{"name":"Speckle","company":"Speckle","description":"A Speckle server","adminContact":"admin@example.com","canonicalUrl":"http://127.0.0.1:3000","version":"dev","scopes":[{"name":"workspace:read","description":"Read workspaces"},{"name":"workspace:create","description":"Create workspaces"},{"name":"workspace:update","description":"Update workspaces"},{"name":"streams:read","description":"Read your streams, and any associated information (branches, commits, objects)."},{"name":"streams:write","description":"Create streams on your behalf, and any associated data (branches, commits, objects)."},{"name":"profile:read","description":"Read your profile information."},{"name":"profile:write","description":"Make actions on your profile."},{"name":"profile:email","description":"Read the email address you registered with."},{"name":"users:read","description":"Read other users' profiles."},{"name":"server:stats","description":"Request server stats from the API. Only works in conjunction with a \"server:admin\" role."}],"authStrategies":[{"id":"local","name":"Local","icon":"TODO"}],"workspaces":{"workspacesEnabled":false}}}}
{"parser": "speckle_ifc", "job_id": "78d3919625", "project_id": "a4abd72149", "attempt": 1, "max_attempts": 3, "remaining_compute_budget_seconds": 3600, "job_timeout": 1800, "@mt": "starting job {job_id} for project {project_id}, attempt {attempt} / {max_attempts} with remaining compute budget {remaining_compute_budget_seconds}s and timeout {job_timeout}s", "@t": "2026-05-11T08:05:05.972972Z", "@l": "info"}
{"payload_version":1,"job_type":"fileImport","server_url":"http://127.0.0.1:3000","project_id":"a4abd72149","model_id":"252b555ee9","token":"b27981ae84c9fd78f450b18fe779d783972758d120","blob_id":"c66761a7d4","file_type":"ifc","file_name":"25.025_z01_p002_r03.ifc","time_out_seconds":1800}
IFC importer: using .NET/C++ converter at D:\speckle-server\packages\fileimport-service\src\ifc-dotnet\bin\Release\net8.0\ifc-converter.dll
Opened with WebIFC: 47192 ms
Loaded with StepParser: 5881 ms
Converted to Speckle Bases: 7556 ms
Uploaded to Speckle: 568651 ms. Root id: 3c39c23cc9a88f69c2d306c199c5f656
Committed to Speckle: 17542 ms
[WEB-IFC][info]web-ifc: 0.0.78 threading: disabled schemas available [IFC2X3,IFC4,IFC4X3,]
IFC .NET/C++: skipping native geometry extraction: fileSize=250658364 bytes exceeds IFC_NATIVE_GEOMETRY_MAX_FILE_SIZE_MB=100 MB
NATIVE_TRACE: InitializeApi called
NATIVE_TRACE: InitializeApi -> 0000028B00512050
GEOM_DEBUG: elements=265739 dupes=0 errors=0 geometries=265739 meshes=344548 meshErrors=0 emptyMeshes=0 totalVerts=321017100
NATIVE_DEBUG: LoadModel OK, geometries=265739
IFC .NET/C++ memory after Import.Ifc: workingSetMB=33426, privateMemoryMB=34010
IFC .NET/C++: native geometry map is empty; returning unpatched version
IFC .NET/C++: writing viewer derivative prototype to C:\Users\huanld\AppData\Local\Temp\tmpuyxyrlw7\viewer-derivative
IFC .NET/C++: native geometry patch was skipped (fileSize=250658364 bytes exceeds IFC_NATIVE_GEOMETRY_MAX_FILE_SIZE_MB=100 MB); running streaming derivative writer.
IFC .NET/C++ memory before viewer derivative prototype: workingSetMB=33425, privateMemoryMB=34009
NATIVE_TRACE_078: InitializeApi called
GEOM_DEBUG_078: elements=265739 dupes=0 errors=0 geometries=191153 meshes=344548 meshErrors=0 emptyMeshes=0 totalVerts=321017100
NATIVE_DEBUG_078: LoadModel OK, geometries=191153
IFC .NET/C++ memory after viewer derivative prototype: workingSetMB=26881, privateMemoryMB=27446
FileimportSuccess(download_duration_seconds=62.51338529586792, parse_duration_seconds=709.7257766723633, version_id='9f95ac8b4a', warnings=['Large model mode: native geometry extraction was skipped. A viewer derivative is required for browser rendering.', 'Native IFC geometry skipped: fileSize=250658364 bytes exceeds IFC_NATIVE_GEOMETRY_MAX_FILE_SIZE_MB=100 MB'], viewer_derivative_dir='C:\\Users\\huanld\\AppData\\Local\\Temp\\tmpuyxyrlw7\\viewer-derivative')
{"parser": "speckle_ifc", "job_id": "78d3919625", "project_id": "a4abd72149", "duration": 773.8714044094086, "version_id": "9f95ac8b4a", "@mt": "Finished parsing job after {duration}s, creating version {version_id}", "@t": "2026-05-11T08:17:59.242503Z", "@l": "info"}
>>> {"query": "mutation FinishFileImport($input: FinishFileImportInput!) {\n data: fileUploadMutations {\n data: finishFileImport(input: $input)\n }\n}", "variables": {"input": {"projectId": "a4abd72149", "jobId": "c66761a7d4", "warnings": ["Large model mode: native geometry extraction was skipped. A viewer derivative is required for browser rendering.", "Native IFC geometry skipped: fileSize=250658364 bytes exceeds IFC_NATIVE_GEOMETRY_MAX_FILE_SIZE_MB=100 MB"], "result": {"durationSeconds": 773.8714044094086, "downloadDurationSeconds": 62.51338529586792, "parseDurationSeconds": 709.7257766723633, "parser": "speckle_ifc", "versionId": "9f95ac8b4a"}, "status": "success"}}}
Starting new HTTP connection (1): 127.0.0.1:3000
http://127.0.0.1:3000 "POST /graphql HTTP/1.1" 200 32
<<< {"data":{"data":{"data":true}}}
{"parser": "speckle_ifc", "job_id": "78d3919625", "project_id": "a4abd72149", "version_id": "9f95ac8b4a", "artifact_count": 292, "artifact_bytes": 1341287053, "upload_duration_seconds": 312.1814112663269, "@mt": "Uploaded viewer derivative artifacts for version {version_id}", "@t": "2026-05-11T08:23:12.111362Z", "@l": "info"}