[INFO] cloning repository https://github.com/andrew-stclair/rust-uefi-hello-world
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/andrew-stclair/rust-uefi-hello-world" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandrew-stclair%2Frust-uefi-hello-world", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandrew-stclair%2Frust-uefi-hello-world'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 06a9063a4e6ff2b1b3468136ffebfcaa13a7be97
[INFO] checking andrew-stclair/rust-uefi-hello-world against try#e983148bd5f0f0db270bfb72149f5e892e68b67f for pr-150322
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandrew-stclair%2Frust-uefi-hello-world" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/andrew-stclair/rust-uefi-hello-world
[INFO] finished tweaking git repo https://github.com/andrew-stclair/rust-uefi-hello-world
[INFO] tweaked toml for git repo https://github.com/andrew-stclair/rust-uefi-hello-world written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/andrew-stclair/rust-uefi-hello-world on toolchain e983148bd5f0f0db270bfb72149f5e892e68b67f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e983148bd5f0f0db270bfb72149f5e892e68b67f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/andrew-stclair/rust-uefi-hello-world 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" "+e983148bd5f0f0db270bfb72149f5e892e68b67f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[ERROR] error running command: no output for 300 seconds
[INFO] checking andrew-stclair/rust-uefi-hello-world against try#e983148bd5f0f0db270bfb72149f5e892e68b67f for pr-150322
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandrew-stclair%2Frust-uefi-hello-world" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/andrew-stclair/rust-uefi-hello-world
[INFO] finished tweaking git repo https://github.com/andrew-stclair/rust-uefi-hello-world
[INFO] tweaked toml for git repo https://github.com/andrew-stclair/rust-uefi-hello-world written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/andrew-stclair/rust-uefi-hello-world on toolchain e983148bd5f0f0db270bfb72149f5e892e68b67f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e983148bd5f0f0db270bfb72149f5e892e68b67f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/andrew-stclair/rust-uefi-hello-world 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" "+e983148bd5f0f0db270bfb72149f5e892e68b67f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded uefi-services v0.24.0
[INFO] [stderr]   Downloaded uefi-macros v0.13.0
[INFO] [stderr]   Downloaded ptr_meta v0.2.0
[INFO] [stderr]   Downloaded ucs2 v0.3.2
[INFO] [stderr]   Downloaded ptr_meta_derive v0.2.0
[INFO] [stderr]   Downloaded uefi-raw v0.5.1
[INFO] [stderr]   Downloaded uguid v2.2.0
[INFO] [stderr]   Downloaded uefi v0.27.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+e983148bd5f0f0db270bfb72149f5e892e68b67f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 66353e1e9a5b559591caa046619b1191d23631f0e14bbc354fbd1c2d4d976158
[INFO] running `Command { std: "docker" "start" "-a" "66353e1e9a5b559591caa046619b1191d23631f0e14bbc354fbd1c2d4d976158", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "66353e1e9a5b559591caa046619b1191d23631f0e14bbc354fbd1c2d4d976158", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "66353e1e9a5b559591caa046619b1191d23631f0e14bbc354fbd1c2d4d976158", kill_on_drop: false }`
[INFO] [stdout] 66353e1e9a5b559591caa046619b1191d23631f0e14bbc354fbd1c2d4d976158
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+e983148bd5f0f0db270bfb72149f5e892e68b67f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8f76d2121179e21560c222b8421ef5b573b46f8bf95dc1a4cca59cbca24251a2
[INFO] running `Command { std: "docker" "start" "-a" "8f76d2121179e21560c222b8421ef5b573b46f8bf95dc1a4cca59cbca24251a2", kill_on_drop: false }`
[INFO] [stderr]     Checking bit_field v0.10.2
[INFO] [stderr]     Checking uguid v2.2.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling syn v2.0.53
[INFO] [stderr]     Checking ucs2 v0.3.2
[INFO] [stderr]    Compiling ptr_meta_derive v0.2.0
[INFO] [stderr]    Compiling uefi-macros v0.13.0
[INFO] [stderr]     Checking ptr_meta v0.2.0
[INFO] [stderr]     Checking uefi-raw v0.5.1
[INFO] [stderr]     Checking uefi v0.27.0
[INFO] [stderr]     Checking uefi-services v0.24.0
[INFO] [stderr]     Checking uefi-hello-world v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: unwinding panics are not supported without std
[INFO] [stdout]   |
[INFO] [stdout]   = help: using nightly cargo, use -Zbuild-std with panic="abort" to avoid unwinding
[INFO] [stdout]   = note: since the core library is usually precompiled with panic="unwind", rebuilding your crate with panic="abort" may not be enough to fix the problem
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0152]: duplicate lang item in crate `uefi_services` (which `uefi_hello_world` depends on): `panic_impl`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the lang item is first defined in crate `std` (which `test` depends on)
[INFO] [stdout]   = note: first definition in `std` loaded from /opt/rustwide/rustup-home/toolchains/e983148bd5f0f0db270bfb72149f5e892e68b67f/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ad248a6e6fe48fd9.rlib
[INFO] [stdout]   = note: second definition in `uefi_services` loaded from /opt/rustwide/target/debug/deps/libuefi_services-701df94cba3c8e6b.rmeta
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0152`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `uefi-hello-world` (bin "uefi-hello-world" test) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `uefi-hello-world` (bin "uefi-hello-world") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "8f76d2121179e21560c222b8421ef5b573b46f8bf95dc1a4cca59cbca24251a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8f76d2121179e21560c222b8421ef5b573b46f8bf95dc1a4cca59cbca24251a2", kill_on_drop: false }`
[INFO] [stdout] 8f76d2121179e21560c222b8421ef5b573b46f8bf95dc1a4cca59cbca24251a2
