6.9 Debug logs

Just like the last chapter, the following are Deno's debug logs while running helloV2 application:

DEBUG RS - deno::args::package_json:147 - package.json file found at '/Users/mayankc/Work/source/denoExamples/package.json'
Main module: file:///Users/mayankc/Work/source/denoExamples/helloV2.ts
DEBUG RS - deno::cache::cache_db:130 - Opening cache /Users/mayankc/Library/Caches/deno/dep_analysis_cache_v1...
DEBUG RS - deno::cache::cache_db:130 - Opening cache /Users/mayankc/Library/Caches/deno/node_analysis_cache_v1...
DEBUG RS - deno::js:11 - Deno isolate init with snapshots.
DEBUG JS - args []
DEBUG RS - deno::worker:133 - main_module file:///Users/mayankc/Work/source/denoExamples/helloV2.ts
DEBUG RS - deno::module_loader:111 - Preparing module load.
DEBUG RS - deno::module_loader:125 - Creating module graph.
DEBUG RS - deno::file_fetcher:516 - FileFetcher::fetch() - specifier: file:///Users/mayankc/Work/source/denoExamples/helloV2.ts
DEBUG RS - deno_runtime::permissions:86 - ⚠️️  Granted read access to "/Users/mayankc/Work/source/denoExamples/helloV2.ts"
DEBUG RS - deno::file_fetcher:516 - FileFetcher::fetch() - specifier: https://deno.land/x/machine_id/mod.ts
DEBUG RS - deno_runtime::permissions:86 - ⚠️️  Granted net access to "deno.land"
DEBUG RS - deno::file_fetcher:332 - FileFetcher::fetch_remote() - specifier: https://deno.land/x/machine_id/mod.ts
DEBUG RS - deno_runtime::permissions:86 - ⚠️️  Granted net access to "deno.land"
DEBUG RS - deno::file_fetcher:243 - FileFetcher::fetch_cached - specifier: https://deno.land/x/machine_id/mod.ts
DEBUG RS - reqwest::connect:429 - starting new connection: https://deno.land/
DEBUG RS - reqwest::connect:429 - starting new connection: https://dl.deno.land/
DEBUG RS - reqwest::async_impl::client:2287 - redirect policy disallowed redirection to 'https://deno.land/x/machine_id@v0.3.0/mod.ts'
Warning Implicitly using latest version (v0.3.0) for https://deno.land/x/machine_id/mod.ts
DEBUG RS - deno::http_util:59 - Redirecting to "/x/machine_id@v0.3.0/mod.ts"...
DEBUG RS - deno::file_fetcher:332 - FileFetcher::fetch_remote() - specifier: https://deno.land/x/machine_id@v0.3.0/mod.ts
DEBUG RS - deno_runtime::permissions:86 - ⚠️️  Granted net access to "deno.land"
DEBUG RS - deno::file_fetcher:243 - FileFetcher::fetch_cached - specifier: https://deno.land/x/machine_id@v0.3.0/mod.ts
DEBUG RS - reqwest::connect:429 - starting new connection: https://registry.npmjs.org/
DEBUG RS - deno_npm::resolution::snapshot:715 - Resolved nanoid@* to nanoid@4.0.2
DEBUG RS - deno_npm::resolution::graph:972 - <package-req> - Resolved nanoid@4.0.2 to nanoid@4.0.2
DEBUG RS - deno::util::fs:546 - Acquiring file lock at /Users/mayankc/Work/source/denoExamples/node_modules/.deno/.deno.lock
DEBUG RS - deno::util::fs:565 - Acquired file lock at /Users/mayankc/Work/source/denoExamples/node_modules/.deno/.deno.lock
DEBUG RS - deno::module_loader:188 - Prepared module load.
Transpiling: file:///Users/mayankc/Work/source/denoExamples/helloV2.ts
DEBUG RS - deno::npm::resolvers:121 - Resolved package folder of nanoid@4.0.2 to /Users/mayankc/Work/source/denoExamples/node_modules/.deno/nanoid@4.0.2/node_modules/nanoid
DEBUG RS - deno::npm::resolvers:141 - Resolved package folder of file:///Users/mayankc/Work/source/denoExamples/node_modules/.deno/nanoid@4.0.2/node_modules/nanoid/index.js to /Users/mayankc/Work/source/denoExamples/node_modules/.deno/nanoid@4.0.2/node_modules/nanoid
DEBUG RS - deno::npm::resolvers:141 - Resolved package folder of file:///Users/mayankc/Work/source/denoExamples/node_modules/.deno/nanoid@4.0.2/node_modules/nanoid/index.js to /Users/mayankc/Work/source/denoExamples/node_modules/.deno/nanoid@4.0.2/node_modules/nanoid
DEBUG RS - deno::npm::resolvers:141 - Resolved package folder of file:///Users/mayankc/Work/source/denoExamples/node_modules/.deno/nanoid@4.0.2/node_modules/nanoid/index.js to /Users/mayankc/Work/source/denoExamples/node_modules/.deno/nanoid@4.0.2/node_modules/nanoid
DEBUG RS - deno::npm::resolvers:141 - Resolved package folder of file:///Users/mayankc/Work/source/denoExamples/node_modules/.deno/nanoid@4.0.2/node_modules/nanoid/url-alphabet to /Users/mayankc/Work/source/denoExamples/node_modules/.deno/nanoid@4.0.2/node_modules/nanoid
Transpiling: https://deno.land/x/machine_id@v0.3.0/mod.ts
DEBUG RS - deno::npm::resolvers:141 - Resolved package folder of file:///Users/mayankc/Work/source/denoExamples/node_modules/.deno/nanoid@4.0.2/node_modules/nanoid/url-alphabet/index.js to /Users/mayankc/Work/source/denoExamples/node_modules/.deno/nanoid@4.0.2/node_modules/nanoid
Module resolve callback: npm:nanoid
DEBUG RS - deno::npm::resolvers:121 - Resolved package folder of nanoid@4.0.2 to /Users/mayankc/Work/source/denoExamples/node_modules/.deno/nanoid@4.0.2/node_modules/nanoid
Module resolve callback: https://deno.land/x/machine_id/mod.ts
Module resolve callback: crypto
DEBUG RS - deno::npm::resolvers:141 - Resolved package folder of file:///Users/mayankc/Work/source/denoExamples/node_modules/.deno/nanoid@4.0.2/node_modules/nanoid/index.js to /Users/mayankc/Work/source/denoExamples/node_modules/.deno/nanoid@4.0.2/node_modules/nanoid
Module resolve callback: ./url-alphabet/index.js
DEBUG RS - deno::npm::resolvers:141 - Resolved package folder of file:///Users/mayankc/Work/source/denoExamples/node_modules/.deno/nanoid@4.0.2/node_modules/nanoid/index.js to /Users/mayankc/Work/source/denoExamples/node_modules/.deno/nanoid@4.0.2/node_modules/nanoid
DEBUG RS - deno::npm::resolvers:141 - Resolved package folder of file:///Users/mayankc/Work/source/denoExamples/node_modules/.deno/nanoid@4.0.2/node_modules/nanoid/url-alphabet to /Users/mayankc/Work/source/denoExamples/node_modules/.deno/nanoid@4.0.2/node_modules/nanoid
DEBUG RS - deno::npm::resolvers:141 - Resolved package folder of file:///Users/mayankc/Work/source/denoExamples/node_modules/.deno/nanoid@4.0.2/node_modules/nanoid/index.js to /Users/mayankc/Work/source/denoExamples/node_modules/.deno/nanoid@4.0.2/node_modules/nanoid
DEBUG RS - deno_runtime::permissions:86 - ⚠️️  Granted run access to "ioreg"
Polling event loop...
Polling event loop...
Polling event loop...
Polling event loop...
Polling event loop...
DEBUG RS - deno_runtime::permissions:86 - ⚠️️  Granted env access to "HOME"
1
One
Nanoid= XCnwo4iJtWHlYqUntgiva , MachineId= 2D809C23-917A-5052-BB4F-38794CCCE9FA , homeDir= /Users/mayankc
DEBUG RS - deno_runtime::worker:518 - received module evaluate Ok(
    Ok(
        (),
    ),
)
Polling event loop...
Polling event loop...
Timeout occured

Last updated