You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/07/01 19:30:00 UTC

[jira] [Work logged] (AVRO-3564) [Rust][branch-1.11] Build fails on bumpalo

     [ https://issues.apache.org/jira/browse/AVRO-3564?focusedWorklogId=787205&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-787205 ]

ASF GitHub Bot logged work on AVRO-3564:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 01/Jul/22 19:29
            Start Date: 01/Jul/22 19:29
    Worklog Time Spent: 10m 
      Work Description: martin-g opened a new pull request, #1751:
URL: https://github.com/apache/avro/pull/1751

   Related-to: AVRO-3558
   
   ### Jira
   
   - [X]  https://issues.apache.org/jira/browse/AVRO-3564
   
   ### Tests
   
   - [ ] My PR adds the following unit tests __OR__ does not need testing for this extremely good reason:
   
   ### Commits
   
   - [ ] My commits all reference Jira issues in their subject lines. In addition, my commits follow the guidelines from "[How to write a good git commit message](https://chris.beams.io/posts/git-commit/)":
     1. Subject is separated from body by a blank line
     1. Subject is limited to 50 characters (not including Jira issue reference)
     1. Subject does not end with a period
     1. Subject uses the imperative mood ("add", not "adding")
     1. Body wraps at 72 characters
     1. Body explains "what" and "why", not "how"
   
   ### Documentation
   
   - [ ] In case of new functionality, my PR adds documentation that describes how to use it.
     - All the public functions and the classes in the PR contain Javadoc that explain what it does
   




Issue Time Tracking
-------------------

            Worklog Id:     (was: 787205)
    Remaining Estimate: 0h
            Time Spent: 10m

> [Rust][branch-1.11] Build fails on bumpalo
> ------------------------------------------
>
>                 Key: AVRO-3564
>                 URL: https://issues.apache.org/jira/browse/AVRO-3564
>             Project: Apache Avro
>          Issue Type: Bug
>            Reporter: Ryan Skraba
>            Priority: Major
>             Fix For: 1.11.1
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> {code:java}
>    Compiling bumpalo v3.10.0
>    Compiling hex-literal v0.3.4
>    Compiling wasm-bindgen v0.2.81
> error[E0658]: arbitrary expressions in key-value attributes are unstable
>  --> /home/ryan.skraba/.cargo/registry/src/github.com-1ecc6299db9ec823/bumpalo-3.10.0/src/lib.rs:1:10
>   |
> 1 | #![doc = include_str!("../README.md")]
>   |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   |
>   = note: see issue #78835 <https://github.com/rust-lang/rust/issues/78835> for more information    Checking quick-error v2.0.1
>     Checking scoped-tls v1.0.0
> error: aborting due to previous errorFor more information about this error, try `rustc --explain E0658`.
> error: could not compile `bumpalo`To learn more, run the command again with --verbose.
> warning: build failed, waiting for other jobs to finish...
> error: build failed
>  {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)