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

chore(turborepo): move release process off of go releaser #8354

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

NicholasLYang
Copy link
Contributor

Description

Testing Instructions

Copy link

vercel bot commented Jun 6, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-basic-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 17, 2024 8:33pm
examples-designsystem-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 17, 2024 8:33pm
examples-gatsby-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 17, 2024 8:33pm
examples-kitchensink-blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 17, 2024 8:33pm
examples-native-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 17, 2024 8:33pm
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 17, 2024 8:33pm
examples-svelte-web ❌ Failed (Inspect) Jun 17, 2024 8:33pm
examples-tailwind-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 17, 2024 8:33pm
examples-vite-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 17, 2024 8:33pm
rust-docs ❌ Failed (Inspect) Jun 17, 2024 8:33pm

Copy link
Contributor

github-actions bot commented Jun 6, 2024

⚠️ CI failed ⚠️

The following steps have failed in CI:

  • Turbopack Rust tests (linux)
  • Turbopack Rust tests (mac/win, non-blocking)
  • Turbopack Rust benchmark tests (linux)
  • Turbopack Rust benchmark tests (mac/win, non-blocking)

See workflow summary for details

Copy link
Contributor

github-actions bot commented Jun 6, 2024

🟢 Turbopack Benchmark CI successful 🟢

Thanks

@NicholasLYang NicholasLYang force-pushed the chore/clean-up-release-process branch from f924978 to 3bddb3b Compare June 6, 2024 17:53
@NicholasLYang NicholasLYang force-pushed the chore/clean-up-release-process branch from 0319ef6 to f87ad90 Compare June 6, 2024 19:35
@NicholasLYang NicholasLYang force-pushed the chore/clean-up-release-process branch from f87ad90 to a7de080 Compare June 6, 2024 19:39
@NicholasLYang NicholasLYang force-pushed the chore/clean-up-release-process branch from 6453f17 to 0d529e6 Compare June 7, 2024 16:24
@NicholasLYang NicholasLYang force-pushed the chore/clean-up-release-process branch from c72beca to b3a69c2 Compare June 17, 2024 20:33
@turbo-orchestrator turbo-orchestrator bot added the pkg: create-turbo Issues related to npx create-turbo label Jun 17, 2024
Copy link
Contributor

⚠️ This change may fail to build next-swc.

Logs

