Update NL Goldens #4825
Merged
Update NL Goldens #4825
Google Cloud Build / website-pull-request-npm (datcom-ci)
succeeded
Jan 2, 2025 in 5m 33s
Summary
Build Information
Trigger | website-pull-request-npm |
Build | fd2d98bf-e2ce-4592-9a7f-ed21d540f2b2 |
Start | 2025-01-02T13:21:42-08:00 |
Duration | 4m44.736s |
Status | SUCCESS |
Steps
Step | Status | Duration |
---|---|---|
client-test | SUCCESS | 4m36.44s |
Details
starting build "fd2d98bf-e2ce-4592-9a7f-ed21d540f2b2"
FETCHSOURCE
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
Initialized empty Git repository in /workspace/.git/
From https://github.com/datacommonsorg/website
* branch 3582d07bfd593793d61e7f370a1aa51af2e21591 -> FETCH_HEAD
Updating files: 97% (2219/2270)
Updating files: 98% (2225/2270)
Updating files: 99% (2248/2270)
Updating files: 100% (2270/2270)
Updating files: 100% (2270/2270), done.
HEAD is now at 3582d07 Fix the python tests in the same pr.
BUILD
Pulling image: gcr.io/datcom-ci/node:2023-04-18
2023-04-18: Pulling from datcom-ci/node
b85a868b505f: Pulling fs layer
4bc2eda9354f: Pulling fs layer
a407a484e74b: Pulling fs layer
cc6fff309142: Pulling fs layer
09be68c4cfd1: Pulling fs layer
731235790440: Pulling fs layer
c5abebb95d4b: Pulling fs layer
5bbd1805fb9a: Pulling fs layer
d776b8633801: Pulling fs layer
69557e2e6d84: Pulling fs layer
fd363b01034b: Pulling fs layer
2d1795f3fed1: Pulling fs layer
5bbd1805fb9a: Waiting
cc6fff309142: Waiting
731235790440: Waiting
09be68c4cfd1: Waiting
fd363b01034b: Waiting
c5abebb95d4b: Waiting
69557e2e6d84: Waiting
4bc2eda9354f: Verifying Checksum
4bc2eda9354f: Download complete
cc6fff309142: Download complete
b85a868b505f: Verifying Checksum
b85a868b505f: Download complete
09be68c4cfd1: Verifying Checksum
09be68c4cfd1: Download complete
a407a484e74b: Download complete
731235790440: Verifying Checksum
731235790440: Download complete
5bbd1805fb9a: Download complete
c5abebb95d4b: Verifying Checksum
c5abebb95d4b: Download complete
d776b8633801: Verifying Checksum
d776b8633801: Download complete
69557e2e6d84: Verifying Checksum
69557e2e6d84: Download complete
2d1795f3fed1: Verifying Checksum
2d1795f3fed1: Download complete
b85a868b505f: Pull complete
4bc2eda9354f: Pull complete
fd363b01034b: Verifying Checksum
fd363b01034b: Download complete
a407a484e74b: Pull complete
cc6fff309142: Pull complete
09be68c4cfd1: Pull complete
731235790440: Pull complete
c5abebb95d4b: Pull complete
5bbd1805fb9a: Pull complete
d776b8633801: Pull complete
69557e2e6d84: Pull complete
fd363b01034b: Pull complete
2d1795f3fed1: Pull complete
Digest: sha256:522ac836e9cd422e4155df912895225eb849387b336d0e9c1c68bbd83e31c702
Status: Downloaded newer image for gcr.io/datcom-ci/node:2023-04-18
gcr.io/datcom-ci/node:2023-04-18
### Running lint
[email protected] /workspace/static
+-- @typescript-eslint/[email protected]
| +-- @typescript-eslint/[email protected]
| | `-- [email protected] deduped
| +-- @typescript-eslint/[email protected]
| | +-- [email protected]
| | | `-- [email protected] deduped
| | `-- [email protected] deduped
| `-- [email protected] deduped
+-- @typescript-eslint/[email protected]
| `-- [email protected] deduped
+-- [email protected] extraneous
| `-- [email protected] deduped
+-- [email protected]
| `-- [email protected] deduped
+-- [email protected]
| `-- [email protected] deduped
+-- [email protected]
| `-- [email protected] deduped
+-- [email protected]
| `-- [email protected] deduped
+-- [email protected]
| `-- [email protected] deduped
`-- [email protected]
> [email protected] test-lint
> eslint .
/workspace/static/js/apps/eval_embeddings/app.tsx
211:25 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/workspace/static/js/apps/eval_embeddings/index_score_box.tsx
163:22 warning Missing return type on function @typescript-eslint/explicit-function-return-type
173:22 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/workspace/static/js/apps/eval_retrieval_generation/app.tsx
100:6 warning React Hook useEffect has a missing dependency: 'handleUserSignIn'. Either include it or remove the dependency array react-hooks/exhaustive-deps
/workspace/static/js/apps/eval_retrieval_generation/call_feedback.tsx
89:6 warning React Hook useEffect has a missing dependency: 'evalType'. Either include it or remove the dependency array react-hooks/exhaustive-deps
109:6 warning React Hook useEffect has a missing dependency: 'evalType'. Either include it or remove the dependency array react-hooks/exhaustive-deps
/workspace/static/js/apps/eval_retrieval_generation/overall_feedback.tsx
152:6 warning React Hook useEffect has a missing dependency: 'evalType'. Either include it or remove the dependency array react-hooks/exhaustive-deps
/workspace/static/js/apps/eval_retrieval_generation/query_section.tsx
228:6 warning React Hook useEffect has a missing dependency: 'props.evalType'. Either include it or remove the dependency array react-hooks/exhaustive-deps
/workspace/static/js/apps/eval_retrieval_generation/sxs/app.tsx
86:6 warning React Hook useEffect has missing dependencies: 'props' and 'setSessionQueryId'. Either include them or remove the dependency array react-hooks/exhaustive-deps
126:6 warning React Hook useEffect has a missing dependency: 'handleUserSignIn'. Either include it or remove the dependency array react-hooks/exhaustive-deps
/workspace/static/js/apps/explore/app.tsx
136:6 warning React Hook useEffect has missing dependencies: 'handleHashChange' and 'props.isDemo'. Either include them or remove the dependency array react-hooks/exhaustive-deps
406:26 warning Missing return type on function @typescript-eslint/explicit-function-return-type
463:34 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/workspace/static/js/apps/explore/autoplay.tsx
108:6 warning React Hook useEffect has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect react-hooks/exhaustive-deps
/workspace/static/js/apps/explore/success_result.tsx
98:3 warning React Hook "useEffect" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return? react-hooks/rules-of-hooks
/workspace/static/js/apps/topic_page/page_selector.tsx
36:10 warning 'placeOptions' is assigned a value but never used @typescript-eslint/no-unused-vars
158:10 warning 'selectPlace' is defined but never used @typescript-eslint/no-unused-vars
166:10 warning 'selectTopic' is defined but never used @typescript-eslint/no-unused-vars
/workspace/static/js/apps/visualization/app_context.tsx
179:6 warning React Hook useEffect has missing dependencies: 'updateContextValue' and 'visType'. Either include them or remove the dependency array react-hooks/exhaustive-deps
196:6 warning React Hook useEffect has missing dependencies: 'childPlaceTypes' and 'isContextLoading'. Either include them or remove the dependency array react-hooks/exhaustive-deps
220:6 warning React Hook useEffect has missing dependencies: 'enclosedPlaceType' and 'visTypeConfig.skipEnclosedPlaceType'. Either include them or remove the dependency array react-hooks/exhaustive-deps
240:6 warning React Hook useEffect has a missing dependency: 'isContextLoading'. Either include it or remove the dependency array react-hooks/exhaustive-deps
264:6 warning React Hook useEffect has missing dependencies: 'isContextLoading' and 'visTypeConfig'. Either include them or remove the dependency array react-hooks/exhaustive-deps
280:6 warning React Hook useEffect has missing dependencies: 'isContextLoading', 'places', and 'statVars'. Either include them or remove the dependency array. You can also do a functional update 'setPlaces(p => ...)' if you only need 'places' in the 'setPlaces' call react-hooks/exhaustive-deps
300:6 warning React Hook useEffect has a missing dependency: 'isContextLoading'. Either include it or remove the dependency array react-hooks/exhaustive-deps
/workspace/static/js/apps/visualization/place_selector.tsx
51:6 warning React Hook useEffect has a missing dependency: 'selectedPlaces'. Either include it or remove the dependency array react-hooks/exhaustive-deps
57:6 warning React Hook useEffect has missing dependencies: 'selectedPlaces' and 'visTypeConfig.singlePlace'. Either include them or remove the dependency array. You can also do a functional update 'setSelectedPlaces(s => ...)' if you only need 'selectedPlaces' in the 'setSelectedPlaces' call react-hooks/exhaustive-deps
/workspace/static/js/apps/visualization/place_type_selector.tsx
43:6 warning React Hook useEffect has a missing dependency: 'selectedPlaceType'. Either include it or remove the dependency array react-hooks/exhaustive-deps
/workspace/static/js/apps/visualization/selector_pane.tsx
63:6 warning React Hook useEffect has missing dependencies: 'availableSelectors' and 'getSelectors'. Either include them or remove the dependency array react-hooks/exhaustive-deps
/workspace/static/js/apps/visualization/stat_var_selector.tsx
68:6 warning React Hook useEffect has a missing dependency: 'selectedStatVars'. Either include it or remove the dependency array. You can also do a functional update 'setSelectedStatVars(s => ...)' if you only need 'selectedStatVars' in the 'setSelectedStatVars' call react-hooks/exhaustive-deps
74:6 warning React Hook useEffect has a missing dependency: 'selectedStatVars'. Either include it or remove the dependency array react-hooks/exhaustive-deps
89:6 warning React Hook useEffect has missing dependencies: 'props.selectOnContinue', 'selectedStatVars', and 'visTypeConfig'. Either include them or remove the dependency array react-hooks/exhaustive-deps
/workspace/static/js/biomedical/protein/chart.ts
195:7 warning 'GRAPH_HEIGHT_L' is assigned a value but never used @typescript-eslint/no-unused-vars
/workspace/static/js/chart/base.test.ts
83:64 warning Missing return type on function @typescript-eslint/explicit-function-return-type
93:50 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/workspace/static/js/chart/draw_bar.ts
334:19 warning Missing return type on function @typescript-eslint/explicit-function-return-type
551:19 warning Missing return type on function @typescript-eslint/explicit-function-return-type
701:19 warning Missing return type on function @typescript-eslint/explicit-function-return-type
832:19 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/workspace/static/js/chart/draw_leaflet_map.ts
93:8 warning Missing return type on function @typescript-eslint/explicit-function-return-type
101:27 warning Missing return type on function @typescript-eslint/explicit-function-return-type
126:8 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/workspace/static/js/components/nl_search_bar/auto_complete_input.tsx
112:12 warning Assignments to the 'lang' variable from inside React Hook useEffect will be lost after each render. To preserve the value over time, store it in a useRef Hook and keep the mutable value in the '.current' property. Otherwise, you can move this variable directly inside useEffect react-hooks/exhaustive-deps
126:6 warning React Hook useEffect has a missing dependency: 'results.placeResults.length'. Either include it or remove the dependency array react-hooks/exhaustive-deps
136:6 warning React Hook useEffect has missing dependencies: 'changeText' and 'inputText'. Either include them or remove the dependency array react-hooks/exhaustive-deps
151:6 warning React Hook useEffect has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect react-hooks/exhaustive-deps
232:6 warning React Hook useCallback has a missing dependency: 'lang'. Either include it or remove the dependency array react-hooks/exhaustive-deps
237:6 warning React Hook useMemo has a missing dependency: 'triggerAutoCompleteRequest'. Either include it or remove the dependency array react-hooks/exhaustive-deps
341:26 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/workspace/static/js/components/nl_search_bar/auto_complete_suggestions.tsx
57:6 warning React Hook useEffect has missing dependencies: 'props.baseInput' and 'triggered'. Either include them or remove the dependency array react-hooks/exhaustive-deps
/workspace/static/js/components/ranking_unit.tsx
213:43 warning Missing return type on function @typescript-eslint/explicit-function-return-type
219:43 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/workspace/static/js/components/subject_page/block.tsx
245:6 warning Missing return type on function @typescript-eslint/explicit-function-return-type
256:6 warning React Hook useEffect has a missing dependency: 'isEligibleForSnapToHighestCoverage'. Either include it or remove the dependency array react-hooks/exhaustive-deps
267:27 warning Missing return type on function @typescript-eslint/explicit-function-return-type
279:27 warning Missing return type on function @typescript-eslint/explicit-function-return-type
364:20 warning Missing return type on function @typescript-eslint/explicit-function-return-type
379:3 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/workspace/static/js/components/subject_page/column.tsx
61:20 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/workspace/static/js/components/subject_page/data_fetch_context.tsx
41:8 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/workspace/static/js/components/subject_page/disaster_event_block.tsx
46:3 warning 'getHashValue' is defined but never used @typescript-eslint/no-unused-vars
127:6 warning React Hook useEffect has a missing dependency: 'filterSectionHeight'. Either include it or remove the dependency array react-hooks/exhaustive-deps
154:6 warning React Hook useEffect has missing dependencies: 'disasterEventData', 'fetchData', and 'getSpinnerId'. Either include them or remove the dependency array react-hooks/exhaustive-deps
179:6 warning React Hook useEffect has a missing dependency: 'props.id'. Either include it or remove the dependency array react-hooks/exhaustive-deps
196:22 warning Missing return type on function @typescript-eslint/explicit-function-return-type
311:23 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/workspace/static/js/components/subject_page/sidebar.tsx
101:16 warning Missing return type on function @typescript-eslint/explicit-function-return-type
139:30 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/workspace/static/js/components/tiles/answer_table_tile.tsx
253:20 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/workspace/static/js/components/tiles/bar_tile.test.tsx
63:45 warning '_' is defined but never used @typescript-eslint/no-unused-vars
82:44 warning '_' is defined but never used @typescript-eslint/no-unused-vars
123:17 warning Identifier 'sector_property' is not in camel case camelcase
/workspace/static/js/components/tiles/bar_tile.tsx
151:8 warning Missing return type on function @typescript-eslint/explicit-function-return-type
177:26 warning Missing return type on function @typescript-eslint/explicit-function-return-type
283:26 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/workspace/static/js/components/tiles/bivariate_tile.tsx
116:8 warning Missing return type on function @typescript-eslint/explicit-function-return-type
214:26 warning Missing return type on function @typescript-eslint/explicit-function-return-type
376:3 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/workspace/static/js/components/tiles/chart_footer.tsx
56:28 warning Missing return type on function @typescript-eslint/explicit-function-return-type
75:28 warning Missing return type on function @typescript-eslint/explicit-function-return-type
75:29 warning 'event' is defined but never used @typescript-eslint/no-unused-vars
109:18 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/workspace/static/js/components/tiles/disaster_event_map_filters.tsx
101:31 warning Missing return type on function @typescript-eslint/explicit-function-return-type
109:29 warning Missing return type on function @typescript-eslint/explicit-function-return-type
110:33 warning Missing return type on function @typescript-eslint/explicit-function-return-type
117:31 warning Missing return type on function @typescript-eslint/explicit-function-return-type
125:29 warning Missing return type on function @typescript-eslint/explicit-function-return-type
126:33 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/workspace/static/js/components/tiles/disaster_event_map_selectors.tsx
79:6 warning React Hook useEffect has a missing dependency: 'updateDateOptions'. Either include it or remove the dependency array react-hooks/exhaustive-deps
89:21 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/workspace/static/js/components/tiles/disaster_event_map_tile.tsx
42:39 warning 'StatVarSpec' is defined but never used @typescript-eslint/no-unused-vars
157:6 warning React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array react-hooks/exhaustive-deps
174:6 warning React Hook useEffect has missing dependencies: 'props', 'shouldShowMap', 'svgHeight', and 'zoomParams'. Either include them or remove the dependency array react-hooks/exhaustive-deps
185:6 warning React Hook useEffect has a missing dependency: 'getSvgHeight'. Either include it or remove the dependency array react-hooks/exhaustive-deps
244:32 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/workspace/static/js/components/tiles/donut_tile.tsx
106:8 warning Missing return type on function @typescript-eslint/explicit-function-return-type
188:26 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/workspace/static/js/components/tiles/gauge_tile.tsx
154:19 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/workspace/static/js/components/tiles/histogram_tile.tsx
234:7 warning The 'histogramData' array makes the dependencies of useCallback Hook (at line 248) change on every render. To fix this, wrap the initialization of 'histogramData' in its own useMemo() Hook react-hooks/exhaustive-deps
/workspace/static/js/components/tiles/map_tile.tsx
283:6 warning React Hook useCallback has a missing dependency: 'zoomParams'. Either include it or remove the dependency array react-hooks/exhaustive-deps
/workspace/static/js/components/tiles/scatter_tile.tsx
148:6 warning React Hook useEffect has a missing dependency: 'areDataPropsEqual'. Either include it or remove the dependency array react-hooks/exhaustive-deps
161:6 warning React Hook useCallback has a missing dependency: 'areDataPropsEqual'. Either include it or remove the dependency array react-hooks/exhaustive-deps
/workspace/static/js/components/tiles/top_event_tile.tsx
88:6 warning React Hook useEffect has missing dependencies: 'topEvents' and 'updateEventPlaces'. Either include them or remove the dependency array react-hooks/exhaustive-deps
/workspace/static/js/import_wizard/components/mapping_section.tsx
120:6 warning React Hook useEffect has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect react-hooks/exhaustive-deps
/workspace/static/js/import_wizard/components/mapping_table_header.tsx
59:6 warning React Hook useEffect has missing dependencies: 'editHeaderState.colIdx' and 'onHeaderUpdated'. Either include them or remove the dependency array react-hooks/exhaustive-deps
/workspace/static/js/import_wizard/components/value_map_section.tsx
61:6 warning React Hook useEffect has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect react-hooks/exhaustive-deps
/workspace/static/js/import_wizard2/components/mapping_page.tsx
49:20 warning 'setValueMap' is assigned a value but never used @typescript-eslint/no-unused-vars
59:5 warning 'fileName' is assigned a value but never used @typescript-eslint/no-unused-vars
72:6 warning React Hook useEffect has a missing dependency: 'scrollToPreview'. Either include it or remove the dependency array react-hooks/exhaustive-deps
/workspace/static/js/import_wizard2/components/page.tsx
58:20 warning 'setValueMap' is assigned a value but never used @typescript-eslint/no-unused-vars
/workspace/static/js/import_wizard2/components/preview_table.tsx
21:8 warning '_' is defined but never used @typescript-eslint/no-unused-vars
/workspace/static/js/import_wizard2/components/shared/mapping_column_input.tsx
71:21 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/workspace/static/js/import_wizard2/components/shared/mapping_constant_input.tsx
21:8 warning '_' is defined but never used @typescript-eslint/no-unused-vars
60:21 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/workspace/static/js/import_wizard2/components/shared/mapping_header_input.tsx
99:33 warning Missing return type on function @typescript-eslint/explicit-function-return-type
124:33 warning Missing return type on function @typescript-eslint/explicit-function-return-type
141:28 warning Missing return type on function @typescript-eslint/explicit-function-return-type
156:20 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/workspace/static/js/import_wizard2/components/shared/mapping_place_input.tsx
82:25 warning Missing return type on function @typescript-eslint/explicit-function-return-type
109:25 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/workspace/static/js/import_wizard2/components/upload_page.tsx
62:6 warning React Hook useEffect has a missing dependency: 'processFile'. Either include it or remove the dependency array react-hooks/exhaustive-deps
/workspace/static/js/place/chart.tsx
237:22 warning Missing return type on function @typescript-eslint/explicit-function-return-type
332:26 warning Missing return type on function @typescript-eslint/explicit-function-return-type
352:28 warning Missing return type on function @typescript-eslint/explicit-function-return-type
537:30 warning Missing return type on function @typescript-eslint/explicit-function-return-type
541:30 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/workspace/static/js/place/dev_place_main.tsx
533:10 warning 'relatedPlacesApiResponse' is assigned a value but never used @typescript-eslint/no-unused-vars
535:10 warning 'placeChartsApiResponse' is assigned a value but never used @typescript-eslint/no-unused-vars
597:6 warning React Hook useEffect has a missing dependency: 'category'. Either include it or remove the dependency array react-hooks/exhaustive-deps
/workspace/static/js/shared/hooks.ts
64:5 warning React Hook useMemo has a missing dependency: 'rootMargin'. Either include it or remove the dependency array react-hooks/exhaustive-deps
78:24 warning The ref value 'containerRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'containerRef.current' to a variable inside the effect, and use that variable in the cleanup function react-hooks/exhaustive-deps
/workspace/static/js/shared/place_selector.tsx
110:6 warning React Hook useEffect has a missing dependency: 'loadChildPlaceTypes'. Either include it or remove the dependency array react-hooks/exhaustive-deps
/workspace/static/js/stat_var_hierarchy/drawer_resize.tsx
50:5 warning React Hook React.useCallback has missing dependencies: 'setWidth' and 'sidebarRef'. Either include them or remove the dependency array react-hooks/exhaustive-deps
/workspace/static/js/stat_var_hierarchy/stat_var_group_node.tsx
218:31 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/workspace/static/js/tools/download/page.tsx
100:6 warning React Hook useEffect has a missing dependency: 'showPreview'. Either include it or remove the dependency array react-hooks/exhaustive-deps
167:6 warning React Hook useEffect has a missing dependency: 'shouldHideSourceSelector'. Either include it or remove the dependency array react-hooks/exhaustive-deps
/workspace/static/js/tools/download/preview.tsx
61:6 warning React Hook useEffect has a missing dependency: 'getCsvReqPayload'. Either include it or remove the dependency array react-hooks/exhaustive-deps
128:3 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/workspace/static/js/tools/map/d3_map.tsx
286:6 warning React Hook useEffect has missing dependencies: 'display.value.showMapPoints' and 'draw'. Eit
...
[Logs truncated due to log size limitations. For full logs, see https://console.cloud.google.com/cloud-build/builds/fd2d98bf-e2ce-4592-9a7f-ed21d540f2b2?project=879489846695.]
...
sealing asset processing SourceMapDevToolPlugin custom_dc/floret/overrides.css generated SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin custom_dc/iitm/app.js generate SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin custom_dc/iitm/app.js generated SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin custom_dc/iitm/bs-init.js generate SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin custom_dc/iitm/bs-init.js generated SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin custom_dc/iitm/creative.js generate SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin custom_dc/iitm/creative.js generated SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin custom_dc/iitm/particles.js generate SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin custom_dc/iitm/particles.js generated SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin custom_dc/iitm/style.css generate SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin custom_dc/iitm/style.css generated SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin custom_dc/stanford/overrides.css generate SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin custom_dc/stanford/overrides.css generated SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin custom_dc/unsdg/overrides.css generate SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin custom_dc/unsdg/overrides.css generated SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin custom_dc/feedingamerica/css/overrides.css generate SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin custom_dc/feedingamerica/css/overrides.css generated SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin custom_dc/unsdg/css/custom.css generate SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin custom_dc/unsdg/css/custom.css generated SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin resolve sources
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin scatter.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin scatter.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin map.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin map.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin stat_var.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin stat_var.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin dev.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin dev.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin diff.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin diff.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin timeline.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin timeline.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin timeline_bulk_download.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin timeline_bulk_download.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin mcf_playground.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin mcf_playground.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin queryStore.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin queryStore.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin base.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin base.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin place.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin place.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin place_landing.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin place_landing.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin dev_place.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin dev_place.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin topic_page.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin topic_page.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin explore_landing.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin explore_landing.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin explore.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin explore.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin eval_embeddings.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin eval_embeddings.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin eval_retrieval_generation.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin eval_retrieval_generation.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin eval_retrieval_generation_sxs.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin eval_retrieval_generation_sxs.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin ranking.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin ranking.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin browser.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin browser.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin browser_landing.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin browser_landing.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin biomedical_landing.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin biomedical_landing.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin disease.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin disease.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin protein.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin protein.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin screenshot.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin screenshot.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin search.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin search.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin download.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin download.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin import_wizard.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin import_wizard.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin import_wizard2.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin import_wizard2.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin about.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin about.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin admin.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin admin.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin build.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin build.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin disaster_dashboard.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin disaster_dashboard.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin event.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin event.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin sustainability.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin sustainability.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin datacommons.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin datacommons.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin homepage.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin homepage.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin homepage_custom_dc.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin homepage_custom_dc.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin visualization.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin visualization.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin resolve sources
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
<s> [webpack.Progress] 92% sealing asset processing
<s> [webpack.Progress] 93% sealing after asset optimization
<s> [webpack.Progress] 93% sealing after asset optimization
<s> [webpack.Progress] 93% sealing recording
<s> [webpack.Progress] 93% sealing recording
<s> [webpack.Progress] 94% sealing after seal
<s> [webpack.Progress] 94% sealing after seal
<s> [webpack.Progress] 95% emitting emit
<s> [webpack.Progress] 95% emitting emit
<s> [webpack.Progress] 98% emitting after emit
<s> [webpack.Progress] 98% emitting after emit
<s> [webpack.Progress] 99% done plugins
<s> [webpack.Progress] 99% done plugins
<s> [webpack.Progress] 99%
<s> [webpack.Progress] 99% cache store build dependencies
<s> [webpack.Progress] 99% cache store build dependencies
<s> [webpack.Progress] 99% cache begin idle
<s> [webpack.Progress] 99% cache begin idle
<s> [webpack.Progress] 100%
<s> [webpack.Progress] 99% cache shutdown
<s> [webpack.Progress] 99% cache shutdown MemoryCachePlugin
<s> [webpack.Progress] 99% cache shutdown
<s> [webpack.Progress] 100%
assets by path images/ 19.2 MiB 48 assets
assets by path custom_dc/ 4.5 MiB 41 assets
assets by path *.js 141 MiB 40 assets
assets by path css/ 10.6 MiB 38 assets
assets by path sitemap/*.txt 26.2 MiB 32 assets
assets by path data/ 1.28 MiB
asset data/factcheck/fact_checks_20190605.txt.gz 656 KiB [emitted] [from: data/factcheck/fact_checks_20190605.txt.gz] [copied]
+ 2 assets
assets by path fonts/*.ttf 308 KiB
asset fonts/GoogleSans-Medium.ttf 154 KiB [emitted] [from: fonts/GoogleSans-Medium.ttf] [copied]
asset fonts/GoogleSans-Regular.ttf 154 KiB [emitted] [from: fonts/GoogleSans-Regular.ttf] [copied]
assets by path *.ico 100 KiB
asset sustain_favicon.ico 98.9 KiB [emitted] [from: sustain_favicon.ico] [copied]
asset old_favicon.ico 1.12 KiB [emitted] [from: old_favicon.ico] [copied]
asset robots.txt 1.97 KiB [emitted] [from: robots.txt] [copied]
runtime modules 91.4 KiB 276 modules
orphan modules 180 KiB [orphan] 173 modules
modules by path ./node_modules/ 8.34 MiB 1407 modules
modules by path ./js/ 3.17 MiB
javascript modules 2.58 MiB 464 modules
json modules 607 KiB 40 modules
modules by path ./css/ 224 KiB 38 modules
modules by path ./library/*.ts 85.8 KiB
./library/index.ts 3.59 KiB [built] [code generated]
./library/bar_component.ts 8.6 KiB [built] [code generated]
+ 12 modules
+ 6 modules
webpack 5.94.0 compiled successfully in 105492 ms
✅ Ran 3 scripts and skipped 0 in 117s.
### Running client tests
up to date, audited 143 packages in 599ms
24 packages are looking for funding
run `npm fund` for details
2 vulnerabilities (1 moderate, 1 high)
To address all issues, run:
npm audit fix
Run `npm audit` for details.
up to date, audited 697 packages in 2s
59 packages are looking for funding
run `npm fund` for details
3 vulnerabilities (2 moderate, 1 high)
To address all issues, run:
npm audit fix
Run `npm audit` for details.
changed 1 package, and audited 2281 packages in 6s
280 packages are looking for funding
run `npm fund` for details
44 vulnerabilities (2 low, 22 moderate, 17 high, 3 critical)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
> [email protected] test
> wireit
⠋ Analyzing
⠙ 0% [0 / 3] [0 running]
⠹ 0% [0 / 3] [2 running] ../packages/client:build
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙ 33% [1 / 3] [1 running] ../packages/client:build
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇ 67% [2 / 3] [1 running] test
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
PASS js/import_wizard2/utils/obs_generation.test.tsx (15.422 s)
✓ GenerateRowObservations_SingleValueColumn (19 ms)
✓ GenerateRowObservations_SingleValueColumn_UnitInColumn (1 ms)
✓ GenerateRowObservations_SingleValueColumn_ValueMap (2 ms)
✓ GenerateRowObservations_DateValuesInHeader (1 ms)
✓ GenerateRowObservations_DateValuesInHeader_ValueMap (1 ms)
✓ GenerateRowObservations_DateValuesInHeader_UnitsInColumns (16 ms)
PASS js/import_wizard/utils/detect_place.test.tsx (15.471 s)
✓ placeTypesAndProperties (33 ms)
✓ supportedPlaceTypeProperties (5 ms)
✓ placeDetectionKeys (1 ms)
✓ countries (18 ms)
✓ States (13 ms)
✓ placeLowConfidenceDetection (7 ms)
✓ detectionLowConf (4 ms)
✓ countryHighConf (6 ms)
✓ stateHighConf (3 ms)
✓ placeDetection (3 ms)
✓ countryNumericVsStateFIPS (2 ms)
PASS js/import_wizard/utils/obs_generation.test.tsx
✓ GenerateRowObservations_SingleValueColumn (5 ms)
✓ GenerateRowObservations_SingleValueColumn_UnitInColumn (2 ms)
✓ GenerateRowObservations_SingleValueColumn_ValueMap (1 ms)
✓ GenerateRowObservations_DateValuesInHeader (2 ms)
✓ GenerateRowObservations_DateValuesInHeader_ValueMap (1 ms)
✓ GenerateRowObservations_DateValuesInHeader_UnitsInColumns (2 ms)
PASS js/import_wizard2/utils/file_generation.test.ts
✓ generateTranslationMetadataJson (8 ms)
✓ shouldGenerateCsv (7 ms)
✓ generateCsvNoValueMap (51 ms)
✓ generateCsvWithValueMap (3 ms)
✓ generateCsvDiffHeaderAndDataRows (2 ms)
PASS js/utils/tests/disaster_event_map_utils.test.ts (18.391 s)
✓ fetch date list for all disasters (90 ms)
✓ fetch date list for single disaster multiple event types (25 ms)
✓ fetch date list for single eventType (51 ms)
✓ fetch data for single disaster multiple events with date as YYYY-MM (29 ms)
✓ fetch data for single disaster multiple events with date as YYYY (16 ms)
✓ fetch data for single event with date as YYYY-MM (57 ms)
✓ fetch data for single event with date as YYYY (23 ms)
✓ getMapPointsData (1 ms)
console.error
ModuleNotFoundError: Cannot find module '../i18n/compiled-lang/en/stats_var_labels.json' from 'js/tools/timeline/data_fetcher.test.ts'
at Resolver._throwModNotFoundError (/workspace/static/node_modules/jest-resolve/build/resolver.js:491:11)
at Resolver.resolveModule (/workspace/static/node_modules/jest-resolve/build/resolver.js:413:10)
at Resolver._getVirtualMockPath (/workspace/static/node_modules/jest-resolve/build/resolver.js:733:14)
at Resolver._getAbsolutePath (/workspace/static/node_modules/jest-resolve/build/resolver.js:690:14)
at Resolver.getModuleID (/workspace/static/node_modules/jest-resolve/build/resolver.js:617:31)
at Runtime._shouldMockCjs (/workspace/static/node_modules/jest-runtime/build/index.js:1984:37)
at Runtime.requireModuleOrMock (/workspace/static/node_modules/jest-runtime/build/index.js:1242:14)
at /workspace/static/js/tools/timeline/data_fetcher.test.ts:248:51
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Promise.all (index 0) {
code: 'MODULE_NOT_FOUND',
hint: '',
requireStack: undefined,
siblingWithSimilarExtensionFound: false,
moduleName: '../i18n/compiled-lang/en/stats_var_labels.json',
_originalMessage: "Cannot find module '../i18n/compiled-lang/en/stats_var_labels.json' from 'js/tools/timeline/data_fetcher.test.ts'"
}
60 | })
61 | .catch((err) => {
> 62 | console.error(err);
| ^
63 | intl = createIntl({ locale, messages: {} }, intlCache);
64 | });
65 | }
at js/i18n/i18n.tsx:62:15
PASS js/import_wizard/utils/heuristics.test.tsx
✓ countryDetection (8 ms)
✓ countryDetection-twocolumns (4 ms)
✓ countryDetectionOrder (7 ms)
✓ dateDetection-headers (2 ms)
✓ dateDetection-columns (2 ms)
✓ dateDetection-headers-columns (2 ms)
✓ comboDetection-date-and-place (6 ms)
PASS js/tools/timeline/data_fetcher.test.ts (19.199 s)
✓ fetch raw data (155 ms)
✓ get stats data with state code (3 ms)
✓ get stats data where latest date with data for all stat vars is not the latest date (2 ms)
✓ get stats data where there is no date with data for all stat vars (2 ms)
✓ get stats data with per capita with population size 0 (1 ms)
✓ get stats data with Per capita with specified denominators (2 ms)
✓ get stats data with per capita with specified denominators - missing place data (1 ms)
✓ get stat data with specified source (1 ms)
✓ StatsData test (1 ms)
✓ convert to delta (1 ms)
✓ transform from models - multiple places (4 ms)
✓ transform from models - multiple obs periods (2 ms)
PASS js/import_wizard/utils/tmcf_generation.test.tsx
✓ SingleNodeTMCF (5 ms)
✓ MultiNodeTMCF_DateValueInHeader (1 ms)
✓ MultiNodeTMCF_PlaceValueInHeader (1 ms)
✓ MultiNodeTMCF_PlaceValueInHeader_DiffPlaceTypes (1 ms)
✓ SingleNodeTMCFWithUnitColumnConstant (1 ms)
✓ MultiNodeTMCF_UnitAsSomeColumnConstants (1 ms)
PASS js/import_wizard2/utils/detection.test.tsx
✓ jsonParsingPlaceDateColumns (7 ms)
✓ jsonParsingPlaceDateHeaders (3 ms)
✓ jsonParsingPlaceSkippedDateCorrect (1 ms)
✓ jsonParsingPlaceCorrectDateSkipped (1 ms)
✓ jsonParsingAllSkipped
✓ jsonParsingColumnIncorrect
✓ jsonParsingPropIncorrect (1 ms)
✓ jsonParsingTypeIncorrect (1 ms)
✓ jsonParsingSupportedTypePropertiesAllSkipped
✓ jsonParsingSupportedTypePropertiesCorrect (1 ms)
PASS js/import_wizard/utils/file_generation.test.ts
✓ generateTranslationMetadataJson (5 ms)
✓ shouldGenerateCsv (1 ms)
✓ generateCsvNoValueMap (22 ms)
✓ generateCsvWithValueMap (3 ms)
PASS js/utils/tests/chart_csv_utils.test.ts
✓ dataGroupsToCsv (22 ms)
✓ scatterDataToCsv (2 ms)
✓ dataPointsToCsv (2 ms)
✓ mapDataToCsv (2 ms)
✓ rankingPointsToCsv (1 ms)
PASS js/i18n/i18n.test.ts
✓ formatNumber (219 ms)
✓ translateUnit (12 ms)
PASS js/import_wizard2/utils/tmcf_generation.test.tsx
✓ SingleNodeTMCF (5 ms)
✓ MultiNodeTMCF_DateValueInHeader (1 ms)
✓ MultiNodeTMCF_PlaceValueInHeader (1 ms)
✓ SingleNodeTMCFWithUnitColumnConstant (1 ms)
✓ MultiNodeTMCF_UnitAsSomeColumnConstants (1 ms)
PASS js/import_wizard2/utils/validation.test.tsx
✓ Fail_MalformedMappingVal (5 ms)
✓ Fail_MissingRequiredPropsAndMultipleColumnHeaders (1 ms)
✓ Fail_ValueMissing (1 ms)
✓ Fail_NullInColumnHeaderValue (1 ms)
✓ Fail_DuplicateColumnHeaderValue (1 ms)
✓ Pass_DateInColumnHeader (1 ms)
✓ Pass_NoColumnHeader (1 ms)
PASS js/apps/eval_retrieval_generation/util.test.ts
✓ processText (12 ms)
PASS js/utils/tests/data_fetch_utils.test.ts
✓ getBestUnit (3 ms)
✓ getPoint no align (27 ms)
✓ getPoint align (3 ms)
✓ getPointWithin no align (4 ms)
✓ getPointWithin (3 ms)
PASS js/import_wizard/utils/validation.test.tsx
✓ Fail_MalformedMappingVal (6 ms)
✓ Fail_MissingRequiredPropsAndMultipleColumnHeaders (1 ms)
✓ Fail_ValueMissing (1 ms)
✓ Fail_MissingPlaceProperties (1 ms)
✓ Pass_DateInColumnHeader (1 ms)
✓ Pass_NoColumnHeader
PASS js/biomedical/disease/data_processing_utils.test.tsx
✓ getDiseaseGeneAssociation (5 ms)
✓ getDiseaseSymptomAssociation (1 ms)
✓ getCompoundDiseaseTreatment (1 ms)
✓ getCompoundDiseaseContraindication (1 ms)
✓ getDiseaseCommonName (1 ms)
PASS js/chart/base.test.ts
✓ minOfNullValues (3 ms)
✓ shouldFillInValues (2 ms)
wrap tests
✓ wraps ab-d e f (34 ms)
✓ wraps a-b c (22 ms)
✓ wraps a b-c (5 ms)
✓ wraps a-b c (6 ms)
✓ wraps New York, NY (6 ms)
✓ wraps Queens, NY (4 ms)
✓ wraps Queens-NY (3 ms)
✓ wraps United-States-of-America (5 ms)
✓ wraps United States of America (20 ms)
✓ wraps United States of America (5 ms)
✓ wraps アメリカ合衆国 (47 ms)
✓ wraps ブロンクス区, ニューヨーク州 (3 ms)
✓ wraps ニューヨーク, ニューヨーク州 (3 ms)
PASS js/tools/map/util.test.ts
✓ updateHashPlaceInfo (5 ms)
✓ updateHashStatVarInfo (1 ms)
✓ updateHashDisplay (1 ms)
✓ applyHashPlaceInfo (2 ms)
✓ applyHashStatVarInfo (1 ms)
✓ applyHashDisplay (1 ms)
✓ get time slider dates (1 ms)
PASS js/tools/timeline/page.test.tsx (9.002 s)
✓ Single place and single stat var (623 ms)
✓ statVar not in PV-tree (116 ms)
✓ chart options (381 ms)
PASS js/tools/scatter/app.test.tsx (30.216 s)
✓ all functionalities (2451 ms)
PASS js/tools/shared_util.test.ts
✓ getMatchingObservation (6 ms)
✓ shouldShowMapBoundaries (1 ms)
✓ toTitleCase (1 ms)
✓ compute ratio (1 ms)
✓ compute ratio not aligned (1 ms)
PASS js/tools/timeline/util.test.ts
✓ test getTokensFromUrl (7 ms)
✓ test setTokensToUrl (3 ms)
✓ test addToken (2 ms)
✓ test removeToken (2 ms)
✓ get chart option (8 ms)
✓ set chart option (8 ms)
PASS js/biomedical/protein/data_processing_utils.test.tsx (31.215 s)
✓ getTissueScore (6 ms)
✓ getProteinInteraction (2 ms)
✓ getDiseaseGeneAssoc (5 ms)
✓ getVarGeneAssoc (2 ms)
✓ getVarTypeAssoc (14 ms)
✓ getVarSigAssoc (9 ms)
✓ getChemicalGeneAssoc (3 ms)
PASS js/tools/download/page.test.tsx (7.388 s)
✓ Loading options from URL (433 ms)
✓ Manually updating options (602 ms)
PASS js/tools/scatter/util.test.ts
✓ updateHash (6 ms)
✓ applyHash (7 ms)
PASS js/import_wizard/utils/detect_date.test.tsx
✓ dateDetectionBasics (3 ms)
✓ dateHeaderDetectionBasics (3 ms)
✓ dateColumnDetection (1 ms)
PASS js/utils/search_utils.test.tsx
✓ getHighlightedJSX (33 ms)
PASS nodejs_server/query.test.ts (16.6 s)
✓ getQueryResult (123 ms)
PASS js/utils/tests/tile_utils.test.ts
✓ formatString (5 ms)
✓ getStatVarName (5 ms)
PASS js/shared/stats_var_labels.test.ts
✓ stats var label: marked for translation (157 ms)
✓ stats var label: compiled to en (42 ms)
✓ stats var label: compiled to es (38 ms)
PASS js/utils/string_utils.test.ts
✓ get common prefix (5 ms)
✓ formatDate (51 ms)
✓ is valid date (13 ms)
PASS js/utils/tests/app/disaster_dashboard_utils.test.ts
✓ getFilteredParentPlaces (5 ms)
PASS js/shared/stats_var_titles.test.ts
✓ stats var label: marked for translation (106 ms)
✓ stats var label: compiled to en (73 ms)
✓ stats var label: compiled to es (76 ms)
PASS js/stat_var_hierarchy/stat_var_search.test.tsx
✓ getResultCountString (12 ms)
PASS js/components/tiles/bar_tile.test.tsx
BarTile
✓ Bar tile with non-place entities should render (294 ms)
PASS js/import_wizard/utils/file_processing.test.ts
✓ processValueMapFile (13 ms)
PASS js/stat_var_hierarchy/stat_var_section.test.tsx
✓ getPrefix (15 ms)
PASS nodejs_server/tiles/utils.test.ts
✓ compress and decompress chart props (7 ms)
PASS js/shared/ga_events.test.tsx (34.087 s)
test ga event place category click
✓ call gtag when place category is clicked in the sidebar (86 ms)
✓ call gtag when place category is clicked from chart header (19 ms)
✓ call gtag when place category is clicked from more charts (13 ms)
test ga event place chart click
✓ call gtag when place chart is clicked (182 ms)
test ga event tool chart plot
✓ call gtag when a map tool chart is mounted or updated with different stat vars or places (80 ms)
✓ call gtag when a timeline tool chart is mounted or updated with different stat vars or places (82 ms)
✓ call gtag when a scatter tool chart is mounted or updated with different stat vars or places (141 ms)
test ga event tool stat var click
✓ call gtag when a stat var is selected in the stat var hierarchy (215 ms)
test ga event tool place add
✓ call gtag when a place is added in the place search bar (33 ms)
test ga event tool stat var search no result
✓ call gtag when no result is shown to search term in stat var hierarchy (309 ms)
test ga event tool chart plot option
✓ call gtag when timeline tool chart option is clicked (94 ms)
✓ call gtag when scatter tool chart option is clicked (216 ms)
✓ call gtag when map tool chart option is clicked (66 ms)
PASS js/chart/draw.test.ts
✓ svg test (22 ms)
✓ get dashes (2 ms)
PASS js/shared/util.test.ts
✓ isDateTooFar (5 ms)
✓ getCappedStatVarDate (4 ms)
PASS js/utils/stat_metadata_utils.test.ts
✓ getUnit (4 ms)
PASS js/browser/types.test.ts
✓ getPageDisplayType (4 ms)
PASS js/utils
Loading