Tofita private

To start a new build commit change to repository or click New build button.
[SMP] Back-port AP startup
1.0.265
25 days ago by Miraculous Ladybugreport
Failed 25 days ago in 36 sec
36 sec
1Build started
2Fetching repository commit (d547393)...OK
3Total: 1.2 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----- 8/1/2024 11:00 AM Caramel
52d----- 8/1/2024 11:00 AM Greentea
53d----- 8/1/2024 11:00 AM hexa
54d----- 8/1/2024 11:00 AM NjRAA
55d----- 8/1/2024 11:00 AM Teapot
56d----- 8/1/2024 10:59 AM tofita
57d----- 8/1/2024 11:00 AM Tongue
58[Building The Hexa Compiler]
59[Using 1 of 2 CPU cores]
60[C:\projects\hexa\source\server\format.hexa:331:16]: Cannot find variable with name `lastLastLine`
61node : node:internal/modules/cjs/loader:1189
62At line:28 char:1
63+ node hexa-node.js hexa.json
64+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
65 + CategoryInfo : NotSpecified: (node:internal/modules/cjs/loader:1189:String) [], RemoteException
66 + FullyQualifiedErrorId : NativeCommandError
68 throw err;
69 ^
71Error: Cannot find module 'C:\projects\hexa\hexa-node.js'
72 at Module._resolveFilename (node:internal/modules/cjs/loader:1186:15)
73 at Module._load (node:internal/modules/cjs/loader:1012:27)
74 at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:158:12)
75 at node:internal/main/run_main_module:30:49 {
76 code: 'MODULE_NOT_FOUND',
77 requireStack: []
80Node.js v22.2.0
81node : node:internal/modules/cjs/loader:1189
82At line:29 char:1
83+ node hexa-node.js hexa.json
84+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
85 + CategoryInfo : NotSpecified: (node:internal/modules/cjs/loader:1189:String) [], RemoteException
86 + FullyQualifiedErrorId : NativeCommandError
88 throw err;
89 ^
91Error: Cannot find module 'C:\projects\hexa\hexa-node.js'
92 at Module._resolveFilename (node:internal/modules/cjs/loader:1186:15)
93 at Module._load (node:internal/modules/cjs/loader:1012:27)
94 at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:158:12)
95 at node:internal/main/run_main_module:30:49 {
96 code: 'MODULE_NOT_FOUND',
97 requireStack: []
100Node.js v22.2.0
103 Directory: C:\projects\hexa
106Mode LastWriteTime Length Name
107---- ------------- ------ ----
108d----- 8/1/2024 11:00 AM .github
109d----- 8/1/2024 11:00 AM .vscode
110d----- 8/1/2024 11:00 AM docs
111d----- 8/1/2024 11:00 AM examples
112d----- 8/1/2024 11:00 AM library
113d----- 8/1/2024 11:00 AM source
114d----- 8/1/2024 11:00 AM test
115d----- 8/1/2024 11:00 AM tools
116-a---- 7/26/2024 6:47 PM 292 .gitattributes
117-a---- 7/26/2024 6:47 PM 858 .gitignore
118-a---- 7/26/2024 6:47 PM 635367 bootstrap.js
119-a---- 7/26/2024 6:47 PM 394 build.bat
120-a---- 7/26/2024 6:47 PM 275 build.sh
121-a---- 7/26/2024 6:47 PM 149 desktop.ini
122-a---- 7/26/2024 6:47 PM 41 hexa
123-a---- 7/26/2024 6:47 PM 40 hexa.cmd
124-a---- 7/26/2024 6:47 PM 72 hexa.code-workspace
125-a---- 7/26/2024 6:47 PM 1285 hexa.json
126-a---- 7/26/2024 6:47 PM 123523 icon.ico
127-a---- 7/26/2024 6:47 PM 45 innoHexa.cmd
128-a---- 7/26/2024 6:47 PM 7817 LICENSE
129-a---- 7/26/2024 6:47 PM 284 nexe-build.bat
130-a---- 7/26/2024 6:47 PM 218 package-lock.json
131-a---- 7/26/2024 6:47 PM 156 package.json
132-a---- 7/26/2024 6:47 PM 14203 preview.png
133-a---- 7/26/2024 6:47 PM 103246 preview.svg
134-a---- 7/26/2024 6:47 PM 5928 README.md
135-a---- 7/26/2024 6:47 PM 88 repl.hexa
136-a---- 7/26/2024 6:47 PM 238 repl.json
137-a---- 7/26/2024 6:47 PM 224 test.bat
140 Directory: C:\projects\tofita
143Mode LastWriteTime Length Name
144---- ------------- ------ ----
145d----- 8/1/2024 10:59 AM .github
146d----- 8/1/2024 10:59 AM .vscode
147d----- 8/1/2024 10:59 AM boot
148d----- 8/1/2024 10:59 AM build
149d----- 8/1/2024 10:59 AM devices
150d----- 8/1/2024 10:59 AM dlls
151d----- 8/1/2024 10:59 AM docs
152d----- 8/1/2024 10:59 AM engine
153d----- 8/1/2024 10:59 AM tools
154-a---- 8/1/2024 10:59 AM 676 .gitattributes
155-a---- 8/1/2024 10:59 AM 160 .gitignore
156-a---- 8/1/2024 10:59 AM 436 AUTHORS.md
157-a---- 8/1/2024 10:59 AM 1929 build.bat
158-a---- 8/1/2024 10:59 AM 138 config.json
159-a---- 8/1/2024 10:59 AM 138 desktop.ini
160-a---- 8/1/2024 10:59 AM 786 Disclaimer.txt
161-a---- 8/1/2024 10:59 AM 2267 hexa.json
162-a---- 8/1/2024 10:59 AM 189053 icon.ico
163-a---- 8/1/2024 10:59 AM 7817 LICENSE
164-a---- 8/1/2024 10:59 AM 129 Only_UEFI_64bit!.txt
165-a---- 8/1/2024 10:59 AM 61 Please_Disable_Secure_Boot!.txt
166-a---- 8/1/2024 10:59 AM 6290 README.md
167-a---- 8/1/2024 10:59 AM 420 Try_Enabling_CSM!.txt
168-a---- 8/1/2024 10:59 AM 233 VirtualBox_HOWTO!.txt
169Welcome to the Greentea OS! Support us at https://www.patreon.com/PeyTy and https://greenteaos.github.io/donate/
171[Exiting on error]
174Command executed with exception: Cannot find path 'C:\Tea\greenteaos-uefi64.iso' because it does not exist.
Log is empty.