Tofita private

To start a new build commit change to repository or click New build button.
[EXE] `__stdcall`
1.0.289
4 days ago by Miraculous Ladybugreport
Failed 4 days ago in 32 sec
32 sec
1Build started
2Fetching repository commit (e2b6b58)...OK
3Total: 1.3 MB in 150 files
4# Teapot
5(New-Object Net.WebClient).DownloadFile('https://github.com/GreenteaOS/Teapot/archive/kawaii.zip','C:\Teapot.zip')
6Expand-Archive -Force -LiteralPath C:\Teapot.zip -DestinationPath ..\
7Rename-Item ..\Teapot-kawaii Teapot
8# Greentea
9(New-Object Net.WebClient).DownloadFile('https://github.com/GreenteaOS/Greentea/archive/kawaii.zip','C:\Greentea.zip')
10Expand-Archive -Force -LiteralPath C:\Greentea.zip -DestinationPath ..\
11Rename-Item ..\Greentea-kawaii Greentea
12# Tongue
13(New-Object Net.WebClient).DownloadFile('https://github.com/GreenteaOS/Tongue/archive/kawaii.zip','C:\Tongue.zip')
14Expand-Archive -Force -LiteralPath C:\Tongue.zip -DestinationPath ..\
15Rename-Item ..\Tongue-kawaii Tongue
16# NjRAA
17(New-Object Net.WebClient).DownloadFile('https://github.com/GreenteaOS/NjRAA/archive/kawaii.zip','C:\NjRAA.zip')
18Expand-Archive -Force -LiteralPath C:\NjRAA.zip -DestinationPath ..\
19Rename-Item ..\NjRAA-kawaii NjRAA
20# Caramel
21(New-Object Net.WebClient).DownloadFile('https://github.com/GreenteaOS/Caramel/archive/kawaii.zip','C:\Caramel.zip')
22Expand-Archive -Force -LiteralPath C:\Caramel.zip -DestinationPath ..\
23Rename-Item ..\Caramel-kawaii Caramel
24# Hexa
25(New-Object Net.WebClient).DownloadFile('https://github.com/hexalang/hexa/archive/kawaii.zip','C:\Hexa.zip')
26Expand-Archive -Force -LiteralPath C:\Hexa.zip -DestinationPath ..\
27Rename-Item ..\hexa-kawaii hexa
28ls ..
29cd ..\hexa
30node bootstrap.js hexa.json
31node hexa-node.js hexa.json
32node hexa-node.js hexa.json
33ls
34cd ..\tofita
35ls
36# Tofita
37$env:Path += ";.\..\hexa"
38$ErrorActionPreference = 'SilentlyContinue'
39cmd.exe /c 'build.bat'
40$LASTEXITCODE = 0
41$global:LASTEXITCODE = 0
42#exit 0
43copy-item -path C:\Tea\greenteaos-uefi64.iso -destination C:\projects\tofita\greenteaos-uefi64.iso
46 Directory: C:\projects
49Mode LastWriteTime Length Name
50---- ------------- ------ ----
51d----- 6/17/2025 4:38 AM Caramel
52d----- 6/17/2025 4:38 AM Greentea
53d----- 6/17/2025 4:38 AM hexa
54d----- 6/17/2025 4:38 AM NjRAA
55d----- 6/17/2025 4:38 AM Teapot
56d----- 6/17/2025 4:38 AM tofita
57d----- 6/17/2025 4:38 AM Tongue
58[Building The Hexa Compiler]
59[Using 1 of 2 CPU cores]
60[Finished in 1682 ms, 21543 lines, 12808 lines per second]
61[Building The Hexa Compiler]
62[Using 1 of 2 CPU threads]
63[Finished in 1510 ms, 21543 lines, 14267 lines per second]
64[Building The Hexa Compiler]
65[Using 1 of 2 CPU threads]
66[Finished in 1525 ms, 21543 lines, 14127 lines per second]
69 Directory: C:\projects\hexa
72Mode LastWriteTime Length Name
73---- ------------- ------ ----
74d----- 6/17/2025 4:38 AM .github
75d----- 6/17/2025 4:38 AM .vscode
76d----- 6/17/2025 4:38 AM docs
77d----- 6/17/2025 4:38 AM examples
78d----- 6/17/2025 4:38 AM library
79d----- 6/17/2025 4:38 AM source
80d----- 6/17/2025 4:38 AM test
81d----- 6/17/2025 4:38 AM tools
82-a---- 2/3/2025 4:17 AM 292 .gitattributes
83-a---- 2/3/2025 4:17 AM 858 .gitignore
84-a---- 2/3/2025 4:17 AM 635367 bootstrap.js
85-a---- 2/3/2025 4:17 AM 394 build.bat
86-a---- 2/3/2025 4:17 AM 275 build.sh
87-a---- 2/3/2025 4:17 AM 149 desktop.ini
88-a---- 2/3/2025 4:17 AM 41 hexa
89-a---- 6/17/2025 4:38 AM 705515 hexa-node.js
90-a---- 2/3/2025 4:17 AM 40 hexa.cmd
91-a---- 2/3/2025 4:17 AM 72 hexa.code-workspace
92-a---- 2/3/2025 4:17 AM 1307 hexa.json
93-a---- 2/3/2025 4:17 AM 123523 icon.ico
94-a---- 2/3/2025 4:17 AM 45 innoHexa.cmd
95-a---- 2/3/2025 4:17 AM 7817 LICENSE
96-a---- 2/3/2025 4:17 AM 284 nexe-build.bat
97-a---- 2/3/2025 4:17 AM 218 package-lock.json
98-a---- 2/3/2025 4:17 AM 156 package.json
99-a---- 2/3/2025 4:17 AM 14203 preview.png
100-a---- 2/3/2025 4:17 AM 103246 preview.svg
101-a---- 2/3/2025 4:17 AM 6705 README.md
102-a---- 2/3/2025 4:17 AM 88 repl.hexa
103-a---- 2/3/2025 4:17 AM 238 repl.json
104-a---- 2/3/2025 4:17 AM 224 test.bat
107 Directory: C:\projects\tofita
110Mode LastWriteTime Length Name
111---- ------------- ------ ----
112d----- 6/17/2025 4:38 AM .github
113d----- 6/17/2025 4:38 AM .vscode
114d----- 6/17/2025 4:38 AM boot
115d----- 6/17/2025 4:38 AM build
116d----- 6/17/2025 4:38 AM devices
117d----- 6/17/2025 4:38 AM dlls
118d----- 6/17/2025 4:38 AM docs
119d----- 6/17/2025 4:38 AM engine
120d----- 6/17/2025 4:38 AM tools
121-a---- 6/17/2025 4:38 AM 676 .gitattributes
122-a---- 6/17/2025 4:38 AM 160 .gitignore
123-a---- 6/17/2025 4:38 AM 1929 build.bat
124-a---- 6/17/2025 4:38 AM 112 config.json
125-a---- 6/17/2025 4:38 AM 138 desktop.ini
126-a---- 6/17/2025 4:38 AM 786 Disclaimer.txt
127-a---- 6/17/2025 4:38 AM 2303 hexa.json
128-a---- 6/17/2025 4:38 AM 189053 icon.ico
129-a---- 6/17/2025 4:38 AM 7817 LICENSE
130-a---- 6/17/2025 4:38 AM 129 Only_UEFI_64bit!.txt
131-a---- 6/17/2025 4:38 AM 61 Please_Disable_Secure_Boot!.txt
132-a---- 6/17/2025 4:38 AM 6290 README.md
133-a---- 6/17/2025 4:38 AM 420 Try_Enabling_CSM!.txt
134-a---- 6/17/2025 4:38 AM 233 VirtualBox_HOWTO!.txt
135Welcome to the Greentea OS! Support us at https://www.patreon.com/PeyTy and https://greenteaos.github.io/donate/
137[Building Tofita Build Script]
138[Using 1 of 2 CPU threads]
139[Finished in 129 ms, 679 lines, 5264 lines per second]
140[Tasks: init-or-clean, asm, efi, dll, engine, ramdisk, iso]
141[Processing...]
142[Building Tofita Bootloader]
143[Using 1 of 2 CPU threads]
144[Finished in 524 ms, 4851 lines, 9258 lines per second]
146[Build error] cmd /c hexa --output-folder C:\Tea --define bit64=true ..\Caramel\dlls\kernel32\hexa.json --target default
147[Building Core]
148[Using 1 of 2 CPU threads]
149[C:\projects\Caramel\dlls\kernel32\kernel32.hexa:198:15]: The type `PEB_LDR_DATA` requires `<SIZE>` generic parameters
151[Build error] cmd /c hexa --output-folder C:\Tea --define bit64=true ..\Caramel\dlls\ntdll\hexa.json --target default
152[Building NeaTo]
153[Using 1 of 2 CPU threads]
154[C:\projects\Caramel\dlls\ntdll\ntdll.hexa:26:20]: Cannot find variable with name `readgsqword`
156[Building Tofita Bindings - i386]
157[Using 1 of 2 CPU threads]
158[Finished in 1801 ms, 2110 lines, 1172 lines per second]
160[Build error] cmd /c hexa --output-folder C:\Tea --define bit64=false ..\Caramel\dlls\kernel32\hexa.json --target i386
161[Building Core - i386]
162[Using 1 of 2 CPU threads]
163[C:\projects\Caramel\dlls\kernel32\kernel32.hexa:198:15]: The type `PEB_LDR_DATA` requires `<SIZE>` generic parameters
165[Build error] cmd /c hexa --output-folder C:\Tea --define bit64=true ..\Caramel\dlls\user32\hexa.json --target default
166[Building Uzah]
167[Using 1 of 2 CPU threads]
169[C:\projects\Caramel\dlls\user32\extras.hexa:3160:0]: Global node `loadBitmapA` declared in `/extras` already defined at `C:\projects\Caramel\dlls\user32\extras.hexa` line `667`
171[Building Advapeh - i386]
172[Using 1 of 2 CPU threads]
173[Finished in 1062 ms, 2219 lines, 2089 lines per second]
175[Build error] cmd /c hexa --output-folder C:\Tea --define bit64=false ..\Caramel\dlls\msvcrt\hexa.json --target i386
176Option `extraUnderscore` ignored for target `Native`
177Option `dllExportsNewlineSeparator` ignored for target `Native`
178[Building ClangRuntime - i386]
179[Using 1 of 2 CPU threads]
180[C:\projects\hexa\library\c\c.hexa:75:0]: Type `ConstArrayPointer` is defined here
181[C:\projects\Caramel\dlls\msvcrt\msvcrt.hexa:115:14]: Class `ConstArrayPointer` has no field `.address`
182Available fields are: `offsetItems`, `offsetItemsBack`
183Found 2 errors.
185[Building Shell]
186[Using 1 of 2 CPU threads]
187[Finished in 1043 ms, 2193 lines, 2103 lines per second]
189[Building Shell - i386]
190[Using 1 of 2 CPU threads]
191[Finished in 1430 ms, 2193 lines, 1534 lines per second]
193[Building GeeDeeEye]
194[Using 1 of 2 CPU threads]
195[Finished in 642 ms, 2249 lines, 3503 lines per second]
197[Building CommonControls]
198[Using 1 of 2 CPU threads]
199[Finished in 1578 ms, 2249 lines, 1425 lines per second]
201[Build error] cmd /c hexa --output-folder C:\Tea --define bit64=false ..\Caramel\dlls\user32\hexa.json --target i386
202[Building Uzah - i386]
203[Using 1 of 2 CPU threads]
205[C:\projects\Caramel\dlls\user32\extras.hexa:3160:0]: Global node `loadBitmapA` declared in `/extras` already defined at `C:\projects\Caramel\dlls\user32\extras.hexa` line `667`
207[Building Advapeh]
208[Using 1 of 2 CPU threads]
209[Finished in 832 ms, 2219 lines, 2667 lines per second]
211[Build error] cmd /c hexa --output-folder C:\Tea hexa.json
212[Building The Tofita Engine]
213[Using 1 of 2 CPU threads]
214[C:\projects\tofita\engine\syscalls\syscalls.hexa:49:8]: Type `ProcessStartupInformation` is defined here
215[C:\projects\tofita\engine\formats\exe\exe.hexa:774:14]: Class `ProcessStartupInformation` has no field `.base`
216Available fields are: `pid`, `entry`, `dllEntries`, `dllCount`, `new`
217Found 2 errors.
219[Building CommonControls - i386]
220[Using 1 of 2 CPU threads]
221[Finished in 887 ms, 2249 lines, 2536 lines per second]
223[Build error] cmd /c hexa --output-folder C:\Tea --define bit64=true ..\Caramel\dlls\msvcrt\hexa.json --target default
224[Building ClangRuntime]
225[Using 1 of 2 CPU threads]
226[C:\projects\hexa\library\c\c.hexa:75:0]: Type `ConstArrayPointer` is defined here
227[C:\projects\Caramel\dlls\msvcrt\msvcrt.hexa:115:14]: Class `ConstArrayPointer` has no field `.address`
228Available fields are: `offsetItems`, `offsetItemsBack`
229Found 2 errors.
231[Building GeeDeeEye - i386]
232[Using 1 of 2 CPU threads]
233[Finished in 1169 ms, 2249 lines, 1924 lines per second]
235[Building Tofita Bindings]
236[Using 1 of 2 CPU threads]
237[Finished in 949 ms, 2110 lines, 2223 lines per second]
239[Build error] cmd /c hexa --output-folder C:\Tea --define bit64=false ..\Caramel\dlls\ntdll\hexa.json --target i386
240[Building NeaTo - i386]
241[Using 1 of 2 CPU threads]
242[C:\projects\Caramel\dlls\ntdll\ntdll.hexa:30:20]: Cannot find variable with name `readfsdword`
244[Exiting on error]
247Command executed with exception: Cannot find path 'C:\Tea\greenteaos-uefi64.iso' because it does not exist.
Log is empty.