packages/next-swc/crates/next-custom-transforms/src/chain_transforms.rs:7:21: �[38;5;9merror[E0432]: unresolved import `swc_core::ecma::visit`
packages/next-swc/crates/next-custom-transforms/src/transforms/middleware_dynamic.rs:1:22: �[38;5;9merror[E0432]: unresolved import `swc_core::ecma::visit`
packages/next-swc/crates/next-custom-transforms/src/transforms/react_server_components.rs:5:48: �[38;5;9merror[E0432]: unresolved import `swc_core::ecma::visit`
packages/next-swc/crates/next-custom-transforms/src/transforms/react_server_components.rs:778:40: �[38;5;9merror[E0053]: method `visit_script` has an incompatible type for trait
packages/next-swc/crates/next-custom-transforms/src/transforms/page_static_info/collect_exports_visitor.rs:37:45: �[38;5;9merror[E0053]: method `visit_module_items` has an incompatible type for trait
packages/next-swc/crates/next-custom-transforms/src/chain_transforms.rs:231:21: �[38;5;9merror[E0308]: mismatched types
packages/next-swc/crates/next-custom-transforms/src/transforms/dynamic.rs:237:55: �[38;5;9merror[E0308]: mismatched types
packages/next-swc/crates/next-custom-transforms/src/transforms/dynamic.rs:247:53: �[38;5;9merror[E0308]: mismatched types
packages/next-swc/crates/next-custom-transforms/src/transforms/dynamic.rs:281:50: �[38;5;9merror[E0308]: mismatched types
packages/next-swc/crates/next-custom-transforms/src/transforms/dynamic.rs:282:54: �[38;5;9merror[E0308]: mismatched types
packages/next-swc/crates/next-custom-transforms/src/transforms/dynamic.rs:274:59: �[38;5;9merror[E0308]: mismatched types
packages/next-swc/crates/next-custom-transforms/src/transforms/page_static_info/collect_exports_visitor.rs:41:20: �[38;5;9merror[E0308]: mismatched types
packages/next-swc/crates/next-custom-transforms/src/transforms/server_actions.rs:1474:37: �[38;5;9merror[E0308]: mismatched types
packages/next-swc/crates/next-custom-transforms/src/transforms/react_server_components.rs:780:40: �[38;5;9merror[E0599]: no function or associated item named `dummy` found for struct `turbopack_binding::swc::swc_core::ecma::ast::Module` in the current scope
packages/next-swc/crates/next-custom-transforms/src/transforms/server_actions.rs:144:55: �[38;5;9merror[E0308]: mismatched types
packages/next-swc/crates/next-custom-transforms/src/transforms/page_static_info/collect_exports_visitor.rs:60:18: �[38;5;9merror[E0599]: no method named `visit_children_with` found for reference `&swc_core::ecma::ast::ModuleItem` in the current scope
packages/next-swc/crates/next-custom-transforms/src/transforms/server_actions.rs:144:33: �[38;5;9merror[E0277]: the trait bound `turbopack_binding::swc::swc_core::common::MultiSpan: std::convert::From<swc_core::common::Span>` is not satisfied
packages/next-swc/crates/next-custom-transforms/src/transforms/react_server_components.rs:817:16: �[38;5;9merror[E0599]: no method named `visit_children_with` found for reference `&turbopack_binding::swc::swc_core::ecma::ast::Module` in the current scope
packages/next-swc/crates/next-custom-transforms/src/transforms/react_server_components.rs:89:16: �[38;5;9merror[E0599]: no method named `visit_with` found for mutable reference `&mut turbopack_binding::swc::swc_core::ecma::ast::Module` in the current scope
packages/next-swc/crates/next-custom-transforms/src/transforms/middleware_dynamic.rs:28:14: �[38;5;9merror[E0599]: no method named `visit_mut_children_with` found for mutable reference `&mut turbopack_binding::swc::swc_core::ecma::ast::Expr` in the current scope
packages/next-swc/crates/next-custom-transforms/src/transforms/middleware_dynamic.rs:85:114: �[38;5;9merror[E0308]: mismatched types
packages/next-swc/crates/next-custom-transforms/src/transforms/middleware_dynamic.rs:85:29: �[38;5;9merror[E0308]: mismatched types
packages/next-swc/crates/next-custom-transforms/src/transforms/middleware_dynamic.rs:88:129: �[38;5;9merror[E0308]: mismatched types
packages/next-swc/crates/next-custom-transforms/src/transforms/middleware_dynamic.rs:88:29: �[38;5;9merror[E0308]: mismatched types
packages/next-swc/crates/next-custom-transforms/src/transforms/middleware_dynamic.rs:91:133: �[38;5;9merror[E0308]: mismatched types
packages/next-swc/crates/next-custom-transforms/src/transforms/middleware_dynamic.rs:91:29: �[38;5;9merror[E0308]: mismatched types
packages/next-swc/crates/next-custom-transforms/src/transforms/middleware_dynamic.rs:100:114: �[38;5;9merror[E0308]: mismatched types
packages/next-swc/crates/next-custom-transforms/src/transforms/middleware_dynamic.rs:100:29: �[38;5;9merror[E0308]: mismatched types
packages/next-swc/crates/next-custom-transforms/src/transforms/react_server_components.rs:5:16: warning: unused import: `common::util::take::Take`
error: could not compile `next-custom-transforms` (lib) due to 28 previous errors; 1 warning emitted

See job summary for details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: ci pkg: create-turbo Issues related to npx create-turbo pkg: turbo-codemod pkg: turbo-eslint eslint-config-turbo and eslint-plugin-turbo pkg: turbo-gen pkg: turbo-ignore packages/turbo-ignore pkg: turbo-workspaces
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants