Bug 2036941 Comment 16 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

This is odd:

```
json /builds/worker/issues.json --vcs-diff /builds/worker/vcs-diff.diff
    Updating git repository `https://github.com/glandium/allocator-api2`
...
     Locking 0 packages to latest compatible versions
note: pass `--verbose` to see 278 unchanged dependencies behind latest
[INFO] Using /builds/worker/checkouts/gecko/.cargo/config.toml.
Vet error: Your cargo-vet store (supply-chain) has consistency errors
 related error: A file in the store is not correctly formatted:

--- old/imports.lock
+++ new/imports.lock
@@ -294,18 +294,18 @@
 user-id = 55123
 user-login = "rust-lang-owner"
 
+[[publisher.hashbrown]]
+version = "0.17.0"
+when = "2026-04-09"
+user-id = 55123
+user-login = "rust-lang-owner"
+
 [[publisher.hawk]]
 version = "5.0.1"
 when = "2024-09-13"
 user-id = 158511
 user-login = "lotas"
 user-name = "Yarik"
-
-[[publisher.hashbrown]]
-version = "0.17.0"
-when = "2026-04-09"
-user-id = 55123
-user-login = "rust-lang-owner"
 
 [[publisher.headers]]
 version = "0.3.9"

Run `./mach cargo vet` for more information.
```
This is odd. It's a formatting issue??

```
json /builds/worker/issues.json --vcs-diff /builds/worker/vcs-diff.diff
    Updating git repository `https://github.com/glandium/allocator-api2`
...
     Locking 0 packages to latest compatible versions
note: pass `--verbose` to see 278 unchanged dependencies behind latest
[INFO] Using /builds/worker/checkouts/gecko/.cargo/config.toml.
Vet error: Your cargo-vet store (supply-chain) has consistency errors
 related error: A file in the store is not correctly formatted:

--- old/imports.lock
+++ new/imports.lock
@@ -294,18 +294,18 @@
 user-id = 55123
 user-login = "rust-lang-owner"
 
+[[publisher.hashbrown]]
+version = "0.17.0"
+when = "2026-04-09"
+user-id = 55123
+user-login = "rust-lang-owner"
+
 [[publisher.hawk]]
 version = "5.0.1"
 when = "2024-09-13"
 user-id = 158511
 user-login = "lotas"
 user-name = "Yarik"
-
-[[publisher.hashbrown]]
-version = "0.17.0"
-when = "2026-04-09"
-user-id = 55123
-user-login = "rust-lang-owner"
 
 [[publisher.headers]]
 version = "0.3.9"

Run `./mach cargo vet` for more information.
```
This is odd. It's a formatting issue? I only used `cargo vet` for this...

```
json /builds/worker/issues.json --vcs-diff /builds/worker/vcs-diff.diff
    Updating git repository `https://github.com/glandium/allocator-api2`
...
     Locking 0 packages to latest compatible versions
note: pass `--verbose` to see 278 unchanged dependencies behind latest
[INFO] Using /builds/worker/checkouts/gecko/.cargo/config.toml.
Vet error: Your cargo-vet store (supply-chain) has consistency errors
 related error: A file in the store is not correctly formatted:

--- old/imports.lock
+++ new/imports.lock
@@ -294,18 +294,18 @@
 user-id = 55123
 user-login = "rust-lang-owner"
 
+[[publisher.hashbrown]]
+version = "0.17.0"
+when = "2026-04-09"
+user-id = 55123
+user-login = "rust-lang-owner"
+
 [[publisher.hawk]]
 version = "5.0.1"
 when = "2024-09-13"
 user-id = 158511
 user-login = "lotas"
 user-name = "Yarik"
-
-[[publisher.hashbrown]]
-version = "0.17.0"
-when = "2026-04-09"
-user-id = 55123
-user-login = "rust-lang-owner"
 
 [[publisher.headers]]
 version = "0.3.9"

Run `./mach cargo vet` for more information.
```

Back to Bug 2036941 Comment 16