[INFO] fetching crate himpi-sys 0.1.21... [INFO] testing himpi-sys-0.1.21 against 1.60.0 for beta-1.61-1 [INFO] extracting crate himpi-sys 0.1.21 into /workspace/builds/worker-28/source [INFO] validating manifest of crates.io crate himpi-sys 0.1.21 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate himpi-sys 0.1.21 [INFO] finished tweaking crates.io crate himpi-sys 0.1.21 [INFO] tweaked toml for crates.io crate himpi-sys 0.1.21 written to /workspace/builds/worker-28/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pavo-traits v0.2.0 [INFO] [stderr] Downloaded bitfield-derive v0.2.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4b47f2de2b004f56f3e8f1ded8d8652aa2d250614257d251d826f48f106edfa6 [INFO] running `Command { std: "docker" "start" "-a" "4b47f2de2b004f56f3e8f1ded8d8652aa2d250614257d251d826f48f106edfa6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4b47f2de2b004f56f3e8f1ded8d8652aa2d250614257d251d826f48f106edfa6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b47f2de2b004f56f3e8f1ded8d8652aa2d250614257d251d826f48f106edfa6", kill_on_drop: false }` [INFO] [stdout] 4b47f2de2b004f56f3e8f1ded8d8652aa2d250614257d251d826f48f106edfa6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e73f92d17ebef6003b9e5b361564c3eab7f7a39cee742a558c517c5117c8f4e9 [INFO] running `Command { std: "docker" "start" "-a" "e73f92d17ebef6003b9e5b361564c3eab7f7a39cee742a558c517c5117c8f4e9", kill_on_drop: false }` [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling bindgen v0.56.0 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling pavo-traits v0.2.0 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling libloading v0.7.3 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling clang-sys v1.3.1 [INFO] [stderr] Compiling env_logger v0.8.4 [INFO] [stderr] Compiling cexpr v0.4.0 [INFO] [stderr] Compiling bitfield-derive v0.2.1 [INFO] [stderr] Compiling himpi-sys v0.1.21 (/opt/rustwide/workdir) [INFO] [stdout] warning: function is never used: `detect_path` [INFO] [stdout] --> build.rs:80:4 [INFO] [stdout] | [INFO] [stdout] 80 | fn detect_path(base: &str, dir: &str) -> Result { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `detect_mpp_path` [INFO] [stdout] --> build.rs:96:4 [INFO] [stdout] | [INFO] [stdout] 96 | fn detect_mpp_path(mpp_dir: &str) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: failed to run custom build command for `himpi-sys v0.1.21 (/opt/rustwide/workdir)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/himpi-sys-bd30e2d7bf5ac92b/build-script-build` (exit status: 1) [INFO] [stderr] --- stderr [INFO] [stderr] Error: MyError { The target board does not specified! } [INFO] running `Command { std: "docker" "inspect" "e73f92d17ebef6003b9e5b361564c3eab7f7a39cee742a558c517c5117c8f4e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e73f92d17ebef6003b9e5b361564c3eab7f7a39cee742a558c517c5117c8f4e9", kill_on_drop: false }` [INFO] [stdout] e73f92d17ebef6003b9e5b361564c3eab7f7a39cee742a558c517c5117c8f4e9