[INFO] fetching crate tempan 0.0.6...
[INFO] testing tempan-0.0.6 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate tempan 0.0.6 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate tempan 0.0.6
[INFO] finished tweaking crates.io crate tempan 0.0.6
[INFO] tweaked toml for crates.io crate tempan 0.0.6 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tempan 0.0.6 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 7 packages to latest compatible versions
[INFO] [stderr]       Adding assert v0.0.3 (available: v0.7.5)
[INFO] [stderr]       Adding hotspot v0.0.6 (available: v0.6.0)
[INFO] [stderr]       Adding matrix v0.0.7 (available: v0.22.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 72b4296bd89a3cff8f3330ceb030b1e0ac7145174272fa62f14725494a8de2ef
[INFO] running `Command { std: "docker" "start" "-a" "72b4296bd89a3cff8f3330ceb030b1e0ac7145174272fa62f14725494a8de2ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "72b4296bd89a3cff8f3330ceb030b1e0ac7145174272fa62f14725494a8de2ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "72b4296bd89a3cff8f3330ceb030b1e0ac7145174272fa62f14725494a8de2ef", kill_on_drop: false }`
[INFO] [stdout] 72b4296bd89a3cff8f3330ceb030b1e0ac7145174272fa62f14725494a8de2ef
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 08b16bdf66cb2595bdb303bca97c397818b8a33756e3d6f0ebb792f3949654e1
[INFO] running `Command { std: "docker" "start" "-a" "08b16bdf66cb2595bdb303bca97c397818b8a33756e3d6f0ebb792f3949654e1", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling libblas-sys v0.0.5
[INFO] [stderr]    Compiling liblapack-sys v0.0.5
[INFO] [stderr]    Compiling hotspot v0.0.6
[INFO] [stdout] error[E0433]: failed to resolve: could not find `process` in `io`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/liblapack-sys-0.0.5/build.rs:15:44
[INFO] [stdout]    |
[INFO] [stdout] 15 |           assert!($command.stdout(::std::io::process::InheritFd(1))
[INFO] [stdout]    |                                              ^^^^^^^ could not find `process` in `io`
[INFO] [stdout] ...
[INFO] [stdout] 25 | /     run!(cmd!("cmake").cwd(&into).arg(&from)
[INFO] [stdout] 26 | |                                  .arg("-DCMAKE_Fortran_FLAGS='-O2 -frecursive -fPIC'"));
[INFO] [stdout]    | |_______________________________________________________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `process` in `io`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/liblapack-sys-0.0.5/build.rs:16:44
[INFO] [stdout]    |
[INFO] [stdout] 16 |                           .stderr(::std::io::process::InheritFd(2))
[INFO] [stdout]    |                                              ^^^^^^^ could not find `process` in `io`
[INFO] [stdout] ...
[INFO] [stdout] 25 | /     run!(cmd!("cmake").cwd(&into).arg(&from)
[INFO] [stdout] 26 | |                                  .arg("-DCMAKE_Fortran_FLAGS='-O2 -frecursive -fPIC'"));
[INFO] [stdout]    | |_______________________________________________________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `process` in `io`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/liblapack-sys-0.0.5/build.rs:15:44
[INFO] [stdout]    |
[INFO] [stdout] 15 |           assert!($command.stdout(::std::io::process::InheritFd(1))
[INFO] [stdout]    |                                              ^^^^^^^ could not find `process` in `io`
[INFO] [stdout] ...
[INFO] [stdout] 28 | /     run!(cmd!("cmake").cwd(&into).arg("--build").arg(".")
[INFO] [stdout] 29 | |                                  .arg("--target").arg("lapack")
[INFO] [stdout] 30 | |                                  .arg("--")
[INFO] [stdout] 31 | |                                  .arg(fmt!("-j{}", get!("NUM_JOBS"))));
[INFO] [stdout]    | |______________________________________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `process` in `io`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/liblapack-sys-0.0.5/build.rs:16:44
[INFO] [stdout]    |
[INFO] [stdout] 16 |                           .stderr(::std::io::process::InheritFd(2))
[INFO] [stdout]    |                                              ^^^^^^^ could not find `process` in `io`
[INFO] [stdout] ...
[INFO] [stdout] 28 | /     run!(cmd!("cmake").cwd(&into).arg("--build").arg(".")
[INFO] [stdout] 29 | |                                  .arg("--target").arg("lapack")
[INFO] [stdout] 30 | |                                  .arg("--")
[INFO] [stdout] 31 | |                                  .arg(fmt!("-j{}", get!("NUM_JOBS"))));
[INFO] [stdout]    | |______________________________________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Path`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/liblapack-sys-0.0.5/build.rs:22:16
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let from = Path::new(get!("CARGO_MANIFEST_DIR")).join("liblapack");
[INFO] [stdout]    |                ^^^^ use of undeclared type `Path`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::path::Path;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `getenv` in module `std::os`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/liblapack-sys-0.0.5/build.rs:10:33
[INFO] [stdout]    |
[INFO] [stdout] 10 |     ($name:expr) => (::std::os::getenv($name).unwrap());
[INFO] [stdout]    |                                 ^^^^^^ not found in `std::os`
[INFO] [stdout] ...
[INFO] [stdout] 22 |     let from = Path::new(get!("CARGO_MANIFEST_DIR")).join("liblapack");
[INFO] [stdout]    |                          -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `get` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Path`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/liblapack-sys-0.0.5/build.rs:23:16
[INFO] [stdout]    |
[INFO] [stdout] 23 |     let into = Path::new(get!("OUT_DIR"));
[INFO] [stdout]    |                ^^^^ use of undeclared type `Path`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::path::Path;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `getenv` in module `std::os`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/liblapack-sys-0.0.5/build.rs:10:33
[INFO] [stdout]    |
[INFO] [stdout] 10 |     ($name:expr) => (::std::os::getenv($name).unwrap());
[INFO] [stdout]    |                                 ^^^^^^ not found in `std::os`
[INFO] [stdout] ...
[INFO] [stdout] 23 |     let into = Path::new(get!("OUT_DIR"));
[INFO] [stdout]    |                          --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `get` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `process` in `io`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/liblapack-sys-0.0.5/build.rs:2:33
[INFO] [stdout]    |
[INFO] [stdout]  2 |     ($name:expr) => (::std::io::process::Command::new($name));
[INFO] [stdout]    |                                 ^^^^^^^ could not find `process` in `io`
[INFO] [stdout] ...
[INFO] [stdout] 25 |     run!(cmd!("cmake").cwd(&into).arg(&from)
[INFO] [stdout]    |          ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `cmd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::process::Command;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `process` in `io`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/liblapack-sys-0.0.5/build.rs:2:33
[INFO] [stdout]    |
[INFO] [stdout]  2 |     ($name:expr) => (::std::io::process::Command::new($name));
[INFO] [stdout]    |                                 ^^^^^^^ could not find `process` in `io`
[INFO] [stdout] ...
[INFO] [stdout] 28 |     run!(cmd!("cmake").cwd(&into).arg("--build").arg(".")
[INFO] [stdout]    |          ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `cmd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::process::Command;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `getenv` in module `std::os`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/liblapack-sys-0.0.5/build.rs:10:33
[INFO] [stdout]    |
[INFO] [stdout] 10 |     ($name:expr) => (::std::os::getenv($name).unwrap());
[INFO] [stdout]    |                                 ^^^^^^ not found in `std::os`
[INFO] [stdout] ...
[INFO] [stdout] 31 |                                  .arg(fmt!("-j{}", get!("NUM_JOBS"))));
[INFO] [stdout]    |                                                    ---------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `get` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `process` in `io`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libblas-sys-0.0.5/build.rs:15:44
[INFO] [stdout]    |
[INFO] [stdout] 15 |           assert!($command.stdout(::std::io::process::InheritFd(1))
[INFO] [stdout]    |                                              ^^^^^^^ could not find `process` in `io`
[INFO] [stdout] ...
[INFO] [stdout] 25 | /     run!(cmd!("cmake").cwd(&into).arg(&from)
[INFO] [stdout] 26 | |                                  .arg("-DCMAKE_Fortran_FLAGS='-O2 -frecursive -fPIC'"));
[INFO] [stdout]    | |_______________________________________________________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `process` in `io`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libblas-sys-0.0.5/build.rs:16:44
[INFO] [stdout]    |
[INFO] [stdout] 16 |                           .stderr(::std::io::process::InheritFd(2))
[INFO] [stdout]    |                                              ^^^^^^^ could not find `process` in `io`
[INFO] [stdout] ...
[INFO] [stdout] 25 | /     run!(cmd!("cmake").cwd(&into).arg(&from)
[INFO] [stdout] 26 | |                                  .arg("-DCMAKE_Fortran_FLAGS='-O2 -frecursive -fPIC'"));
[INFO] [stdout]    | |_______________________________________________________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `process` in `io`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hotspot-0.0.6/build.rs:11:44
[INFO] [stdout]    |
[INFO] [stdout] 11 |         assert!($command.stdout(::std::io::process::InheritFd(1))
[INFO] [stdout]    |                                            ^^^^^^^ could not find `process` in `io`
[INFO] [stdout] ...
[INFO] [stdout] 21 |     run!(cmd!("make").cwd(&build));
[INFO] [stdout]    |     ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `process` in `io`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hotspot-0.0.6/build.rs:12:44
[INFO] [stdout]    |
[INFO] [stdout] 12 |                         .stderr(::std::io::process::InheritFd(2))
[INFO] [stdout]    |                                            ^^^^^^^ could not find `process` in `io`
[INFO] [stdout] ...
[INFO] [stdout] 21 |     run!(cmd!("make").cwd(&build));
[INFO] [stdout]    |     ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Path`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hotspot-0.0.6/build.rs:18:17
[INFO] [stdout]    |
[INFO] [stdout] 18 |     let build = Path::new(get!("CARGO_MANIFEST_DIR")).join("build");
[INFO] [stdout]    |                 ^^^^ use of undeclared type `Path`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::path::Path;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `getenv` in module `std::os`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hotspot-0.0.6/build.rs:6:33
[INFO] [stdout]    |
[INFO] [stdout]  6 |     ($name:expr) => (::std::os::getenv($name).unwrap_or("".to_string()));
[INFO] [stdout]    |                                 ^^^^^^ not found in `std::os`
[INFO] [stdout] ...
[INFO] [stdout] 18 |     let build = Path::new(get!("CARGO_MANIFEST_DIR")).join("build");
[INFO] [stdout]    |                           -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `get` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Path`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hotspot-0.0.6/build.rs:19:16
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let into = Path::new(get!("OUT_DIR"));
[INFO] [stdout]    |                ^^^^ use of undeclared type `Path`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::path::Path;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `getenv` in module `std::os`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hotspot-0.0.6/build.rs:6:33
[INFO] [stdout]    |
[INFO] [stdout]  6 |     ($name:expr) => (::std::os::getenv($name).unwrap_or("".to_string()));
[INFO] [stdout]    |                                 ^^^^^^ not found in `std::os`
[INFO] [stdout] ...
[INFO] [stdout] 19 |     let into = Path::new(get!("OUT_DIR"));
[INFO] [stdout]    |                          --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `get` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `process` in `io`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hotspot-0.0.6/build.rs:2:33
[INFO] [stdout]    |
[INFO] [stdout]  2 |     ($name:expr) => (::std::io::process::Command::new($name));
[INFO] [stdout]    |                                 ^^^^^^^ could not find `process` in `io`
[INFO] [stdout] ...
[INFO] [stdout] 21 |     run!(cmd!("make").cwd(&build));
[INFO] [stdout]    |          ------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `cmd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::process::Command;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `process` in `io`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libblas-sys-0.0.5/build.rs:15:44
[INFO] [stdout]    |
[INFO] [stdout] 15 |           assert!($command.stdout(::std::io::process::InheritFd(1))
[INFO] [stdout]    |                                              ^^^^^^^ could not find `process` in `io`
[INFO] [stdout] ...
[INFO] [stdout] 28 | /     run!(cmd!("cmake").cwd(&into).arg("--build").arg(".")
[INFO] [stdout] 29 | |                                  .arg("--target").arg("blas")
[INFO] [stdout] 30 | |                                  .arg("--")
[INFO] [stdout] 31 | |                                  .arg(fmt!("-j{}", get!("NUM_JOBS"))));
[INFO] [stdout]    | |______________________________________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/liblapack-sys-0.0.5/build.rs:6:41
[INFO] [stdout]    |
[INFO] [stdout]  6 |     ($($arg:tt)*) => (format!($($arg)*).as_slice());
[INFO] [stdout]    |                                         ^^^^^^^^ method not found in `String`
[INFO] [stdout] ...
[INFO] [stdout] 31 |                                  .arg(fmt!("-j{}", get!("NUM_JOBS"))));
[INFO] [stdout]    |                                       ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `fmt` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `process` in `io`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libblas-sys-0.0.5/build.rs:16:44
[INFO] [stdout]    |
[INFO] [stdout] 16 |                           .stderr(::std::io::process::InheritFd(2))
[INFO] [stdout]    |                                              ^^^^^^^ could not find `process` in `io`
[INFO] [stdout] ...
[INFO] [stdout] 28 | /     run!(cmd!("cmake").cwd(&into).arg("--build").arg(".")
[INFO] [stdout] 29 | |                                  .arg("--target").arg("blas")
[INFO] [stdout] 30 | |                                  .arg("--")
[INFO] [stdout] 31 | |                                  .arg(fmt!("-j{}", get!("NUM_JOBS"))));
[INFO] [stdout]    | |______________________________________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Path`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libblas-sys-0.0.5/build.rs:22:16
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let from = Path::new(get!("CARGO_MANIFEST_DIR")).join("libblas");
[INFO] [stdout]    |                ^^^^ use of undeclared type `Path`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::path::Path;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `getenv` in module `std::os`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libblas-sys-0.0.5/build.rs:10:33
[INFO] [stdout]    |
[INFO] [stdout] 10 |     ($name:expr) => (::std::os::getenv($name).unwrap());
[INFO] [stdout]    |                                 ^^^^^^ not found in `std::os`
[INFO] [stdout] ...
[INFO] [stdout] 22 |     let from = Path::new(get!("CARGO_MANIFEST_DIR")).join("libblas");
[INFO] [stdout]    |                          -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `get` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Path`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libblas-sys-0.0.5/build.rs:23:16
[INFO] [stdout]    |
[INFO] [stdout] 23 |     let into = Path::new(get!("OUT_DIR"));
[INFO] [stdout]    |                ^^^^ use of undeclared type `Path`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::path::Path;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `liblapack-sys` (build script) due to 12 previous errors
[INFO] [stdout] error[E0425]: cannot find function `getenv` in module `std::os`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libblas-sys-0.0.5/build.rs:10:33
[INFO] [stdout]    |
[INFO] [stdout] 10 |     ($name:expr) => (::std::os::getenv($name).unwrap());
[INFO] [stdout]    |                                 ^^^^^^ not found in `std::os`
[INFO] [stdout] ...
[INFO] [stdout] 23 |     let into = Path::new(get!("OUT_DIR"));
[INFO] [stdout]    |                          --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `get` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: failed to resolve: could not find `process` in `io`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libblas-sys-0.0.5/build.rs:2:33
[INFO] [stdout]    |
[INFO] [stdout]  2 |     ($name:expr) => (::std::io::process::Command::new($name));
[INFO] [stdout]    |                                 ^^^^^^^ could not find `process` in `io`
[INFO] [stdout] ...
[INFO] [stdout] 25 |     run!(cmd!("cmake").cwd(&into).arg(&from)
[INFO] [stdout]    |          ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `cmd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::process::Command;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `process` in `io`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libblas-sys-0.0.5/build.rs:2:33
[INFO] [stdout]    |
[INFO] [stdout]  2 |     ($name:expr) => (::std::io::process::Command::new($name));
[INFO] [stdout]    |                                 ^^^^^^^ could not find `process` in `io`
[INFO] [stdout] ...
[INFO] [stdout] 28 |     run!(cmd!("cmake").cwd(&into).arg("--build").arg(".")
[INFO] [stdout]    |          ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `cmd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::process::Command;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `getenv` in module `std::os`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libblas-sys-0.0.5/build.rs:10:33
[INFO] [stdout]    |
[INFO] [stdout] 10 |     ($name:expr) => (::std::os::getenv($name).unwrap());
[INFO] [stdout]    |                                 ^^^^^^ not found in `std::os`
[INFO] [stdout] ...
[INFO] [stdout] 31 |                                  .arg(fmt!("-j{}", get!("NUM_JOBS"))));
[INFO] [stdout]    |                                                    ---------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `get` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hotspot` (build script) due to 7 previous errors
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libblas-sys-0.0.5/build.rs:6:41
[INFO] [stdout]    |
[INFO] [stdout]  6 |     ($($arg:tt)*) => (format!($($arg)*).as_slice());
[INFO] [stdout]    |                                         ^^^^^^^^ method not found in `String`
[INFO] [stdout] ...
[INFO] [stdout] 31 |                                  .arg(fmt!("-j{}", get!("NUM_JOBS"))));
[INFO] [stdout]    |                                       ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `fmt` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `libblas-sys` (build script) due to 12 previous errors
[INFO] running `Command { std: "docker" "inspect" "08b16bdf66cb2595bdb303bca97c397818b8a33756e3d6f0ebb792f3949654e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "08b16bdf66cb2595bdb303bca97c397818b8a33756e3d6f0ebb792f3949654e1", kill_on_drop: false }`
[INFO] [stdout] 08b16bdf66cb2595bdb303bca97c397818b8a33756e3d6f0ebb792f3949654e1
