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

⬆️ rust-analyzer #90920

Merged
merged 1 commit into from
Nov 17, 2021
Merged

Conversation

lnicola
Copy link
Member

@lnicola lnicola commented Nov 15, 2021

r? @ghost

@lnicola
Copy link
Member Author

lnicola commented Nov 15, 2021

@bors r+ rollup=iffy

(libc updates often break on FreeBSD)

@bors
Copy link
Contributor

bors commented Nov 15, 2021

📌 Commit 4926dff has been approved by lnicola

@bors bors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Nov 15, 2021
@bors
Copy link
Contributor

bors commented Nov 15, 2021

⌛ Testing commit 4926dff with merge 137ed873b93f938937ec121d0b008660679ec574...

@bors
Copy link
Contributor

bors commented Nov 15, 2021

💔 Test failed - checks-actions

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Nov 15, 2021
@rust-log-analyzer
Copy link
Collaborator

The job dist-x86_64-netbsd failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
   Compiling ignore v0.4.17
error: could not compile `syn`

Caused by:
  process didn't exit successfully: `/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/rustc --crate-name syn --edition=2018 /cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.80/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=0 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -C metadata=26603e844be531e8 -C extra-filename=-26603e844be531e8 --out-dir /checkout/obj/build/bootstrap/debug/deps -L dependency=/checkout/obj/build/bootstrap/debug/deps --extern proc_macro2=/checkout/obj/build/bootstrap/debug/deps/libproc_macro2-2398ddf6b8c4f5ba.rmeta --extern quote=/checkout/obj/build/bootstrap/debug/deps/libquote-8a2da347e4bf40b5.rmeta --extern unicode_xid=/checkout/obj/build/bootstrap/debug/deps/libunicode_xid-71b37fbec4a03338.rmeta --cap-lints allow -Wrust_2018_idioms -Wunused_lifetimes -Wsemicolon_in_expressions_from_macros -Dwarnings --cfg syn_disable_nightly_tests` (signal: 11, SIGSEGV: invalid memory reference)
error: build failed
failed to run: /checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo build --manifest-path /checkout/src/bootstrap/Cargo.toml --locked
Build completed unsuccessfully in 0:00:57
make: *** [prepare] Error 1
---
   Compiling crossbeam-epoch v0.8.2
[RUSTC-TIMING] cc test:false 1.628
   Compiling num-traits v0.2.12
[RUSTC-TIMING] build_script_build test:false 0.189
rustc exited with signal: 11 (core dumped)
error: could not compile `memoffset`
Caused by:
Caused by:
  process didn't exit successfully: `/checkout/obj/build/bootstrap/debug/rustc --crate-name build_script_build /cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.5.5/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=0 -C debug-assertions=off --cfg 'feature="default"' -C metadata=20f7ea1250f8a47e -C extra-filename=-20f7ea1250f8a47e --out-dir /checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/release/build/memoffset-20f7ea1250f8a47e -L dependency=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps --extern autocfg=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps/libautocfg-7f11345a43e868c8.rlib --cap-lints allow -Z binary-dep-depinfo` (exit status: 254)
[RUSTC-TIMING] punycode test:false 0.742
[RUSTC-TIMING] unicode_script test:false 0.858
[RUSTC-TIMING] build_script_build test:false 0.305
[RUSTC-TIMING] build_script_build test:false 0.301
---
[RUSTC-TIMING] rustc_demangle test:false 1.427
[RUSTC-TIMING] itertools test:false 1.071
[RUSTC-TIMING] getopts test:false 1.076
[RUSTC-TIMING] sharded_slab test:false 1.201
rustc exited with signal: 11 (core dumped)
[RUSTC-TIMING] regex_syntax test:false 4.440
error: build failed
Build completed unsuccessfully in 0:02:56

@lnicola
Copy link
Member Author

lnicola commented Nov 15, 2021

   Compiling memoffset v0.5.5
rustc exited with signal: 11 (core dumped)
error: could not compile `memoffset`

on NetBSD.

Has anyone seen something like this? I can't find similar errors (but it's harder to search because of the minimized comments).

@lnicola
Copy link
Member Author

lnicola commented Nov 15, 2021

@bors r-

@bors bors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Nov 15, 2021
@lnicola
Copy link
Member Author

lnicola commented Nov 15, 2021

There's one similar failure in #86038.

@Urgau
Copy link
Member

Urgau commented Nov 15, 2021

See #90812

@lnicola
Copy link
Member Author

lnicola commented Nov 15, 2021

@bors r+ rollup=iffy

@bors
Copy link
Contributor

bors commented Nov 15, 2021

📌 Commit 4926dff has been approved by lnicola

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Nov 15, 2021
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Nov 15, 2021
…=lnicola

⬆️ rust-analyzer

r? `@ghost`
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Nov 15, 2021
…=lnicola

⬆️ rust-analyzer

r? ``@ghost``
@bors
Copy link
Contributor

bors commented Nov 16, 2021

⌛ Testing commit 4926dff with merge 92bad8ada01344cf327d7d940a7d0f80167bfd13...

@bors
Copy link
Contributor

bors commented Nov 16, 2021

💥 Test timed out

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Nov 16, 2021
@matthiaskrgr
Copy link
Member

@bors retry

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Nov 16, 2021
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Nov 16, 2021
…=lnicola

⬆️ rust-analyzer

r? `@ghost`
bors added a commit to rust-lang-ci/rust that referenced this pull request Nov 17, 2021
…askrgr

Rollup of 7 pull requests

Successful merges:

 - rust-lang#90733 (Build musl dist artifacts with debuginfo enabled)
 - rust-lang#90787 (Add `#[inline]`s to `SortedIndexMultiMap`)
 - rust-lang#90920 (:arrow_up: rust-analyzer)
 - rust-lang#90933 (Fix await suggestion on non-future type)
 - rust-lang#90935 (Alphabetize language features)
 - rust-lang#90949 (update miri)
 - rust-lang#90958 (Mark `<*const _>::align_offset` and `<*mut _>::align_offset` as `const fn`)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit b7b3355 into rust-lang:master Nov 17, 2021
@rustbot rustbot added this to the 1.58.0 milestone Nov 17, 2021
@lnicola lnicola deleted the rust-analyzer-2021-11-15 branch November 17, 2021 06:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants