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

Update dependencies (nightly-2022-01-13) #816

Merged
merged 4 commits into from
Jan 17, 2022
Merged

Conversation

viper-admin
Copy link
Member

@viper-admin viper-admin commented Jan 1, 2022

  • Update rustc version to nightly-2022-01-13.
  • Manualy update outdated dependencies (see the list below).
  • Manualy run cargo update.
List of direct outdated dependencies:
$ cargo outdated --root-deps-only --workspace

info: syncing channel updates for 'nightly-2022-01-01-x86_64-unknown-linux-gnu'
info: latest update on 2022-01-01, rust version 1.59.0-nightly (cfa3fe5af 2021-12-31)
info: downloading component 'cargo'
info: downloading component 'llvm-tools-preview'
info: downloading component 'rust-std'
info: downloading component 'rustc'
info: downloading component 'rustc-dev'
info: downloading component 'rustfmt'
info: installing component 'cargo'
info: installing component 'llvm-tools-preview'
info: installing component 'rust-std'
info: installing component 'rustc'
info: installing component 'rustc-dev'
info: installing component 'rustfmt'
    Updating git repository `https://github.com/rust-lang/cargo.git`
analysis
================
Name   Project  Compat  Latest   Kind    Platform
----   -------  ------  ------   ----    --------
serde  1.0.131  ---     1.0.132  Normal  ---
syn    1.0.82   ---     1.0.84   Normal  ---

prusti-common
================
Name   Project  Compat  Latest   Kind    Platform
----   -------  ------  ------   ----    --------
serde  1.0.131  ---     1.0.132  Normal  ---

viper
================
Name   Project  Compat  Latest   Kind    Platform
----   -------  ------  ------   ----    --------
serde  1.0.131  ---     1.0.132  Normal  ---

viper-sys
================
Name  Project  Compat  Latest  Kind   Platform
----  -------  ------  ------  ----   --------
ureq  2.3.1    ---     2.4.0   Build  ---

vir
================
Name         Project  Compat  Latest   Kind    Platform
----         -------  ------  ------   ----    --------
proc-macro2  1.0.34   ---     1.0.36   Normal  ---
quote        1.0.10   ---     1.0.14   Normal  ---
serde        1.0.131  ---     1.0.132  Normal  ---
syn          1.0.82   ---     1.0.84   Normal  ---

vir-gen
================
Name         Project  Compat  Latest  Kind    Platform
----         -------  ------  ------  ----    --------
proc-macro2  1.0.34   ---     1.0.36  Normal  ---
quote        1.0.10   ---     1.0.14  Normal  ---
syn          1.0.82   ---     1.0.84  Normal  ---

prusti-contracts-internal
================
Name         Project  Compat  Latest  Kind    Platform
----         -------  ------  ------  ----    --------
proc-macro2  1.0.34   ---     1.0.36  Normal  ---

prusti-specs
================
Name         Project  Compat  Latest   Kind    Platform
----         -------  ------  ------   ----    --------
proc-macro2  1.0.34   ---     1.0.36   Normal  ---
quote        1.0.10   ---     1.0.14   Normal  ---
serde        1.0.131  ---     1.0.132  Normal  ---
syn          1.0.82   ---     1.0.84   Normal  ---

prusti-interface
================
Name   Project  Compat  Latest   Kind    Platform
----   -------  ------  ------   ----    --------
serde  1.0.131  ---     1.0.132  Normal  ---

prusti-viper
================
Name   Project  Compat  Latest   Kind    Platform
----   -------  ------  ------   ----    --------
serde  1.0.131  ---     1.0.132  Normal  ---

prusti-server
================
Name      Project  Compat  Latest   Kind    Platform
----      -------  ------  ------   ----    --------
clap      2.34.0   ---     3.0.0    Normal  ---
num_cpus  1.13.0   ---     1.13.1   Normal  ---
reqwest   0.10.10  ---     0.11.8   Normal  ---
serde     1.0.131  ---     1.0.132  Normal  ---
tokio     0.2.25   ---     1.15.0   Normal  ---
warp      0.2.5    ---     0.3.2    Normal  ---

prusti-launch
================
Name   Project  Compat  Latest   Kind    Platform
----   -------  ------  ------   ----    --------
nix    0.23.0   ---     0.23.1   Normal  cfg(unix)
serde  1.0.131  ---     1.0.132  Normal  ---

test-crates
================
Name   Project  Compat  Latest   Kind    Platform
----   -------  ------  ------   ----    --------
serde  1.0.131  ---     1.0.132  Normal  ---

systest
================
Name  Project  Compat  Latest  Kind   Platform
----  -------  ------  ------  ----   --------
ureq  2.3.1    ---     2.4.0   Build  ---

@Aurel300 could you take care of this?

@Aurel300 Aurel300 force-pushed the auto-update-nightly-2022-01-01 branch 7 times, most recently from c2580ad to d43b741 Compare January 13, 2022 11:13
@Aurel300 Aurel300 changed the title Update dependencies (nightly-2022-01-01) Update dependencies (nightly-2022-01-13) Jan 13, 2022
@Aurel300 Aurel300 force-pushed the auto-update-nightly-2022-01-01 branch 2 times, most recently from 6dfe1fd to b88c872 Compare January 13, 2022 12:54
@Aurel300
Copy link
Member

I've updated to 2022-01-13 since this got a bit stale. We can probably skip the next update which should happen in ~2 days?

@vakaras The clippy failures are coming from the generated VIR code (mostly). Do you know where to insert this #[must_use] attribute to fix them?

@vakaras
Copy link
Contributor

vakaras commented Jan 13, 2022

@vakaras The clippy failures are coming from the generated VIR code (mostly). Do you know where to insert this #[must_use] attribute to fix them?

Yes. I will push a commit that fixes them.

@Aurel300
Copy link
Member

bors r+

bors bot added a commit that referenced this pull request Jan 13, 2022
816: Update dependencies (nightly-2022-01-13) r=Aurel300 a=viper-admin

* [x] Update rustc version to `nightly-2022-01-13`.
* [x] Manualy update outdated dependencies (see the list below).
* [x] Manualy run `cargo update`.

<details><summary>List of direct outdated dependencies:</summary>

```
$ cargo outdated --root-deps-only --workspace

info: syncing channel updates for 'nightly-2022-01-01-x86_64-unknown-linux-gnu'
info: latest update on 2022-01-01, rust version 1.59.0-nightly (cfa3fe5af 2021-12-31)
info: downloading component 'cargo'
info: downloading component 'llvm-tools-preview'
info: downloading component 'rust-std'
info: downloading component 'rustc'
info: downloading component 'rustc-dev'
info: downloading component 'rustfmt'
info: installing component 'cargo'
info: installing component 'llvm-tools-preview'
info: installing component 'rust-std'
info: installing component 'rustc'
info: installing component 'rustc-dev'
info: installing component 'rustfmt'
    Updating git repository `https://github.com/rust-lang/cargo.git`
analysis
================
Name   Project  Compat  Latest   Kind    Platform
----   -------  ------  ------   ----    --------
serde  1.0.131  ---     1.0.132  Normal  ---
syn    1.0.82   ---     1.0.84   Normal  ---

prusti-common
================
Name   Project  Compat  Latest   Kind    Platform
----   -------  ------  ------   ----    --------
serde  1.0.131  ---     1.0.132  Normal  ---

viper
================
Name   Project  Compat  Latest   Kind    Platform
----   -------  ------  ------   ----    --------
serde  1.0.131  ---     1.0.132  Normal  ---

viper-sys
================
Name  Project  Compat  Latest  Kind   Platform
----  -------  ------  ------  ----   --------
ureq  2.3.1    ---     2.4.0   Build  ---

vir
================
Name         Project  Compat  Latest   Kind    Platform
----         -------  ------  ------   ----    --------
proc-macro2  1.0.34   ---     1.0.36   Normal  ---
quote        1.0.10   ---     1.0.14   Normal  ---
serde        1.0.131  ---     1.0.132  Normal  ---
syn          1.0.82   ---     1.0.84   Normal  ---

vir-gen
================
Name         Project  Compat  Latest  Kind    Platform
----         -------  ------  ------  ----    --------
proc-macro2  1.0.34   ---     1.0.36  Normal  ---
quote        1.0.10   ---     1.0.14  Normal  ---
syn          1.0.82   ---     1.0.84  Normal  ---

