[INFO] fetching crate Pion 0.0.1... [INFO] testing Pion-0.0.1 against 1.60.0 for beta-1.61-1 [INFO] extracting crate Pion 0.0.1 into /workspace/builds/worker-40/source [INFO] validating manifest of crates.io crate Pion 0.0.1 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate Pion 0.0.1 [INFO] finished tweaking crates.io crate Pion 0.0.1 [INFO] tweaked toml for crates.io crate Pion 0.0.1 written to /workspace/builds/worker-40/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9039bd44b6becf3c3f474dbef5810160ea5e159715cc6a0d30aa51ff2d76f47b [INFO] running `Command { std: "docker" "start" "-a" "9039bd44b6becf3c3f474dbef5810160ea5e159715cc6a0d30aa51ff2d76f47b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9039bd44b6becf3c3f474dbef5810160ea5e159715cc6a0d30aa51ff2d76f47b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9039bd44b6becf3c3f474dbef5810160ea5e159715cc6a0d30aa51ff2d76f47b", kill_on_drop: false }` [INFO] [stdout] 9039bd44b6becf3c3f474dbef5810160ea5e159715cc6a0d30aa51ff2d76f47b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bb66ceb4ce8647cf5f604105f26d81738db8f6a7dfa9368bc566159dcb416526 [INFO] running `Command { std: "docker" "start" "-a" "bb66ceb4ce8647cf5f604105f26d81738db8f6a7dfa9368bc566159dcb416526", kill_on_drop: false }` [INFO] [stderr] Compiling Pion v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `crate::baryon::Baryon` [INFO] [stdout] --> src/lib.rs:10:6 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::baryon::Baryon; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::baryon::AntiBaryon` [INFO] [stdout] --> src/lib.rs:11:7 [INFO] [stdout] | [INFO] [stdout] 11 | use crate::baryon::AntiBaryon; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::lepton::Lepton` [INFO] [stdout] --> src/lib.rs:13:6 [INFO] [stdout] | [INFO] [stdout] 13 | use crate::lepton::Lepton; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::lepton::AntiLepton` [INFO] [stdout] --> src/lib.rs:14:6 [INFO] [stdout] | [INFO] [stdout] 14 | use crate::lepton::AntiLepton; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::meson::Meson` [INFO] [stdout] --> src/lib.rs:16:6 [INFO] [stdout] | [INFO] [stdout] 16 | use crate::meson::Meson; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::meson::AntiMeson` [INFO] [stdout] --> src/lib.rs:17:6 [INFO] [stdout] | [INFO] [stdout] 17 | use crate::meson::AntiMeson; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/baryon.rs:32:26 [INFO] [stdout] | [INFO] [stdout] 32 | Baryon::Proton(x) => 1f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/baryon.rs:33:27 [INFO] [stdout] | [INFO] [stdout] 33 | Baryon::Neutron(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/baryon.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | Baryon::Proton(x) => 938.27231, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/baryon.rs:41:27 [INFO] [stdout] | [INFO] [stdout] 41 | Baryon::Neutron(x) => 939.5656, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/baryon.rs:77:30 [INFO] [stdout] | [INFO] [stdout] 77 | AntiBaryon::Proton(x) => 1f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/baryon.rs:78:31 [INFO] [stdout] | [INFO] [stdout] 78 | AntiBaryon::Neutron(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/baryon.rs:85:30 [INFO] [stdout] | [INFO] [stdout] 85 | AntiBaryon::Proton(x) => 938.27231, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/baryon.rs:86:31 [INFO] [stdout] | [INFO] [stdout] 86 | AntiBaryon::Neutron(x) => 939.5656, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:26:26 [INFO] [stdout] | [INFO] [stdout] 26 | Lepton::Electron(x) => 0.510998950, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | Lepton::Muon(x) => 105.6583755, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:28:21 [INFO] [stdout] | [INFO] [stdout] 28 | Lepton::Tau(x) => 1776.86, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:29:34 [INFO] [stdout] | [INFO] [stdout] 29 | Lepton::ElectronNeutrino(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:30:28 [INFO] [stdout] | [INFO] [stdout] 30 | Lepton::MuNeutrino(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:31:29 [INFO] [stdout] | [INFO] [stdout] 31 | Lepton::TauNeutrino(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:60:26 [INFO] [stdout] | [INFO] [stdout] 60 | Lepton::Electron(x) => -1f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:61:22 [INFO] [stdout] | [INFO] [stdout] 61 | Lepton::Muon(x) => -1f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | Lepton::Tau(x) => -1f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:63:34 [INFO] [stdout] | [INFO] [stdout] 63 | Lepton::ElectronNeutrino(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:64:28 [INFO] [stdout] | [INFO] [stdout] 64 | Lepton::MuNeutrino(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:65:29 [INFO] [stdout] | [INFO] [stdout] 65 | Lepton::TauNeutrino(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:76:30 [INFO] [stdout] | [INFO] [stdout] 76 | AntiLepton::Electron(x) => 0.510998950, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:77:26 [INFO] [stdout] | [INFO] [stdout] 77 | AntiLepton::Muon(x) => 105.6583755, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:78:25 [INFO] [stdout] | [INFO] [stdout] 78 | AntiLepton::Tau(x) => 1776.86, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:79:38 [INFO] [stdout] | [INFO] [stdout] 79 | AntiLepton::ElectronNeutrino(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:80:32 [INFO] [stdout] | [INFO] [stdout] 80 | AntiLepton::MuNeutrino(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:81:33 [INFO] [stdout] | [INFO] [stdout] 81 | AntiLepton::TauNeutrino(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:104:30 [INFO] [stdout] | [INFO] [stdout] 104 | AntiLepton::Electron(x) => 1f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:105:26 [INFO] [stdout] | [INFO] [stdout] 105 | AntiLepton::Muon(x) => 1f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:106:25 [INFO] [stdout] | [INFO] [stdout] 106 | AntiLepton::Tau(x) => 1f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:107:38 [INFO] [stdout] | [INFO] [stdout] 107 | AntiLepton::ElectronNeutrino(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:108:32 [INFO] [stdout] | [INFO] [stdout] 108 | AntiLepton::MuNeutrino(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:109:33 [INFO] [stdout] | [INFO] [stdout] 109 | AntiLepton::TauNeutrino(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/meson.rs:32:23 [INFO] [stdout] | [INFO] [stdout] 32 | Meson::Pion(x) => 139.6f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/meson.rs:33:23 [INFO] [stdout] | [INFO] [stdout] 33 | Meson::Kaon(x) => 135.0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/meson.rs:43:23 [INFO] [stdout] | [INFO] [stdout] 43 | Meson::Pion(x) => 1f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/meson.rs:44:23 [INFO] [stdout] | [INFO] [stdout] 44 | Meson::Kaon(x) => 1f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/meson.rs:64:27 [INFO] [stdout] | [INFO] [stdout] 64 | AntiMeson::Pion(x) => 139.6f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/meson.rs:65:27 [INFO] [stdout] | [INFO] [stdout] 65 | AntiMeson::Kaon(x) => 135.0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/meson.rs:75:27 [INFO] [stdout] | [INFO] [stdout] 75 | AntiMeson::Pion(x) => -1f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/meson.rs:76:27 [INFO] [stdout] | [INFO] [stdout] 76 | AntiMeson::Kaon(x) => -1f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: crate `Pion` should have a snake case name [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] = help: convert the identifier to snake case: `pion` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 47 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.81s [INFO] running `Command { std: "docker" "inspect" "bb66ceb4ce8647cf5f604105f26d81738db8f6a7dfa9368bc566159dcb416526", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb66ceb4ce8647cf5f604105f26d81738db8f6a7dfa9368bc566159dcb416526", kill_on_drop: false }` [INFO] [stdout] bb66ceb4ce8647cf5f604105f26d81738db8f6a7dfa9368bc566159dcb416526 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] caee7a402d5b542633b7e7e028a51d0f339fa6e07fa72b4e507411e519f95b92 [INFO] running `Command { std: "docker" "start" "-a" "caee7a402d5b542633b7e7e028a51d0f339fa6e07fa72b4e507411e519f95b92", kill_on_drop: false }` [INFO] [stdout] warning: unused import: `crate::baryon::Baryon` [INFO] [stdout] --> src/lib.rs:10:6 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::baryon::Baryon; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::baryon::AntiBaryon` [INFO] [stdout] --> src/lib.rs:11:7 [INFO] [stdout] | [INFO] [stdout] 11 | use crate::baryon::AntiBaryon; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::lepton::Lepton` [INFO] [stdout] --> src/lib.rs:13:6 [INFO] [stdout] | [INFO] [stdout] 13 | use crate::lepton::Lepton; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::lepton::AntiLepton` [INFO] [stdout] --> src/lib.rs:14:6 [INFO] [stdout] | [INFO] [stdout] 14 | use crate::lepton::AntiLepton; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::meson::Meson` [INFO] [stdout] --> src/lib.rs:16:6 [INFO] [stdout] | [INFO] [stdout] 16 | use crate::meson::Meson; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::meson::AntiMeson` [INFO] [stdout] --> src/lib.rs:17:6 [INFO] [stdout] | [INFO] [stdout] 17 | use crate::meson::AntiMeson; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/baryon.rs:32:26 [INFO] [stdout] | [INFO] [stdout] 32 | Baryon::Proton(x) => 1f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling Pion v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/baryon.rs:33:27 [INFO] [stdout] | [INFO] [stdout] 33 | Baryon::Neutron(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/baryon.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | Baryon::Proton(x) => 938.27231, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/baryon.rs:41:27 [INFO] [stdout] | [INFO] [stdout] 41 | Baryon::Neutron(x) => 939.5656, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/baryon.rs:77:30 [INFO] [stdout] | [INFO] [stdout] 77 | AntiBaryon::Proton(x) => 1f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/baryon.rs:78:31 [INFO] [stdout] | [INFO] [stdout] 78 | AntiBaryon::Neutron(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/baryon.rs:85:30 [INFO] [stdout] | [INFO] [stdout] 85 | AntiBaryon::Proton(x) => 938.27231, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/baryon.rs:86:31 [INFO] [stdout] | [INFO] [stdout] 86 | AntiBaryon::Neutron(x) => 939.5656, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:26:26 [INFO] [stdout] | [INFO] [stdout] 26 | Lepton::Electron(x) => 0.510998950, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | Lepton::Muon(x) => 105.6583755, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:28:21 [INFO] [stdout] | [INFO] [stdout] 28 | Lepton::Tau(x) => 1776.86, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:29:34 [INFO] [stdout] | [INFO] [stdout] 29 | Lepton::ElectronNeutrino(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:30:28 [INFO] [stdout] | [INFO] [stdout] 30 | Lepton::MuNeutrino(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:31:29 [INFO] [stdout] | [INFO] [stdout] 31 | Lepton::TauNeutrino(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:60:26 [INFO] [stdout] | [INFO] [stdout] 60 | Lepton::Electron(x) => -1f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:61:22 [INFO] [stdout] | [INFO] [stdout] 61 | Lepton::Muon(x) => -1f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | Lepton::Tau(x) => -1f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:63:34 [INFO] [stdout] | [INFO] [stdout] 63 | Lepton::ElectronNeutrino(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:64:28 [INFO] [stdout] | [INFO] [stdout] 64 | Lepton::MuNeutrino(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:65:29 [INFO] [stdout] | [INFO] [stdout] 65 | Lepton::TauNeutrino(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:76:30 [INFO] [stdout] | [INFO] [stdout] 76 | AntiLepton::Electron(x) => 0.510998950, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:77:26 [INFO] [stdout] | [INFO] [stdout] 77 | AntiLepton::Muon(x) => 105.6583755, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:78:25 [INFO] [stdout] | [INFO] [stdout] 78 | AntiLepton::Tau(x) => 1776.86, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:79:38 [INFO] [stdout] | [INFO] [stdout] 79 | AntiLepton::ElectronNeutrino(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:80:32 [INFO] [stdout] | [INFO] [stdout] 80 | AntiLepton::MuNeutrino(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:81:33 [INFO] [stdout] | [INFO] [stdout] 81 | AntiLepton::TauNeutrino(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:104:30 [INFO] [stdout] | [INFO] [stdout] 104 | AntiLepton::Electron(x) => 1f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:105:26 [INFO] [stdout] | [INFO] [stdout] 105 | AntiLepton::Muon(x) => 1f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:106:25 [INFO] [stdout] | [INFO] [stdout] 106 | AntiLepton::Tau(x) => 1f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:107:38 [INFO] [stdout] | [INFO] [stdout] 107 | AntiLepton::ElectronNeutrino(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:108:32 [INFO] [stdout] | [INFO] [stdout] 108 | AntiLepton::MuNeutrino(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:109:33 [INFO] [stdout] | [INFO] [stdout] 109 | AntiLepton::TauNeutrino(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/meson.rs:32:23 [INFO] [stdout] | [INFO] [stdout] 32 | Meson::Pion(x) => 139.6f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/meson.rs:33:23 [INFO] [stdout] | [INFO] [stdout] 33 | Meson::Kaon(x) => 135.0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/meson.rs:43:23 [INFO] [stdout] | [INFO] [stdout] 43 | Meson::Pion(x) => 1f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/meson.rs:44:23 [INFO] [stdout] | [INFO] [stdout] 44 | Meson::Kaon(x) => 1f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/meson.rs:64:27 [INFO] [stdout] | [INFO] [stdout] 64 | AntiMeson::Pion(x) => 139.6f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/meson.rs:65:27 [INFO] [stdout] | [INFO] [stdout] 65 | AntiMeson::Kaon(x) => 135.0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/meson.rs:75:27 [INFO] [stdout] | [INFO] [stdout] 75 | AntiMeson::Pion(x) => -1f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/meson.rs:76:27 [INFO] [stdout] | [INFO] [stdout] 76 | AntiMeson::Kaon(x) => -1f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: crate `Pion` should have a snake case name [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] = help: convert the identifier to snake case: `pion` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 47 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::baryon::Baryon` [INFO] [stdout] --> src/lib.rs:10:6 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::baryon::Baryon; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::baryon::AntiBaryon` [INFO] [stdout] --> src/lib.rs:11:7 [INFO] [stdout] | [INFO] [stdout] 11 | use crate::baryon::AntiBaryon; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::lepton::Lepton` [INFO] [stdout] --> src/lib.rs:13:6 [INFO] [stdout] | [INFO] [stdout] 13 | use crate::lepton::Lepton; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::lepton::AntiLepton` [INFO] [stdout] --> src/lib.rs:14:6 [INFO] [stdout] | [INFO] [stdout] 14 | use crate::lepton::AntiLepton; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::meson::Meson` [INFO] [stdout] --> src/lib.rs:16:6 [INFO] [stdout] | [INFO] [stdout] 16 | use crate::meson::Meson; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::meson::AntiMeson` [INFO] [stdout] --> src/lib.rs:17:6 [INFO] [stdout] | [INFO] [stdout] 17 | use crate::meson::AntiMeson; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/baryon.rs:32:26 [INFO] [stdout] | [INFO] [stdout] 32 | Baryon::Proton(x) => 1f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/baryon.rs:33:27 [INFO] [stdout] | [INFO] [stdout] 33 | Baryon::Neutron(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/baryon.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | Baryon::Proton(x) => 938.27231, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/baryon.rs:41:27 [INFO] [stdout] | [INFO] [stdout] 41 | Baryon::Neutron(x) => 939.5656, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/baryon.rs:77:30 [INFO] [stdout] | [INFO] [stdout] 77 | AntiBaryon::Proton(x) => 1f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/baryon.rs:78:31 [INFO] [stdout] | [INFO] [stdout] 78 | AntiBaryon::Neutron(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/baryon.rs:85:30 [INFO] [stdout] | [INFO] [stdout] 85 | AntiBaryon::Proton(x) => 938.27231, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/baryon.rs:86:31 [INFO] [stdout] | [INFO] [stdout] 86 | AntiBaryon::Neutron(x) => 939.5656, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:26:26 [INFO] [stdout] | [INFO] [stdout] 26 | Lepton::Electron(x) => 0.510998950, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | Lepton::Muon(x) => 105.6583755, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:28:21 [INFO] [stdout] | [INFO] [stdout] 28 | Lepton::Tau(x) => 1776.86, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:29:34 [INFO] [stdout] | [INFO] [stdout] 29 | Lepton::ElectronNeutrino(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:30:28 [INFO] [stdout] | [INFO] [stdout] 30 | Lepton::MuNeutrino(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:31:29 [INFO] [stdout] | [INFO] [stdout] 31 | Lepton::TauNeutrino(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:60:26 [INFO] [stdout] | [INFO] [stdout] 60 | Lepton::Electron(x) => -1f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:61:22 [INFO] [stdout] | [INFO] [stdout] 61 | Lepton::Muon(x) => -1f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | Lepton::Tau(x) => -1f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:63:34 [INFO] [stdout] | [INFO] [stdout] 63 | Lepton::ElectronNeutrino(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:64:28 [INFO] [stdout] | [INFO] [stdout] 64 | Lepton::MuNeutrino(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:65:29 [INFO] [stdout] | [INFO] [stdout] 65 | Lepton::TauNeutrino(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:76:30 [INFO] [stdout] | [INFO] [stdout] 76 | AntiLepton::Electron(x) => 0.510998950, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:77:26 [INFO] [stdout] | [INFO] [stdout] 77 | AntiLepton::Muon(x) => 105.6583755, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:78:25 [INFO] [stdout] | [INFO] [stdout] 78 | AntiLepton::Tau(x) => 1776.86, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:79:38 [INFO] [stdout] | [INFO] [stdout] 79 | AntiLepton::ElectronNeutrino(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:80:32 [INFO] [stdout] | [INFO] [stdout] 80 | AntiLepton::MuNeutrino(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:81:33 [INFO] [stdout] | [INFO] [stdout] 81 | AntiLepton::TauNeutrino(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:104:30 [INFO] [stdout] | [INFO] [stdout] 104 | AntiLepton::Electron(x) => 1f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:105:26 [INFO] [stdout] | [INFO] [stdout] 105 | AntiLepton::Muon(x) => 1f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:106:25 [INFO] [stdout] | [INFO] [stdout] 106 | AntiLepton::Tau(x) => 1f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:107:38 [INFO] [stdout] | [INFO] [stdout] 107 | AntiLepton::ElectronNeutrino(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:108:32 [INFO] [stdout] | [INFO] [stdout] 108 | AntiLepton::MuNeutrino(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lepton.rs:109:33 [INFO] [stdout] | [INFO] [stdout] 109 | AntiLepton::TauNeutrino(x) => 0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/meson.rs:32:23 [INFO] [stdout] | [INFO] [stdout] 32 | Meson::Pion(x) => 139.6f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/meson.rs:33:23 [INFO] [stdout] | [INFO] [stdout] 33 | Meson::Kaon(x) => 135.0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/meson.rs:43:23 [INFO] [stdout] | [INFO] [stdout] 43 | Meson::Pion(x) => 1f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/meson.rs:44:23 [INFO] [stdout] | [INFO] [stdout] 44 | Meson::Kaon(x) => 1f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/meson.rs:64:27 [INFO] [stdout] | [INFO] [stdout] 64 | AntiMeson::Pion(x) => 139.6f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/meson.rs:65:27 [INFO] [stdout] | [INFO] [stdout] 65 | AntiMeson::Kaon(x) => 135.0f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/meson.rs:75:27 [INFO] [stdout] | [INFO] [stdout] 75 | AntiMeson::Pion(x) => -1f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/meson.rs:76:27 [INFO] [stdout] | [INFO] [stdout] 76 | AntiMeson::Kaon(x) => -1f64, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: crate `Pion` should have a snake case name [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] = help: convert the identifier to snake case: `pion` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 47 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.68s [INFO] running `Command { std: "docker" "inspect" "caee7a402d5b542633b7e7e028a51d0f339fa6e07fa72b4e507411e519f95b92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "caee7a402d5b542633b7e7e028a51d0f339fa6e07fa72b4e507411e519f95b92", kill_on_drop: false }` [INFO] [stdout] caee7a402d5b542633b7e7e028a51d0f339fa6e07fa72b4e507411e519f95b92 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 77f381cccf67f150e65d7c1ab75ef47a4b3d17df7050d5a74a44cafd6449e0a3 [INFO] running `Command { std: "docker" "start" "-a" "77f381cccf67f150e65d7c1ab75ef47a4b3d17df7050d5a74a44cafd6449e0a3", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `crate::baryon::Baryon` [INFO] [stderr] --> src/lib.rs:10:6 [INFO] [stderr] | [INFO] [stderr] 10 | use crate::baryon::Baryon; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::baryon::AntiBaryon` [INFO] [stderr] --> src/lib.rs:11:7 [INFO] [stderr] | [INFO] [stderr] 11 | use crate::baryon::AntiBaryon; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::lepton::Lepton` [INFO] [stderr] --> src/lib.rs:13:6 [INFO] [stderr] | [INFO] [stderr] 13 | use crate::lepton::Lepton; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::lepton::AntiLepton` [INFO] [stderr] --> src/lib.rs:14:6 [INFO] [stderr] | [INFO] [stderr] 14 | use crate::lepton::AntiLepton; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::meson::Meson` [INFO] [stderr] --> src/lib.rs:16:6 [INFO] [stderr] | [INFO] [stderr] 16 | use crate::meson::Meson; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::meson::AntiMeson` [INFO] [stderr] --> src/lib.rs:17:6 [INFO] [stderr] | [INFO] [stderr] 17 | use crate::meson::AntiMeson; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/baryon.rs:32:26 [INFO] [stderr] | [INFO] [stderr] 32 | Baryon::Proton(x) => 1f64, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/baryon.rs:33:27 [INFO] [stderr] | [INFO] [stderr] 33 | Baryon::Neutron(x) => 0f64, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/baryon.rs:40:26 [INFO] [stderr] | [INFO] [stderr] 40 | Baryon::Proton(x) => 938.27231, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/baryon.rs:41:27 [INFO] [stderr] | [INFO] [stderr] 41 | Baryon::Neutron(x) => 939.5656, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/baryon.rs:77:30 [INFO] [stderr] | [INFO] [stderr] 77 | AntiBaryon::Proton(x) => 1f64, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/baryon.rs:78:31 [INFO] [stderr] | [INFO] [stderr] 78 | AntiBaryon::Neutron(x) => 0f64, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/baryon.rs:85:30 [INFO] [stderr] | [INFO] [stderr] 85 | AntiBaryon::Proton(x) => 938.27231, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/baryon.rs:86:31 [INFO] [stderr] | [INFO] [stderr] 86 | AntiBaryon::Neutron(x) => 939.5656, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/lepton.rs:26:26 [INFO] [stderr] | [INFO] [stderr] 26 | Lepton::Electron(x) => 0.510998950, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/lepton.rs:27:22 [INFO] [stderr] | [INFO] [stderr] 27 | Lepton::Muon(x) => 105.6583755, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/lepton.rs:28:21 [INFO] [stderr] | [INFO] [stderr] 28 | Lepton::Tau(x) => 1776.86, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/lepton.rs:29:34 [INFO] [stderr] | [INFO] [stderr] 29 | Lepton::ElectronNeutrino(x) => 0f64, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/lepton.rs:30:28 [INFO] [stderr] | [INFO] [stderr] 30 | Lepton::MuNeutrino(x) => 0f64, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/lepton.rs:31:29 [INFO] [stderr] | [INFO] [stderr] 31 | Lepton::TauNeutrino(x) => 0f64, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/lepton.rs:60:26 [INFO] [stderr] | [INFO] [stderr] 60 | Lepton::Electron(x) => -1f64, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/lepton.rs:61:22 [INFO] [stderr] | [INFO] [stderr] 61 | Lepton::Muon(x) => -1f64, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/lepton.rs:62:21 [INFO] [stderr] | [INFO] [stderr] 62 | Lepton::Tau(x) => -1f64, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/lepton.rs:63:34 [INFO] [stderr] | [INFO] [stderr] 63 | Lepton::ElectronNeutrino(x) => 0f64, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/lepton.rs:64:28 [INFO] [stderr] | [INFO] [stderr] 64 | Lepton::MuNeutrino(x) => 0f64, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/lepton.rs:65:29 [INFO] [stderr] | [INFO] [stderr] 65 | Lepton::TauNeutrino(x) => 0f64, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/lepton.rs:76:30 [INFO] [stderr] | [INFO] [stderr] 76 | AntiLepton::Electron(x) => 0.510998950, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/lepton.rs:77:26 [INFO] [stderr] | [INFO] [stderr] 77 | AntiLepton::Muon(x) => 105.6583755, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/lepton.rs:78:25 [INFO] [stderr] | [INFO] [stderr] 78 | AntiLepton::Tau(x) => 1776.86, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/lepton.rs:79:38 [INFO] [stderr] | [INFO] [stderr] 79 | AntiLepton::ElectronNeutrino(x) => 0f64, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/lepton.rs:80:32 [INFO] [stderr] | [INFO] [stderr] 80 | AntiLepton::MuNeutrino(x) => 0f64, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/lepton.rs:81:33 [INFO] [stderr] | [INFO] [stderr] 81 | AntiLepton::TauNeutrino(x) => 0f64, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/lepton.rs:104:30 [INFO] [stderr] | [INFO] [stderr] 104 | AntiLepton::Electron(x) => 1f64, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/lepton.rs:105:26 [INFO] [stderr] | [INFO] [stderr] 105 | AntiLepton::Muon(x) => 1f64, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/lepton.rs:106:25 [INFO] [stderr] | [INFO] [stderr] 106 | AntiLepton::Tau(x) => 1f64, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/lepton.rs:107:38 [INFO] [stderr] | [INFO] [stderr] 107 | AntiLepton::ElectronNeutrino(x) => 0f64, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/lepton.rs:108:32 [INFO] [stderr] | [INFO] [stderr] 108 | AntiLepton::MuNeutrino(x) => 0f64, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/lepton.rs:109:33 [INFO] [stderr] | [INFO] [stderr] 109 | AntiLepton::TauNeutrino(x) => 0f64, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/meson.rs:32:23 [INFO] [stderr] | [INFO] [stderr] 32 | Meson::Pion(x) => 139.6f64, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/meson.rs:33:23 [INFO] [stderr] | [INFO] [stderr] 33 | Meson::Kaon(x) => 135.0f64, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/meson.rs:43:23 [INFO] [stderr] | [INFO] [stderr] 43 | Meson::Pion(x) => 1f64, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/meson.rs:44:23 [INFO] [stderr] | [INFO] [stderr] 44 | Meson::Kaon(x) => 1f64, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/meson.rs:64:27 [INFO] [stderr] | [INFO] [stderr] 64 | AntiMeson::Pion(x) => 139.6f64, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/meson.rs:65:27 [INFO] [stderr] | [INFO] [stderr] 65 | AntiMeson::Kaon(x) => 135.0f64, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/meson.rs:75:27 [INFO] [stderr] | [INFO] [stderr] 75 | AntiMeson::Pion(x) => -1f64, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/meson.rs:76:27 [INFO] [stderr] | [INFO] [stderr] 76 | AntiMeson::Kaon(x) => -1f64, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: crate `Pion` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] = help: convert the identifier to snake case: `pion` [INFO] [stderr] [INFO] [stderr] warning: `Pion` (lib) generated 47 warnings [INFO] [stderr] warning: `Pion` (lib test) generated 47 warnings (47 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/Pion-8388435d3ea587fc) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests Pion [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "77f381cccf67f150e65d7c1ab75ef47a4b3d17df7050d5a74a44cafd6449e0a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "77f381cccf67f150e65d7c1ab75ef47a4b3d17df7050d5a74a44cafd6449e0a3", kill_on_drop: false }` [INFO] [stdout] 77f381cccf67f150e65d7c1ab75ef47a4b3d17df7050d5a74a44cafd6449e0a3