New comment by Dko1905 on void-packages repository https://github.com/void-linux/void-packages/pull/33037#issuecomment-923217017 Comment: # Errors in build The first two errors are timeout errors, no idea what went wrong, or how to fix them. ``` 2021-09-20T18:18:34.5672091Z [00:58|% 14|+ 502|- 0]: release test-cluster-primary-kill 2021-09-20T18:18:34.5674805Z 2021-09-20T18:18:34.5676819Z === release test-cluster-primary-error === 2021-09-20T18:18:34.5678982Z Path: parallel/test-cluster-primary-error 2021-09-20T18:18:34.5681684Z Command: out/Release/node /builddir/node-v16.9.1/test/parallel/test-cluster-primary-error.js 2021-09-20T18:18:34.5694440Z --- TIMEOUT --- 2021-09-20T18:18:34.5695159Z 2021-09-20T18:18:34.5695706Z 2021-09-20T18:18:34.6550606Z [02:58|% 14|+ 502|- 1]: release test-cluster-process-disconnect 2021-09-20T18:18:34.6553094Z 2021-09-20T18:18:34.6554996Z === release test-cluster-primary-kill === 2021-09-20T18:18:34.6556037Z Path: parallel/test-cluster-primary-kill 2021-09-20T18:18:34.6557765Z Command: out/Release/node /builddir/node-v16.9.1/test/parallel/test-cluster-primary-kill.js 2021-09-20T18:18:34.6558797Z --- TIMEOUT --- 2021-09-20T18:18:34.6559093Z 2021-09-20T18:18:34.6559483Z ``` And the last error is a service lookup, but it fails because `/etc/services` isn't a file in the chroot, as far as I know. ``` 2021-09-20T18:19:39.4329419Z === release test-dns-lookupService-promises === 2021-09-20T18:19:39.4330960Z Path: parallel/test-dns-lookupService-promises 2021-09-20T18:19:39.4332021Z node:internal/process/promises:246 2021-09-20T18:19:39.4333051Z triggerUncaughtException(err, true /* fromPromise */); 2021-09-20T18:19:39.4333938Z ^ 2021-09-20T18:19:39.4334358Z 2021-09-20T18:19:39.4335200Z AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 2021-09-20T18:19:39.4336313Z 2021-09-20T18:19:39.4337184Z '22' !== 'ssh' 2021-09-20T18:19:39.4338076Z 2021-09-20T18:19:39.4339460Z at /builddir/node-v16.9.1/test/parallel/test-dns-lookupService-promises.js:9:10 2021-09-20T18:19:39.4340971Z at /builddir/node-v16.9.1/test/common/index.js:394:15 { 2021-09-20T18:19:39.4341847Z generatedMessage: true, 2021-09-20T18:19:39.4342985Z code: 'ERR_ASSERTION', 2021-09-20T18:19:39.4343842Z actual: '22', 2021-09-20T18:19:39.4344632Z expected: 'ssh', 2021-09-20T18:19:39.4345532Z operator: 'strictEqual' 2021-09-20T18:19:39.4346175Z } 2021-09-20T18:19:39.4347592Z Command: out/Release/node /builddir/node-v16.9.1/test/parallel/test-dns-lookupService-promises.js 2021-09-20T18:19:39.4349448Z ``` Now I just need a way of ignoring them, any help would be nice.