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

Toolchain upgrade to nightly-2024-09-12 failed #3521

Closed
github-actions bot opened this issue Sep 17, 2024 · 1 comment · Fixed by #3524
Closed

Toolchain upgrade to nightly-2024-09-12 failed #3521

github-actions bot opened this issue Sep 17, 2024 · 1 comment · Fixed by #3524

Comments

@github-actions
Copy link
Contributor

Updating Rust toolchain from nightly-2024-09-11 to nightly-2024-09-12 requires source changes.
The failed automated run can be found here.
Please review the changes at https://github.com/rust-lang/rust from rust-lang/rust@0ee7cb5 up to rust-lang/rust@8d6b88b. The log for this commit range is:
rust-lang/rust@8d6b88b168 Auto merge of #130237 - matthiaskrgr:rollup-qmgr8i7, r=matthiaskrgr
rust-lang/rust@678c249708 Rollup merge of #130221 - vetleras:pub_search_path_new, r=chenyukang
rust-lang/rust@66727ea1a2 Rollup merge of #130219 - ogoffart:missing-docs-test, r=Urgau
rust-lang/rust@78cf023d8c Rollup merge of #130207 - GrigorenkoPV:ERROR_CANT_RESOLVE_FILENAME, r=ChrisDenton
rust-lang/rust@e68dadb2ab Rollup merge of #130206 - GrigorenkoPV:WSAEDQUOT, r=ChrisDenton
rust-lang/rust@ff4b3d4780 Rollup merge of #130161 - onur-ozkan:fmt-changed-files, r=Kobzol,RalfJung
rust-lang/rust@5107ff4322 Rollup merge of #130123 - FedericoBruzzone:master, r=compiler-errors
rust-lang/rust@6d7ccad93d Rollup merge of #129866 - root-goblin:patch-1, r=workingjubilee
rust-lang/rust@1d6edee3fc Rollup merge of #129520 - tunawasabi:suggest-adding-struct-pattern-syntax, r=compiler-errors
rust-lang/rust@76e070fbd3 Rollup merge of #129260 - wafarm:dont-suggest-closures, r=compiler-errors
rust-lang/rust@5bce6d48ff Auto merge of #130197 - RalfJung:interp-perf, r=saethlin
rust-lang/rust@f7f8bdf2e0 Auto merge of #130195 - folkertdev:naked-asm-outside-naked-fn, r=Amanieu
rust-lang/rust@16beabe1e1 Auto merge of #130212 - DianQK:llvm-19, r=nikic
rust-lang/rust@cc34d64c51 Use doc(hidden) instead of allow(missing_docs) in the test harness
rust-lang/rust@5d456dfaa1 Use #[doc(hidden)] instead of #[allow(missing_docs)] on the const generated for #[test]
rust-lang/rust@9566163364 Make SearchPath::new public
rust-lang/rust@6eddbb704e Fix false positive with missing_docs and #[test]
rust-lang/rust@5a2dd7d4f3 Auto merge of #130194 - lcnr:generalize-cache, r=compiler-errors
rust-lang/rust@5f32717649 document the new git logic in more detail
rust-lang/rust@4c5fc2c334 Auto merge of #130050 - cjgillot:expect-attr-id, r=fee1-dead
rust-lang/rust@a9fb00bfa4 Auto merge of #129975 - notriddle:notriddle/lint-skip, r=GuillaumeGomez
rust-lang/rust@7c692e13b1 Update LLVM to 19 327ca6c
rust-lang/rust@6f7229c4da Auto merge of #129403 - scottmcm:only-array-simd, r=compiler-errors
rust-lang/rust@4198594ef2 Clarify docs for std::collections
rust-lang/rust@49b3df9245 Map ERROR_CANT_RESOLVE_FILENAME to ErrorKind::FilesystemLoop
rust-lang/rust@8f815978b5 Map WSAEDQUOT to ErrorKind::FilesystemQuotaExceeded
rust-lang/rust@4cecf42971 Report the note when specified in diagnostic::on_unimplemented
rust-lang/rust@d104dedad9 interpret: mark some hot functions inline(always)
rust-lang/rust@0a7f9e2134 skip formatting if no files have been modified
rust-lang/rust@35ce85e0fd handle GitConfig for tools/compiletest
rust-lang/rust@7a57a74bf5 generalize: track relevant info in cache key
rust-lang/rust@6ca5ec7b4e disallow naked_asm! outside of #[naked] functions
rust-lang/rust@51d0f68b78 Update the MIRI tests
rust-lang/rust@24c505070c Fix the examples in cg_clif
rust-lang/rust@d2309c2a9d Ban non-array SIMD
rust-lang/rust@12998c2e11 handle GitConfig for tools/suggest-tests
rust-lang/rust@9aa823cc67 replace get_closest_merge_base_commit with get_closest_merge_commit
rust-lang/rust@dc9c5f251c implement build_helper::git::get_closest_merge_commit
rust-lang/rust@05043a370a add git_merge_commit_email into GitConfig
rust-lang/rust@6dfc4033be Do not ICE on expect(warnings).
rust-lang/rust@94f8347bae Check AttrId for expectations.
rust-lang/rust@d4b246bb11 rustdoc: unify the short-circuit on all lints
rust-lang/rust@2ddcbca0e6 Suggest the struct variant pattern syntax on usage of unit variant pattern for a struct variant
rust-lang/rust@736ab66c62 Don't suggest adding return type for closures with default return type

@tautschnig
Copy link
Member

I believe rust-lang/rust#129403 is the culprit for this failure, seems we need to adjust our tests.

github-merge-queue bot pushed a commit that referenced this issue Sep 18, 2024
Relevant upstream PR:

rust-lang/rust@d2309c2a9d Ban non-array SIMD

Resolves #3521

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant