[INFO] fetching crate wasefire-protocol-tokio 0.1.2...
[INFO] testing wasefire-protocol-tokio-0.1.2 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate wasefire-protocol-tokio 0.1.2 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate wasefire-protocol-tokio 0.1.2
[INFO] finished tweaking crates.io crate wasefire-protocol-tokio 0.1.2
[INFO] tweaked toml for crates.io crate wasefire-protocol-tokio 0.1.2 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate wasefire-protocol-tokio 0.1.2 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate wasefire-protocol-tokio 0.1.2 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f3dba239ce5539c3926e0bf369934a0040d2d7bddb31399b72316cad9d963625
[INFO] running `Command { std: "docker" "start" "-a" "f3dba239ce5539c3926e0bf369934a0040d2d7bddb31399b72316cad9d963625", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f3dba239ce5539c3926e0bf369934a0040d2d7bddb31399b72316cad9d963625", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f3dba239ce5539c3926e0bf369934a0040d2d7bddb31399b72316cad9d963625", kill_on_drop: false }`
[INFO] [stdout] f3dba239ce5539c3926e0bf369934a0040d2d7bddb31399b72316cad9d963625
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ce83fc1395c048bcb3fb497079347da3ef63e940a6b9622c83619b049f87084f
[INFO] running `Command { std: "docker" "start" "-a" "ce83fc1395c048bcb3fb497079347da3ef63e940a6b9622c83619b049f87084f", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling libc v0.2.179
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling wasefire-one-of v0.1.2
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling wasefire-protocol-tokio v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] error: Exactly one of feature "device" or "host" can be enabled.
[INFO] [stdout]   --> src/lib.rs:32:1
[INFO] [stdout]    |
[INFO] [stdout] 32 | exactly_one_of!["device", "host"];
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::internal_one_of` which comes from the expansion of the macro `exactly_one_of` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `anyhow` is unused in crate `wasefire_protocol_tokio`
[INFO] [stdout]   --> src/lib.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | //! Wasefire protocol for Unix and TCP streams.
[INFO] [stdout]    | ^
[INFO] [stdout]    |
[INFO] [stdout]    = help: remove the dependency or add `use anyhow as _;` to the crate root
[INFO] [stdout]    = note: requested on the command line with `-W unused-crate-dependencies`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wasefire-protocol-tokio` (lib) due to 1 previous error; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "ce83fc1395c048bcb3fb497079347da3ef63e940a6b9622c83619b049f87084f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ce83fc1395c048bcb3fb497079347da3ef63e940a6b9622c83619b049f87084f", kill_on_drop: false }`
[INFO] [stdout] ce83fc1395c048bcb3fb497079347da3ef63e940a6b9622c83619b049f87084f
