[INFO] crate uom 0.27.0 is already in cache [INFO] checking uom-0.27.0 against try#d7b51666469c792a8a3f40849607739bae1e705e for pr-71665 [INFO] extracting crate uom 0.27.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate uom 0.27.0 on toolchain d7b51666469c792a8a3f40849607739bae1e705e [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate uom 0.27.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate uom 0.27.0 [INFO] tweaked toml for crates.io crate uom 0.27.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate uom 0.27.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] dcc19aa8084d5c52f24847cfddf277768c97b9313b0356b589660d9d84436be8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "dcc19aa8084d5c52f24847cfddf277768c97b9313b0356b589660d9d84436be8"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Checking rand_core v0.4.2 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Checking regex-syntax v0.6.12 [INFO] [stderr] Checking itoa v0.4.4 [INFO] [stderr] Checking static_assertions v0.3.4 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking aho-corasick v0.7.6 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking uom v0.27.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking regex v1.3.1 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Checking quickcheck v0.8.5 [INFO] [stderr] Checking serde_json v1.0.41 [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/system.rs:330:9 [INFO] [stderr] | [INFO] [stderr] 330 | /// Convert a value from one set of base units to a second. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] ::: src/si/mod.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / system! { [INFO] [stderr] 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ). [INFO] [stderr] 12 | | /// [INFO] [stderr] 13 | | /// ## Generic Parameters [INFO] [stderr] ... | [INFO] [stderr] 100 | | } [INFO] [stderr] 101 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/system.rs:331:9 [INFO] [stderr] | [INFO] [stderr] 331 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] ::: src/si/mod.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / system! { [INFO] [stderr] 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ). [INFO] [stderr] 12 | | /// [INFO] [stderr] 13 | | /// ## Generic Parameters [INFO] [stderr] ... | [INFO] [stderr] 100 | | } [INFO] [stderr] 101 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/system.rs:332:9 [INFO] [stderr] | [INFO] [stderr] 332 | /// ## Generic Parameters [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] ::: src/si/mod.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / system! { [INFO] [stderr] 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ). [INFO] [stderr] 12 | | /// [INFO] [stderr] 13 | | /// ## Generic Parameters [INFO] [stderr] ... | [INFO] [stderr] 100 | | } [INFO] [stderr] 101 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/system.rs:333:9 [INFO] [stderr] | [INFO] [stderr] 333 | /// * `D`: Dimension. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] ::: src/si/mod.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / system! { [INFO] [stderr] 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ). [INFO] [stderr] 12 | | /// [INFO] [stderr] 13 | | /// ## Generic Parameters [INFO] [stderr] ... | [INFO] [stderr] 100 | | } [INFO] [stderr] 101 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/system.rs:334:9 [INFO] [stderr] | [INFO] [stderr] 334 | /// * `Ul`: Base units for left quantity. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] ::: src/si/mod.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / system! { [INFO] [stderr] 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ). [INFO] [stderr] 12 | | /// [INFO] [stderr] 13 | | /// ## Generic Parameters [INFO] [stderr] ... | [INFO] [stderr] 100 | | } [INFO] [stderr] 101 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/system.rs:335:9 [INFO] [stderr] | [INFO] [stderr] 335 | /// * `Ur`: Base units for right quantity. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] ::: src/si/mod.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / system! { [INFO] [stderr] 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ). [INFO] [stderr] 12 | | /// [INFO] [stderr] 13 | | /// ## Generic Parameters [INFO] [stderr] ... | [INFO] [stderr] 100 | | } [INFO] [stderr] 101 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/system.rs:336:9 [INFO] [stderr] | [INFO] [stderr] 336 | /// * `V`: Value underlying storage type. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] ::: src/si/mod.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / system! { [INFO] [stderr] 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ). [INFO] [stderr] 12 | | /// [INFO] [stderr] 13 | | /// ## Generic Parameters [INFO] [stderr] ... | [INFO] [stderr] 100 | | } [INFO] [stderr] 101 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated type `length` should have an upper camel case name [INFO] [stderr] --> src/si/mod.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 25 | length: meter, L; [INFO] [stderr] | ^^^^^^ help: convert the identifier to upper camel case: `Length` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated type `mass` should have an upper camel case name [INFO] [stderr] --> src/si/mod.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 28 | mass: kilogram, M; [INFO] [stderr] | ^^^^ help: convert the identifier to upper camel case: `Mass` [INFO] [stderr] [INFO] [stderr] warning: associated type `time` should have an upper camel case name [INFO] [stderr] --> src/si/mod.rs:31:9 [INFO] [stderr] | [INFO] [stderr] 31 | time: second, T; [INFO] [stderr] | ^^^^ help: convert the identifier to upper camel case: `Time` [INFO] [stderr] [INFO] [stderr] warning: associated type `electric_current` should have an upper camel case name [INFO] [stderr] --> src/si/mod.rs:34:9 [INFO] [stderr] | [INFO] [stderr] 34 | electric_current: ampere, I; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ElectricCurrent` [INFO] [stderr] [INFO] [stderr] warning: associated type `thermodynamic_temperature` should have an upper camel case name [INFO] [stderr] --> src/si/mod.rs:37:9 [INFO] [stderr] | [INFO] [stderr] 37 | thermodynamic_temperature: kelvin, Th; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ThermodynamicTemperature` [INFO] [stderr] [INFO] [stderr] warning: associated type `amount_of_substance` should have an upper camel case name [INFO] [stderr] --> src/si/mod.rs:40:9 [INFO] [stderr] | [INFO] [stderr] 40 | amount_of_substance: mole, N; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AmountOfSubstance` [INFO] [stderr] [INFO] [stderr] warning: associated type `luminous_intensity` should have an upper camel case name [INFO] [stderr] --> src/si/mod.rs:43:9 [INFO] [stderr] | [INFO] [stderr] 43 | luminous_intensity: candela, J; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LuminousIntensity` [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/system.rs:330:9 [INFO] [stderr] | [INFO] [stderr] 330 | /// Convert a value from one set of base units to a second. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] ::: src/si/mod.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / system! { [INFO] [stderr] 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ). [INFO] [stderr] 12 | | /// [INFO] [stderr] 13 | | /// ## Generic Parameters [INFO] [stderr] ... | [INFO] [stderr] 100 | | } [INFO] [stderr] 101 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/system.rs:331:9 [INFO] [stderr] | [INFO] [stderr] 331 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] ::: src/si/mod.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / system! { [INFO] [stderr] 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ). [INFO] [stderr] 12 | | /// [INFO] [stderr] 13 | | /// ## Generic Parameters [INFO] [stderr] ... | [INFO] [stderr] 100 | | } [INFO] [stderr] 101 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/system.rs:332:9 [INFO] [stderr] | [INFO] [stderr] 332 | /// ## Generic Parameters [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] ::: src/si/mod.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / system! { [INFO] [stderr] 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ). [INFO] [stderr] 12 | | /// [INFO] [stderr] 13 | | /// ## Generic Parameters [INFO] [stderr] ... | [INFO] [stderr] 100 | | } [INFO] [stderr] 101 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/system.rs:333:9 [INFO] [stderr] | [INFO] [stderr] 333 | /// * `D`: Dimension. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] ::: src/si/mod.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / system! { [INFO] [stderr] 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ). [INFO] [stderr] 12 | | /// [INFO] [stderr] 13 | | /// ## Generic Parameters [INFO] [stderr] ... | [INFO] [stderr] 100 | | } [INFO] [stderr] 101 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/system.rs:334:9 [INFO] [stderr] | [INFO] [stderr] 334 | /// * `Ul`: Base units for left quantity. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] ::: src/si/mod.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / system! { [INFO] [stderr] 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ). [INFO] [stderr] 12 | | /// [INFO] [stderr] 13 | | /// ## Generic Parameters [INFO] [stderr] ... | [INFO] [stderr] 100 | | } [INFO] [stderr] 101 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/system.rs:335:9 [INFO] [stderr] | [INFO] [stderr] 335 | /// * `Ur`: Base units for right quantity. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] ::: src/si/mod.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / system! { [INFO] [stderr] 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ). [INFO] [stderr] 12 | | /// [INFO] [stderr] 13 | | /// ## Generic Parameters [INFO] [stderr] ... | [INFO] [stderr] 100 | | } [INFO] [stderr] 101 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/system.rs:336:9 [INFO] [stderr] | [INFO] [stderr] 336 | /// * `V`: Value underlying storage type. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] ::: src/si/mod.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / system! { [INFO] [stderr] 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ). [INFO] [stderr] 12 | | /// [INFO] [stderr] 13 | | /// ## Generic Parameters [INFO] [stderr] ... | [INFO] [stderr] 100 | | } [INFO] [stderr] 101 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/system.rs:330:9 [INFO] [stderr] | [INFO] [stderr] 330 | /// Convert a value from one set of base units to a second. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] ::: src/tests/mod.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / system! { [INFO] [stderr] 58 | | quantities: Q { [INFO] [stderr] 59 | | length: meter, L; [INFO] [stderr] 60 | | mass: kilogram, M; [INFO] [stderr] ... | [INFO] [stderr] 67 | | } [INFO] [stderr] 68 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/system.rs:331:9 [INFO] [stderr] | [INFO] [stderr] 331 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] ::: src/tests/mod.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / system! { [INFO] [stderr] 58 | | quantities: Q { [INFO] [stderr] 59 | | length: meter, L; [INFO] [stderr] 60 | | mass: kilogram, M; [INFO] [stderr] ... | [INFO] [stderr] 67 | | } [INFO] [stderr] 68 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/system.rs:332:9 [INFO] [stderr] | [INFO] [stderr] 332 | /// ## Generic Parameters [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] ::: src/tests/mod.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / system! { [INFO] [stderr] 58 | | quantities: Q { [INFO] [stderr] 59 | | length: meter, L; [INFO] [stderr] 60 | | mass: kilogram, M; [INFO] [stderr] ... | [INFO] [stderr] 67 | | } [INFO] [stderr] 68 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/system.rs:333:9 [INFO] [stderr] | [INFO] [stderr] 333 | /// * `D`: Dimension. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] ::: src/tests/mod.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / system! { [INFO] [stderr] 58 | | quantities: Q { [INFO] [stderr] 59 | | length: meter, L; [INFO] [stderr] 60 | | mass: kilogram, M; [INFO] [stderr] ... | [INFO] [stderr] 67 | | } [INFO] [stderr] 68 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/system.rs:334:9 [INFO] [stderr] | [INFO] [stderr] 334 | /// * `Ul`: Base units for left quantity. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] ::: src/tests/mod.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / system! { [INFO] [stderr] 58 | | quantities: Q { [INFO] [stderr] 59 | | length: meter, L; [INFO] [stderr] 60 | | mass: kilogram, M; [INFO] [stderr] ... | [INFO] [stderr] 67 | | } [INFO] [stderr] 68 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/system.rs:335:9 [INFO] [stderr] | [INFO] [stderr] 335 | /// * `Ur`: Base units for right quantity. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] ::: src/tests/mod.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / system! { [INFO] [stderr] 58 | | quantities: Q { [INFO] [stderr] 59 | | length: meter, L; [INFO] [stderr] 60 | | mass: kilogram, M; [INFO] [stderr] ... | [INFO] [stderr] 67 | | } [INFO] [stderr] 68 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/system.rs:336:9 [INFO] [stderr] | [INFO] [stderr] 336 | /// * `V`: Value underlying storage type. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] ::: src/tests/mod.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / system! { [INFO] [stderr] 58 | | quantities: Q { [INFO] [stderr] 59 | | length: meter, L; [INFO] [stderr] 60 | | mass: kilogram, M; [INFO] [stderr] ... | [INFO] [stderr] 67 | | } [INFO] [stderr] 68 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated type `length` should have an upper camel case name [INFO] [stderr] --> src/si/mod.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 25 | length: meter, L; [INFO] [stderr] | ^^^^^^ help: convert the identifier to upper camel case: `Length` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated type `mass` should have an upper camel case name [INFO] [stderr] --> src/si/mod.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 28 | mass: kilogram, M; [INFO] [stderr] | ^^^^ help: convert the identifier to upper camel case: `Mass` [INFO] [stderr] [INFO] [stderr] warning: associated type `time` should have an upper camel case name [INFO] [stderr] --> src/si/mod.rs:31:9 [INFO] [stderr] | [INFO] [stderr] 31 | time: second, T; [INFO] [stderr] | ^^^^ help: convert the identifier to upper camel case: `Time` [INFO] [stderr] [INFO] [stderr] warning: associated type `electric_current` should have an upper camel case name [INFO] [stderr] --> src/si/mod.rs:34:9 [INFO] [stderr] | [INFO] [stderr] 34 | electric_current: ampere, I; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ElectricCurrent` [INFO] [stderr] [INFO] [stderr] warning: associated type `thermodynamic_temperature` should have an upper camel case name [INFO] [stderr] --> src/si/mod.rs:37:9 [INFO] [stderr] | [INFO] [stderr] 37 | thermodynamic_temperature: kelvin, Th; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ThermodynamicTemperature` [INFO] [stderr] [INFO] [stderr] warning: associated type `amount_of_substance` should have an upper camel case name [INFO] [stderr] --> src/si/mod.rs:40:9 [INFO] [stderr] | [INFO] [stderr] 40 | amount_of_substance: mole, N; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AmountOfSubstance` [INFO] [stderr] [INFO] [stderr] warning: associated type `luminous_intensity` should have an upper camel case name [INFO] [stderr] --> src/si/mod.rs:43:9 [INFO] [stderr] | [INFO] [stderr] 43 | luminous_intensity: candela, J; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LuminousIntensity` [INFO] [stderr] [INFO] [stderr] warning: associated type `length` should have an upper camel case name [INFO] [stderr] --> src/tests/mod.rs:59:9 [INFO] [stderr] | [INFO] [stderr] 59 | length: meter, L; [INFO] [stderr] | ^^^^^^ help: convert the identifier to upper camel case: `Length` [INFO] [stderr] [INFO] [stderr] warning: associated type `mass` should have an upper camel case name [INFO] [stderr] --> src/tests/mod.rs:60:9 [INFO] [stderr] | [INFO] [stderr] 60 | mass: kilogram, M; [INFO] [stderr] | ^^^^ help: convert the identifier to upper camel case: `Mass` [INFO] [stderr] [INFO] [stderr] warning: associated type `thermodynamic_temperature` should have an upper camel case name [INFO] [stderr] --> src/tests/mod.rs:61:9 [INFO] [stderr] | [INFO] [stderr] 61 | thermodynamic_temperature: kelvin, Th; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ThermodynamicTemperature` [INFO] [stderr] [INFO] [stderr] warning: 14 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: associated type `length` should have an upper camel case name [INFO] [stderr] --> examples/mks.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | length: meter, L; [INFO] [stderr] | ^^^^^^ help: convert the identifier to upper camel case: `Length` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated type `mass` should have an upper camel case name [INFO] [stderr] --> examples/mks.rs:72:9 [INFO] [stderr] | [INFO] [stderr] 72 | mass: kilogram, M; [INFO] [stderr] | ^^^^ help: convert the identifier to upper camel case: `Mass` [INFO] [stderr] [INFO] [stderr] warning: associated type `time` should have an upper camel case name [INFO] [stderr] --> examples/mks.rs:73:9 [INFO] [stderr] | [INFO] [stderr] 73 | time: second, T; [INFO] [stderr] | ^^^^ help: convert the identifier to upper camel case: `Time` [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 24 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 54s [INFO] running `"docker" "inspect" "dcc19aa8084d5c52f24847cfddf277768c97b9313b0356b589660d9d84436be8"` [INFO] running `"docker" "rm" "-f" "dcc19aa8084d5c52f24847cfddf277768c97b9313b0356b589660d9d84436be8"` [INFO] [stdout] dcc19aa8084d5c52f24847cfddf277768c97b9313b0356b589660d9d84436be8