[INFO] cloning repository https://github.com/ssande7/i3_companion [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ssande7/i3_companion" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fssande7%2Fi3_companion", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fssande7%2Fi3_companion'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 52fb0be3303bd346b03c0d103b9f285f2ef6f118 [INFO] testing ssande7/i3_companion against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fssande7%2Fi3_companion" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ssande7/i3_companion on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ssande7/i3_companion [INFO] finished tweaking git repo https://github.com/ssande7/i3_companion [INFO] tweaked toml for git repo https://github.com/ssande7/i3_companion written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/ssande7/i3_companion already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serde_repr v0.1.7 [INFO] [stderr] Downloaded mio v0.8.0 [INFO] [stderr] Downloaded libc v0.2.119 [INFO] [stderr] Downloaded tokio-i3ipc v0.14.0 [INFO] [stderr] Downloaded i3ipc-types v0.14.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0d6f8d79705f27040f3f9d38eadf3fba381e39430c59853b8c57a3d6a05ba9c9 [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" "0d6f8d79705f27040f3f9d38eadf3fba381e39430c59853b8c57a3d6a05ba9c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0d6f8d79705f27040f3f9d38eadf3fba381e39430c59853b8c57a3d6a05ba9c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d6f8d79705f27040f3f9d38eadf3fba381e39430c59853b8c57a3d6a05ba9c9", kill_on_drop: false }` [INFO] [stdout] 0d6f8d79705f27040f3f9d38eadf3fba381e39430c59853b8c57a3d6a05ba9c9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6e69453f0e7e2fa02c827834cd0edcb5abc3bed35513cd45dbe223040d2a2b3b [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" "6e69453f0e7e2fa02c827834cd0edcb5abc3bed35513cd45dbe223040d2a2b3b", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling dirs v4.0.0 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling serde_repr v0.1.7 [INFO] [stderr] Compiling async-trait v0.1.52 [INFO] [stderr] Compiling tokio v1.17.0 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling tokio-stream v0.1.8 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling i3ipc-types v0.14.0 [INFO] [stderr] Compiling tokio-i3ipc v0.14.0 [INFO] [stderr] Compiling i3-companion v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 00s [INFO] running `Command { std: "docker" "inspect" "6e69453f0e7e2fa02c827834cd0edcb5abc3bed35513cd45dbe223040d2a2b3b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e69453f0e7e2fa02c827834cd0edcb5abc3bed35513cd45dbe223040d2a2b3b", kill_on_drop: false }` [INFO] [stdout] 6e69453f0e7e2fa02c827834cd0edcb5abc3bed35513cd45dbe223040d2a2b3b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", 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] cbd7646003bb18736e9e15d725f84660b37b5b3e6841d3a2d145e15ad0b3698d [INFO] running `Command { std: "docker" "start" "-a" "cbd7646003bb18736e9e15d725f84660b37b5b3e6841d3a2d145e15ad0b3698d", kill_on_drop: false }` [INFO] [stderr] Compiling i3-companion v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.01s [INFO] running `Command { std: "docker" "inspect" "cbd7646003bb18736e9e15d725f84660b37b5b3e6841d3a2d145e15ad0b3698d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cbd7646003bb18736e9e15d725f84660b37b5b3e6841d3a2d145e15ad0b3698d", kill_on_drop: false }` [INFO] [stdout] cbd7646003bb18736e9e15d725f84660b37b5b3e6841d3a2d145e15ad0b3698d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", 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] 806f4bce9cc16a5b6d33f684ff0ac9e02bb21a9adbb36beb8acd5b2d5d7be156 [INFO] running `Command { std: "docker" "start" "-a" "806f4bce9cc16a5b6d33f684ff0ac9e02bb21a9adbb36beb8acd5b2d5d7be156", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stdout] running 0 tests [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/i3_companion-7717860f90d65228) [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" "806f4bce9cc16a5b6d33f684ff0ac9e02bb21a9adbb36beb8acd5b2d5d7be156", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "806f4bce9cc16a5b6d33f684ff0ac9e02bb21a9adbb36beb8acd5b2d5d7be156", kill_on_drop: false }` [INFO] [stdout] 806f4bce9cc16a5b6d33f684ff0ac9e02bb21a9adbb36beb8acd5b2d5d7be156