Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 925116 - net-libs/nodejs-18.19.0 fails tests: SystemError [ERR_SYSTEM_ERROR]: A system error occurred: uv_os_setpriority returned EACCES (permission denied)
Summary: net-libs/nodejs-18.19.0 fails tests: SystemError [ERR_SYSTEM_ERROR]: A system...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 922726
  Show dependency tree
 
Reported: 2024-02-21 00:29 UTC by matoro
Modified: 2024-02-21 00:30 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log and emerge --info (build.log.gz,61.86 KB, application/gzip)
2024-02-21 00:30 UTC, matoro
Details

Note You need to log in before you can comment on or make changes to this bug.
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