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/06/07 08:43:00 UTC

[jira] [Work logged] (AVRO-3529) [Rust][branch-1.11] Cargo.toml is a virtual manifest, requires actual package

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

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

                Author: ASF GitHub Bot
            Created on: 07/Jun/22 08:42
            Start Date: 07/Jun/22 08:42
    Worklog Time Spent: 10m 
      Work Description: martin-g opened a new pull request, #1713:
URL: https://github.com/apache/avro/pull/1713

   Re-order the modules in the main Cargo.toml so that 'cargo ...' commands
   are executed in the preferred order.
   
   Export special Rust env vars for better diagnostics for the interop
   tasks.
   
   ### Jira
   
   - [X] https://issues.apache.org/jira/browse/AVRO-3529
   
   ### Tests
   
   - [X] No need of new unit tests
   
   ### Commits
   
   - [X] 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
   
   - [X] No need of new documentation




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

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

> [Rust][branch-1.11] Cargo.toml is a virtual manifest, requires actual package
> -----------------------------------------------------------------------------
>
>                 Key: AVRO-3529
>                 URL: https://issues.apache.org/jira/browse/AVRO-3529
>             Project: Apache Avro
>          Issue Type: Bug
>            Reporter: Ryan Skraba
>            Assignee: Martin Tzvetanov Grigorov
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> {code}
> cd ~/avro/lang/rust
> ./build.sh clean test dist
> {code}
> Results in 
> {code}
>    Compiling ctor v0.1.22
>    Compiling strum_macros v0.24.0
>    Compiling typed-builder v0.10.0
>    Compiling zerocopy-derive v0.3.1
>    Compiling apache-avro-test-helper v0.1.0 (/home/ryan.skraba/avro/lang/rust/avro_test_helper)
>    Compiling bzip2 v0.4.3
>    Compiling darling_macro v0.14.1
>    Compiling thiserror v1.0.31
>    Compiling zerocopy v0.6.1
>    Compiling darling v0.14.1
>    Compiling xz2 v0.1.6
>    Compiling uuid v1.1.1
>    Compiling apache-avro-derive v0.14.0 (/home/ryan.skraba/avro/lang/rust/avro_derive)
>    Compiling zstd v0.11.2+zstd.1.5.2
>    Compiling apache-avro v0.14.0 (/home/ryan.skraba/avro/lang/rust/avro)
>     Finished release [optimized] target(s) in 35.66s
> error: manifest path `/home/ryan.skraba/avro/lang/rust/Cargo.toml` is a virtual manifest, but this command requires running against an actual package in this workspace
> {code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)