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

Test and document the testing of pointers to structs in storage #96

Merged
merged 2 commits into from
Jul 3, 2024

Document example in guide

6044f9d
Select commit
Loading
Failed to load commit list.
Merged

Test and document the testing of pointers to structs in storage #96

Document example in guide
6044f9d
Select commit
Loading
Failed to load commit list.
Fleek.co / ethdebug succeeded Jul 3, 2024 in 3m 3s

Build succeed

You can preview build output on the link below.

Details

Deploy started at 2024-07-03T21:37:57.424Z

2024-07-03T21:38:00.020Z: Deploy started
2024-07-03T21:38:04.319Z: Docker image: 'node:slim'
2024-07-03T21:38:04.319Z: Build command: 'yarn && cd packages/web && yarn build && mkdir dist && mv build dist/format'
2024-07-03T21:38:04.319Z: Triggering build execution...
2024-07-03T21:38:32.566Z: yarn install v1.22.22
2024-07-03T21:38:32.647Z: [1/4] Resolving packages...
2024-07-03T21:38:33.097Z: [2/4] Fetching packages...
2024-07-03T21:38:54.909Z: [3/4] Linking dependencies...
2024-07-03T21:38:54.910Z: warning " > @apideck/[email protected]" has unmet peer dependency "ajv@>=8".
2024-07-03T21:38:54.913Z: warning "workspace-aggregator-e90ad41e-57e7-4f6f-b627-f413af2120ad > @ethdebug/pointers > [email protected]" has unmet peer dependency "@types/node@*".
2024-07-03T21:38:54.913Z: warning "workspace-aggregator-e90ad41e-57e7-4f6f-b627-f413af2120ad > @ethdebug/format-web > @mdx-js/[email protected]" has unmet peer dependency "@types/react@>=16".
2024-07-03T21:38:54.913Z: warning "workspace-aggregator-e90ad41e-57e7-4f6f-b627-f413af2120ad > @ethdebug/format-web > @monaco-editor/[email protected]" has unmet peer dependency "monaco-editor@>= 0.25.0 < 1".
2024-07-03T21:38:54.913Z: warning "workspace-aggregator-e90ad41e-57e7-4f6f-b627-f413af2120ad > @ethdebug/format-web > [email protected]" has unmet peer dependency "@docusaurus/theme-classic@^3.0.0".
2024-07-03T21:38:54.913Z: warning "workspace-aggregator-e90ad41e-57e7-4f6f-b627-f413af2120ad > @ethdebug/format-web > [email protected]" has unmet peer dependency "webpack@^4.0.0 || ^5.0.0".
2024-07-03T21:38:54.913Z: warning "workspace-aggregator-e90ad41e-57e7-4f6f-b627-f413af2120ad > @ethdebug/format-web > [email protected]" has unmet peer dependency "@types/react@>=18".
2024-07-03T21:38:54.914Z: warning "workspace-aggregator-e90ad41e-57e7-4f6f-b627-f413af2120ad > @ethdebug/format-web > @docusaurus/core > [email protected]" has unmet peer dependency "react-loadable@*".
2024-07-03T21:38:54.915Z: warning "workspace-aggregator-e90ad41e-57e7-4f6f-b627-f413af2120ad > @ethdebug/format-web > @monaco-editor/react > @monaco-editor/[email protected]" has unmet peer dependency "monaco-editor@>= 0.21.0 < 1".
2024-07-03T21:38:54.915Z: warning "workspace-aggregator-e90ad41e-57e7-4f6f-b627-f413af2120ad > @ethdebug/format-web > docusaurus-json-schema-plugin > [email protected]" has unmet peer dependency "webpack@^4.5.0 || 5.x".
2024-07-03T21:38:54.915Z: warning "workspace-aggregator-e90ad41e-57e7-4f6f-b627-f413af2120ad > @ethdebug/format-web > docusaurus-json-schema-plugin > [email protected]" has unmet peer dependency "@types/react@>=16 <= 18".
2024-07-03T21:38:54.921Z: warning "workspace-aggregator-e90ad41e-57e7-4f6f-b627-f413af2120ad > @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-07-03T21:38:54.925Z: warning "workspace-aggregator-e90ad41e-57e7-4f6f-b627-f413af2120ad > @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-07-03T21:38:54.925Z: warning "workspace-aggregator-e90ad41e-57e7-4f6f-b627-f413af2120ad > @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-07-03T21:39:23.132Z: [4/4] Building fresh packages...
2024-07-03T21:39:25.510Z: $ lerna run prepare
2024-07-03T21:39:26.231Z: (node:222) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2024-07-03T21:39:26.231Z: (Use `node --trace-deprecation ...` to show where the warning was created)
2024-07-03T21:39:26.236Z: lerna notice cli v8.0.2
2024-07-03T21:39:26.274Z: lerna info versioning independent
2024-07-03T21:39:26.287Z: >  Lerna (powered by Nx)   Running target prepare for 2 projects:
2024-07-03T21:39:26.287Z: - @ethdebug/format
2024-07-03T21:39:26.287Z: - @ethdebug/pointers
2024-07-03T21:39:26.287Z: 
2024-07-03T21:39:29.060Z: > @ethdebug/format:prepare
2024-07-03T21:39:29.060Z: yarn run v1.22.22
2024-07-03T21:39:29.060Z: $ yarn prepare:yamls && tsc
2024-07-03T21:39:29.060Z: $ node ./bin/generate-schema-yamls.js > yamls.ts
2024-07-03T21:39:29.060Z: �[2K�[1GDone in 2.20s.
2024-07-03T21:39:31.727Z: > @ethdebug/pointers:prepare
2024-07-03T21:39:31.727Z: yarn run v1.22.22
2024-07-03T21:39:31.727Z: $ tsc
2024-07-03T21:39:31.727Z: �[2K�[1GDone in 2.19s.
2024-07-03T21:39:31.728Z: 
2024-07-03T21:39:31.728Z: >  Lerna (powered by Nx)   Successfully ran target prepare for 2 projects
2024-07-03T21:39:31.736Z: Done in 59.17s.
2024-07-03T21:39:31.945Z: yarn run v1.22.22
2024-07-03T21:39:31.964Z: 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-07-03T21:39:31.964Z: 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-07-03T21:39:31.977Z: $ docusaurus build
2024-07-03T21:39:32.915Z: (node:377) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2024-07-03T21:39:32.915Z: (Use `node --trace-deprecation ...` to show where the warning was created)
2024-07-03T21:39:33.226Z: [INFO] [en] Creating an optimized production build...
2024-07-03T21:39:35.455Z: Browserslist: caniuse-lite is outdated. Please run:
2024-07-03T21:39:35.455Z: npx update-browserslist-db@latest
2024-07-03T21:39:35.455Z: Why you should do it regularly: https://github.com/browserslist/update-db#readme
2024-07-03T21:39:35.542Z: ℹ Compiling Client
2024-07-03T21:39:35.570Z: ℹ Compiling Server
2024-07-03T21:39:36.009Z: Browserslist: caniuse-lite is outdated. Please run:
2024-07-03T21:39:36.009Z: npx update-browserslist-db@latest
2024-07-03T21:39:36.009Z: Why you should do it regularly: https://github.com/browserslist/update-db#readme
2024-07-03T21:39:46.382Z: Browserslist: caniuse-lite is outdated. Please run:
2024-07-03T21:39:46.382Z: npx update-browserslist-db@latest
2024-07-03T21:39:46.382Z: Why you should do it regularly: https://github.com/browserslist/update-db#readme
2024-07-03T21:40:02.920Z: ✔ Server: Compiled successfully in 27.35s
2024-07-03T21:40:37.255Z: Browserslist: caniuse-lite is outdated. Please run:
2024-07-03T21:40:37.255Z: npx update-browserslist-db@latest
2024-07-03T21:40:37.255Z: Why you should do it regularly: https://github.com/browserslist/update-db#readme
2024-07-03T21:40:38.481Z: ✔ Client: Compiled successfully in 1.05m
2024-07-03T21:40:38.489Z: [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-07-03T21:40:38.489Z: [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-07-03T21:40:38.489Z: [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-07-03T21:40:38.489Z: [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-07-03T21:40:38.489Z: [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-07-03T21:40:51.687Z: [SUCCESS] Generated static files in "build".
2024-07-03T21:40:51.687Z: [INFO] Use `npm run serve` command to test your build locally.
2024-07-03T21:40:51.773Z: Done in 79.83s.
2024-07-03T21:40:56.299Z: Deployed to IPFS and got the hash:
2024-07-03T21:40:56.299Z: QmdM4BzKaRAfnDE4gWaZxrQobndVXyEg3Wcg2CWj9ytFbS
2024-07-03T21:40:56.299Z: Checking content availability on IPFS...
2024-07-03T21:40:58.576Z: You can preview this build on :
2024-07-03T21:40:58.576Z: https://bafybeig67hniqy2qeqjvwbzmxh5ecyuohedca4d3xe23glqgotrh4366hu.on.fleek.co