prusti-contracts-internal
================
Name         Project  Compat  Latest  Kind    Platform
----         -------  ------  ------  ----    --------
proc-macro2  1.0.34   ---     1.0.36  Normal  ---

prusti-specs
================
Name         Project  Compat  Latest   Kind    Platform
----         -------  ------  ------   ----    --------
proc-macro2  1.0.34   ---     1.0.36   Normal  ---
quote        1.0.10   ---     1.0.14   Normal  ---
serde        1.0.131  ---     1.0.132  Normal  ---
syn          1.0.82   ---     1.0.84   Normal  ---

prusti-interface
================
Name   Project  Compat  Latest   Kind    Platform
----   -------  ------  ------   ----    --------
serde  1.0.131  ---     1.0.132  Normal  ---

prusti-viper
================
Name   Project  Compat  Latest   Kind    Platform
----   -------  ------  ------   ----    --------
serde  1.0.131  ---     1.0.132  Normal  ---

prusti-server
================
Name      Project  Compat  Latest   Kind    Platform
----      -------  ------  ------   ----    --------
clap      2.34.0   ---     3.0.0    Normal  ---
num_cpus  1.13.0   ---     1.13.1   Normal  ---
reqwest   0.10.10  ---     0.11.8   Normal  ---
serde     1.0.131  ---     1.0.132  Normal  ---
tokio     0.2.25   ---     1.15.0   Normal  ---
warp      0.2.5    ---     0.3.2    Normal  ---

prusti-launch
================
Name   Project  Compat  Latest   Kind    Platform
----   -------  ------  ------   ----    --------
nix    0.23.0   ---     0.23.1   Normal  cfg(unix)
serde  1.0.131  ---     1.0.132  Normal  ---

test-crates
================
Name   Project  Compat  Latest   Kind    Platform
----   -------  ------  ------   ----    --------
serde  1.0.131  ---     1.0.132  Normal  ---

systest
================
Name  Project  Compat  Latest  Kind   Platform
----  -------  ------  ------  ----   --------
ureq  2.3.1    ---     2.4.0   Build  ---
```
</details>

`@Aurel300` could you take care of this?

Co-authored-by: Aurel Bílý <aurel.bily@gmail.com>
Co-authored-by: Vytautas Astrauskas <vastrauskas@gmail.com>
@bors
Copy link
Contributor

bors bot commented Jan 13, 2022

Build failed:

@Aurel300
Copy link
Member

Aurel300 commented Jan 14, 2022

merge.rs failed on Mac, as @fpoli also noticed. Should I disable it as flaky for now?

@vakaras
Copy link
Contributor

vakaras commented Jan 14, 2022

merge.rs failed on Mac, as @fpoli also noticed. Should I disable it as flaky for now?

Sure. Just please make sure that there is an open issue to track that.

@Aurel300
Copy link
Member

bors r+

bors bot added a commit that referenced this pull request Jan 17, 2022
816: Update dependencies (nightly-2022-01-13) r=Aurel300 a=viper-admin

* [x] Update rustc version to `nightly-2022-01-13`.
* [x] Manualy update outdated dependencies (see the list below).
* [x] Manualy run `cargo update`.

<details><summary>List of direct outdated dependencies:</summary>

```
$ cargo outdated --root-deps-only --workspace

info: syncing channel updates for 'nightly-2022-01-01-x86_64-unknown-linux-gnu'
info: latest update on 2022-01-01, rust version 1.59.0-nightly (cfa3fe5af 2021-12-31)
info: downloading component 'cargo'
info: downloading component 'llvm-tools-preview'
info: downloading component 'rust-std'
info: downloading component 'rustc'
info: downloading component 'rustc-dev'
info: downloading component 'rustfmt'
info: installing component 'cargo'
info: installing component 'llvm-tools-preview'
info: installing component 'rust-std'
info: installing component 'rustc'
info: installing component 'rustc-dev'
info: installing component 'rustfmt'
    Updating git repository `https://github.com/rust-lang/cargo.git`
analysis
================
Name   Project  Compat  Latest   Kind    Platform
----   -------  ------  ------   ----    --------
serde  1.0.131  ---     1.0.132  Normal  ---
syn    1.0.82   ---     1.0.84   Normal  ---

