Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ASSERT in GC heap compact #3058

Closed
wants to merge 1,198 commits into from

Fix ASSERT in GC heap compact

9664bd9
Select commit
Loading
Failed to load commit list.
Closed

Fix ASSERT in GC heap compact #3058

Fix ASSERT in GC heap compact
9664bd9
Select commit
Loading
Failed to load commit list.
Azure Pipelines / nf-interpreter (Nightly build) (Build_STM32_targets ST_NUCLEO64_F091RC) failed Dec 26, 2024 in 1m 5s

Build_STM32_targets ST_NUCLEO64_F091RC failed

Annotations

Check failure on line 33 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / nf-interpreter (Nightly build) (Build_STM32_targets ST_NUCLEO64_F091RC)

Build log #L33

Git fetch failed with exit code: 128

Check failure on line 9 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / nf-interpreter (Nightly build) (Build_STM32_targets ST_NUCLEO64_F091RC)

Build log #L9

Container path not found: 'D:\a\1\s\targets-community'

Check failure on line 9 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / nf-interpreter (Nightly build) (Build_STM32_targets ST_NUCLEO64_F091RC)

Build log #L9

Invalid file path 'D:\a\1\s\install-scripts\install-ninja.ps1'. A path to a .ps1 file is required.

Check failure on line 9 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / nf-interpreter (Nightly build) (Build_STM32_targets ST_NUCLEO64_F091RC)

Build log #L9

Invalid file path 'D:\a\1\s\install-scripts\install-srecord.ps1'. A path to a .ps1 file is required.

Check failure on line 11 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / nf-interpreter (Nightly build) (Build_STM32_targets ST_NUCLEO64_F091RC)

Build log #L11

Specified archive: D:\a\_temp\ninja.zip can not be extracted because it can not be accessed: Error: ENOENT: no such file or directory, stat 'D:\a\_temp\ninja.zip'
    at Object.statSync (node:fs:1665:25)
    at Object.stats (D:\a\_tasks\ExtractFiles_5e1e3830-fbfb-11e5-aab1-090c92bc4988\1.246.3\node_modules\azure-pipelines-task-lib\task.js:620:15)
    at findFiles (D:\a\_tasks\ExtractFiles_5e1e3830-fbfb-11e5-aab1-090c92bc4988\1.246.3\extractfilestask.js:61:32)
    at doWork (D:\a\_tasks\ExtractFiles_5e1e3830-fbfb-11e5-aab1-090c92bc4988\1.246.3\extractfilestask.js:301:21)
    at Object.<anonymous> (D:\a\_tasks\ExtractFiles_5e1e3830-fbfb-11e5-aab1-090c92bc4988\1.246.3\extractfilestask.js:328:1)
    at Module._compile (node:internal/modules/cjs/loader:1469:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
    at Module.load (node:internal/modules/cjs/loader:1288:32)
    at Module._load (node:internal/modules/cjs/loader:1104:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12) {
  errno: -4058,
  code: 'ENOENT',
  syscall: 'stat',
  path: 'D:\\a\\_temp\\ninja.zip'
}