[INFO] cloning repository https://github.com/Micheal987/viz_binding [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Micheal987/viz_binding" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMicheal987%2Fviz_binding", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMicheal987%2Fviz_binding'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ac8f9ee79a0def66ef08b9c49762f149c2c1dc4f [INFO] checking Micheal987/viz_binding against try#50f413885985a8b0a0b6ca0766a0aedd45304953 for pr-155657-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMicheal987%2Fviz_binding" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Micheal987/viz_binding [INFO] finished tweaking git repo https://github.com/Micheal987/viz_binding [INFO] tweaked toml for git repo https://github.com/Micheal987/viz_binding written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Micheal987/viz_binding on toolchain 50f413885985a8b0a0b6ca0766a0aedd45304953 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+50f413885985a8b0a0b6ca0766a0aedd45304953" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Micheal987/viz_binding 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" "+50f413885985a8b0a0b6ca0766a0aedd45304953" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+50f413885985a8b0a0b6ca0766a0aedd45304953" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9a427c17a35ec6d3d771004d47efd81d091b1d673163939d91784a440efdc08d [INFO] running `Command { std: "docker" "start" "-a" "9a427c17a35ec6d3d771004d47efd81d091b1d673163939d91784a440efdc08d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9a427c17a35ec6d3d771004d47efd81d091b1d673163939d91784a440efdc08d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a427c17a35ec6d3d771004d47efd81d091b1d673163939d91784a440efdc08d", kill_on_drop: false }` [INFO] [stdout] 9a427c17a35ec6d3d771004d47efd81d091b1d673163939d91784a440efdc08d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+50f413885985a8b0a0b6ca0766a0aedd45304953" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7fbbfcceed34ec67dc5b558b2729e1f43f81f86954900640ff62d8016620d3c3 [INFO] running `Command { std: "docker" "start" "-a" "7fbbfcceed34ec67dc5b558b2729e1f43f81f86954900640ff62d8016620d3c3", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Checking cfg-if v1.0.3 [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Checking slab v0.4.11 [INFO] [stderr] Checking memchr v2.7.5 [INFO] [stderr] Checking hashbrown v0.15.5 [INFO] [stderr] Checking lock_api v0.4.13 [INFO] [stderr] Compiling uncased v0.9.10 [INFO] [stderr] Checking percent-encoding v2.3.2 [INFO] [stderr] Compiling thiserror v2.0.16 [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Checking deranged v0.4.0 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Compiling cookie v0.18.1 [INFO] [stderr] Compiling time-macros v0.2.22 [INFO] [stderr] Checking headers-core v0.3.0 [INFO] [stderr] Checking sync_wrapper v1.0.2 [INFO] [stderr] Checking path-tree v0.8.3 [INFO] [stderr] Checking rfc7239 v0.1.3 [INFO] [stderr] Checking form_urlencoded v1.2.2 [INFO] [stderr] Checking indexmap v2.11.0 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Checking getrandom v0.2.16 [INFO] [stderr] Checking parking_lot_core v0.9.11 [INFO] [stderr] Checking socket2 v0.6.0 [INFO] [stderr] Checking signal-hook-registry v1.4.6 [INFO] [stderr] Checking mio v1.0.4 [INFO] [stderr] Checking time v0.3.41 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking parking_lot v0.12.4 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking universal-hash v0.5.1 [INFO] [stderr] Checking cipher v0.4.4 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking aead v0.5.2 [INFO] [stderr] Checking polyval v0.6.2 [INFO] [stderr] Checking aes v0.8.4 [INFO] [stderr] Checking ctr v0.9.2 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Checking ghash v0.5.1 [INFO] [stderr] Checking headers v0.4.1 [INFO] [stderr] Checking aes-gcm v0.10.3 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling thiserror-impl v2.0.16 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Checking tokio v1.47.1 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking tokio-util v0.7.16 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking form-data v0.6.0 [INFO] [stderr] Checking h2 v0.4.12 [INFO] [stderr] Checking sessions-core v0.7.0 [INFO] [stderr] Checking hyper v1.7.0 [INFO] [stderr] Checking hyper-util v0.1.16 [INFO] [stderr] Checking viz-core v0.10.0 [INFO] [stdout] error[E0277]: the trait bound `(): Into>` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/viz-core-0.10.0/src/body.rs:145:77 [INFO] [stdout] | [INFO] [stdout] 145 | .map_err(|e| std::io::Error::new(std::io::ErrorKind::Other, e))?, [INFO] [stdout] | ------------------- ^ the trait `StdError` is not implemented for `()` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = note: required for `Box<(dyn StdError + Send + Sync + 'static)>` to implement `From<()>` [INFO] [stdout] = note: required for `()` to implement `Into>` [INFO] [stdout] note: required by a bound in `std::io::Error::new` [INFO] [stdout] --> /rustc/50f413885985a8b0a0b6ca0766a0aedd45304953/library/std/src/io/error.rs:264:4 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `(): Into>` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/viz-core-0.10.0/src/error.rs:123:21 [INFO] [stdout] | [INFO] [stdout] 123 | Self::boxed(e) [INFO] [stdout] | ----------- ^ the trait `StdError` is not implemented for `()` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = note: required for `Box<(dyn StdError + Send + Sync + 'static)>` to implement `From<()>` [INFO] [stdout] = note: required for `()` to implement `Into>` [INFO] [stdout] note: required by a bound in `error::Error::boxed` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/viz-core-0.10.0/src/error.rs:26:12 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn boxed(t: T) -> Self [INFO] [stdout] | ----- required by a bound in this associated function [INFO] [stdout] 25 | where [INFO] [stdout] 26 | T: Into, [INFO] [stdout] | ^^^^^^^^^^^^^^ required by this bound in `Error::boxed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `viz-core` (lib) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "7fbbfcceed34ec67dc5b558b2729e1f43f81f86954900640ff62d8016620d3c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7fbbfcceed34ec67dc5b558b2729e1f43f81f86954900640ff62d8016620d3c3", kill_on_drop: false }` [INFO] [stdout] 7fbbfcceed34ec67dc5b558b2729e1f43f81f86954900640ff62d8016620d3c3