[INFO] cloning repository https://github.com/KillingSpark/sessionman [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/KillingSpark/sessionman" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKillingSpark%2Fsessionman", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKillingSpark%2Fsessionman'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c2d729ee9522a667eb37d990572d836f38439433 [INFO] testing KillingSpark/sessionman against 1.49.0 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKillingSpark%2Fsessionman" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/KillingSpark/sessionman on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/KillingSpark/sessionman [INFO] finished tweaking git repo https://github.com/KillingSpark/sessionman [INFO] tweaked toml for git repo https://github.com/KillingSpark/sessionman written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/KillingSpark/sessionman already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+1.49.0" "metadata" "--no-deps" "--format-version=1", 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] e70a72769a7e878b971fefc440c87bfbb9932b73621fc95b64eb45a885fc9712 [INFO] running `Command { std: "docker" "start" "-a" "e70a72769a7e878b971fefc440c87bfbb9932b73621fc95b64eb45a885fc9712", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e70a72769a7e878b971fefc440c87bfbb9932b73621fc95b64eb45a885fc9712", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e70a72769a7e878b971fefc440c87bfbb9932b73621fc95b64eb45a885fc9712", kill_on_drop: false }` [INFO] [stdout] e70a72769a7e878b971fefc440c87bfbb9932b73621fc95b64eb45a885fc9712 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f325ac49facbcf17e8705b8d24ce2743bb08cffbee8fb1bc4131f1473ba0c1ca [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" "f325ac49facbcf17e8705b8d24ce2743bb08cffbee8fb1bc4131f1473ba0c1ca", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling nix v0.16.1 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Compiling acl-sys v1.2.2 [INFO] [stderr] Compiling rustbus v0.3.2 [INFO] [stderr] Compiling acl-rs v0.1.0 [INFO] [stderr] Compiling sessionman v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unreachable statement [INFO] [stdout] --> src/main.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 13 | return; [INFO] [stdout] | ------ any code following this expression is unreachable [INFO] [stdout] 14 | [INFO] [stdout] 15 | let mut sesman = session::SessionManager::new().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `session_id` [INFO] [stdout] --> src/main.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | let session_id = sesman [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_session_id` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `FREEZE_FILE_NAME` [INFO] [stdout] --> src/cgroupv2.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | const FREEZE_FILE_NAME: &'static str = "cgroup.freeze"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `freeze` [INFO] [stdout] --> src/cgroupv2.rs:115:12 [INFO] [stdout] | [INFO] [stdout] 115 | pub fn freeze(&mut self) -> Result<(), Error> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `thaw` [INFO] [stdout] --> src/cgroupv2.rs:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | pub fn thaw(&mut self) -> Result<(), Error> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `IoError` [INFO] [stdout] --> src/seat.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | IoError(std::io::Error), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> src/session.rs:89:13 [INFO] [stdout] | [INFO] [stdout] 89 | self.session_aquire_seat(&session_id, &"seat0".into()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> src/session.rs:95:13 [INFO] [stdout] | [INFO] [stdout] 95 | self.session_leave_seat(session_id, &seat_id); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/sessionman-c8e8c98f777d09ed.sessionman.8tucz07l-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/sessionman-c8e8c98f777d09ed.sessionman.8tucz07l-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/sessionman-c8e8c98f777d09ed.sessionman.8tucz07l-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/sessionman-c8e8c98f777d09ed.sessionman.8tucz07l-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/sessionman-c8e8c98f777d09ed.sessionman.8tucz07l-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/sessionman-c8e8c98f777d09ed.sessionman.8tucz07l-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/sessionman-c8e8c98f777d09ed.sessionman.8tucz07l-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/sessionman-c8e8c98f777d09ed.sessionman.8tucz07l-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/sessionman-c8e8c98f777d09ed.sessionman.8tucz07l-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/sessionman-c8e8c98f777d09ed.sessionman.8tucz07l-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/sessionman-c8e8c98f777d09ed.sessionman.8tucz07l-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/sessionman-c8e8c98f777d09ed.sessionman.8tucz07l-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/sessionman-c8e8c98f777d09ed.sessionman.8tucz07l-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/sessionman-c8e8c98f777d09ed.sessionman.8tucz07l-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/sessionman-c8e8c98f777d09ed.sessionman.8tucz07l-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/sessionman-c8e8c98f777d09ed.sessionman.8tucz07l-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/sessionman-c8e8c98f777d09ed" "/opt/rustwide/target/debug/deps/sessionman-c8e8c98f777d09ed.il3abaz9is4tjh4.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/librustbus-5b31d39df2146b36.rlib" "/opt/rustwide/target/debug/deps/libnix-42906f71ac69878b.rlib" "/opt/rustwide/target/debug/deps/libacl_rs-b68cc0a5cf306cab.rlib" "/opt/rustwide/target/debug/deps/libnix-045d6da4635c3e21.rlib" "/opt/rustwide/target/debug/deps/libvoid-90ec4b4a2f3d40d2.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b10e0993eefc366b.rlib" "/opt/rustwide/target/debug/deps/libbitflags-de31228f2c0549ed.rlib" "/opt/rustwide/target/debug/deps/libacl_sys-2bd72e5f0d1dfd03.rlib" "/opt/rustwide/target/debug/deps/liblibc-8c5926d4b0db9e78.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-e12de7683a34c500.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-446a53c2e468675f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-86fef9fb252a2d33.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-3bed9bfd30304751.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0e38eeb474a7b386.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-a846ed547b824740.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-c9540f0a4fb9265d.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7d2ca66c92c356eb.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-147e2c808f949493.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-bd2a4369506670e9.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74bfdd0ce7d0ed48.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6777f47f1c491841.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-b104f1790174f2be.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-db37898996f45c13.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-25b7435131fc4938.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9d4b6f3c097e876e.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3f953ad652ab829a.rlib" "-Wl,-Bdynamic" "-lacl" "-lutil" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lacl [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `sessionman` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "f325ac49facbcf17e8705b8d24ce2743bb08cffbee8fb1bc4131f1473ba0c1ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f325ac49facbcf17e8705b8d24ce2743bb08cffbee8fb1bc4131f1473ba0c1ca", kill_on_drop: false }` [INFO] [stdout] f325ac49facbcf17e8705b8d24ce2743bb08cffbee8fb1bc4131f1473ba0c1ca