[INFO] updating cached repository https://github.com/illyohs/conmux [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3f64eea6ec07e9d71613ba69e7840f05b2b45c0f [INFO] testing illyohs/conmux against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fillyohs%2Fconmux" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/illyohs/conmux on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/illyohs/conmux [INFO] finished tweaking git repo https://github.com/illyohs/conmux [INFO] tweaked toml for git repo https://github.com/illyohs/conmux written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/illyohs/conmux already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6a46c6ca37634be03da490044725c096fcd41d50bfee42e2d70f675cf7e6d887 [INFO] running `"docker" "start" "-a" "6a46c6ca37634be03da490044725c096fcd41d50bfee42e2d70f675cf7e6d887"` [INFO] [stderr] Compiling pkg-config v0.3.11 [INFO] [stderr] Compiling cfg-if v0.1.4 [INFO] [stderr] Compiling byteorder v1.2.3 [INFO] [stderr] Compiling nix v0.10.0 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling bitflags v1.0.3 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling stick v0.4.0 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling log v0.4.3 [INFO] [stderr] Compiling uuid v0.6.5 [INFO] [stderr] Compiling bytes v0.4.8 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling gilrs v0.6.0 [INFO] [stderr] Compiling conmux v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused imports: `Button`, `EventType` [INFO] [stderr] --> src/main.rs:3:20 [INFO] [stderr] | [INFO] [stderr] 3 | use gilrs::{Gilrs, Button, Event, EventType}; [INFO] [stderr] | ^^^^^^ ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.88s [INFO] running `"docker" "inspect" "6a46c6ca37634be03da490044725c096fcd41d50bfee42e2d70f675cf7e6d887"` [INFO] running `"docker" "rm" "-f" "6a46c6ca37634be03da490044725c096fcd41d50bfee42e2d70f675cf7e6d887"` [INFO] [stdout] 6a46c6ca37634be03da490044725c096fcd41d50bfee42e2d70f675cf7e6d887 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a06a2c0a14c623595d7cb06cf9867d248e1c9778b76806bde8706472f9adf6e9 [INFO] running `"docker" "start" "-a" "a06a2c0a14c623595d7cb06cf9867d248e1c9778b76806bde8706472f9adf6e9"` [INFO] [stderr] Compiling conmux v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused imports: `Button`, `EventType` [INFO] [stderr] --> src/main.rs:3:20 [INFO] [stderr] | [INFO] [stderr] 3 | use gilrs::{Gilrs, Button, Event, EventType}; [INFO] [stderr] | ^^^^^^ ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.78s [INFO] running `"docker" "inspect" "a06a2c0a14c623595d7cb06cf9867d248e1c9778b76806bde8706472f9adf6e9"` [INFO] running `"docker" "rm" "-f" "a06a2c0a14c623595d7cb06cf9867d248e1c9778b76806bde8706472f9adf6e9"` [INFO] [stdout] a06a2c0a14c623595d7cb06cf9867d248e1c9778b76806bde8706472f9adf6e9 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 812e11d91712304a37584c5d783664e3bd3c599fe2068f2dde177404be00568f [INFO] running `"docker" "start" "-a" "812e11d91712304a37584c5d783664e3bd3c599fe2068f2dde177404be00568f"` [INFO] [stderr] warning: unused imports: `Button`, `EventType` [INFO] [stderr] --> src/main.rs:3:20 [INFO] [stderr] | [INFO] [stderr] 3 | use gilrs::{Gilrs, Button, Event, EventType}; [INFO] [stderr] | ^^^^^^ ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.26s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/conmux-837128cb76170861 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "812e11d91712304a37584c5d783664e3bd3c599fe2068f2dde177404be00568f"` [INFO] running `"docker" "rm" "-f" "812e11d91712304a37584c5d783664e3bd3c599fe2068f2dde177404be00568f"` [INFO] [stdout] 812e11d91712304a37584c5d783664e3bd3c599fe2068f2dde177404be00568f