[INFO] cloning repository https://github.com/Eein/hotkey-reproduction [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Eein/hotkey-reproduction" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEein%2Fhotkey-reproduction", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEein%2Fhotkey-reproduction'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7d78ba2c1b338ca5d8aa9879dce841ce9cbe79dd [INFO] testing Eein/hotkey-reproduction against beta-2021-01-01 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEein%2Fhotkey-reproduction" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Eein/hotkey-reproduction on toolchain beta-2021-01-01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Eein/hotkey-reproduction [INFO] finished tweaking git repo https://github.com/Eein/hotkey-reproduction [INFO] tweaked toml for git repo https://github.com/Eein/hotkey-reproduction written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/Eein/hotkey-reproduction already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rawslice v0.1.0 [INFO] [stderr] Downloaded promising-future v0.2.4 [INFO] [stderr] Downloaded odds v0.3.1 [INFO] [stderr] Downloaded stdweb v0.3.0 [INFO] [stderr] Downloaded livesplit-core v0.11.0 [INFO] [stderr] Downloaded livesplit-hotkey v0.5.0 [INFO] [stderr] Downloaded quick-xml v0.14.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a222b348db6cedecaedc47dd76827984ae3fb566d4f31bc99aba7fa43ab342e7 [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" "a222b348db6cedecaedc47dd76827984ae3fb566d4f31bc99aba7fa43ab342e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a222b348db6cedecaedc47dd76827984ae3fb566d4f31bc99aba7fa43ab342e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a222b348db6cedecaedc47dd76827984ae3fb566d4f31bc99aba7fa43ab342e7", kill_on_drop: false }` [INFO] [stdout] a222b348db6cedecaedc47dd76827984ae3fb566d4f31bc99aba7fa43ab342e7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=warn" "-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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fbdc99d085e11a1f9e42e1ee9b5a089929e4437669e28c3636910dcc2916374a [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" "fbdc99d085e11a1f9e42e1ee9b5a089929e4437669e28c3636910dcc2916374a", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling encoding_rs v0.8.22 [INFO] [stderr] Compiling memchr v2.3.0 [INFO] [stderr] Compiling palette v0.4.1 [INFO] [stderr] Compiling unchecked-index v0.2.2 [INFO] [stderr] Compiling utf-8 v0.7.5 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-rational v0.2.3 [INFO] [stderr] Compiling indexmap v1.3.1 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling rawslice v0.1.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.18 [INFO] [stderr] Compiling odds v0.3.1 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling x11-dl v2.18.4 [INFO] [stderr] Compiling threadpool v1.7.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling promising-future v0.2.4 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling chrono v0.4.10 [INFO] [stderr] Compiling png v0.14.1 [INFO] [stderr] Compiling parking_lot_core v0.5.0 [INFO] [stderr] Compiling parking_lot v0.8.0 [INFO] [stderr] Compiling livesplit-hotkey v0.5.0 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling derive_more v0.14.1 [INFO] [stderr] Compiling quick-xml v0.14.0 [INFO] [stderr] Compiling tiff v0.2.2 [INFO] [stderr] Compiling image v0.21.3 [INFO] [stderr] Compiling livesplit-core v0.11.0 [INFO] [stderr] Compiling hotkey-reproduction v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `hotkey` [INFO] [stdout] --> src/main.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | let hotkey = HotkeySystem::with_config(timer.clone(), HotkeyConfig { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_hotkey` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 34s [INFO] running `Command { std: "docker" "inspect" "fbdc99d085e11a1f9e42e1ee9b5a089929e4437669e28c3636910dcc2916374a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fbdc99d085e11a1f9e42e1ee9b5a089929e4437669e28c3636910dcc2916374a", kill_on_drop: false }` [INFO] [stdout] fbdc99d085e11a1f9e42e1ee9b5a089929e4437669e28c3636910dcc2916374a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=warn" "-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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f1b64a058fc806b9edef0d46661b6ecf047dcb5aaccd74ac723002a06649d631 [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" "f1b64a058fc806b9edef0d46661b6ecf047dcb5aaccd74ac723002a06649d631", kill_on_drop: false }` [INFO] [stderr] Compiling hotkey-reproduction v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `hotkey` [INFO] [stdout] --> src/main.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | let hotkey = HotkeySystem::with_config(timer.clone(), HotkeyConfig { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_hotkey` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.97s [INFO] running `Command { std: "docker" "inspect" "f1b64a058fc806b9edef0d46661b6ecf047dcb5aaccd74ac723002a06649d631", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f1b64a058fc806b9edef0d46661b6ecf047dcb5aaccd74ac723002a06649d631", kill_on_drop: false }` [INFO] [stdout] f1b64a058fc806b9edef0d46661b6ecf047dcb5aaccd74ac723002a06649d631 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=warn" "-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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8eb639f803659ce079b7b241f43c9714397b93b7fc6d3070672f3f3c67308fa1 [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" "8eb639f803659ce079b7b241f43c9714397b93b7fc6d3070672f3f3c67308fa1", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `hotkey` [INFO] [stderr] --> src/main.rs:22:9 [INFO] [stderr] | [INFO] [stderr] 22 | let hotkey = HotkeySystem::with_config(timer.clone(), HotkeyConfig { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_hotkey` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/hotkey_reproduction-d453b4c8b423dbe7 [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8eb639f803659ce079b7b241f43c9714397b93b7fc6d3070672f3f3c67308fa1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8eb639f803659ce079b7b241f43c9714397b93b7fc6d3070672f3f3c67308fa1", kill_on_drop: false }` [INFO] [stdout] 8eb639f803659ce079b7b241f43c9714397b93b7fc6d3070672f3f3c67308fa1