[INFO] fetching crate rusoda 0.1.0...
[INFO] building rusoda-0.1.0 against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2
[INFO] extracting crate rusoda 0.1.0 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate rusoda 0.1.0
[INFO] finished tweaking crates.io crate rusoda 0.1.0
[INFO] tweaked toml for crates.io crate rusoda 0.1.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rusoda 0.1.0 on toolchain c7f6aa2869acdbf014d094c6e427e554e160b6db
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 18 packages to latest compatible versions
[INFO] [stderr]       Adding env_logger v0.9.3 (available: v0.11.8)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5024dbc5bea2a57bd26dd8561b78c4f7caeac5e986c570e013cc42d583468d1b
[INFO] running `Command { std: "docker" "start" "-a" "5024dbc5bea2a57bd26dd8561b78c4f7caeac5e986c570e013cc42d583468d1b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5024dbc5bea2a57bd26dd8561b78c4f7caeac5e986c570e013cc42d583468d1b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5024dbc5bea2a57bd26dd8561b78c4f7caeac5e986c570e013cc42d583468d1b", kill_on_drop: false }`
[INFO] [stdout] 5024dbc5bea2a57bd26dd8561b78c4f7caeac5e986c570e013cc42d583468d1b
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9c66503b9a1b820b40573be56da2a5ad9bce8b8623ee6ed4ae18603148e58863
[INFO] running `Command { std: "docker" "start" "-a" "9c66503b9a1b820b40573be56da2a5ad9bce8b8623ee6ed4ae18603148e58863", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling regex v1.11.3
[INFO] [stderr]    Compiling env_logger v0.9.3
[INFO] [stderr]    Compiling rusoda v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `daxpy::daxpy`, `ddot::ddot`, `dscal::dscal`, and `idamax::idamax`
[INFO] [stdout]  --> src/blas/prelude.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     daxpy::daxpy, ddot::ddot, dgefa::dgefa, dgesl::dgesl, dscal::dscal, fnorm::fnorm,
[INFO] [stdout]   |     ^^^^^^^^^^^^  ^^^^^^^^^^                              ^^^^^^^^^^^^
[INFO] [stdout] 3 |     idamax::idamax, vmnorm::vmnorm,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> src/blas/ddot.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[inline(always)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]  --> src/blas/dgesl.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[inline(always)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]  --> src/blas/dscal.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[inline(always)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]  --> src/blas/fnorm.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[inline(always)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]  --> src/blas/idamax.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | #[inline(always)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LSODACommon` is never constructed
[INFO] [stdout]  --> src/common.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct LSODACommon {
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.60s
[INFO] running `Command { std: "docker" "inspect" "9c66503b9a1b820b40573be56da2a5ad9bce8b8623ee6ed4ae18603148e58863", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9c66503b9a1b820b40573be56da2a5ad9bce8b8623ee6ed4ae18603148e58863", kill_on_drop: false }`
[INFO] [stdout] 9c66503b9a1b820b40573be56da2a5ad9bce8b8623ee6ed4ae18603148e58863
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c608c18a8d67d4a74ed5bc5af4d43f7b3f0d3f183a2a15ccc5111c6cc408a08b
[INFO] running `Command { std: "docker" "start" "-a" "c608c18a8d67d4a74ed5bc5af4d43f7b3f0d3f183a2a15ccc5111c6cc408a08b", kill_on_drop: false }`
[INFO] [stderr]    Compiling rusoda v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `daxpy::daxpy`, `ddot::ddot`, `dscal::dscal`, and `idamax::idamax`
[INFO] [stdout]  --> src/blas/prelude.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     daxpy::daxpy, ddot::ddot, dgefa::dgefa, dgesl::dgesl, dscal::dscal, fnorm::fnorm,
[INFO] [stdout]   |     ^^^^^^^^^^^^  ^^^^^^^^^^                              ^^^^^^^^^^^^
[INFO] [stdout] 3 |     idamax::idamax, vmnorm::vmnorm,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> src/blas/ddot.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[inline(always)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]  --> src/blas/dgesl.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[inline(always)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]  --> src/blas/dscal.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[inline(always)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]  --> src/blas/fnorm.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[inline(always)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]  --> src/blas/idamax.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | #[inline(always)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LSODACommon` is never constructed
[INFO] [stdout]  --> src/common.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct LSODACommon {
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `daxpy::daxpy`, `ddot::ddot`, `dscal::dscal`, and `idamax::idamax`
[INFO] [stdout]  --> src/blas/prelude.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     daxpy::daxpy, ddot::ddot, dgefa::dgefa, dgesl::dgesl, dscal::dscal, fnorm::fnorm,
[INFO] [stdout]   |     ^^^^^^^^^^^^  ^^^^^^^^^^                              ^^^^^^^^^^^^
[INFO] [stdout] 3 |     idamax::idamax, vmnorm::vmnorm,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> src/blas/ddot.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[inline(always)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]  --> src/blas/dgesl.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[inline(always)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]  --> src/blas/dscal.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[inline(always)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]  --> src/blas/fnorm.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[inline(always)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]  --> src/blas/idamax.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | #[inline(always)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LSODACommon` is never constructed
[INFO] [stdout]  --> src/common.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct LSODACommon {
[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.70s
[INFO] running `Command { std: "docker" "inspect" "c608c18a8d67d4a74ed5bc5af4d43f7b3f0d3f183a2a15ccc5111c6cc408a08b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c608c18a8d67d4a74ed5bc5af4d43f7b3f0d3f183a2a15ccc5111c6cc408a08b", kill_on_drop: false }`
[INFO] [stdout] c608c18a8d67d4a74ed5bc5af4d43f7b3f0d3f183a2a15ccc5111c6cc408a08b
