Skip to content

Upgrade React from 372ec00c-20241209 to 9463d51e-20241219 #49583

Upgrade React from 372ec00c-20241209 to 9463d51e-20241219

Upgrade React from 372ec00c-20241209 to 9463d51e-20241219 #49583

Triggered via pull request December 19, 2024 16:26
Status Failure
Total duration 21m 1s
Artifacts 183

build_and_test.yml

on: pull_request
Determine changes
10s
Determine changes
optimize-ci  /  Graphite CI Optimizer
2s
optimize-ci / Graphite CI Optimizer
build-native  /  build
27s
build-native / build
validate-docs-links
12s
validate-docs-links
Matrix: test unit
test next-swc wasm  /  build
2m 18s
test next-swc wasm / build
test cargo benches  /  Test
5m 44s
test cargo benches / Test
test next-swc wasi  /  build
test next-swc wasi / build
test devlow package  /  build
test devlow package / build
Matrix: test prod
Matrix: test dev
Matrix: test integration
Matrix: Test new tests for flakes (dev)
Matrix: Test new tests for flakes (prod)
Matrix: test ppr dev
Matrix: test ppr prod
Matrix: test turbopack dev
Matrix: test turbopack development integration
Matrix: test turbopack production integration
Matrix: test turbopack production
test ppr integration  /  build
1m 42s
test ppr integration / build
types and precompiled  /  build
1m 25s
types and precompiled / build
test firefox and safari  /  build
4m 56s
test firefox and safari / build
Matrix: Run devlow benchmarks
Matrix: Test new tests when deployed
Waiting for pending jobs
report test results to datadog
2m 8s
report test results to datadog
Fit to window
Zoom out
Zoom in

Annotations

