[INFO] crate uom 0.27.0 is already in cache [INFO] testing uom-0.27.0 against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] extracting crate uom 0.27.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate uom 0.27.0 on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "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-1/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" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+28742a1146f10a4f09369baad027a464acb7a766" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ecf8ed31ef352b2354acc74d1b8a4c5f6a378883b504c35270e97c74d30abe5a [INFO] running `"docker" "start" "-a" "ecf8ed31ef352b2354acc74d1b8a4c5f6a378883b504c35270e97c74d30abe5a"` [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling uom v0.27.0 (/opt/rustwide/workdir) [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 macros [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 macros [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 macros [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 macros [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 macros [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 macros [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 macros [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: 14 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 56.40s [INFO] running `"docker" "inspect" "ecf8ed31ef352b2354acc74d1b8a4c5f6a378883b504c35270e97c74d30abe5a"` [INFO] running `"docker" "rm" "-f" "ecf8ed31ef352b2354acc74d1b8a4c5f6a378883b504c35270e97c74d30abe5a"` [INFO] [stdout] ecf8ed31ef352b2354acc74d1b8a4c5f6a378883b504c35270e97c74d30abe5a [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+28742a1146f10a4f09369baad027a464acb7a766" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a723782467a886483b05fd0344a53de6c9907fa58463205d3429e0178be818d6 [INFO] running `"docker" "start" "-a" "a723782467a886483b05fd0344a53de6c9907fa58463205d3429e0178be818d6"` [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling static_assertions v0.3.4 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling approx v0.3.2 [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 macros [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 macros [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 macros [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 macros [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 macros [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 macros [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 macros [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: 14 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling quickcheck v0.8.5 [INFO] [stderr] Compiling serde_json v1.0.41 [INFO] [stderr] Compiling uom v0.27.0 (/opt/rustwide/workdir) [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: 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 macros [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 macros [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 macros [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 macros [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 macros [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 macros [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 macros [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 macros [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 macros [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 macros [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 macros [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 macros [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 macros [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 macros [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] error: could not compile `uom`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name uom src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="autoconvert"' --cfg 'feature="default"' --cfg 'feature="f32"' --cfg 'feature="f64"' --cfg 'feature="si"' --cfg 'feature="std"' -C metadata=65a765511790e479 -C extra-filename=-65a765511790e479 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern approx=/opt/rustwide/target/debug/deps/libapprox-00adbf5a0a7653f5.rlib --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-85de8ad231a2a5f1.rlib --extern quickcheck=/opt/rustwide/target/debug/deps/libquickcheck-551917ed7424c7dc.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-786482226e779443.rlib --extern static_assertions=/opt/rustwide/target/debug/deps/libstatic_assertions-afa34138e6ae189b.rlib --extern typenum=/opt/rustwide/target/debug/deps/libtypenum-39b3028da17d1497.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `"docker" "inspect" "a723782467a886483b05fd0344a53de6c9907fa58463205d3429e0178be818d6"` [INFO] running `"docker" "rm" "-f" "a723782467a886483b05fd0344a53de6c9907fa58463205d3429e0178be818d6"` [INFO] [stdout] a723782467a886483b05fd0344a53de6c9907fa58463205d3429e0178be818d6