[INFO] fetching crate nvfbc 0.2.0... [INFO] testing nvfbc-0.2.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate nvfbc 0.2.0 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate nvfbc 0.2.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate nvfbc 0.2.0 [INFO] tweaked toml for crates.io crate nvfbc 0.2.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate nvfbc 0.2.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate nvfbc 0.2.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rustacuda_derive v0.1.2 [INFO] [stderr] Downloaded cuda-config v0.1.0 [INFO] [stderr] Downloaded rustacuda v0.1.3 [INFO] [stderr] Downloaded cuda-driver-sys v0.3.0 [INFO] [stderr] Downloaded nvfbc-sys v0.2.0 [INFO] [stderr] Downloaded rustacuda_core v0.1.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 59944ecc623f7017ab308ee47d39719b9468d19e6b237caf67c043d16c524065 [INFO] running `Command { std: "docker" "start" "-a" "59944ecc623f7017ab308ee47d39719b9468d19e6b237caf67c043d16c524065", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "59944ecc623f7017ab308ee47d39719b9468d19e6b237caf67c043d16c524065", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "59944ecc623f7017ab308ee47d39719b9468d19e6b237caf67c043d16c524065", kill_on_drop: false }` [INFO] [stdout] 59944ecc623f7017ab308ee47d39719b9468d19e6b237caf67c043d16c524065 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "RUSTDOCFLAGS=--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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 7a1357047b01de9de2beacaa7351038d1b809225081b1b89a41f49ad272f9d80 [INFO] running `Command { std: "docker" "start" "-a" "7a1357047b01de9de2beacaa7351038d1b809225081b1b89a41f49ad272f9d80", kill_on_drop: false }` [INFO] [stderr] Compiling nvfbc-sys v0.2.0 [INFO] [stderr] Compiling nvfbc v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/system.rs:127:20 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn next_frame(&mut self, capture_method: CaptureMethod, timeout: Option) -> Result { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 127 | pub fn next_frame(&mut self, capture_method: CaptureMethod, timeout: Option) -> Result, Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s [INFO] running `Command { std: "docker" "inspect" "7a1357047b01de9de2beacaa7351038d1b809225081b1b89a41f49ad272f9d80", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a1357047b01de9de2beacaa7351038d1b809225081b1b89a41f49ad272f9d80", kill_on_drop: false }` [INFO] [stdout] 7a1357047b01de9de2beacaa7351038d1b809225081b1b89a41f49ad272f9d80 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "RUSTDOCFLAGS=--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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 10e864d4d75cbd42b2cbab69422ec76a8c72bd16734579055d6f4a393dc388fc [INFO] running `Command { std: "docker" "start" "-a" "10e864d4d75cbd42b2cbab69422ec76a8c72bd16734579055d6f4a393dc388fc", kill_on_drop: false }` [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling rayon-core v1.12.0 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling proc-macro2 v1.0.76 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling weezl v0.1.7 [INFO] [stderr] Compiling cuda-config v0.1.0 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling flume v0.11.0 [INFO] [stderr] Compiling zune-inflate v0.2.54 [INFO] [stderr] Compiling cuda-driver-sys v0.3.0 [INFO] [stderr] Compiling rayon v1.8.0 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling fdeflate v0.3.3 [INFO] [stderr] Compiling half v2.2.1 [INFO] [stderr] Compiling lebe v0.5.2 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling smallvec v1.11.2 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling bit_field v0.10.2 [INFO] [stderr] Compiling bytemuck v1.14.0 [INFO] [stderr] Compiling gif v0.12.0 [INFO] [stderr] Compiling exr v1.71.0 [INFO] [stderr] Compiling png v0.17.10 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling rustacuda_core v0.1.2 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/system.rs:127:20 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn next_frame(&mut self, capture_method: CaptureMethod, timeout: Option) -> Result { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 127 | pub fn next_frame(&mut self, capture_method: CaptureMethod, timeout: Option) -> Result, Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling jpeg-decoder v0.3.0 [INFO] [stderr] Compiling tiff v0.9.0 [INFO] [stderr] Compiling rustacuda_derive v0.1.2 [INFO] [stderr] Compiling image v0.24.7 [INFO] [stderr] Compiling rustacuda v0.1.3 [INFO] [stderr] Compiling nvfbc v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/system.rs:127:20 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn next_frame(&mut self, capture_method: CaptureMethod, timeout: Option) -> Result { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 127 | pub fn next_frame(&mut self, capture_method: CaptureMethod, timeout: Option) -> Result, Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/rcrt1.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crti.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtbeginS.o" "/tmp/rustckRj3QR/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libtest-*,libgetopts-*,libunicode_width-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/{libnvfbc_sys-5060e4afe3f371cf.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*}.rlib" "-lunwind" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libcfg_if-*,liblibc-*}.rlib" "-lc" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lnvidia-fbc" "-L" "/tmp/rustckRj3QR/raw-dylibs" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-nostartfiles" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib" "-o" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/nvfbc-f9ee37c50ea955f0" "-Wl,--gc-sections" "-static-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtendS.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtn.o" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: cannot find -lnvidia-fbc: No such file or directory [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `nvfbc` (lib test) due to 1 previous error; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/rcrt1.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crti.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtbeginS.o" "/tmp/rustcKQF60e/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/{libnvfbc-f8719ed2736aabb5.rlib,libnvfbc_sys-5060e4afe3f371cf.rlib,libimage-8dc50605931f51b3.rlib,libqoi-4490f1f133323be4.rlib,libbytemuck-0b1b006de67b5da7.rlib,libpng-a9a2443fd755be20.rlib,libfdeflate-8ca35836fb77553a.rlib,libbitflags-e274cd04b58a060d.rlib,libexr-81d373f9c47c491b.rlib,libflume-6501618b45b88184.rlib,libzune_inflate-b5966f47ed614358.rlib,libbit_field-06d03666b2d421c3.rlib,liblebe-90cc8b9f07bb8457.rlib,libhalf-bbe8151ed0e786c4.rlib,libsmallvec-4fd671477ba6741c.rlib,libnum_rational-b740fd3ca04ae10f.rlib,libnum_integer-9877c78c3b677507.rlib,libgif-f19a660c65b63f36.rlib,libcolor_quant-fd36927056f4d79f.rlib,libbyteorder-1e24148c060ae1e7.rlib,libnum_traits-9c54c6b64b45c6ac.rlib,libtiff-1b4e78eb9dca55b6.rlib,libflate2-a2dfd1b534769eaa.rlib,libminiz_oxide-4854b2da8220ecdf.rlib,libsimd_adler32-d281adfd236d72a3.rlib,libcrc32fast-8f2d6020cd2aee51.rlib,libweezl-203abeacc7a6ba7f.rlib,libjpeg_decoder-6843f73d5b0efa7a.rlib,librayon-fa8e671b743b1e96.rlib,librayon_core-e6f070219dc1fc78.rlib,libcrossbeam_deque-483e459a2868d383.rlib,libcrossbeam_epoch-a281c573ce5131ac.rlib,libcrossbeam_utils-c6d1c6aa7b9a89b2.rlib,libcfg_if-66d55f6b302e88c8.rlib,libeither-1d3de3e8349ae03b.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*}.rlib" "-lunwind" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libcfg_if-*,liblibc-*}.rlib" "-lc" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lnvidia-fbc" "-L" "/tmp/rustcKQF60e/raw-dylibs" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-nostartfiles" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib" "-o" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/examples/system_screenshot-221876765f508fc1" "-Wl,--gc-sections" "-static-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtendS.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtn.o" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: cannot find -lnvidia-fbc: No such file or directory [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/rcrt1.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crti.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtbeginS.o" "/tmp/rustcVcKuqV/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/{librustacuda-84d8b9f86ace67f4.rlib,libcuda_driver_sys-fc005ba1e4bcdc87.rlib,librustacuda_core-80e42cbc39391af1.rlib,libnvfbc-f8719ed2736aabb5.rlib,libnvfbc_sys-5060e4afe3f371cf.rlib,libimage-8dc50605931f51b3.rlib,libqoi-4490f1f133323be4.rlib,libbytemuck-0b1b006de67b5da7.rlib,libpng-a9a2443fd755be20.rlib,libfdeflate-8ca35836fb77553a.rlib,libbitflags-e274cd04b58a060d.rlib,libexr-81d373f9c47c491b.rlib,libflume-6501618b45b88184.rlib,libzune_inflate-b5966f47ed614358.rlib,libbit_field-06d03666b2d421c3.rlib,liblebe-90cc8b9f07bb8457.rlib,libhalf-bbe8151ed0e786c4.rlib,libsmallvec-4fd671477ba6741c.rlib,libnum_rational-b740fd3ca04ae10f.rlib,libnum_integer-9877c78c3b677507.rlib,libgif-f19a660c65b63f36.rlib,libcolor_quant-fd36927056f4d79f.rlib,libbyteorder-1e24148c060ae1e7.rlib,libnum_traits-9c54c6b64b45c6ac.rlib,libtiff-1b4e78eb9dca55b6.rlib,libflate2-a2dfd1b534769eaa.rlib,libminiz_oxide-4854b2da8220ecdf.rlib,libsimd_adler32-d281adfd236d72a3.rlib,libcrc32fast-8f2d6020cd2aee51.rlib,libweezl-203abeacc7a6ba7f.rlib,libjpeg_decoder-6843f73d5b0efa7a.rlib,librayon-fa8e671b743b1e96.rlib,librayon_core-e6f070219dc1fc78.rlib,libcrossbeam_deque-483e459a2868d383.rlib,libcrossbeam_epoch-a281c573ce5131ac.rlib,libcrossbeam_utils-c6d1c6aa7b9a89b2.rlib,libcfg_if-66d55f6b302e88c8.rlib,libeither-1d3de3e8349ae03b.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*}.rlib" "-lunwind" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libcfg_if-*,liblibc-*}.rlib" "-lc" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lcuda" "-lnvidia-fbc" "-L" "/tmp/rustcVcKuqV/raw-dylibs" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-nostartfiles" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib" "-o" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/examples/cuda_screenshot-1179831a01db834d" "-Wl,--gc-sections" "-static-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtendS.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtn.o" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: cannot find -lcuda: No such file or directory [INFO] [stdout] /usr/bin/ld: cannot find -lnvidia-fbc: No such file or directory [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `nvfbc` (example "system-screenshot") due to 1 previous error [INFO] [stderr] error: could not compile `nvfbc` (example "cuda-screenshot") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "10e864d4d75cbd42b2cbab69422ec76a8c72bd16734579055d6f4a393dc388fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "10e864d4d75cbd42b2cbab69422ec76a8c72bd16734579055d6f4a393dc388fc", kill_on_drop: false }` [INFO] [stdout] 10e864d4d75cbd42b2cbab69422ec76a8c72bd16734579055d6f4a393dc388fc