[INFO] cloning repository https://github.com/zsien-debian-repo/greetd [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zsien-debian-repo/greetd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzsien-debian-repo%2Fgreetd", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzsien-debian-repo%2Fgreetd'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1f7b61b48ac0d98d9d66542af082b07bbd9c71c8 [INFO] testing zsien-debian-repo/greetd against master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzsien-debian-repo%2Fgreetd" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zsien-debian-repo/greetd on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/zsien-debian-repo/greetd [INFO] finished tweaking git repo https://github.com/zsien-debian-repo/greetd [INFO] tweaked toml for git repo https://github.com/zsien-debian-repo/greetd written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/zsien-debian-repo/greetd already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0bbb1c41f785e25098729192c7e83588334796256be7bd62f23b000a120558fe [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" "0bbb1c41f785e25098729192c7e83588334796256be7bd62f23b000a120558fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0bbb1c41f785e25098729192c7e83588334796256be7bd62f23b000a120558fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0bbb1c41f785e25098729192c7e83588334796256be7bd62f23b000a120558fe", kill_on_drop: false }` [INFO] [stdout] 0bbb1c41f785e25098729192c7e83588334796256be7bd62f23b000a120558fe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 410436cd4c5f36347a64fcb22995effa6ac63d289c45c2b8a0acbbaadb6bc6fd [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" "410436cd4c5f36347a64fcb22995effa6ac63d289c45c2b8a0acbbaadb6bc6fd", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.70 [INFO] [stderr] Compiling proc-macro2 v1.0.12 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.21 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling ryu v1.0.4 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling serde v1.0.110 [INFO] [stderr] Compiling arc-swap v0.4.6 [INFO] [stderr] Compiling pin-project-lite v0.1.5 [INFO] [stderr] Compiling bytes v0.5.4 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling pam-sys v0.5.6 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling enquote v1.0.3 [INFO] [stderr] Compiling inish v0.1.0 (/opt/rustwide/workdir/inish) [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling quote v1.0.5 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.34 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Compiling rpassword v4.0.5 [INFO] [stderr] Compiling users v0.9.1 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling serde_derive v1.0.110 [INFO] [stderr] Compiling tokio-macros v0.2.4 [INFO] [stderr] Compiling thiserror-impl v1.0.17 [INFO] [stderr] Compiling async-trait v0.1.31 [INFO] [stderr] Compiling tokio v0.2.11 [INFO] [stderr] Compiling thiserror v1.0.17 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling greetd_ipc v0.6.0 (/opt/rustwide/workdir/greetd_ipc) [INFO] [stderr] Compiling fakegreet v0.6.0 (/opt/rustwide/workdir/fakegreet) [INFO] [stderr] Compiling agreety v0.6.0 (/opt/rustwide/workdir/agreety) [INFO] [stderr] Compiling greetd v0.6.0 (/opt/rustwide/workdir/greetd) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 41.42s [INFO] running `Command { std: "docker" "inspect" "410436cd4c5f36347a64fcb22995effa6ac63d289c45c2b8a0acbbaadb6bc6fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "410436cd4c5f36347a64fcb22995effa6ac63d289c45c2b8a0acbbaadb6bc6fd", kill_on_drop: false }` [INFO] [stdout] 410436cd4c5f36347a64fcb22995effa6ac63d289c45c2b8a0acbbaadb6bc6fd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] aa3354e8f6fc098e1109c82015fe0486dcdac145bc274c1ed27fc0ee5dba5c84 [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" "aa3354e8f6fc098e1109c82015fe0486dcdac145bc274c1ed27fc0ee5dba5c84", kill_on_drop: false }` [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling arc-swap v0.4.6 [INFO] [stderr] Compiling bytes v0.5.4 [INFO] [stderr] Compiling pin-project-lite v0.1.5 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling inish v0.1.0 (/opt/rustwide/workdir/inish) [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling enquote v1.0.3 [INFO] [stderr] Compiling libc v0.2.70 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling ryu v1.0.4 [INFO] [stderr] Compiling serde v1.0.110 [INFO] [stderr] Compiling thiserror v1.0.17 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.34 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Compiling rpassword v4.0.5 [INFO] [stderr] Compiling users v0.9.1 [INFO] [stderr] Compiling pam-sys v0.5.6 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling tokio v0.2.11 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling greetd_ipc v0.6.0 (/opt/rustwide/workdir/greetd_ipc) [INFO] [stderr] Compiling agreety v0.6.0 (/opt/rustwide/workdir/agreety) [INFO] [stderr] Compiling fakegreet v0.6.0 (/opt/rustwide/workdir/fakegreet) [INFO] [stderr] Compiling greetd v0.6.0 (/opt/rustwide/workdir/greetd) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 14.91s [INFO] running `Command { std: "docker" "inspect" "aa3354e8f6fc098e1109c82015fe0486dcdac145bc274c1ed27fc0ee5dba5c84", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aa3354e8f6fc098e1109c82015fe0486dcdac145bc274c1ed27fc0ee5dba5c84", kill_on_drop: false }` [INFO] [stdout] aa3354e8f6fc098e1109c82015fe0486dcdac145bc274c1ed27fc0ee5dba5c84 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "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] 2bca097c2ec247034aada16a7b8fbec078f71a8551932e043504aa15e35397b8 [INFO] running `Command { std: "docker" "start" "-a" "2bca097c2ec247034aada16a7b8fbec078f71a8551932e043504aa15e35397b8", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/agreety-0740a788c8c39919) [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/fakegreet-414bf0115d143a24) [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] [stdout] [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] [stderr] Running unittests (/opt/rustwide/target/debug/deps/greetd-196ac657204d7733) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test config::tests::initial_session ... ok [INFO] [stdout] test config::tests::invalid_default_session ... ok [INFO] [stdout] test config::tests::invalid_initial_session ... ok [INFO] [stdout] test config::tests::minimal_config ... ok [INFO] [stdout] test config::tests::old_config ... ok [INFO] [stdout] test config::tests::general ... ok [INFO] [stdout] test config::tests::invalid_general ... ok [INFO] [stdout] test config::tests::terminal ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/greetd_ipc-1a85032a0d209fd4) [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; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/inish-920f3dc3c2ed5a68) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test tests::sections ... ok [INFO] [stdout] test tests::whitespaces ... ok [INFO] [stderr] Doc-tests greetd_ipc [INFO] [stdout] test tests::fields ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/codec/sync.rs - codec::sync (line 5) - compile ... ok [INFO] [stdout] test src/codec/tokio.rs - codec::tokio (line 5) - compile ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s [INFO] [stdout] [INFO] [stderr] Doc-tests inish [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2bca097c2ec247034aada16a7b8fbec078f71a8551932e043504aa15e35397b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2bca097c2ec247034aada16a7b8fbec078f71a8551932e043504aa15e35397b8", kill_on_drop: false }` [INFO] [stdout] 2bca097c2ec247034aada16a7b8fbec078f71a8551932e043504aa15e35397b8