[INFO] updating cached repository https://github.com/moretea/modal-presenter [INFO] running `Command { std: "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", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8864da3b771b1d980911730ab3654fe6b20d73b3 [INFO] testing moretea/modal-presenter against 1.45.2 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmoretea%2Fmodal-presenter" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/moretea/modal-presenter on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/moretea/modal-presenter [INFO] finished tweaking git repo https://github.com/moretea/modal-presenter [INFO] tweaked toml for git repo https://github.com/moretea/modal-presenter written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/moretea/modal-presenter already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] effb7892314df1f047e957d7787f70c588fb247c62c1e77445dfb80059a8bffb [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" "effb7892314df1f047e957d7787f70c588fb247c62c1e77445dfb80059a8bffb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "effb7892314df1f047e957d7787f70c588fb247c62c1e77445dfb80059a8bffb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "effb7892314df1f047e957d7787f70c588fb247c62c1e77445dfb80059a8bffb", kill_on_drop: false }` [INFO] [stdout] effb7892314df1f047e957d7787f70c588fb247c62c1e77445dfb80059a8bffb [INFO] running `Command { std: "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=warn" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dc13e602312916ec2a8459552a7b4ac05f0804006d5e54325cf022e78c60571a [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" "dc13e602312916ec2a8459552a7b4ac05f0804006d5e54325cf022e78c60571a", kill_on_drop: false }` [INFO] [stderr] Compiling libxdo-sys v0.11.0 [INFO] [stderr] Compiling yaml-rust v0.4.3 [INFO] [stderr] Compiling sdl2-sys v0.32.5 [INFO] [stderr] Compiling x11 v2.18.1 [INFO] [stderr] Compiling syn v0.15.28 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling serde_yaml v0.8.8 [INFO] [stderr] Compiling sdl2 v0.32.1 [INFO] [stderr] Compiling libxdo v0.6.0 [INFO] [stderr] Compiling serde_derive v1.0.89 [INFO] [stderr] Compiling modal-presenter v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: constant is never used: `BUTTON_X` [INFO] [stdout] --> src/main.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | const BUTTON_X: u8 = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `BUTTON_Y` [INFO] [stdout] --> src/main.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | const BUTTON_Y: u8 = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [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" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/modal_presenter-c3f7b4a312b55b7a.modal_presenter.e6ekii2f-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/modal_presenter-c3f7b4a312b55b7a.modal_presenter.e6ekii2f-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/modal_presenter-c3f7b4a312b55b7a.modal_presenter.e6ekii2f-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/modal_presenter-c3f7b4a312b55b7a.modal_presenter.e6ekii2f-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/modal_presenter-c3f7b4a312b55b7a.modal_presenter.e6ekii2f-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/modal_presenter-c3f7b4a312b55b7a.modal_presenter.e6ekii2f-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/modal_presenter-c3f7b4a312b55b7a.modal_presenter.e6ekii2f-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/modal_presenter-c3f7b4a312b55b7a.modal_presenter.e6ekii2f-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/modal_presenter-c3f7b4a312b55b7a.modal_presenter.e6ekii2f-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/modal_presenter-c3f7b4a312b55b7a.modal_presenter.e6ekii2f-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/modal_presenter-c3f7b4a312b55b7a.modal_presenter.e6ekii2f-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/modal_presenter-c3f7b4a312b55b7a.modal_presenter.e6ekii2f-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/modal_presenter-c3f7b4a312b55b7a.modal_presenter.e6ekii2f-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/modal_presenter-c3f7b4a312b55b7a.modal_presenter.e6ekii2f-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/modal_presenter-c3f7b4a312b55b7a.modal_presenter.e6ekii2f-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/modal_presenter-c3f7b4a312b55b7a.modal_presenter.e6ekii2f-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/modal_presenter-c3f7b4a312b55b7a" "/opt/rustwide/target/debug/deps/modal_presenter-c3f7b4a312b55b7a.32ip9d1h32do867.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libserde_yaml-aa51aa32faa39da0.rlib" "/opt/rustwide/target/debug/deps/libyaml_rust-1467c4f2abff7712.rlib" "/opt/rustwide/target/debug/deps/libserde-5ac87534758e7400.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-8fb267cbee2d8043.rlib" "/opt/rustwide/target/debug/deps/libdtoa-8becda42f4c20dac.rlib" "/opt/rustwide/target/debug/deps/libsdl2-856eb714f3ddd4e6.rlib" "/opt/rustwide/target/debug/deps/librand-9bcce303e2297d53.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-c72452d47acb92b2.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-48e634cceefa4757.rlib" "/opt/rustwide/target/debug/deps/librand_hc-453bb474651ee49c.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-95b4b26f310072d4.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-bf610786152d2d79.rlib" "/opt/rustwide/target/debug/deps/librand_core-d557c9f882b1f1f4.rlib" "/opt/rustwide/target/debug/deps/librand_os-20a7bfcc28a885d3.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-404e1a2ea1887578.rlib" "/opt/rustwide/target/debug/deps/librand_core-78bbe2a80acb1f13.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-7c9b4def73c3726e.rlib" "/opt/rustwide/target/debug/deps/libbitflags-eda987bbeb521c5d.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-1111c7f22c80ffdf.rlib" "/opt/rustwide/target/debug/deps/libnum-7776c808f3981920.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-0072aa6ed468b655.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-ee535da76a16751b.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-0e331abae535600b.rlib" "/opt/rustwide/target/debug/deps/liblibxdo-070b397da93e7785.rlib" "/opt/rustwide/target/debug/deps/liblibxdo_sys-22f696e062b901d3.rlib" "/opt/rustwide/target/debug/deps/libx11-ff9362875c12255f.rlib" "/opt/rustwide/target/debug/deps/liblibc-ec40051319d53ec0.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8bb11f807a7b6b4c.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-ca8087507780d964.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-259c92b387c1c166.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-16e0a2fbbb8e14b3.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-8a1651b8e23d2aaf.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-23bdd98b0574083e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-855a92055ec33e2e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-24c70dd44fbacdfb.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-b326273841bae587.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ac3c1f0e16507051.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5729542b65954aa.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-09bd1119ab1cad7d.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9a787681bfbeaf61.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5a0398ee67f74664.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_image" "-lSDL2_ttf" "-lxdo" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lSDL2_image [INFO] [stdout] /usr/bin/ld: cannot find -lSDL2_ttf [INFO] [stdout] /usr/bin/ld: cannot find -lxdo [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `modal-presenter`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "dc13e602312916ec2a8459552a7b4ac05f0804006d5e54325cf022e78c60571a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc13e602312916ec2a8459552a7b4ac05f0804006d5e54325cf022e78c60571a", kill_on_drop: false }` [INFO] [stdout] dc13e602312916ec2a8459552a7b4ac05f0804006d5e54325cf022e78c60571a