Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address specification deficiency around expression bytes width #92

Merged
merged 13 commits into from
Jun 25, 2024

Update the pointers implementation guide

5a17935
Select commit
Loading
Failed to load commit list.
Merged

Address specification deficiency around expression bytes width #92

Update the pointers implementation guide
5a17935
Select commit
Loading
Failed to load commit list.
Fleek.co / ethdebug succeeded Jun 25, 2024 in 2m 56s

Build succeed

You can preview build output on the link below.

Details

Deploy started at 2024-06-25T00:20:14.586Z

2024-06-25T00:20:15.605Z: Deploy started
2024-06-25T00:20:20.615Z: Docker image: 'node:slim'
2024-06-25T00:20:20.615Z: Build command: 'yarn && cd packages/web && yarn build && mkdir dist && mv build dist/format'
2024-06-25T00:20:20.615Z: Triggering build execution...
2024-06-25T00:20:45.683Z: yarn install v1.22.22
2024-06-25T00:20:45.774Z: [1/4] Resolving packages...
2024-06-25T00:20:46.224Z: [2/4] Fetching packages...
2024-06-25T00:21:07.505Z: [3/4] Linking dependencies...
2024-06-25T00:21:07.507Z: warning " > @apideck/[email protected]" has unmet peer dependency "ajv@>=8".
2024-06-25T00:21:07.510Z: warning "workspace-aggregator-ff662836-903b-4e9d-a19c-c3405fd9cb75 > @ethdebug/pointers > [email protected]" has unmet peer dependency "@types/node@*".
2024-06-25T00:21:07.511Z: warning "workspace-aggregator-ff662836-903b-4e9d-a19c-c3405fd9cb75 > @ethdebug/format-web > @mdx-js/[email protected]" has unmet peer dependency "@types/react@>=16".
2024-06-25T00:21:07.511Z: warning "workspace-aggregator-ff662836-903b-4e9d-a19c-c3405fd9cb75 > @ethdebug/format-web > @monaco-editor/[email protected]" has unmet peer dependency "monaco-editor@>= 0.25.0 < 1".
2024-06-25T00:21:07.511Z: warning "workspace-aggregator-ff662836-903b-4e9d-a19c-c3405fd9cb75 > @ethdebug/format-web > [email protected]" has unmet peer dependency "@docusaurus/theme-classic@^3.0.0".
2024-06-25T00:21:07.511Z: warning "workspace-aggregator-ff662836-903b-4e9d-a19c-c3405fd9cb75 > @ethdebug/format-web > [email protected]" has unmet peer dependency "webpack@^4.0.0 || ^5.0.0".
2024-06-25T00:21:07.511Z: warning "workspace-aggregator-ff662836-903b-4e9d-a19c-c3405fd9cb75 > @ethdebug/format-web > [email protected]" has unmet peer dependency "@types/react@>=18".
2024-06-25T00:21:07.512Z: warning "workspace-aggregator-ff662836-903b-4e9d-a19c-c3405fd9cb75 > @ethdebug/format-web > @docusaurus/core > [email protected]" has unmet peer dependency "react-loadable@*".
2024-06-25T00:21:07.513Z: warning "workspace-aggregator-ff662836-903b-4e9d-a19c-c3405fd9cb75 > @ethdebug/format-web > @monaco-editor/react > @monaco-editor/[email protected]" has unmet peer dependency "monaco-editor@>= 0.21.0 < 1".
2024-06-25T00:21:07.513Z: warning "workspace-aggregator-ff662836-903b-4e9d-a19c-c3405fd9cb75 > @ethdebug/format-web > docusaurus-json-schema-plugin > [email protected]" has unmet peer dependency "webpack@^4.5.0 || 5.x".
2024-06-25T00:21:07.514Z: warning "workspace-aggregator-ff662836-903b-4e9d-a19c-c3405fd9cb75 > @ethdebug/format-web > docusaurus-json-schema-plugin > [email protected]" has unmet peer dependency "@types/react@>=16 <= 18".
2024-06-25T00:21:07.521Z: warning "workspace-aggregator-ff662836-903b-4e9d-a19c-c3405fd9cb75 > @ethdebug/format-web > @docusaurus/preset-classic > @docusaurus/theme-search-algolia > @docsearch/react > @algolia/[email protected]" has unmet peer dependency "@algolia/client-search@>= 4.9.1 < 6".
2024-06-25T00:21:07.524Z: warning "workspace-aggregator-ff662836-903b-4e9d-a19c-c3405fd9cb75 > @ethdebug/format-web > @docusaurus/preset-classic > @docusaurus/theme-search-algolia > @docsearch/react > @algolia/autocomplete-core > @algolia/[email protected]" has unmet peer dependency "search-insights@>= 1 < 3".
2024-06-25T00:21:07.524Z: warning "workspace-aggregator-ff662836-903b-4e9d-a19c-c3405fd9cb75 > @ethdebug/format-web > @docusaurus/preset-classic > @docusaurus/theme-search-algolia > @docsearch/react > @algolia/autocomplete-core > @algolia/[email protected]" has unmet peer dependency "@algolia/client-search@>= 4.9.1 < 6".
2024-06-25T00:21:35.160Z: [4/4] Building fresh packages...
2024-06-25T00:21:38.106Z: $ lerna run prepare
2024-06-25T00:21:38.820Z: (node:219) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2024-06-25T00:21:38.820Z: (Use `node --trace-deprecation ...` to show where the warning was created)
2024-06-25T00:21:38.825Z: lerna notice cli v8.0.2
2024-06-25T00:21:38.870Z: lerna info versioning independent
2024-06-25T00:21:38.882Z: >  Lerna (powered by Nx)   Running target prepare for 2 projects:
2024-06-25T00:21:38.882Z: - @ethdebug/format
2024-06-25T00:21:38.882Z: - @ethdebug/pointers
2024-06-25T00:21:38.883Z: 
2024-06-25T00:21:41.659Z: > @ethdebug/format:prepare
2024-06-25T00:21:41.659Z: yarn run v1.22.22
2024-06-25T00:21:41.659Z: $ yarn prepare:yamls && tsc
2024-06-25T00:21:41.659Z: $ node ./bin/generate-schema-yamls.js > yamls.ts
2024-06-25T00:21:41.659Z: �[2K�[1GDone in 2.21s.
2024-06-25T00:21:44.332Z: > @ethdebug/pointers:prepare
2024-06-25T00:21:44.332Z: yarn run v1.22.22
2024-06-25T00:21:44.332Z: $ tsc
2024-06-25T00:21:44.332Z: �[2K�[1GDone in 2.19s.
2024-06-25T00:21:44.333Z: 
2024-06-25T00:21:44.333Z: >  Lerna (powered by Nx)   Successfully ran target prepare for 2 projects
2024-06-25T00:21:44.341Z: Done in 58.66s.
2024-06-25T00:21:44.552Z: yarn run v1.22.22
2024-06-25T00:21:44.572Z: warning package.json: "dependencies" has dependency "@docusaurus/tsconfig" with range "^3.4.0" that collides with a dependency in "devDependencies" of the same name with version "^3.0.1"
2024-06-25T00:21:44.572Z: warning package.json: "dependencies" has dependency "@docusaurus/types" with range "^3.4.0" that collides with a dependency in "devDependencies" of the same name with version "^3.0.1"
2024-06-25T00:21:44.586Z: $ docusaurus build
2024-06-25T00:21:45.527Z: (node:374) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2024-06-25T00:21:45.527Z: (Use `node --trace-deprecation ...` to show where the warning was created)
2024-06-25T00:21:45.838Z: [INFO] [en] Creating an optimized production build...
2024-06-25T00:21:48.086Z: Browserslist: caniuse-lite is outdated. Please run:
2024-06-25T00:21:48.086Z: npx update-browserslist-db@latest
2024-06-25T00:21:48.086Z: Why you should do it regularly: https://github.com/browserslist/update-db#readme
2024-06-25T00:21:48.173Z: ℹ Compiling Client
2024-06-25T00:21:48.201Z: ℹ Compiling Server
2024-06-25T00:21:48.642Z: Browserslist: caniuse-lite is outdated. Please run:
2024-06-25T00:21:48.642Z: npx update-browserslist-db@latest
2024-06-25T00:21:48.642Z: Why you should do it regularly: https://github.com/browserslist/update-db#readme
2024-06-25T00:21:59.347Z: Browserslist: caniuse-lite is outdated. Please run:
2024-06-25T00:21:59.347Z: npx update-browserslist-db@latest
2024-06-25T00:21:59.347Z: Why you should do it regularly: https://github.com/browserslist/update-db#readme
2024-06-25T00:22:15.667Z: ✔ Server: Compiled successfully in 27.47s
2024-06-25T00:22:48.391Z: Browserslist: caniuse-lite is outdated. Please run:
2024-06-25T00:22:48.391Z: npx update-browserslist-db@latest
2024-06-25T00:22:48.391Z: Why you should do it regularly: https://github.com/browserslist/update-db#readme
2024-06-25T00:22:49.588Z: ✔ Client: Compiled successfully in 1.02m
2024-06-25T00:22:49.596Z: [WARNING] {"moduleIdentifier":"/workspace/node_modules/@ts-morph/common/dist/typescript.js","moduleName":"../../node_modules/@ts-morph/common/dist/typescript.js","loc":"3037:89-110","message":"Module not found: Error: Can't resolve 'perf_hooks' in '/workspace/node_modules/@ts-morph/common/dist'","compilerPath":"client"}
2024-06-25T00:22:49.596Z: [WARNING] {"moduleIdentifier":"/workspace/node_modules/@ts-morph/common/dist/typescript.js","moduleName":"../../node_modules/@ts-morph/common/dist/typescript.js","loc":"3071:20-42","message":"Critical dependency: the request of a dependency is an expression","compilerPath":"client"}
2024-06-25T00:22:49.596Z: [WARNING] {"moduleIdentifier":"/workspace/node_modules/@ts-morph/common/dist/typescript.js","moduleName":"../../node_modules/@ts-morph/common/dist/typescript.js","loc":"6284:33-52","message":"Critical dependency: the request of a dependency is an expression","compilerPath":"client"}
2024-06-25T00:22:49.596Z: [WARNING] {"moduleIdentifier":"/workspace/node_modules/@ts-morph/common/dist/typescript.js","moduleName":"../../node_modules/@ts-morph/common/dist/typescript.js","loc":"3071:20-42","message":"Critical dependency: the request of a dependency is an expression","compilerPath":"server"}
2024-06-25T00:22:49.596Z: [WARNING] {"moduleIdentifier":"/workspace/node_modules/@ts-morph/common/dist/typescript.js","moduleName":"../../node_modules/@ts-morph/common/dist/typescript.js","loc":"6284:33-52","message":"Critical dependency: the request of a dependency is an expression","compilerPath":"server"}
2024-06-25T00:23:01.192Z: [SUCCESS] Generated static files in "build".
2024-06-25T00:23:01.192Z: [INFO] Use `npm run serve` command to test your build locally.
2024-06-25T00:23:01.270Z: Done in 76.72s.
2024-06-25T00:23:06.667Z: Deployed to IPFS and got the hash:
2024-06-25T00:23:06.667Z: QmSW7ze1StetuzkVocPbYUJav9ocxGAaRKuUWZsFGbvMGX
2024-06-25T00:23:06.667Z: Checking content availability on IPFS...
2024-06-25T00:23:08.816Z: You can preview this build on :
2024-06-25T00:23:08.816Z: https://bafybeib53pjyn7vdzdejhwpnhiljdxbqc5wpa655zk3uot5bye6sxzmxtq.on.fleek.co