23 errors, 14 warnings, and 10 notices
test ppr prod (4/7) / build
Process completed with exit code 1.
test ppr prod (1/7) / build
Process completed with exit code 1.
test ppr dev (4/6) / build
Process completed with exit code 1.
test ppr dev (3/6) / build
Process completed with exit code 1.
test ppr prod (5/7) / build
Process completed with exit code 1.
test ppr prod (6/7) / build
Process completed with exit code 1.
test dev (6/6) / build
Process completed with exit code 1.
test turbopack production (1/7) / build
Process completed with exit code 1.
test ppr prod (2/7) / build
Process completed with exit code 1.
test prod (1/7) / build
Process completed with exit code 1.
test prod (5/7) / build
Process completed with exit code 1.
test ppr prod (7/7) / build
Process completed with exit code 1.
test prod (2/7) / build
Process completed with exit code 1.
test turbopack production (5/7) / build
Process completed with exit code 1.
test turbopack production (3/7) / build
Process completed with exit code 1.
test ppr dev (1/6) / build
Process completed with exit code 1.
test turbopack production (2/7) / build
Process completed with exit code 1.
test prod (3/7) / build
Process completed with exit code 1.
test prod (6/7) / build
Process completed with exit code 1.
test dev (3/6) / build
Process completed with exit code 1.
test turbopack production (6/7) / build
Process completed with exit code 1.
test turbopack dev (1/5) / build
Process completed with exit code 1.
thank you, next
Process completed with exit code 1.
optimize-ci / Graphite CI Optimizer
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Determine changes
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
validate-docs-links
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ast-grep lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
rustdoc check / build: crates/napi/src/next_api/project.rs#L954
public documentation for `project_update_info_subscribe` links to private item `UpdateMessage::Start`
rustdoc check / build: crates/napi/src/next_api/project.rs#L954
public documentation for `project_update_info_subscribe` links to private item `UpdateMessage::End`
rustdoc check / build: crates/napi/src/next_api/project.rs#L954
public documentation for `project_update_info_subscribe` links to private item `UpdateMessage::End`
rustdoc check / build: crates/napi/src/next_api/project.rs#L954
public documentation for `project_update_info_subscribe` links to private item `UpdateMessage::Start`
thank you, next
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
report test results to datadog
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
to-resolved-in-loop: turbopack/crates/turbopack-browser/src/ecmascript/evaluate/chunk.rs#L221
Calling `chunk.ident().to_string().to_resolved().await?` in a loop could be a doing a lot of work sequentially. Consider producing an iterator of futures and using `try_join`.
to-resolved-in-loop: turbopack/crates/turbopack-core/src/introspect/utils.rs#L77
Calling `key.to_resolved().await?` in a loop could be a doing a lot of work sequentially. Consider producing an iterator of futures and using `try_join`.
to-resolved-in-loop: turbopack/crates/turbopack-core/src/introspect/utils.rs#L95
Calling `key.to_resolved().await?` in a loop could be a doing a lot of work sequentially. Consider producing an iterator of futures and using `try_join`.
to-resolved-in-loop: turbopack/crates/turbopack-core/src/introspect/utils.rs#L105
Calling `key.to_resolved().await?` in a loop could be a doing a lot of work sequentially. Consider producing an iterator of futures and using `try_join`.
to-resolved-in-loop: turbopack/crates/turbopack-core/src/introspect/utils.rs#L127
Calling `key.to_resolved().await?` in a loop could be a doing a lot of work sequentially. Consider producing an iterator of futures and using `try_join`.
to-resolved-in-loop: turbopack/crates/turbopack-core/src/reference/mod.rs#L184
Calling `RawModule::new(*source).to_resolved().await?` in a loop could be a doing a lot of work sequentially. Consider producing an iterator of futures and using `try_join`.
to-resolved-in-loop: turbopack/crates/turbopack-css/src/chunk/mod.rs#L270
Calling `chunk_item_key.to_resolved().await?` in a loop could be a doing a lot of work sequentially. Consider producing an iterator of futures and using `try_join`.
to-resolved-in-loop: turbopack/crates/turbopack-ecmascript/benches/analyzer.rs#L96
Calling `Environment::new(Value::new(ExecutionEnvironment::NodeJsLambda(
to-resolved-in-loop: turbopack/crates/turbopack-ecmascript/src/typescript/mod.rs#L161
Calling `TsConfigTypesReference::new(
to-resolved-in-loop: turbopack/crates/turbopack-swc-utils/src/emitter.rs#L32
Calling `issue.to_resolved().await?` in a loop could be a doing a lot of work sequentially. Consider producing an iterator of futures and using `try_join`.

Artifacts

Produced during runtime
Name Size
test-playwright-snapshots-test-dev-react--2-6
564 KB
test-playwright-snapshots-test-dev-react--3-6
1.88 MB
test-playwright-snapshots-test-dev-react--4-6
129 KB
test-playwright-snapshots-test-dev-react--5-6
1.05 MB
test-playwright-snapshots-test-dev-react--6-6
1.13 MB
test-playwright-snapshots-test-integration-1-13-react-
199 KB
test-playwright-snapshots-test-integration-11-13-react-
6.03 MB
test-playwright-snapshots-test-integration-13-13-react-
3.41 MB
test-playwright-snapshots-test-integration-2-13-react-
319 KB
test-playwright-snapshots-test-integration-4-13-react-
5.45 MB
test-playwright-snapshots-test-integration-8-13-react-
87.5 KB
test-playwright-snapshots-test-integration-9-13-react-
348 KB
test-playwright-snapshots-test-ppr-dev-1-6
4.43 MB
test-playwright-snapshots-test-ppr-dev-3-6
261 KB
test-playwright-snapshots-test-ppr-dev-4-6
534 KB
test-playwright-snapshots-test-ppr-integration
305 KB
test-playwright-snapshots-test-ppr-prod-1-7
189 KB
test-playwright-snapshots-test-ppr-prod-2-7
191 KB
test-playwright-snapshots-test-ppr-prod-4-7
107 KB
test-playwright-snapshots-test-ppr-prod-5-7
206 KB
test-playwright-snapshots-test-ppr-prod-6-7
207 KB
test-playwright-snapshots-test-ppr-prod-7-7
250 KB
test-playwright-snapshots-test-prod-react--1-7
41.6 KB
test-playwright-snapshots-test-prod-react--2-7
21.8 KB
test-playwright-snapshots-test-prod-react--3-7
133 KB
test-playwright-snapshots-test-prod-react--5-7
21.8 KB
test-playwright-snapshots-test-prod-react--6-7
531 KB
test-playwright-snapshots-test-prod-react--7-7
47.1 KB
test-playwright-snapshots-test-turbopack-dev-react--1-5
2.16 MB
test-playwright-snapshots-test-turbopack-dev-react--5-5
542 KB
test-playwright-snapshots-test-turbopack-integration-react--1-6
9.79 MB
test-playwright-snapshots-test-turbopack-integration-react--2-6
421 KB
test-playwright-snapshots-test-turbopack-integration-react--3-6
219 KB
test-playwright-snapshots-test-turbopack-integration-react--4-6
310 KB
test-playwright-snapshots-test-turbopack-integration-react--5-6
29.5 MB
test-playwright-snapshots-test-turbopack-integration-react--6-6
26.3 MB
test-playwright-snapshots-test-turbopack-production-integration-1-7
89.9 KB
test-playwright-snapshots-test-turbopack-production-integration-2-7
543 KB
test-playwright-snapshots-test-turbopack-production-integration-3-7
118 KB
test-playwright-snapshots-test-turbopack-production-integration-4-7
1.54 MB
test-playwright-snapshots-test-turbopack-production-integration-5-7
2.43 MB
test-playwright-snapshots-test-turbopack-production-integration-6-7
1.37 MB
test-playwright-snapshots-test-turbopack-production-react--3-7
10.4 KB
test-playwright-snapshots-test-turbopack-production-react--6-7
441 KB
test-playwright-snapshots-test-turbopack-production-react--7-7
19.5 KB
test-reports-test-dev-react--1-6
86.3 KB
test-reports-test-dev-react--2-6
102 KB
test-reports-test-dev-react--3-6
96.4 KB
test-reports-test-dev-react--4-6
93.3 KB
test-reports-test-dev-react--5-6
91.1 KB
test-reports-test-dev-react--6-6
35.6 KB
test-reports-test-firefox-safari
7.62 KB
test-reports-test-integration-1-13-react-
23.5 KB
test-reports-test-integration-10-13-react-
17.4 KB
test-reports-test-integration-11-13-react-
26.1 KB
test-reports-test-integration-12-13-react-
15 KB
test-reports-test-integration-13-13-react-
26.1 KB
test-reports-test-integration-2-13-react-
19.3 KB
test-reports-test-integration-3-13-react-
30.8 KB
test-reports-test-integration-4-13-react-
18.8 KB
test-reports-test-integration-5-13-react-
37.5 KB
test-reports-test-integration-6-13-react-
17.5 KB
test-reports-test-integration-7-13-react-
27 KB
test-reports-test-integration-8-13-react-
25.2 KB
test-reports-test-integration-9-13-react-
31.9 KB
test-reports-test-next-swc-wasm
4.27 KB
test-reports-test-ppr-dev-1-6
56.3 KB
test-reports-test-ppr-dev-2-6
69.7 KB
test-reports-test-ppr-dev-3-6
28.8 KB
test-reports-test-ppr-dev-4-6
31.7 KB
test-reports-test-ppr-dev-5-6
63.8 KB
test-reports-test-ppr-dev-6-6
59.4 KB
test-reports-test-ppr-integration
7.25 KB
test-reports-test-ppr-prod-1-7
11.5 KB
test-reports-test-ppr-prod-2-7
24.8 KB
test-reports-test-ppr-prod-3-7
51.3 KB
test-reports-test-ppr-prod-4-7
14.4 KB
test-reports-test-ppr-prod-5-7
22.5 KB
test-reports-test-ppr-prod-6-7
14.8 KB
test-reports-test-ppr-prod-7-7
21.2 KB
test-reports-test-prod-react--1-7
34.3 KB
test-reports-test-prod-react--2-7
38.4 KB
test-reports-test-prod-react--3-7
32.5 KB
test-reports-test-prod-react--4-7
65.1 KB
test-reports-test-prod-react--5-7
32.9 KB
test-reports-test-prod-react--6-7
57.1 KB
test-reports-test-prod-react--7-7
76.2 KB
test-reports-test-turbopack-dev-react--1-5
96.9 KB
test-reports-test-turbopack-dev-react--2-5
93.3 KB
test-reports-test-turbopack-dev-react--3-5
83.8 KB
test-reports-test-turbopack-dev-react--4-5
103 KB
test-reports-test-turbopack-dev-react--5-5
91.6 KB
test-reports-test-turbopack-integration-react--1-6
54.2 KB
test-reports-test-turbopack-integration-react--2-6
51 KB
test-reports-test-turbopack-integration-react--3-6
47.2 KB
test-reports-test-turbopack-integration-react--4-6
50.3 KB
test-reports-test-turbopack-integration-react--5-6
50.8 KB
test-reports-test-turbopack-integration-react--6-6
63.8 KB
test-reports-test-turbopack-production-integration-1-7
51.2 KB
test-reports-test-turbopack-production-integration-2-7
49.4 KB
test-reports-test-turbopack-production-integration-3-7
50.5 KB
test-reports-test-turbopack-production-integration-4-7
44.4 KB
test-reports-test-turbopack-production-integration-5-7
55.9 KB
test-reports-test-turbopack-production-integration-6-7
36.5 KB
test-reports-test-turbopack-production-integration-7-7
37.3 KB
test-reports-test-turbopack-production-react--1-7
34.3 KB
test-reports-test-turbopack-production-react--2-7
39.4 KB
test-reports-test-turbopack-production-react--3-7
31.2 KB
test-reports-test-turbopack-production-react--4-7
65.9 KB
test-reports-test-turbopack-production-react--5-7
32.4 KB
test-reports-test-turbopack-production-react--6-7
58.2 KB
test-reports-test-turbopack-production-react--7-7
78.5 KB
test-reports-test-unit-18
133 KB
test-reports-test-unit-20
132 KB
turbo-run-summary-build-native
102 KB
turbo-run-summary-build-next
141 KB
turbo-run-summary-devlow-bench---turbopack=false---scenario=heavy-npm-deps-build --page=homepage
243 KB
turbo-run-summary-devlow-bench---turbopack=false---scenario=heavy-npm-deps-build-turbo-cache-enabled --page=homepage
243 KB
turbo-run-summary-devlow-bench---turbopack=false---scenario=heavy-npm-deps-dev --page=homepage
243 KB
turbo-run-summary-devlow-bench---turbopack=true---scenario=heavy-npm-deps-build --page=homepage
243 KB
turbo-run-summary-devlow-bench---turbopack=true---scenario=heavy-npm-deps-build-turbo-cache-enabled --page=homepage
243 KB
turbo-run-summary-devlow-bench---turbopack=true---scenario=heavy-npm-deps-dev --page=homepage
243 KB
turbo-run-summary-lint
243 KB
turbo-run-summary-test-cargo-unit
141 KB
turbo-run-summary-test-dev-react--1-6
243 KB
turbo-run-summary-test-dev-react--2-6
243 KB
turbo-run-summary-test-dev-react--4-6
243 KB
turbo-run-summary-test-dev-react--5-6
243 KB
turbo-run-summary-test-devlow
243 KB
turbo-run-summary-test-firefox-safari
243 KB
turbo-run-summary-test-integration-1-13-react-
243 KB
turbo-run-summary-test-integration-10-13-react-
243 KB
turbo-run-summary-test-integration-11-13-react-
243 KB
turbo-run-summary-test-integration-12-13-react-
243 KB
turbo-run-summary-test-integration-13-13-react-
243 KB
turbo-run-summary-test-integration-2-13-react-
243 KB
turbo-run-summary-test-integration-3-13-react-
243 KB
turbo-run-summary-test-integration-4-13-react-
243 KB
turbo-run-summary-test-integration-5-13-react-
243 KB
turbo-run-summary-test-integration-6-13-react-
243 KB
turbo-run-summary-test-integration-7-13-react-
243 KB
turbo-run-summary-test-integration-8-13-react-
243 KB
turbo-run-summary-test-integration-9-13-react-
243 KB
turbo-run-summary-test-new-tests-dev-1-5
243 KB
turbo-run-summary-test-new-tests-dev-2-5
243 KB
turbo-run-summary-test-new-tests-dev-3-5
243 KB
turbo-run-summary-test-new-tests-dev-4-5
243 KB
turbo-run-summary-test-new-tests-dev-5-5
243 KB
turbo-run-summary-test-new-tests-start-1-5
243 KB
turbo-run-summary-test-new-tests-start-2-5
243 KB
turbo-run-summary-test-new-tests-start-3-5
243 KB
turbo-run-summary-test-new-tests-start-4-5
243 KB
turbo-run-summary-test-new-tests-start-5-5
243 KB
turbo-run-summary-test-next-swc-wasm
243 KB
turbo-run-summary-test-ppr-dev-2-6
243 KB
turbo-run-summary-test-ppr-dev-5-6
243 KB
turbo-run-summary-test-ppr-dev-6-6
243 KB
turbo-run-summary-test-ppr-integration
243 KB
turbo-run-summary-test-ppr-prod-3-7
243 KB
turbo-run-summary-test-prod-react--4-7
243 KB
turbo-run-summary-test-prod-react--7-7
243 KB
turbo-run-summary-test-turbopack-dev-react--2-5
243 KB
turbo-run-summary-test-turbopack-dev-react--3-5
243 KB
turbo-run-summary-test-turbopack-dev-react--4-5
243 KB
turbo-run-summary-test-turbopack-dev-react--5-5
243 KB
turbo-run-summary-test-turbopack-integration-react--1-6
243 KB
turbo-run-summary-test-turbopack-integration-react--2-6
243 KB
turbo-run-summary-test-turbopack-integration-react--3-6
243 KB
turbo-run-summary-test-turbopack-integration-react--4-6
243 KB
turbo-run-summary-test-turbopack-integration-react--5-6
243 KB
turbo-run-summary-test-turbopack-integration-react--6-6
243 KB
turbo-run-summary-test-turbopack-production-integration-1-7
243 KB
turbo-run-summary-test-turbopack-production-integration-2-7
243 KB
turbo-run-summary-test-turbopack-production-integration-3-7
243 KB
turbo-run-summary-test-turbopack-production-integration-4-7
243 KB
turbo-run-summary-test-turbopack-production-integration-5-7
243 KB
turbo-run-summary-test-turbopack-production-integration-6-7
243 KB
turbo-run-summary-test-turbopack-production-integration-7-7
243 KB
turbo-run-summary-test-turbopack-production-react--4-7
243 KB
turbo-run-summary-test-turbopack-production-react--7-7
243 KB
turbo-run-summary-test-unit-18
243 KB
turbo-run-summary-test-unit-20
243 KB
turbo-run-summary-types-and-precompiled
243 KB