[INFO] fetching crate semihosting 0.1.25...
[INFO] testing semihosting-0.1.25 against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739-1
[INFO] extracting crate semihosting 0.1.25 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate semihosting 0.1.25
[INFO] finished tweaking crates.io crate semihosting 0.1.25
[INFO] tweaked toml for crates.io crate semihosting 0.1.25 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate semihosting 0.1.25 on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate semihosting 0.1.25 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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded unwinding v0.2.8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 72589f7f56a91a8368ac0203f4055030ab091497368bd5c0129af885ae4135d2
[INFO] running `Command { std: "docker" "start" "-a" "72589f7f56a91a8368ac0203f4055030ab091497368bd5c0129af885ae4135d2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "72589f7f56a91a8368ac0203f4055030ab091497368bd5c0129af885ae4135d2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "72589f7f56a91a8368ac0203f4055030ab091497368bd5c0129af885ae4135d2", kill_on_drop: false }`
[INFO] [stdout] 72589f7f56a91a8368ac0203f4055030ab091497368bd5c0129af885ae4135d2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 730d928c775d7a60331b8aaa4f829966244617fde8569fbae77ed773d6b6f01e
[INFO] running `Command { std: "docker" "start" "-a" "730d928c775d7a60331b8aaa4f829966244617fde8569fbae77ed773d6b6f01e", kill_on_drop: false }`
[INFO] [stderr]    Compiling semihosting v0.1.25 (/opt/rustwide/workdir)
[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]    --> 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[E0432]: unresolved import `crate::sys::arch`
[INFO] [stdout]   --> 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]   --> 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]   --> 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]   --> 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]   --> 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]   --> 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]    --> 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]    --> 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]    --> 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]    --> 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 7 previous errors
[INFO] running `Command { std: "docker" "inspect" "730d928c775d7a60331b8aaa4f829966244617fde8569fbae77ed773d6b6f01e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "730d928c775d7a60331b8aaa4f829966244617fde8569fbae77ed773d6b6f01e", kill_on_drop: false }`
[INFO] [stdout] 730d928c775d7a60331b8aaa4f829966244617fde8569fbae77ed773d6b6f01e
