Tofita private

To start a new build commit change to repository or click New build button.
Update tofita.hexa
1.0.282
5 months ago by Miraculous Ladybugreport
5 months ago in 1 min 18 sec
1 min 18 sec
1Build started
2Fetching repository commit (abec426)...OK
3Total: 1.2 MB in 149 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----- 1/17/2025 5:11 PM Caramel
52d----- 1/17/2025 5:11 PM Greentea
53d----- 1/17/2025 5:11 PM hexa
54d----- 1/17/2025 5:11 PM NjRAA
55d----- 1/17/2025 5:11 PM Teapot
56d----- 1/17/2025 5:11 PM tofita
57d----- 1/17/2025 5:11 PM Tongue
58[Building The Hexa Compiler]
59[Using 1 of 2 CPU cores]
60[Finished in 1678 ms, 21543 lines, 12838 lines per second]
61[Building The Hexa Compiler]
62[Using 1 of 2 CPU threads]
63[Finished in 1818 ms, 21543 lines, 11850 lines per second]
64[Building The Hexa Compiler]
65[Using 1 of 2 CPU threads]
66[Finished in 1776 ms, 21543 lines, 12130 lines per second]
69 Directory: C:\projects\hexa
72Mode LastWriteTime Length Name
73---- ------------- ------ ----
74d----- 1/17/2025 5:11 PM .github
75d----- 1/17/2025 5:11 PM .vscode
76d----- 1/17/2025 5:11 PM docs
77d----- 1/17/2025 5:11 PM examples
78d----- 1/17/2025 5:11 PM library
79d----- 1/17/2025 5:11 PM source
80d----- 1/17/2025 5:11 PM test
81d----- 1/17/2025 5:11 PM tools
82-a---- 1/12/2025 3:14 PM 292 .gitattributes
83-a---- 1/12/2025 3:14 PM 858 .gitignore
84-a---- 1/12/2025 3:14 PM 635367 bootstrap.js
85-a---- 1/12/2025 3:14 PM 394 build.bat
86-a---- 1/12/2025 3:14 PM 275 build.sh
87-a---- 1/12/2025 3:14 PM 149 desktop.ini
88-a---- 1/12/2025 3:14 PM 41 hexa
89-a---- 1/17/2025 5:11 PM 705515 hexa-node.js
90-a---- 1/12/2025 3:14 PM 40 hexa.cmd
91-a---- 1/12/2025 3:14 PM 72 hexa.code-workspace
92-a---- 1/12/2025 3:14 PM 1307 hexa.json
93-a---- 1/12/2025 3:14 PM 123523 icon.ico
94-a---- 1/12/2025 3:14 PM 45 innoHexa.cmd
95-a---- 1/12/2025 3:14 PM 7817 LICENSE
96-a---- 1/12/2025 3:14 PM 284 nexe-build.bat
97-a---- 1/12/2025 3:14 PM 218 package-lock.json
98-a---- 1/12/2025 3:14 PM 156 package.json
99-a---- 1/12/2025 3:14 PM 14203 preview.png
100-a---- 1/12/2025 3:14 PM 103246 preview.svg
101-a---- 1/12/2025 3:14 PM 6705 README.md
102-a---- 1/12/2025 3:14 PM 88 repl.hexa
103-a---- 1/12/2025 3:14 PM 238 repl.json
104-a---- 1/12/2025 3:14 PM 224 test.bat
107 Directory: C:\projects\tofita
110Mode LastWriteTime Length Name
111---- ------------- ------ ----
112d----- 1/17/2025 5:11 PM .github
113d----- 1/17/2025 5:11 PM .vscode
114d----- 1/17/2025 5:11 PM boot
115d----- 1/17/2025 5:11 PM build
116d----- 1/17/2025 5:11 PM devices
117d----- 1/17/2025 5:11 PM dlls
118d----- 1/17/2025 5:11 PM docs
119d----- 1/17/2025 5:11 PM engine
120d----- 1/17/2025 5:11 PM tools
121-a---- 1/17/2025 5:11 PM 676 .gitattributes
122-a---- 1/17/2025 5:11 PM 160 .gitignore
123-a---- 1/17/2025 5:11 PM 1929 build.bat
124-a---- 1/17/2025 5:11 PM 138 config.json
125-a---- 1/17/2025 5:11 PM 138 desktop.ini
126-a---- 1/17/2025 5:11 PM 786 Disclaimer.txt
127-a---- 1/17/2025 5:11 PM 2267 hexa.json
128-a---- 1/17/2025 5:11 PM 189053 icon.ico
129-a---- 1/17/2025 5:11 PM 7817 LICENSE
130-a---- 1/17/2025 5:11 PM 129 Only_UEFI_64bit!.txt
131-a---- 1/17/2025 5:11 PM 61 Please_Disable_Secure_Boot!.txt
132-a---- 1/17/2025 5:11 PM 6290 README.md
133-a---- 1/17/2025 5:11 PM 420 Try_Enabling_CSM!.txt
134-a---- 1/17/2025 5:11 PM 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 146 ms, 677 lines, 4637 lines per second]
140[Tasks: init-or-clean, asm, efi, dll, engine, ramdisk, iso]
141[Processing...]
142[Building Shell - i386]
143[Using 1 of 2 CPU threads]
144[Finished in 347 ms, 2169 lines, 6251 lines per second]
146[Building CommonControls]
147[Using 1 of 2 CPU threads]
148[Finished in 920 ms, 2225 lines, 2418 lines per second]
150[Building Core - i386]
151[Using 1 of 2 CPU threads]
152[Finished in 551 ms, 2216 lines, 4022 lines per second]
154[Building GeeDeeEye - i386]
155[Using 1 of 2 CPU threads]
156[Finished in 1194 ms, 2225 lines, 1863 lines per second]
158[Building CommonControls - i386]
159[Using 1 of 2 CPU threads]
160[Finished in 1620 ms, 2225 lines, 1373 lines per second]
162Option `extraUnderscore` ignored for target `Native`
163Option `dllExportsNewlineSeparator` ignored for target `Native`
164[Building ClangRuntime - i386]
165[Using 1 of 2 CPU threads]
166[Finished in 726 ms, 2225 lines, 3065 lines per second]
168[Building GeeDeeEye]
169[Using 1 of 2 CPU threads]
170[Finished in 1199 ms, 2225 lines, 1856 lines per second]
172[Building Shell]
173[Using 1 of 2 CPU threads]
174[Finished in 1644 ms, 2169 lines, 1319 lines per second]
176[Building Advapeh]
177[Using 1 of 2 CPU threads]
178[Finished in 1858 ms, 2195 lines, 1181 lines per second]
180[Building NeaTo - i386]
181[Using 1 of 2 CPU threads]
182[Finished in 1134 ms, 2622 lines, 2312 lines per second]
184[Building Core]
185[Using 1 of 2 CPU threads]
186[Finished in 1140 ms, 2216 lines, 1944 lines per second]
188[Building ClangRuntime]
189[Using 1 of 2 CPU threads]
190[Finished in 1265 ms, 2225 lines, 1759 lines per second]
192[Building NeaTo]
193[Using 1 of 2 CPU threads]
194[Finished in 2345 ms, 2622 lines, 1118 lines per second]
196[Building Tofita Bindings]
197[Using 1 of 2 CPU threads]
198[Finished in 1167 ms, 2112 lines, 1810 lines per second]
200[Building Tofita Bootloader]
201[Using 1 of 2 CPU threads]
202[Finished in 1642 ms, 4537 lines, 2763 lines per second]
204[Building Uzah]
205[Using 1 of 2 CPU threads]
206[C:\projects\Caramel\dlls\user32\dialogs.hexa:1433:5]: Hint#10: Unused string `"@goto 0x3215328"`
207[C:\projects\Caramel\dlls\user32\dialogs.hexa:1483:1]: Hint#10: Unused string `"@label end 0x3215328"`
208[Finished in 2356 ms, 5325 lines, 2260 lines per second]
210[Building Uzah - i386]
211[Using 1 of 2 CPU threads]
212[C:\projects\Caramel\dlls\user32\dialogs.hexa:1433:5]: Hint#10: Unused string `"@goto 0x3215328"`
213[C:\projects\Caramel\dlls\user32\dialogs.hexa:1483:1]: Hint#10: Unused string `"@label end 0x3215328"`
214[Finished in 2494 ms, 5325 lines, 2135 lines per second]
216[Building Advapeh - i386]
217[Using 1 of 2 CPU threads]
218[Finished in 769 ms, 2195 lines, 2854 lines per second]
220[Building Tofita Bindings - i386]
221[Using 1 of 2 CPU threads]
222[Finished in 793 ms, 2112 lines, 2663 lines per second]
224[Building The Tofita Engine]
225[Using 1 of 2 CPU threads]
226[Finished in 2080 ms, 23756 lines, 11421 lines per second]
228[All tasks finished in 46973 ms, upto 38 parallel tasks performed]
229[Success]
232Discovering tests...OK
233Collecting artifacts...
234Found artifact 'Disclaimer.txt' matching '*.txt' path
235Found artifact 'greenteaos-uefi64.iso' matching '*.iso' path
236Found artifact 'LICENSE' matching 'LICENSE' path
237Found artifact 'Only_UEFI_64bit!.txt' matching '*.txt' path
238Found artifact 'Please_Disable_Secure_Boot!.txt' matching '*.txt' path
239Found artifact 'Try_Enabling_CSM!.txt' matching '*.txt' path
240Found artifact 'VirtualBox_HOWTO!.txt' matching '*.txt' path
241Uploading artifacts...
242[1/7] Disclaimer.txt (786 bytes)...100%
243[2/7] greenteaos-uefi64.iso (47,552,512 bytes)...100%
244[3/7] LICENSE (7,817 bytes)...100%
245[4/7] Only_UEFI_64bit!.txt (129 bytes)...100%
246[5/7] Please_Disable_Secure_Boot!.txt (61 bytes)...100%
247[6/7] Try_Enabling_CSM!.txt (420 bytes)...100%
248[7/7] VirtualBox_HOWTO!.txt (233 bytes)...100%
249Build success
Log is empty.