[INFO] cloning repository https://github.com/storycraft/tablet-driver [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/storycraft/tablet-driver" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstorycraft%2Ftablet-driver", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstorycraft%2Ftablet-driver'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] aa16596722d986c796b0d2bd153cd40d4bffe18b [INFO] testing storycraft/tablet-driver against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstorycraft%2Ftablet-driver" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/storycraft/tablet-driver on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/storycraft/tablet-driver [INFO] finished tweaking git repo https://github.com/storycraft/tablet-driver [INFO] tweaked toml for git repo https://github.com/storycraft/tablet-driver written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/storycraft/tablet-driver already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 13ca6b8c73d804248b7815efb78a5bc969f4374483a4ee0e0dd4c6c65382f147 [INFO] running `Command { std: "docker" "start" "-a" "13ca6b8c73d804248b7815efb78a5bc969f4374483a4ee0e0dd4c6c65382f147", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "13ca6b8c73d804248b7815efb78a5bc969f4374483a4ee0e0dd4c6c65382f147", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13ca6b8c73d804248b7815efb78a5bc969f4374483a4ee0e0dd4c6c65382f147", kill_on_drop: false }` [INFO] [stdout] 13ca6b8c73d804248b7815efb78a5bc969f4374483a4ee0e0dd4c6c65382f147 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0e274ba87cc558ab0fa33e10ebb4511a674465da5c749137e091c1c1a099a077 [INFO] running `Command { std: "docker" "start" "-a" "0e274ba87cc558ab0fa33e10ebb4511a674465da5c749137e091c1c1a099a077", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling cc v1.0.61 [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling ppv-lite86 v0.2.9 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling cpuid-bool v0.1.2 [INFO] [stderr] Compiling utf-8 v0.7.5 [INFO] [stderr] Compiling base64 v0.12.3 [INFO] [stderr] Compiling enigo v0.0.14 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling input_buffer v0.3.1 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling http v0.2.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling hidapi v1.2.3 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling sha-1 v0.9.1 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling tungstenite v0.11.1 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Compiling bincode v1.3.1 [INFO] [stderr] Compiling story-tablet-driver v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/story_tablet_driver-315529b1090c25f8.story_tablet_driver.a6b2871f-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/story_tablet_driver-315529b1090c25f8.story_tablet_driver.a6b2871f-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/story_tablet_driver-315529b1090c25f8.story_tablet_driver.a6b2871f-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/story_tablet_driver-315529b1090c25f8.story_tablet_driver.a6b2871f-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/story_tablet_driver-315529b1090c25f8.story_tablet_driver.a6b2871f-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/story_tablet_driver-315529b1090c25f8.story_tablet_driver.a6b2871f-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/story_tablet_driver-315529b1090c25f8.story_tablet_driver.a6b2871f-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/story_tablet_driver-315529b1090c25f8.story_tablet_driver.a6b2871f-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/story_tablet_driver-315529b1090c25f8.story_tablet_driver.a6b2871f-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/story_tablet_driver-315529b1090c25f8.story_tablet_driver.a6b2871f-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/story_tablet_driver-315529b1090c25f8.story_tablet_driver.a6b2871f-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/story_tablet_driver-315529b1090c25f8.story_tablet_driver.a6b2871f-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/story_tablet_driver-315529b1090c25f8.story_tablet_driver.a6b2871f-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/story_tablet_driver-315529b1090c25f8.story_tablet_driver.a6b2871f-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/story_tablet_driver-315529b1090c25f8.story_tablet_driver.a6b2871f-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/story_tablet_driver-315529b1090c25f8.story_tablet_driver.a6b2871f-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/story_tablet_driver-315529b1090c25f8.xsbq2kb2733iw31.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/target/debug/build/hidapi-6ba9c2eb7b5d2786/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libbincode-8d94b337eb6bdd2a.rlib" "/opt/rustwide/target/debug/deps/libserde_json-cc08ecf646bde60a.rlib" "/opt/rustwide/target/debug/deps/libryu-1b2f9606b802eb11.rlib" "/opt/rustwide/target/debug/deps/libtungstenite-60ee2c4970f30274.rlib" "/opt/rustwide/target/debug/deps/librand-175b66569ca0a3d4.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-7b11b385335314e1.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-051447f765ff41f6.rlib" "/opt/rustwide/target/debug/deps/librand_core-f72b1b8d779c0a09.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-7a6bcc5c6394dcbf.rlib" "/opt/rustwide/target/debug/deps/libutf8-d4f10376d84bc858.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-195565e85f6c1ed0.rlib" "/opt/rustwide/target/debug/deps/libsha1-cfb4e95a42d225fb.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-c1ffb6c246dc7985.rlib" "/opt/rustwide/target/debug/deps/libcpuid_bool-b3948c4b6083d17f.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-e076c0d87190c1fe.rlib" "/opt/rustwide/target/debug/deps/libdigest-8b902866d0442404.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-645d97592e8e73c5.rlib" "/opt/rustwide/target/debug/deps/libtypenum-52519c3919cd899e.rlib" "/opt/rustwide/target/debug/deps/libbase64-e32cbcac7be10dfc.rlib" "/opt/rustwide/target/debug/deps/libinput_buffer-b407a115052c56c0.rlib" "/opt/rustwide/target/debug/deps/libhttparse-33207b296810ef8b.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-e69c42189aa4e812.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-8ae6cf98282835c5.rlib" "/opt/rustwide/target/debug/deps/libopenssl-bc2e5cdfb687e270.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-233962ba8feb16fd.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-02ff0d0fbc57b9b4.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-e7016572aae82e2a.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-9ed4d3efdde6e3fc.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0409eb6f696bdc99.rlib" "/opt/rustwide/target/debug/deps/liburl-79f7f68c1180b343.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-32dd5c1ab5974210.rlib" "/opt/rustwide/target/debug/deps/libidna-eadf4df1bbe0c3ae.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-435a63816f826cbd.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-e7cdd5020c9aedf8.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-fbe957e6f985f3bf.rlib" "/opt/rustwide/target/debug/deps/libmatches-794dc2bc143388e6.rlib" "/opt/rustwide/target/debug/deps/liblog-410faf3f32838acd.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3e93dce105ba1ecd.rlib" "/opt/rustwide/target/debug/deps/libhttp-cf6a764c92104dcc.rlib" "/opt/rustwide/target/debug/deps/libitoa-653b85f7ff9315e8.rlib" "/opt/rustwide/target/debug/deps/libbytes-c27d72a53275aaf6.rlib" "/opt/rustwide/target/debug/deps/libfnv-cb175ca084a41bf7.rlib" "/opt/rustwide/target/debug/deps/libenigo-6ce16e96acbffc11.rlib" "/opt/rustwide/target/debug/deps/libserde-c48d2cec6aa0f2e0.rlib" "/opt/rustwide/target/debug/deps/libhidapi-a614f011b9213d67.rlib" "/opt/rustwide/target/debug/deps/liblibc-34fd7ce697921c39.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a46a068050a12a4b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1df56095db9453cb.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-9062de483386e50b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-b988ab269ff13602.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-1bc822d886d4f7bd.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-963eca8df4c224a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d805b480c9102e58.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-06dfdbc22b935051.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d7523a4d118e6572.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-5d7898c7fac3a07d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8c2bdbab4845bf3d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-d578639df0547b30.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-58bbb7b1efa3a5e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4c9b082d197c16f8.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-70f9ed6d8e7a5ce6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8c0a241d0360fa53.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-bad7ed93fdd31371.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-98b4d121af2b7335.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1d9f7e5920635d15.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lxdo" "-ldl" "-lusb-1.0" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/story_tablet_driver-315529b1090c25f8" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /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 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `story-tablet-driver` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "0e274ba87cc558ab0fa33e10ebb4511a674465da5c749137e091c1c1a099a077", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e274ba87cc558ab0fa33e10ebb4511a674465da5c749137e091c1c1a099a077", kill_on_drop: false }` [INFO] [stdout] 0e274ba87cc558ab0fa33e10ebb4511a674465da5c749137e091c1c1a099a077