[INFO] cloning repository https://github.com/hiroshimorowaka/deathadder-on-linux
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hiroshimorowaka/deathadder-on-linux" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhiroshimorowaka%2Fdeathadder-on-linux", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhiroshimorowaka%2Fdeathadder-on-linux'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] dddcf1464d7e66dcb7902b917e617af8e6d625ba
[INFO] checking hiroshimorowaka/deathadder-on-linux/dddcf1464d7e66dcb7902b917e617af8e6d625ba against master#a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb for pr-151109
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhiroshimorowaka%2Fdeathadder-on-linux" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/hiroshimorowaka/deathadder-on-linux
[INFO] finished tweaking git repo https://github.com/hiroshimorowaka/deathadder-on-linux
[INFO] tweaked toml for git repo https://github.com/hiroshimorowaka/deathadder-on-linux written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hiroshimorowaka/deathadder-on-linux on toolchain a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/hiroshimorowaka/deathadder-on-linux 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" "+a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ctrlc v3.4.6
[INFO] [stderr]   Downloaded rusb v0.9.4
[INFO] [stderr]   Downloaded libusb1-sys v0.7.0
[INFO] [stderr]   Downloaded autopilot v0.4.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 48825cf2af1e03d24073429529e58a47ef88755a1dae447c8d25ac6d3d117a21
[INFO] running `Command { std: "docker" "start" "-a" "48825cf2af1e03d24073429529e58a47ef88755a1dae447c8d25ac6d3d117a21", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "48825cf2af1e03d24073429529e58a47ef88755a1dae447c8d25ac6d3d117a21", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "48825cf2af1e03d24073429529e58a47ef88755a1dae447c8d25ac6d3d117a21", kill_on_drop: false }`
[INFO] [stdout] 48825cf2af1e03d24073429529e58a47ef88755a1dae447c8d25ac6d3d117a21
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b727f5a11251da6e5b25f968c803b0fe4f747fa4196339d380c40a8fa2696c8e
[INFO] running `Command { std: "docker" "start" "-a" "b727f5a11251da6e5b25f968c803b0fe4f747fa4196339d380c40a8fa2696c8e", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]     Checking adler32 v1.2.0
[INFO] [stderr]    Compiling cc v1.2.20
[INFO] [stderr]    Compiling num-derive v0.2.5
[INFO] [stderr]    Compiling num-rational v0.2.4
[INFO] [stderr]     Checking lzw v0.10.0
[INFO] [stderr]     Checking getrandom v0.1.16
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling x11 v2.21.0
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling autopilot v0.4.1
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking scoped_threadpool v0.1.9
[INFO] [stderr]    Compiling rusb v0.9.4
[INFO] [stderr]     Checking deflate v0.7.20
[INFO] [stderr]     Checking inflate v0.4.5
[INFO] [stderr]     Checking gif v0.10.3
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking png v0.15.3
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]    Compiling libusb1-sys v0.7.0
[INFO] [stderr]     Checking ctrlc v3.4.6
[INFO] [stderr]     Checking jpeg-decoder v0.1.22
[INFO] [stderr]     Checking tiff v0.3.1
[INFO] [stderr]     Checking image v0.22.5
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]     Checking clap v4.5.37
[INFO] [stderr]     Checking razer_deathadder_v2_buttons_control v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.63s
[INFO] running `Command { std: "docker" "inspect" "b727f5a11251da6e5b25f968c803b0fe4f747fa4196339d380c40a8fa2696c8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b727f5a11251da6e5b25f968c803b0fe4f747fa4196339d380c40a8fa2696c8e", kill_on_drop: false }`
[INFO] [stdout] b727f5a11251da6e5b25f968c803b0fe4f747fa4196339d380c40a8fa2696c8e
