[INFO] fetching crate Pion 0.0.1... [INFO] testing Pion-0.0.1 against 1.59.0 for beta-1.60-1 [INFO] extracting crate Pion 0.0.1 into /workspace/builds/worker-104/source [INFO] validating manifest of crates.io crate Pion 0.0.1 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.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-104/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-104/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-104/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dc9d342ddfecaf7f3b357b523720e24830713f6829b3ce84c943317c1aba6328 [INFO] running `Command { std: "docker" "start" "-a" "dc9d342ddfecaf7f3b357b523720e24830713f6829b3ce84c943317c1aba6328", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dc9d342ddfecaf7f3b357b523720e24830713f6829b3ce84c943317c1aba6328", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc9d342ddfecaf7f3b357b523720e24830713f6829b3ce84c943317c1aba6328", kill_on_drop: false }` [INFO] [stdout] dc9d342ddfecaf7f3b357b523720e24830713f6829b3ce84c943317c1aba6328 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-104/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-104/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 76255d9592f0ba7dcac3e5d223ff28ce4481bb116a128e6c98239ff3e43b3f2c [INFO] running `Command { std: "docker" "start" "-a" "76255d9592f0ba7dcac3e5d223ff28ce4481bb116a128e6c98239ff3e43b3f2c", 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.29s [INFO] running `Command { std: "docker" "inspect" "76255d9592f0ba7dcac3e5d223ff28ce4481bb116a128e6c98239ff3e43b3f2c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "76255d9592f0ba7dcac3e5d223ff28ce4481bb116a128e6c98239ff3e43b3f2c", kill_on_drop: false }` [INFO] [stdout] 76255d9592f0ba7dcac3e5d223ff28ce4481bb116a128e6c98239ff3e43b3f2c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-104/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-104/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5a461baee44e74c8584ddc2616f0f4af55be870ad0e5d6b21b40f7558c9238bb [INFO] running `Command { std: "docker" "start" "-a" "5a461baee44e74c8584ddc2616f0f4af55be870ad0e5d6b21b40f7558c9238bb", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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] [stderr] Compiling Pion v0.0.1 (/opt/rustwide/workdir) [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 1.05s [INFO] running `Command { std: "docker" "inspect" "5a461baee44e74c8584ddc2616f0f4af55be870ad0e5d6b21b40f7558c9238bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a461baee44e74c8584ddc2616f0f4af55be870ad0e5d6b21b40f7558c9238bb", kill_on_drop: false }` [INFO] [stdout] 5a461baee44e74c8584ddc2616f0f4af55be870ad0e5d6b21b40f7558c9238bb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-104/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-104/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c79ec3a6f7262afdc3584b8f8e3ea7c79fcb0347cb2d527d84b8b7c1f3ab37cf [INFO] running `Command { std: "docker" "start" "-a" "c79ec3a6f7262afdc3584b8f8e3ea7c79fcb0347cb2d527d84b8b7c1f3ab37cf", 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.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/Pion-01ebd2b0e21d0831) [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" "c79ec3a6f7262afdc3584b8f8e3ea7c79fcb0347cb2d527d84b8b7c1f3ab37cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c79ec3a6f7262afdc3584b8f8e3ea7c79fcb0347cb2d527d84b8b7c1f3ab37cf", kill_on_drop: false }` [INFO] [stdout] c79ec3a6f7262afdc3584b8f8e3ea7c79fcb0347cb2d527d84b8b7c1f3ab37cf