[Do not merge] Only run CI #2230
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: pull_request
try-runtime-prepare
3m 43s
try-runtime-execute
7m 41s
Annotations
42 warnings
try-runtime-prepare:
runtimes/eden/src/version.rs#L36
unused doc comment
|
try-runtime-prepare:
runtimes/eden/src/version.rs#L37
unused doc comment
|
try-runtime-prepare:
runtimes/eden/src/version.rs#L40
unused doc comment
|
try-runtime-prepare:
runtimes/eden/src/version.rs#L41
unused doc comment
|
try-runtime-prepare:
runtimes/eden/src/version.rs#L42
unused doc comment
|
try-runtime-prepare:
runtimes/eden/src/version.rs#L45
unused doc comment
|
try-runtime-prepare:
runtimes/eden/src/version.rs#L46
unused doc comment
|
try-runtime-prepare:
runtimes/eden/src/version.rs#L47
unused doc comment
|
try-runtime-prepare:
runtimes/eden/src/version.rs#L48
unused doc comment
|
try-runtime-prepare:
runtimes/eden/src/version.rs#L49
unused doc comment
|
unused doc comment:
runtimes/eden/src/version.rs#L36
warning: unused doc comment
--> runtimes/eden/src/version.rs:36:2
|
36 | /// `authoring_version` is the version of the authorship interface. An authoring node
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
37 | /// will not attempt to author blocks unless this is equal to its native runtime.
38 | authoring_version: 1,
| -------------------- rustdoc does not generate documentation for expression fields
|
= help: use `//` for a plain comment
= note: `#[warn(unused_doc_comments)]` on by default
|
unused doc comment:
runtimes/eden/src/version.rs#L37
warning: unused doc comment
--> runtimes/eden/src/version.rs:37:2
|
37 | /// will not attempt to author blocks unless this is equal to its native runtime.
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
38 | authoring_version: 1,
| -------------------- rustdoc does not generate documentation for expression fields
|
= help: use `//` for a plain comment
|
unused doc comment:
runtimes/eden/src/version.rs#L40
warning: unused doc comment
--> runtimes/eden/src/version.rs:40:2
|
40 | /// Version of the runtime specification. A full-node will not attempt to use its native
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
43 | spec_version: 25,
| ---------------- rustdoc does not generate documentation for expression fields
|
= help: use `//` for a plain comment
|
unused doc comment:
runtimes/eden/src/version.rs#L41
warning: unused doc comment
--> runtimes/eden/src/version.rs:41:2
|
41 | /// runtime in substitute for the on-chain Wasm runtime unless all of `spec_name`,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
42 | /// `spec_version` and `authoring_version` are the same between Wasm and native.
43 | spec_version: 25,
| ---------------- rustdoc does not generate documentation for expression fields
|
= help: use `//` for a plain comment
|
unused doc comment:
runtimes/eden/src/version.rs#L42
warning: unused doc comment
--> runtimes/eden/src/version.rs:42:2
|
42 | /// `spec_version` and `authoring_version` are the same between Wasm and native.
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
43 | spec_version: 25,
| ---------------- rustdoc does not generate documentation for expression fields
|
= help: use `//` for a plain comment
|
unused doc comment:
runtimes/eden/src/version.rs#L45
warning: unused doc comment
--> runtimes/eden/src/version.rs:45:2
|
45 | /// Version of the implementation of the specification. Nodes are free to ignore this; it
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
51 | impl_version: 0,
| --------------- rustdoc does not generate documentation for expression fields
|
= help: use `//` for a plain comment
|
unused doc comment:
runtimes/eden/src/version.rs#L46
warning: unused doc comment
--> runtimes/eden/src/version.rs:46:2
|
46 | /// serves only as an indication that the code is different; as long as the other two versions
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
51 | impl_version: 0,
| --------------- rustdoc does not generate documentation for expression fields
|
= help: use `//` for a plain comment
|
unused doc comment:
runtimes/eden/src/version.rs#L47
warning: unused doc comment
--> runtimes/eden/src/version.rs:47:2
|
47 | /// are the same then while the actual code may be different, it is nonetheless required to
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
51 | impl_version: 0,
| --------------- rustdoc does not generate documentation for expression fields
|
= help: use `//` for a plain comment
|
unused doc comment:
runtimes/eden/src/version.rs#L48
warning: unused doc comment
--> runtimes/eden/src/version.rs:48:2
|
48 | /// do the same thing.
| ^^^^^^^^^^^^^^^^^^^^^^
...
51 | impl_version: 0,
| --------------- rustdoc does not generate documentation for expression fields
|
= help: use `//` for a plain comment
|
unused doc comment:
runtimes/eden/src/version.rs#L49
warning: unused doc comment
--> runtimes/eden/src/version.rs:49:2
|
49 | /// Non-consensus-breaking optimizations are about the only changes that could be made which
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
50 | /// would result in only the `impl_version` changing.
51 | impl_version: 0,
| --------------- rustdoc does not generate documentation for expression fields
|
= help: use `//` for a plain comment
|
tests:
runtimes/eden/src/version.rs#L36
unused doc comment
|
tests:
runtimes/eden/src/version.rs#L37
unused doc comment
|
tests:
runtimes/eden/src/version.rs#L40
unused doc comment
|
tests:
runtimes/eden/src/version.rs#L41
unused doc comment
|
tests:
runtimes/eden/src/version.rs#L42
unused doc comment
|
tests:
runtimes/eden/src/version.rs#L45
unused doc comment
|
tests:
runtimes/eden/src/version.rs#L46
unused doc comment
|
tests:
runtimes/eden/src/version.rs#L47
unused doc comment
|
tests:
runtimes/eden/src/version.rs#L48
unused doc comment
|
tests:
runtimes/eden/src/version.rs#L49
unused doc comment
|
try-runtime-execute
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/download-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
try-runtime-execute
Failed to restore: Cache service responded with 429
|
linecoverage:
runtimes/eden/src/version.rs#L36
unused doc comment
|
linecoverage:
runtimes/eden/src/version.rs#L37
unused doc comment
|
linecoverage:
runtimes/eden/src/version.rs#L40
unused doc comment
|
linecoverage:
runtimes/eden/src/version.rs#L41
unused doc comment
|
linecoverage:
runtimes/eden/src/version.rs#L42
unused doc comment
|
linecoverage:
runtimes/eden/src/version.rs#L45
unused doc comment
|
linecoverage:
runtimes/eden/src/version.rs#L46
unused doc comment
|
linecoverage:
runtimes/eden/src/version.rs#L47
unused doc comment
|
linecoverage:
runtimes/eden/src/version.rs#L48
unused doc comment
|
linecoverage:
runtimes/eden/src/version.rs#L49
unused doc comment
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
edensnap
Expired
|
269 MB |
|
try_runtime
Expired
|
6.69 MB |
|