[INFO] fetching crate hookmap-core 0.1.5... [INFO] checking hookmap-core-0.1.5 against try#07fecb9cf34c4979a772ba38c99d6d9144768413 for pr-87710 [INFO] extracting crate hookmap-core 0.1.5 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate hookmap-core 0.1.5 on toolchain 07fecb9cf34c4979a772ba38c99d6d9144768413 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+07fecb9cf34c4979a772ba38c99d6d9144768413" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate hookmap-core 0.1.5 [INFO] finished tweaking crates.io crate hookmap-core 0.1.5 [INFO] tweaked toml for crates.io crate hookmap-core 0.1.5 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+07fecb9cf34c4979a772ba38c99d6d9144768413" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+07fecb9cf34c4979a772ba38c99d6d9144768413" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+07fecb9cf34c4979a772ba38c99d6d9144768413" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] eef799b4669b44d138fe9a0ebcd9c0c5cc01876b8ff69a9649c3bc93008e94a3 [INFO] running `Command { std: "docker" "start" "-a" "eef799b4669b44d138fe9a0ebcd9c0c5cc01876b8ff69a9649c3bc93008e94a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "eef799b4669b44d138fe9a0ebcd9c0c5cc01876b8ff69a9649c3bc93008e94a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eef799b4669b44d138fe9a0ebcd9c0c5cc01876b8ff69a9649c3bc93008e94a3", kill_on_drop: false }` [INFO] [stdout] eef799b4669b44d138fe9a0ebcd9c0c5cc01876b8ff69a9649c3bc93008e94a3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+07fecb9cf34c4979a772ba38c99d6d9144768413" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 817449a18d75cc16a35e62c419989913f3016d1ae83a29747ec18895f656cf3c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "817449a18d75cc16a35e62c419989913f3016d1ae83a29747ec18895f656cf3c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking bimap v0.6.1 [INFO] [stderr] Checking hookmap-core v0.1.5 (/opt/rustwide/workdir) [INFO] [stdout] error[E0277]: the trait bound `InputHandler: HookInstaller` is not satisfied [INFO] [stdout] --> src/common/handler.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | / impl InputHandler [INFO] [stdout] 87 | | where [INFO] [stdout] 88 | | Self: HookInstaller, [INFO] [stdout] 89 | | { [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ the trait `HookInstaller` is not implemented for `InputHandler` [INFO] [stdout] | [INFO] [stdout] = help: see issue #48214 [INFO] [stdout] = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `hookmap-core` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0277]: the trait bound `InputHandler: HookInstaller` is not satisfied [INFO] [stdout] --> src/common/handler.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | / impl InputHandler [INFO] [stdout] 87 | | where [INFO] [stdout] 88 | | Self: HookInstaller, [INFO] [stdout] 89 | | { [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ the trait `HookInstaller` is not implemented for `InputHandler` [INFO] [stdout] | [INFO] [stdout] = help: see issue #48214 [INFO] [stdout] = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "817449a18d75cc16a35e62c419989913f3016d1ae83a29747ec18895f656cf3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "817449a18d75cc16a35e62c419989913f3016d1ae83a29747ec18895f656cf3c", kill_on_drop: false }` [INFO] [stdout] 817449a18d75cc16a35e62c419989913f3016d1ae83a29747ec18895f656cf3c