[INFO] cloning repository https://github.com/srwalter/smh-get
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/srwalter/smh-get" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsrwalter%2Fsmh-get", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsrwalter%2Fsmh-get'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 117c6c4768fd43e313132ca10f9b4e4a609b7406
[INFO] testing srwalter/smh-get against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsrwalter%2Fsmh-get" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/srwalter/smh-get
[INFO] finished tweaking git repo https://github.com/srwalter/smh-get
[INFO] tweaked toml for git repo https://github.com/srwalter/smh-get written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/srwalter/smh-get on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/srwalter/smh-get 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" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] bec4c64f4223aebf4077c2c7974a1e8554d3fea9c09750689bf1a34fb86879d0
[INFO] running `Command { std: "docker" "start" "bec4c64f4223aebf4077c2c7974a1e8554d3fea9c09750689bf1a34fb86879d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bec4c64f4223aebf4077c2c7974a1e8554d3fea9c09750689bf1a34fb86879d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bec4c64f4223aebf4077c2c7974a1e8554d3fea9c09750689bf1a34fb86879d0" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bec4c64f4223aebf4077c2c7974a1e8554d3fea9c09750689bf1a34fb86879d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bec4c64f4223aebf4077c2c7974a1e8554d3fea9c09750689bf1a34fb86879d0" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling semihosting v0.1.25
[INFO] [stdout] error: unsupported target; if you need support for this target, please submit an issue at <https://github.com/taiki-e/semihosting>
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/semihosting-0.1.25/src/lib.rs:304:1
[INFO] [stdout]     |
[INFO] [stdout] 304 | / compile_error!(
[INFO] [stdout] 305 | |     "unsupported target; if you need support for this target, \
[INFO] [stdout] 306 | |      please submit an issue at <https://github.com/taiki-e/semihosting>"
[INFO] [stdout] 307 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `arch` in `self`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/semihosting-0.1.25/src/sys/mod.rs:94:22
[INFO] [stdout]    |
[INFO] [stdout] 94 | pub(crate) use self::arch::{errno::EINVAL, fs};
[INFO] [stdout]    |                      ^^^^ could not find `arch` in `self`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/semihosting-0.1.25/src/sys/mod.rs:31:25
[INFO] [stdout]    |
[INFO] [stdout] 22 |   #[cfg(any(
[INFO] [stdout]    |  __________-
[INFO] [stdout] 23 | |     target_arch = "aarch64",
[INFO] [stdout] 24 | |     target_arch = "arm",
[INFO] [stdout] 25 | |     target_arch = "riscv32",
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |     all(target_arch = "xtensa", feature = "openocd-semihosting"),
[INFO] [stdout] 30 | | ))]
[INFO] [stdout]    | |_- the item is gated here
[INFO] [stdout] 31 |   use self::arm_compat as arch;
[INFO] [stdout]    |                           ^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/semihosting-0.1.25/src/sys/mod.rs:61:19
[INFO] [stdout]    |
[INFO] [stdout] 55 |   #[cfg(any(
[INFO] [stdout]    |  __________-
[INFO] [stdout] 56 | |     target_arch = "mips",
[INFO] [stdout] 57 | |     target_arch = "mips32r6",
[INFO] [stdout] 58 | |     target_arch = "mips64",
[INFO] [stdout] 59 | |     target_arch = "mips64r6",
[INFO] [stdout] 60 | | ))]
[INFO] [stdout]    | |_- the item is gated here
[INFO] [stdout] 61 |   use self::mips as arch;
[INFO] [stdout]    |                     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::sys::arch`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/semihosting-0.1.25/src/sys/errno.rs:7:10
[INFO] [stdout]    |
[INFO] [stdout]  7 |     sys::arch::errno,
[INFO] [stdout]    |          ^^^^ could not find `arch` in `sys`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/semihosting-0.1.25/src/sys/mod.rs:31:25
[INFO] [stdout]    |
[INFO] [stdout] 22 |   #[cfg(any(
[INFO] [stdout]    |  __________-
[INFO] [stdout] 23 | |     target_arch = "aarch64",
[INFO] [stdout] 24 | |     target_arch = "arm",
[INFO] [stdout] 25 | |     target_arch = "riscv32",
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |     all(target_arch = "xtensa", feature = "openocd-semihosting"),
[INFO] [stdout] 30 | | ))]
[INFO] [stdout]    | |_- the item is gated here
[INFO] [stdout] 31 |   use self::arm_compat as arch;
[INFO] [stdout]    |                           ^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/semihosting-0.1.25/src/sys/mod.rs:61:19
[INFO] [stdout]    |
[INFO] [stdout] 55 |   #[cfg(any(
[INFO] [stdout]    |  __________-
[INFO] [stdout] 56 | |     target_arch = "mips",
[INFO] [stdout] 57 | |     target_arch = "mips32r6",
[INFO] [stdout] 58 | |     target_arch = "mips64",
[INFO] [stdout] 59 | |     target_arch = "mips64r6",
[INFO] [stdout] 60 | | ))]
[INFO] [stdout]    | |_- the item is gated here
[INFO] [stdout] 61 |   use self::mips as arch;
[INFO] [stdout]    |                     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `self::arch`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/semihosting-0.1.25/src/sys/mod.rs:94:22
[INFO] [stdout]    |
[INFO] [stdout] 94 | pub(crate) use self::arch::{errno::EINVAL, fs};
[INFO] [stdout]    |                      ^^^^ could not find `arch` in `self`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/semihosting-0.1.25/src/sys/mod.rs:31:25
[INFO] [stdout]    |
[INFO] [stdout] 22 |   #[cfg(any(
[INFO] [stdout]    |  __________-
[INFO] [stdout] 23 | |     target_arch = "aarch64",
[INFO] [stdout] 24 | |     target_arch = "arm",
[INFO] [stdout] 25 | |     target_arch = "riscv32",
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |     all(target_arch = "xtensa", feature = "openocd-semihosting"),
[INFO] [stdout] 30 | | ))]
[INFO] [stdout]    | |_- the item is gated here
[INFO] [stdout] 31 |   use self::arm_compat as arch;
[INFO] [stdout]    |                           ^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/semihosting-0.1.25/src/sys/mod.rs:61:19
[INFO] [stdout]    |
[INFO] [stdout] 55 |   #[cfg(any(
[INFO] [stdout]    |  __________-
[INFO] [stdout] 56 | |     target_arch = "mips",
[INFO] [stdout] 57 | |     target_arch = "mips32r6",
[INFO] [stdout] 58 | |     target_arch = "mips64",
[INFO] [stdout] 59 | |     target_arch = "mips64r6",
[INFO] [stdout] 60 | | ))]
[INFO] [stdout]    | |_- the item is gated here
[INFO] [stdout] 61 |   use self::mips as arch;
[INFO] [stdout]    |                     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `self::arch`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/semihosting-0.1.25/src/sys/mod.rs:96:5
[INFO] [stdout]    |
[INFO] [stdout] 96 |     arch::exit,
[INFO] [stdout]    |     ^^^^ could not find `arch` in `self`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/semihosting-0.1.25/src/sys/mod.rs:31:25
[INFO] [stdout]    |
[INFO] [stdout] 22 |   #[cfg(any(
[INFO] [stdout]    |  __________-
[INFO] [stdout] 23 | |     target_arch = "aarch64",
[INFO] [stdout] 24 | |     target_arch = "arm",
[INFO] [stdout] 25 | |     target_arch = "riscv32",
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |     all(target_arch = "xtensa", feature = "openocd-semihosting"),
[INFO] [stdout] 30 | | ))]
[INFO] [stdout]    | |_- the item is gated here
[INFO] [stdout] 31 |   use self::arm_compat as arch;
[INFO] [stdout]    |                           ^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/semihosting-0.1.25/src/sys/mod.rs:61:19
[INFO] [stdout]    |
[INFO] [stdout] 55 |   #[cfg(any(
[INFO] [stdout]    |  __________-
[INFO] [stdout] 56 | |     target_arch = "mips",
[INFO] [stdout] 57 | |     target_arch = "mips32r6",
[INFO] [stdout] 58 | |     target_arch = "mips64",
[INFO] [stdout] 59 | |     target_arch = "mips64r6",
[INFO] [stdout] 60 | | ))]
[INFO] [stdout]    | |_- the item is gated here
[INFO] [stdout] 61 |   use self::mips as arch;
[INFO] [stdout]    |                     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `arch` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/semihosting-0.1.25/src/sys/mod.rs:129:14
[INFO] [stdout]     |
[INFO] [stdout] 129 |     unsafe { arch::close(fd) }
[INFO] [stdout]     |              ^^^^ use of unresolved module or unlinked crate `arch`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `arch`, use `cargo add arch` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `arch` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/semihosting-0.1.25/src/sys/mod.rs:151:5
[INFO] [stdout]     |
[INFO] [stdout] 151 |     arch::read(fd, buf)
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `arch`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `arch`, use `cargo add arch` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `arch` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/semihosting-0.1.25/src/sys/mod.rs:168:5
[INFO] [stdout]     |
[INFO] [stdout] 168 |     arch::read_uninit(fd, buf)
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `arch`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `arch`, use `cargo add arch` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `arch` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/semihosting-0.1.25/src/sys/mod.rs:188:5
[INFO] [stdout]     |
[INFO] [stdout] 188 |     arch::write(fd, buf)
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `arch`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `arch`, use `cargo add arch` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `semihosting` (lib) due to 9 previous errors
[INFO] running `Command { std: "docker" "inspect" "bec4c64f4223aebf4077c2c7974a1e8554d3fea9c09750689bf1a34fb86879d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bec4c64f4223aebf4077c2c7974a1e8554d3fea9c09750689bf1a34fb86879d0", kill_on_drop: false }`
[INFO] [stdout] bec4c64f4223aebf4077c2c7974a1e8554d3fea9c09750689bf1a34fb86879d0
