[INFO] fetching crate fuchsia-zircon 0.3.3... [INFO] checking fuchsia-zircon-0.3.3 against master#90442458ac46b1d5eed752c316da25450f67285b for pr-81477 [INFO] extracting crate fuchsia-zircon 0.3.3 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate fuchsia-zircon 0.3.3 on toolchain 90442458ac46b1d5eed752c316da25450f67285b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate fuchsia-zircon 0.3.3 [INFO] finished tweaking crates.io crate fuchsia-zircon 0.3.3 [INFO] tweaked toml for crates.io crate fuchsia-zircon 0.3.3 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 23fdc24cad3c3d2d9523cec78bdc5e7fcf1561d8556c81e7794288ebf1e859f9 [INFO] running `Command { std: "docker" "start" "-a" "23fdc24cad3c3d2d9523cec78bdc5e7fcf1561d8556c81e7794288ebf1e859f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "23fdc24cad3c3d2d9523cec78bdc5e7fcf1561d8556c81e7794288ebf1e859f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "23fdc24cad3c3d2d9523cec78bdc5e7fcf1561d8556c81e7794288ebf1e859f9", kill_on_drop: false }` [INFO] [stdout] 23fdc24cad3c3d2d9523cec78bdc5e7fcf1561d8556c81e7794288ebf1e859f9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9a97f7e500102bd70ce5c48aabcdfcf08e06b5d75de35dcd9585f07e135a9369 [INFO] running `Command { std: "docker" "start" "-a" "9a97f7e500102bd70ce5c48aabcdfcf08e06b5d75de35dcd9585f07e135a9369", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking fuchsia-zircon-sys v0.3.3 [INFO] [stderr] Checking fuchsia-zircon v0.3.3 (/opt/rustwide/workdir) [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/channel.rs:94:23 [INFO] [stdout] | [INFO] [stdout] 94 | let n_bytes = try!(usize_into_u32(bytes.len()).map_err(|_| Status::OUT_OF_RANGE)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/channel.rs:95:25 [INFO] [stdout] | [INFO] [stdout] 95 | let n_handles = try!(usize_into_u32(handles.len()).map_err(|_| Status::OUT_OF_RANGE)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/channel.rs:123:31 [INFO] [stdout] | [INFO] [stdout] 123 | let write_num_bytes = try!(usize_into_u32(bytes.len()).map_err( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/channel.rs:125:33 [INFO] [stdout] | [INFO] [stdout] 125 | let write_num_handles = try!(usize_into_u32(handles.len()).map_err( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:149:15 [INFO] [stdout] | [INFO] [stdout] 149 | let len = try!(usize_into_u32(items.len()).map_err(|_| Status::OUT_OF_RANGE)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/channel.rs:94:23 [INFO] [stdout] | [INFO] [stdout] 94 | let n_bytes = try!(usize_into_u32(bytes.len()).map_err(|_| Status::OUT_OF_RANGE)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/channel.rs:95:25 [INFO] [stdout] | [INFO] [stdout] 95 | let n_handles = try!(usize_into_u32(handles.len()).map_err(|_| Status::OUT_OF_RANGE)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/channel.rs:123:31 [INFO] [stdout] | [INFO] [stdout] 123 | let write_num_bytes = try!(usize_into_u32(bytes.len()).map_err( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/channel.rs:125:33 [INFO] [stdout] | [INFO] [stdout] 125 | let write_num_handles = try!(usize_into_u32(handles.len()).map_err( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:149:15 [INFO] [stdout] | [INFO] [stdout] 149 | let len = try!(usize_into_u32(items.len()).map_err(|_| Status::OUT_OF_RANGE)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `fuchsia-zircon` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "9a97f7e500102bd70ce5c48aabcdfcf08e06b5d75de35dcd9585f07e135a9369", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a97f7e500102bd70ce5c48aabcdfcf08e06b5d75de35dcd9585f07e135a9369", kill_on_drop: false }` [INFO] [stdout] 9a97f7e500102bd70ce5c48aabcdfcf08e06b5d75de35dcd9585f07e135a9369