|
Ran
|
Jobs
1
|
Files
240
|
Run time
1min
|
Badge
README BADGES
|
push
github
devops: Add Makefile target for rustc incremental compiler bug On machines with many cores, the incremental compilation often fails. This commit adds a Makefile target that clears the problematic data without having to restart compilation from scratch. Use this if you get this error from the rustc compiler: ``` thread 'rustc' (3750255) panicked at /rustc-dev/f6092f224/compiler/rustc_query_system/src/dep_graph/serialized.rs:284:21: Error: A dep graph node (mir_drops_elaborated_and_const_checked) does not have an unique index. Running a clean build on a nightly compiler with -Z incremental-verify-ich can help narrow down the issue for reporting. A clean build may also work around the issue. ```
24871 of 33770 relevant lines covered (73.65%)
673284.37 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
56.52 |
-0.2% | neptune-core/src/protocol/peer.rs |
| 1 |
91.68 |
-0.18% | neptune-core/src/state/mempool.rs |
| 1 |
87.18 |
0.0% | neptune-core/src/state/mempool/upgrade_priority.rs |
| 3 |
71.91 |
-3.37% | neptune-core/src/application/config/triton_vm_env_vars.rs |
| 3 |
66.89 |
0.16% | neptune-core/src/application/loops/peer_loop.rs |
| 10 |
86.25 |
-2.7% | neptune-core/src/application/loops/connect_to_peers.rs |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 18130756077.1 | 240 |
73.65 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|