prusti-common
================
Name   Project  Compat  Latest   Kind    Platform
----   -------  ------  ------   ----    --------
serde  1.0.131  ---     1.0.132  Normal  ---

viper
================
Name   Project  Compat  Latest   Kind    Platform
----   -------  ------  ------   ----    --------
serde  1.0.131  ---     1.0.132  Normal  ---

viper-sys
================
Name  Project  Compat  Latest  Kind   Platform
----  -------  ------  ------  ----   --------
ureq  2.3.1    ---     2.4.0   Build  ---

vir
================
Name         Project  Compat  Latest   Kind    Platform
----         -------  ------  ------   ----    --------
proc-macro2  1.0.34   ---     1.0.36   Normal  ---
quote        1.0.10   ---     1.0.14   Normal  ---
serde        1.0.131  ---     1.0.132  Normal  ---
syn          1.0.82   ---     1.0.84   Normal  ---

vir-gen
================
Name         Project  Compat  Latest  Kind    Platform
----         -------  ------  ------  ----    --------
proc-macro2  1.0.34   ---     1.0.36  Normal  ---
quote        1.0.10   ---     1.0.14  Normal  ---
syn          1.0.82   ---     1.0.84  Normal  ---

prusti-contracts-internal
================
Name         Project  Compat  Latest  Kind    Platform
----         -------  ------  ------  ----    --------
proc-macro2  1.0.34   ---     1.0.36  Normal  ---

prusti-specs
================
Name         Project  Compat  Latest   Kind    Platform
----         -------  ------  ------   ----    --------
proc-macro2  1.0.34   ---     1.0.36   Normal  ---
quote        1.0.10   ---     1.0.14   Normal  ---
serde        1.0.131  ---     1.0.132  Normal  ---
syn          1.0.82   ---     1.0.84   Normal  ---

prusti-interface
================
Name   Project  Compat  Latest   Kind    Platform
----   -------  ------  ------   ----    --------
serde  1.0.131  ---     1.0.132  Normal  ---

prusti-viper
================
Name   Project  Compat  Latest   Kind    Platform
----   -------  ------  ------   ----    --------
serde  1.0.131  ---     1.0.132  Normal  ---

prusti-server
================
Name      Project  Compat  Latest   Kind    Platform
----      -------  ------  ------   ----    --------
clap      2.34.0   ---     3.0.0    Normal  ---
num_cpus  1.13.0   ---     1.13.1   Normal  ---
reqwest   0.10.10  ---     0.11.8   Normal  ---
serde     1.0.131  ---     1.0.132  Normal  ---
tokio     0.2.25   ---     1.15.0   Normal  ---
warp      0.2.5    ---     0.3.2    Normal  ---

prusti-launch
================
Name   Project  Compat  Latest   Kind    Platform
----   -------  ------  ------   ----    --------
nix    0.23.0   ---     0.23.1   Normal  cfg(unix)
serde  1.0.131  ---     1.0.132  Normal  ---

test-crates
================
Name   Project  Compat  Latest   Kind    Platform
----   -------  ------  ------   ----    --------
serde  1.0.131  ---     1.0.132  Normal  ---

systest
================
Name  Project  Compat  Latest  Kind   Platform
----  -------  ------  ------  ----   --------
ureq  2.3.1    ---     2.4.0   Build  ---
```
</details>

`@Aurel300` could you take care of this?

Co-authored-by: Aurel Bílý <aurel.bily@gmail.com>
Co-authored-by: Vytautas Astrauskas <vastrauskas@gmail.com>
@bors
Copy link
Contributor

bors bot commented Jan 17, 2022

Build failed:

@Aurel300 Aurel300 force-pushed the auto-update-nightly-2022-01-01 branch 2 times, most recently from 6a1843e to 9eb67dd Compare January 17, 2022 14:04
@Aurel300
Copy link
Member

bors r+

@bors
Copy link
Contributor

bors bot commented Jan 17, 2022

@bors bors bot merged commit 48835ba into master Jan 17, 2022
@bors bors bot deleted the auto-update-nightly-2022-01-01 branch January 17, 2022 16:16
@fpoli fpoli mentioned this pull request Jan 19, 2022
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 this pull request may close these issues.

3 participants