[INFO] fetching crate linkbudget 0.2.0...
[INFO] testing linkbudget-0.2.0 against master#2fd6efc32704647e64d3d646d21c4c68eae100e4 for pr-149852-1
[INFO] extracting crate linkbudget 0.2.0 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate linkbudget 0.2.0
[INFO] finished tweaking crates.io crate linkbudget 0.2.0
[INFO] tweaked toml for crates.io crate linkbudget 0.2.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate linkbudget 0.2.0 on toolchain 2fd6efc32704647e64d3d646d21c4c68eae100e4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate linkbudget 0.2.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rfconversions v0.5.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 19264e5898637db7f003b59f5ec431b05fbde51775f34c63a9f505cbe0440163
[INFO] running `Command { std: "docker" "start" "-a" "19264e5898637db7f003b59f5ec431b05fbde51775f34c63a9f505cbe0440163", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "19264e5898637db7f003b59f5ec431b05fbde51775f34c63a9f505cbe0440163", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19264e5898637db7f003b59f5ec431b05fbde51775f34c63a9f505cbe0440163", kill_on_drop: false }`
[INFO] [stdout] 19264e5898637db7f003b59f5ec431b05fbde51775f34c63a9f505cbe0440163
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a0363c0794de8e068835286a2b1a1e302824fba354f32553f95d1e6fc57cf023
[INFO] running `Command { std: "docker" "start" "-a" "a0363c0794de8e068835286a2b1a1e302824fba354f32553f95d1e6fc57cf023", kill_on_drop: false }`
[INFO] [stderr]    Compiling rfconversions v0.5.0
[INFO] [stderr]    Compiling linkbudget v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::fs`
[INFO] [stdout]  --> src/cli.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::fs;
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::Path`
[INFO] [stdout]  --> src/cli.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::path::Path;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::plot`
[INFO] [stdout]   --> src/cli.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::plot;
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rx_power`
[INFO] [stdout]   --> src/plot.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 83 |     let rx_power = budget.pin_at_receiver();
[INFO] [stdout]    |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_rx_power`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SPEED_OF_LIGHT` is never used
[INFO] [stdout]  --> src/constants.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub const SPEED_OF_LIGHT: f64 = 299792458.0;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RADIUS_OF_EARTH` is never used
[INFO] [stdout]  --> src/constants.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub const RADIUS_OF_EARTH: f64 = 6371000.0;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MASS_OF_EARTH` is never used
[INFO] [stdout]  --> src/constants.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub const MASS_OF_EARTH: f64 = 5.972e24;
[INFO] [stdout]   |           ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RADIUS_OF_MOON` is never used
[INFO] [stdout]  --> src/constants.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub const RADIUS_OF_MOON: f64 = 1737400.0;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MASS_OF_MOON` is never used
[INFO] [stdout]  --> src/constants.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub const MASS_OF_MOON: f64 = 7.34767309e22;
[INFO] [stdout]   |           ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RADIUS_OF_SUN` is never used
[INFO] [stdout]  --> src/constants.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub const RADIUS_OF_SUN: f64 = 695500000.0;
[INFO] [stdout]   |           ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MASS_OF_SUN` is never used
[INFO] [stdout]  --> src/constants.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub const MASS_OF_SUN: f64 = 1.98847e30;
[INFO] [stdout]   |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RADIUS_OF_MARS` is never used
[INFO] [stdout]  --> src/constants.rs:9:11
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub const RADIUS_OF_MARS: f64 = 3389500.0;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MASS_OF_MARS` is never used
[INFO] [stdout]   --> src/constants.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const MASS_OF_MARS: f64 = 6.4165e23;
[INFO] [stdout]    |           ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `GRAVITATIONAL_CONSTANT` is never used
[INFO] [stdout]   --> src/constants.rs:14:11
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub const GRAVITATIONAL_CONSTANT: f64 = 0.0000000000667430;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calculate_standard_gravitational_parameter` is never used
[INFO] [stdout]  --> src/orbits/mod.rs:6:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn calculate_standard_gravitational_parameter(mass_of_bodies: f64) -> f64 {
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calculate_circular_orbit_speed` is never used
[INFO] [stdout]  --> src/orbits/circular.rs:3:8
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn calculate_circular_orbit_speed(mass_of_body: f64, distance_from_center_of_body: f64) -> f64 {
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calculate_circular_orbit_period` is never used
[INFO] [stdout]   --> src/orbits/circular.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn calculate_circular_orbit_period(
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `degrees_to_radians` is never used
[INFO] [stdout]  --> src/orbits/slant_range.rs:6:4
[INFO] [stdout]   |
[INFO] [stdout] 6 | fn degrees_to_radians(degrees: f64) -> f64 {
[INFO] [stdout]   |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SlantRange` is never constructed
[INFO] [stdout]   --> src/orbits/slant_range.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct SlantRange {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `calculate` is never used
[INFO] [stdout]   --> src/orbits/slant_range.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl SlantRange {
[INFO] [stdout]    | --------------- method in this implementation
[INFO] [stdout] 17 |     pub fn calculate(&self) -> f64 {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
[INFO] running `Command { std: "docker" "inspect" "a0363c0794de8e068835286a2b1a1e302824fba354f32553f95d1e6fc57cf023", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a0363c0794de8e068835286a2b1a1e302824fba354f32553f95d1e6fc57cf023", kill_on_drop: false }`
[INFO] [stdout] a0363c0794de8e068835286a2b1a1e302824fba354f32553f95d1e6fc57cf023
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 14e831c2cdd1fe86eb3011d516d92baf15adf085bb029b796ada84909c27a033
[INFO] running `Command { std: "docker" "start" "-a" "14e831c2cdd1fe86eb3011d516d92baf15adf085bb029b796ada84909c27a033", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `std::fs`
[INFO] [stdout]  --> src/cli.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::fs;
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::Path`
[INFO] [stdout]  --> src/cli.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::path::Path;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::plot`
[INFO] [stdout]   --> src/cli.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::plot;
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rx_power`
[INFO] [stdout]   --> src/plot.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 83 |     let rx_power = budget.pin_at_receiver();
[INFO] [stdout]    |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_rx_power`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SPEED_OF_LIGHT` is never used
[INFO] [stdout]  --> src/constants.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub const SPEED_OF_LIGHT: f64 = 299792458.0;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RADIUS_OF_EARTH` is never used
[INFO] [stdout]  --> src/constants.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub const RADIUS_OF_EARTH: f64 = 6371000.0;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MASS_OF_EARTH` is never used
[INFO] [stdout]  --> src/constants.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub const MASS_OF_EARTH: f64 = 5.972e24;
[INFO] [stdout]   |           ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RADIUS_OF_MOON` is never used
[INFO] [stdout]  --> src/constants.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub const RADIUS_OF_MOON: f64 = 1737400.0;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MASS_OF_MOON` is never used
[INFO] [stdout]  --> src/constants.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub const MASS_OF_MOON: f64 = 7.34767309e22;
[INFO] [stdout]   |           ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RADIUS_OF_SUN` is never used
[INFO] [stdout]  --> src/constants.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub const RADIUS_OF_SUN: f64 = 695500000.0;
[INFO] [stdout]   |           ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MASS_OF_SUN` is never used
[INFO] [stdout]  --> src/constants.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub const MASS_OF_SUN: f64 = 1.98847e30;
[INFO] [stdout]   |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling linkbudget v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: constant `RADIUS_OF_MARS` is never used
[INFO] [stdout]  --> src/constants.rs:9:11
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub const RADIUS_OF_MARS: f64 = 3389500.0;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MASS_OF_MARS` is never used
[INFO] [stdout]   --> src/constants.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const MASS_OF_MARS: f64 = 6.4165e23;
[INFO] [stdout]    |           ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `GRAVITATIONAL_CONSTANT` is never used
[INFO] [stdout]   --> src/constants.rs:14:11
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub const GRAVITATIONAL_CONSTANT: f64 = 0.0000000000667430;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calculate_standard_gravitational_parameter` is never used
[INFO] [stdout]  --> src/orbits/mod.rs:6:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn calculate_standard_gravitational_parameter(mass_of_bodies: f64) -> f64 {
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calculate_circular_orbit_speed` is never used
[INFO] [stdout]  --> src/orbits/circular.rs:3:8
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn calculate_circular_orbit_speed(mass_of_body: f64, distance_from_center_of_body: f64) -> f64 {
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calculate_circular_orbit_period` is never used
[INFO] [stdout]   --> src/orbits/circular.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn calculate_circular_orbit_period(
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `degrees_to_radians` is never used
[INFO] [stdout]  --> src/orbits/slant_range.rs:6:4
[INFO] [stdout]   |
[INFO] [stdout] 6 | fn degrees_to_radians(degrees: f64) -> f64 {
[INFO] [stdout]   |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SlantRange` is never constructed
[INFO] [stdout]   --> src/orbits/slant_range.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct SlantRange {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `calculate` is never used
[INFO] [stdout]   --> src/orbits/slant_range.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl SlantRange {
[INFO] [stdout]    | --------------- method in this implementation
[INFO] [stdout] 17 |     pub fn calculate(&self) -> f64 {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::fs`
[INFO] [stdout]  --> src/cli.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::fs;
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::Path`
[INFO] [stdout]  --> src/cli.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::path::Path;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::plot`
[INFO] [stdout]   --> src/cli.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::plot;
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rx_power`
[INFO] [stdout]   --> src/plot.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 83 |     let rx_power = budget.pin_at_receiver();
[INFO] [stdout]    |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_rx_power`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calculate_standard_gravitational_parameter` is never used
[INFO] [stdout]  --> src/orbits/mod.rs:6:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn calculate_standard_gravitational_parameter(mass_of_bodies: f64) -> f64 {
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.84s
[INFO] running `Command { std: "docker" "inspect" "14e831c2cdd1fe86eb3011d516d92baf15adf085bb029b796ada84909c27a033", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "14e831c2cdd1fe86eb3011d516d92baf15adf085bb029b796ada84909c27a033", kill_on_drop: false }`
[INFO] [stdout] 14e831c2cdd1fe86eb3011d516d92baf15adf085bb029b796ada84909c27a033
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 43908e037d38a2c07c6fbad914951cc0295f14b3142dad15eda695ffa54c9e2b
[INFO] running `Command { std: "docker" "start" "-a" "43908e037d38a2c07c6fbad914951cc0295f14b3142dad15eda695ffa54c9e2b", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `std::fs`
[INFO] [stderr]  --> src/cli.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use std::fs;
[INFO] [stderr]   |     ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::path::Path`
[INFO] [stderr]  --> src/cli.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use std::path::Path;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::plot`
[INFO] [stderr]   --> src/cli.rs:10:5
[INFO] [stderr]    |
[INFO] [stderr] 10 | use crate::plot;
[INFO] [stderr]    |     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `rx_power`
[INFO] [stderr]   --> src/plot.rs:83:9
[INFO] [stderr]    |
[INFO] [stderr] 83 |     let rx_power = budget.pin_at_receiver();
[INFO] [stderr]    |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_rx_power`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: constant `SPEED_OF_LIGHT` is never used
[INFO] [stderr]  --> src/constants.rs:1:11
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub const SPEED_OF_LIGHT: f64 = 299792458.0;
[INFO] [stderr]   |           ^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: constant `RADIUS_OF_EARTH` is never used
[INFO] [stderr]  --> src/constants.rs:2:11
[INFO] [stderr]   |
[INFO] [stderr] 2 | pub const RADIUS_OF_EARTH: f64 = 6371000.0;
[INFO] [stderr]   |           ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `MASS_OF_EARTH` is never used
[INFO] [stderr]  --> src/constants.rs:4:11
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub const MASS_OF_EARTH: f64 = 5.972e24;
[INFO] [stderr]   |           ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `RADIUS_OF_MOON` is never used
[INFO] [stderr]  --> src/constants.rs:5:11
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub const RADIUS_OF_MOON: f64 = 1737400.0;
[INFO] [stderr]   |           ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `MASS_OF_MOON` is never used
[INFO] [stderr]  --> src/constants.rs:6:11
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub const MASS_OF_MOON: f64 = 7.34767309e22;
[INFO] [stderr]   |           ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `RADIUS_OF_SUN` is never used
[INFO] [stderr]  --> src/constants.rs:7:11
[INFO] [stderr]   |
[INFO] [stderr] 7 | pub const RADIUS_OF_SUN: f64 = 695500000.0;
[INFO] [stderr]   |           ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `MASS_OF_SUN` is never used
[INFO] [stderr]  --> src/constants.rs:8:11
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub const MASS_OF_SUN: f64 = 1.98847e30;
[INFO] [stderr]   |           ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `RADIUS_OF_MARS` is never used
[INFO] [stderr]  --> src/constants.rs:9:11
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub const RADIUS_OF_MARS: f64 = 3389500.0;
[INFO] [stderr]   |           ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `MASS_OF_MARS` is never used
[INFO] [stderr]   --> src/constants.rs:10:11
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub const MASS_OF_MARS: f64 = 6.4165e23;
[INFO] [stderr]    |           ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `GRAVITATIONAL_CONSTANT` is never used
[INFO] [stderr]   --> src/constants.rs:14:11
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub const GRAVITATIONAL_CONSTANT: f64 = 0.0000000000667430;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `calculate_standard_gravitational_parameter` is never used
[INFO] [stderr]  --> src/orbits/mod.rs:6:8
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub fn calculate_standard_gravitational_parameter(mass_of_bodies: f64) -> f64 {
[INFO] [stderr]   |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `calculate_circular_orbit_speed` is never used
[INFO] [stderr]  --> src/orbits/circular.rs:3:8
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub fn calculate_circular_orbit_speed(mass_of_body: f64, distance_from_center_of_body: f64) -> f64 {
[INFO] [stderr]   |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `calculate_circular_orbit_period` is never used
[INFO] [stderr]   --> src/orbits/circular.rs:18:8
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub fn calculate_circular_orbit_period(
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `degrees_to_radians` is never used
[INFO] [stderr]  --> src/orbits/slant_range.rs:6:4
[INFO] [stderr]   |
[INFO] [stderr] 6 | fn degrees_to_radians(degrees: f64) -> f64 {
[INFO] [stderr]   |    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `SlantRange` is never constructed
[INFO] [stderr]   --> src/orbits/slant_range.rs:10:12
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub struct SlantRange {
[INFO] [stderr]    |            ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `calculate` is never used
[INFO] [stderr]   --> src/orbits/slant_range.rs:17:12
[INFO] [stderr]    |
[INFO] [stderr] 16 | impl SlantRange {
[INFO] [stderr]    | --------------- method in this implementation
[INFO] [stderr] 17 |     pub fn calculate(&self) -> f64 {
[INFO] [stderr]    |            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `linkbudget` (lib) generated 20 warnings (run `cargo fix --lib -p linkbudget` to apply 4 suggestions)
[INFO] [stderr] warning: function `calculate_standard_gravitational_parameter` is never used
[INFO] [stderr]  --> src/orbits/mod.rs:6:8
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub fn calculate_standard_gravitational_parameter(mass_of_bodies: f64) -> f64 {
[INFO] [stderr]   |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `linkbudget` (lib test) generated 5 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/linkbudget-c646f7c418e3ebe9)
[INFO] [stdout] running 52 tests
[INFO] [stdout] test cli::tests::test_config_build_not_enough_args ... ok
[INFO] [stdout] test cli::tests::test_help_flag ... ok
[INFO] [stdout] test cli::tests::test_version_output_format ... ok
[INFO] [stdout] test constants::tests::gravitational_constant ... ok
[INFO] [stdout] test constants::tests::mass_of_mars ... ok
[INFO] [stdout] test constants::tests::mass_of_earth ... ok
[INFO] [stdout] test constants::tests::mass_of_moon ... ok
[INFO] [stdout] test constants::tests::radius_of_earth ... ok
[INFO] [stdout] test constants::tests::radius_of_sun ... ok
[INFO] [stdout] test constants::tests::radius_of_moon ... ok
[INFO] [stdout] test constants::tests::speed_of_light ... ok
[INFO] [stdout] test file_operations::tests::test_get_file_path_config_filename_with_spaces ... ok
[INFO] [stdout] test file_operations::tests::test_get_file_path_config_nested_relative_path ... ok
[INFO] [stdout] test file_operations::tests::test_get_file_path_config_relative_path_with_spaces ... ok
[INFO] [stdout] test cli::tests::test_run_function ... ok
[INFO] [stdout] test file_operations::tests::test_get_file_path_config_windows_unc_path ... ok
[INFO] [stdout] test constants::tests::radius_of_mars ... ok
[INFO] [stdout] test file_operations::tests::test_path_to_url_manual_bare_filename_with_spaces ... ok
[INFO] [stdout] test file_operations::tests::test_get_file_path_config_bare_filename ... ok
[INFO] [stdout] test file_operations::tests::test_path_to_url_manual_windows_relative ... ok
[INFO] [stdout] test file_operations::tests::test_get_file_path_config_relative_path_with_separators ... ok
[INFO] [stdout] test constants::tests::mass_of_sun ... ok
[INFO] [stdout] test file_operations::tests::test_path_to_url_manual_backslash_conversion ... ok
[INFO] [stdout] test file_operations::tests::test_get_file_path_config_windows_absolute_path ... ok
[INFO] [stdout] test file_operations::tests::test_path_to_url_manual_windows_unc_path_forward_slashes ... ok
[INFO] [stdout] test cli::tests::test_version_flag ... ok
[INFO] [stdout] test file_operations::tests::test_path_to_url_manual_windows_unc_path ... ok
[INFO] [stdout] test orbits::circular::tests::leo_earth ... ok
[INFO] [stdout] test orbits::circular::tests::leo_earth_period ... ok
[INFO] [stdout] test orbits::slant_range::tests::geo_slant_range ... ok
[INFO] [stdout] test orbits::slant_range::tests::horizon ... ok
[INFO] [stdout] test file_operations::tests::test_path_to_url_manual_bare_filename ... ok
[INFO] [stdout] test orbits::slant_range::tests::leo_slant_range ... ok
[INFO] [stdout] test orbits::slant_range::tests::leo_slant_range_2 ... ok
[INFO] [stdout] test orbits::circular::tests::leo_earth_period_higher ... ok
[INFO] [stdout] test file_operations::tests::test_path_to_url_manual_unix_path_with_spaces ... ok
[INFO] [stdout] test file_operations::tests::test_path_to_url_manual_windows_path_with_spaces ... ok
[INFO] [stdout] test file_operations::tests::test_get_file_path_config_absolute_path ... ok
[INFO] [stdout] test orbits::slant_range::tests::straight_above ... ok
[INFO] [stdout] test orbits::slant_range::tests::thirty_five_degrees ... ok
[INFO] [stdout] test path_loss::tests::meo_o3b_uplink ... ok
[INFO] [stdout] test receiver::tests::calculate_noise_floor ... ok
[INFO] [stdout] test receiver::tests::calculate_noise_power ... ok
[INFO] [stdout] test receiver::tests::calculate_snr ... ok
[INFO] [stdout] test path_loss::tests::geo_galileo ... ok
[INFO] [stdout] test path_loss::tests::short_range_indoors ... ok
[INFO] [stdout] test path_loss::tests::leo_starlink_min ... ok
[INFO] [stdout] test file_operations::tests::test_path_to_url_manual_unix_absolute ... ok
[INFO] [stdout] test file_operations::tests::test_path_to_url_manual_relative_unix_path ... ok
[INFO] [stdout] test phy::tests::test_phy_rate ... ok
[INFO] [stdout] test plot::tests::test_generate_html ... FAILED
[INFO] [stdout] test orbits::slant_range::tests::meo_slant_range ... ok
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- plot::tests::test_generate_html stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'plot::tests::test_generate_html' (73) panicked at src/plot.rs:277:9:
[INFO] [stdout] assertion failed: html_result.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60916d9c84c2 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60916d9c84c2 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::trace_unsynchronized::<std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60916d9c84c2 - std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60916d9c84c2 - <<std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[c5ed12ab89cc536a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60916d9ddaaa - <core[c5ed12ab89cc536a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60916d9ddaaa - core[c5ed12ab89cc536a]::fmt::write
[INFO] [stdout]    6:     0x60916d9cd306 - std[716c9a7a72e5c14e]::io::default_write_fmt::<alloc[9c68fdf4f4f29218]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x60916d9cd306 - <alloc[9c68fdf4f4f29218]::vec::Vec<u8> as std[716c9a7a72e5c14e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x60916d9a4ebf - <std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60916d9a4ebf - std[716c9a7a72e5c14e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60916d9bf879 - std[716c9a7a72e5c14e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60916d95a08e - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x60916d95a08e - test[64760d2bdea328cc]::test_main_with_exit_callback::<test[64760d2bdea328cc]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x60916d9bfa32 - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x60916d9bfa32 - std[716c9a7a72e5c14e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x60916d9a4faa - std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x60916d99c769 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_end_short_backtrace::<std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60916d9a5dcd - __rustc[4f0b026143eab78e]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x60916d9de17c - core[c5ed12ab89cc536a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60916d9de142 - core[c5ed12ab89cc536a]::panicking::panic
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x60916d948fe1 - linkbudget[9d35e4dad69c49b6]::plot::tests::test_generate_html
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plot.rs:277:9
[INFO] [stdout]   21:     0x60916d9485b7 - linkbudget[9d35e4dad69c49b6]::plot::tests::test_generate_html::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plot.rs:253:28
[INFO] [stdout]   22:     0x60916d94ad36 - <linkbudget[9d35e4dad69c49b6]::plot::tests::test_generate_html::{closure#0} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x60916d94e43b - <fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x60916d94e43b - test[64760d2bdea328cc]::__rust_begin_short_backtrace::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x60916d95ac9a - test[64760d2bdea328cc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x60916d95ac9a - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x60916d95ac9a - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x60916d95ac9a - std[716c9a7a72e5c14e]::panicking::catch_unwind::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x60916d95ac9a - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x60916d95ac9a - test[64760d2bdea328cc]::run_test_in_process
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x60916d95ac9a - test[64760d2bdea328cc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x60916d955164 - test[64760d2bdea328cc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x60916d955164 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_begin_short_backtrace::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x60916d95d792 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   35:     0x60916d95d792 - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x60916d95d792 - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x60916d95d792 - std[716c9a7a72e5c14e]::panicking::catch_unwind::<(), core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x60916d95d792 - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x60916d95d792 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   40:     0x60916d95d792 - <std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x60916d9c792f - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn core[c5ed12ab89cc536a]::ops::function::FnOnce<(), Output = ()> + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   42:     0x60916d9c792f - <std[716c9a7a72e5c14e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   43:     0x7ccfdae09aa4 - <unknown>
[INFO] [stdout]   44:     0x7ccfdae96a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     plot::tests::test_generate_html
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 51 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "43908e037d38a2c07c6fbad914951cc0295f14b3142dad15eda695ffa54c9e2b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "43908e037d38a2c07c6fbad914951cc0295f14b3142dad15eda695ffa54c9e2b", kill_on_drop: false }`
[INFO] [stdout] 43908e037d38a2c07c6fbad914951cc0295f14b3142dad15eda695ffa54c9e2b
