Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 925116

Summary: net-libs/nodejs-18.19.0 fails tests: SystemError [ERR_SYSTEM_ERROR]: A system error occurred: uv_os_setpriority returned EACCES (permission denied)
Product: Gentoo Linux Reporter: matoro <matoro_gentoo>
Component: Current packagesAssignee: William Hubbs <williamh>
Status: CONFIRMED ---    
Severity: normal CC: matoro_gentoo
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 922726    
Attachments: build.log and emerge --info

Description matoro archtester 2024-02-21 00:29:05 UTC
=== release test-os ===                                                        
Path: parallel/test-os
node:os:323
    throw new ERR_SYSTEM_ERROR(ctx);
    ^
    
SystemError [ERR_SYSTEM_ERROR]: A system error occurred: uv_os_setpriority returned EACCES (permission denied)
    at new SystemError (node:internal/errors:256:5)
    at new NodeError (node:internal/errors:367:7)
    at Object.setPriority (node:os:323:11)
    at Object.<anonymous> (/var/tmp/portage/net-libs/nodejs-18.19.0/work/node-v18.19.0/test/parallel/test-os.js:87:6)
    at Module._compile (node:internal/modules/cjs/loader:1356:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1414:10)
    at Module.load (node:internal/modules/cjs/loader:1197:32)
    at Module._load (node:internal/modules/cjs/loader:1013:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12)
    at node:internal/main/run_main_module:28:49 {
  code: 'ERR_SYSTEM_ERROR',
  info: {
    errno: -13,
    code: 'EACCES',
    message: 'permission denied',
    syscall: 'uv_os_setpriority'
  },
  errno: [Getter/Setter],
  syscall: [Getter/Setter]
}

Node.js v18.19.0
Command: out/Release/node /var/tmp/portage/net-libs/nodejs-18.19.0/work/node-v18.19.0/test/parallel/test-os.js


[00:52|%  88|+ 2990|-   1]: release test-warn-sigprof: Skipping as node was compiled without inspector support
[01:40|% 100|+ 3395|-   1]: Done                                               
 
Failed tests:
out/Release/node /var/tmp/portage/net-libs/nodejs-18.19.0/work/node-v18.19.0/test/parallel/test-os.js

Reproducible: Always
Comment 1 matoro archtester 2024-02-21 00:30:15 UTC
Created attachment 885559 [details]
build.log and emerge --info