v20.18.0 release proposal #56689
Annotations
2 errors and 1 notice
test/es-module/test-http-imports.mjs#L1
--- stderr ---
(node:58821) ExperimentalWarning: Network Imports is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
(node:58821) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
(node:58821) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
--- stdout ---
βΆ guarantee data url will not bypass import restriction
β should not be bypassed by cross protocol redirect (5.468458ms)
::debug::starting to run guarantee data url will not bypass import restriction
::debug::starting to run should not be bypassed by cross protocol redirect
::debug::completed running should not be bypassed by cross protocol redirect
β should not be bypassed by data URL (2.9425ms)
::debug::starting to run should not be bypassed by data URL
::debug::completed running should not be bypassed by data URL
β should not be bypassed by encodedURI import (1.090292ms)
::debug::starting to run should not be bypassed by encodedURI import
::debug::completed running should not be bypassed by encodedURI import
β should not be bypassed by relative deps import (1.2075ms)
::debug::starting to run should not be bypassed by relative deps import
::debug::completed running should not be bypassed by relative deps import
β should not be bypassed by file dependency import (1.34225ms)
::debug::starting to run should not be bypassed by file dependency import
::debug::completed running should not be bypassed by file dependency import
β should not be bypassed by builtin dependency import (1.899125ms)
::debug::starting to run should not be bypassed by builtin dependency import
::debug::completed running should not be bypassed by builtin dependency import
β should not be bypassed by unprefixed builtin dependency import (1.285084ms)
::debug::starting to run should not be bypassed by unprefixed builtin dependency import
::debug::completed running should not be bypassed by unprefixed builtin dependency import
β should not be bypassed by indirect network import (4.419666ms)
β data: URL can always import other data: (0.749916ms)
SyntaxError: Unexpected token '?'
at compileSourceTextModule (node:internal/modules/esm/utils:339:16)
at ModuleLoader.moduleStrategy (node:internal/modules/esm/translators:168:18)
at callTranslator (node:internal/modules/esm/loader:428:14)
at ModuleLoader.moduleProvider (node:internal/modules/esm/loader:434:30)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async link (node:internal/modules/esm/module_job:87:21)
::debug::starting to run should not be bypassed by indirect network import
::debug::completed running should not be bypassed by indirect network import
::debug::starting to run data: URL can always import other data:
::error title=data%3A URL can always import other data%3A,file=test/es-module/test-http-imports.mjs,line=260,col=7::[Error [ERR_TEST_FAILURE]: Unexpected token '?'] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: SyntaxError: Unexpected token '?'
at compileSourceTextModule (node:internal/modules/esm/utils:339:16)
at ModuleLoader.moduleStrategy (node:internal/modules/esm/translators:168:18)
at callTranslator (node:internal/modules/esm/loader:428:14)
at ModuleLoader.moduleProvider (node:internal/modules/esm/loader:434:30)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async link (node:internal/modules/esm/module_job:87:21)
}
β data: URL cannot import file: or builtin (4.18525ms)
::debug::starting to run data: URL cannot import file: or builtin
::debug::completed running data: URL cannot import file: or builtin
β data: URL cannot import HTTP URLs (3.317ms)
βΆ guarantee data url will not bypass import restriction (30.216084ms)
::debug::starting to run data: URL cannot import HTTP URLs
::debug::completed runni
|
|
|
This job failed
Loading