100 lines
9.9 KiB
Plaintext
100 lines
9.9 KiB
Plaintext
{"parser": "speckle_ifc", "@mt": "job processor started", "@t": "2026-05-06T09:24:07.507727Z", "@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":"e009aaa20b","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 1011
|
|
<<< {"data":{"serverInfo":{"name":"My new Speckle Server","company":"Unknown Company","description":"This a community deployment of a Speckle Server.","adminContact":"n/a","canonicalUrl":"http://127.0.0.1:3000","version":"dev","scopes":[{"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": "a7fd51049e", "project_id": "20a00d4e0e", "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-06T09:26:09.164908Z", "@l": "info"}
|
|
{"payload_version":1,"job_type":"fileImport","server_url":"http://127.0.0.1:3000","project_id":"20a00d4e0e","model_id":"89b19339e5","token":"ffe8d7a3377a735101fcee26f28a9585c2a916123a","blob_id":"f2de620c0e","file_type":"ifc","file_name":"25.003_Z06_P006_01.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: 5231 ms
|
|
Loaded with StepParser: 1469 ms
|
|
Converted to Speckle Bases: 2461 ms
|
|
Uploaded to Speckle: 42555 ms. Root id: 57644eefae2a0fc809a21eecce1870b1
|
|
Committed to Speckle: 599 ms
|
|
|
|
IFC .NET/C++: extracting native geometry...
|
|
NATIVE_TRACE: InitializeApi called
|
|
NATIVE_TRACE: InitializeApi -> 000001E000415F30
|
|
GEOM_DEBUG: elements=60563 dupes=0 errors=0 geometries=60563 meshes=66759 meshErrors=0 emptyMeshes=0 totalVerts=30175908
|
|
NATIVE_DEBUG: LoadModel OK, geometries=60563
|
|
NativeGeom: extracting 4605952 geometries
|
|
NativeGeom: extracted 0 geometries with meshes
|
|
IFC .NET/C++: native geometry map contains 0 express ids
|
|
NATIVE_TRACE: InitializeApi called
|
|
NATIVE_TRACE: InitializeApi -> 000001E00D3A5640
|
|
GEOM_DEBUG: elements=60563 dupes=0 errors=0 geometries=60563 meshes=66759 meshErrors=0 emptyMeshes=0 totalVerts=30175908
|
|
NATIVE_DEBUG: LoadModel OK, geometries=60563
|
|
|
|
FileimportSuccess(download_duration_seconds=1.572110652923584, parse_duration_seconds=59.19155502319336, version_id='16e63bc610')
|
|
{"parser": "speckle_ifc", "job_id": "a7fd51049e", "project_id": "20a00d4e0e", "duration": 61.96137356758118, "version_id": "16e63bc610", "@mt": "Finished parsing job after {duration}s, creating version {version_id}", "@t": "2026-05-06T09:27:10.988766Z", "@l": "info"}
|
|
>>> {"query": "mutation FinishFileImport($input: FinishFileImportInput!) {\n data: fileUploadMutations {\n data: finishFileImport(input: $input)\n }\n}", "variables": {"input": {"projectId": "20a00d4e0e", "jobId": "f2de620c0e", "warnings": [], "result": {"durationSeconds": 61.96137356758118, "downloadDurationSeconds": 1.572110652923584, "parseDurationSeconds": 59.19155502319336, "parser": "speckle_ifc", "versionId": "16e63bc610"}, "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}}}
|
|
|
|
>>> {"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":"e009aaa20b","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 1011
|
|
<<< {"data":{"serverInfo":{"name":"My new Speckle Server","company":"Unknown Company","description":"This a community deployment of a Speckle Server.","adminContact":"n/a","canonicalUrl":"http://127.0.0.1:3000","version":"dev","scopes":[{"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": "359ee6e228", "project_id": "20a00d4e0e", "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-06T09:34:33.171462Z", "@l": "info"}
|
|
{"payload_version":1,"job_type":"fileImport","server_url":"http://127.0.0.1:3000","project_id":"20a00d4e0e","model_id":"10db533311","token":"1f74259e7d27428c214f389c0d84682dd42b84482f","blob_id":"e950cdb602","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: 52595 ms
|
|
Loaded with StepParser: 6188 ms
|
|
Converted to Speckle Bases: 8497 ms
|
|
Uploaded to Speckle: 329022 ms. Root id: 54255ec75a935554589e5fd30c426bf4
|
|
Committed to Speckle: 1924 ms
|
|
|
|
IFC .NET/C++: extracting native geometry...
|
|
NATIVE_TRACE: InitializeApi called
|
|
NATIVE_TRACE: InitializeApi -> 000002A100412810
|
|
GEOM_DEBUG: elements=265739 dupes=0 errors=0 geometries=265739 meshes=344548 meshErrors=0 emptyMeshes=0 totalVerts=321017100
|
|
NATIVE_DEBUG: LoadModel OK, geometries=265739
|
|
NativeGeom: extracting 4262336 geometries
|
|
NativeGeom: extracted 0 geometries with meshes
|
|
IFC .NET/C++: native geometry map contains 0 express ids
|
|
NATIVE_TRACE: InitializeApi called
|
|
NATIVE_TRACE: InitializeApi -> 000002E210BEAF10
|
|
GEOM_DEBUG: elements=265739 dupes=0 errors=0 geometries=265739 meshes=344548 meshErrors=0 emptyMeshes=0 totalVerts=321017100
|
|
NATIVE_DEBUG: LoadModel OK, geometries=265739
|
|
|
|
FileimportSuccess(download_duration_seconds=7.083214044570923, parse_duration_seconds=450.2387421131134, version_id='bd21945129')
|
|
{"parser": "speckle_ifc", "job_id": "359ee6e228", "project_id": "20a00d4e0e", "duration": 458.5912160873413, "version_id": "bd21945129", "@mt": "Finished parsing job after {duration}s, creating version {version_id}", "@t": "2026-05-06T09:42:11.543001Z", "@l": "info"}
|
|
>>> {"query": "mutation FinishFileImport($input: FinishFileImportInput!) {\n data: fileUploadMutations {\n data: finishFileImport(input: $input)\n }\n}", "variables": {"input": {"projectId": "20a00d4e0e", "jobId": "e950cdb602", "warnings": [], "result": {"durationSeconds": 458.5912160873413, "downloadDurationSeconds": 7.083214044570923, "parseDurationSeconds": 450.2387421131134, "parser": "speckle_ifc", "versionId": "bd21945129"}, "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}}}
|
|
|