[INFO] fetching crate nvfbc 0.2.0... [INFO] testing nvfbc-0.2.0 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate nvfbc 0.2.0 into /workspace/builds/worker-0-tc2/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-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate nvfbc 0.2.0 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d2b291f366a5ee1373c4928ea8d5272bb65b86d1433f19f4f3eaf6de972172b5 [INFO] running `Command { std: "docker" "start" "-a" "d2b291f366a5ee1373c4928ea8d5272bb65b86d1433f19f4f3eaf6de972172b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d2b291f366a5ee1373c4928ea8d5272bb65b86d1433f19f4f3eaf6de972172b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d2b291f366a5ee1373c4928ea8d5272bb65b86d1433f19f4f3eaf6de972172b5", kill_on_drop: false }` [INFO] [stdout] d2b291f366a5ee1373c4928ea8d5272bb65b86d1433f19f4f3eaf6de972172b5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5eacf3fa3bf88519a5a70084d7058228b1ec3dc182f2f38fa2dab28e80694877 [INFO] running `Command { std: "docker" "start" "-a" "5eacf3fa3bf88519a5a70084d7058228b1ec3dc182f2f38fa2dab28e80694877", 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: hiding a lifetime that's elided elsewhere is 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] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type 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.60s [INFO] running `Command { std: "docker" "inspect" "5eacf3fa3bf88519a5a70084d7058228b1ec3dc182f2f38fa2dab28e80694877", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5eacf3fa3bf88519a5a70084d7058228b1ec3dc182f2f38fa2dab28e80694877", kill_on_drop: false }` [INFO] [stdout] 5eacf3fa3bf88519a5a70084d7058228b1ec3dc182f2f38fa2dab28e80694877 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d754aecf822254411942d4020854aff4653a501b04938f351d261d6fb178a424 [INFO] running `Command { std: "docker" "start" "-a" "d754aecf822254411942d4020854aff4653a501b04938f351d261d6fb178a424", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.8.18 [INFO] [stderr] Compiling proc-macro2 v1.0.76 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling rustacuda_core v0.1.2 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type 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 cuda-config v0.1.0 [INFO] [stderr] Compiling cuda-driver-sys v0.3.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.17 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling crossbeam-deque v0.8.4 [INFO] [stderr] Compiling rayon-core v1.12.0 [INFO] [stderr] Compiling rayon v1.8.0 [INFO] [stderr] Compiling exr v1.71.0 [INFO] [stderr] Compiling rustacuda_derive v0.1.2 [INFO] [stderr] Compiling rustacuda v0.1.3 [INFO] [stderr] Compiling jpeg-decoder v0.3.0 [INFO] [stderr] Compiling tiff v0.9.0 [INFO] [stderr] Compiling image v0.24.7 [INFO] [stderr] Compiling nvfbc v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type 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" "/tmp/rustc4Xx3L3/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/libnvfbc_sys-d9226feeb6d3b8ec.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lnvidia-fbc" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustc4Xx3L3/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/nvfbc-bc8b032727972633" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: error: unable to find library -lnvidia-fbc [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" "/tmp/rustcEPzECe/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{librustacuda-9335177ebe0927b0,libcuda_driver_sys-80a4c6270756bb3d,librustacuda_core-571d58c358764423,libnvfbc-34387b9433932ef4,libnvfbc_sys-d9226feeb6d3b8ec,libimage-2d1cf0d953142062,libqoi-4861ae0c254efb94,libbytemuck-b66fe0d21d889fa4,libpng-efbbf6e57ecde1a6,libfdeflate-939837d9ccd740a3,libbitflags-e2b4db6c651223da,libexr-0c80e360991612cf,libflume-7785f858401b6738,libzune_inflate-249878d2816071b4,libbit_field-eda3227a244109cb,liblebe-dd40720b17de66d8,libhalf-9a95a3935a0a9638,libsmallvec-133db1030405329c,libnum_rational-d0a6bd551fa6e8a2,libnum_integer-79ec4de2436a2a5b,libgif-693eb909d3f2bfff,libcolor_quant-fa7ff1de0e6ea74b,libbyteorder-1efcbe4f07366651,libnum_traits-78eddf8df1b04aaf,libtiff-e0bb32960509d2cb,libflate2-7eded0d5acda79b3,libminiz_oxide-ceb6486036c18f08,libsimd_adler32-eda01a159841bab2,libcrc32fast-6bd2f9a022460d01,libweezl-76b503b260314b12,libjpeg_decoder-35332f265a6f6da2,librayon-b0d6e5020fde74e4,librayon_core-52ca29b3895b115b,libcrossbeam_deque-4f7d3546b11c1887,libcrossbeam_epoch-f27054ac421af940,libcrossbeam_utils-7d389a688d72798d,libcfg_if-33ef6c02a07f9fec,libeither-229e626b51c6e8a7}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lcuda" "-lnvidia-fbc" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcEPzECe/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/cuda_screenshot-56e9cc26efe5da57" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: error: unable to find library -lcuda [INFO] [stdout] rust-lld: error: unable to find library -lnvidia-fbc [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `nvfbc` (example "cuda-screenshot") due to 1 previous error [INFO] [stderr] error: could not compile `nvfbc` (example "system-screenshot") due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcHYmvG1/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libnvfbc-34387b9433932ef4,libnvfbc_sys-d9226feeb6d3b8ec,libimage-2d1cf0d953142062,libqoi-4861ae0c254efb94,libbytemuck-b66fe0d21d889fa4,libpng-efbbf6e57ecde1a6,libfdeflate-939837d9ccd740a3,libbitflags-e2b4db6c651223da,libexr-0c80e360991612cf,libflume-7785f858401b6738,libzune_inflate-249878d2816071b4,libbit_field-eda3227a244109cb,liblebe-dd40720b17de66d8,libhalf-9a95a3935a0a9638,libsmallvec-133db1030405329c,libnum_rational-d0a6bd551fa6e8a2,libnum_integer-79ec4de2436a2a5b,libgif-693eb909d3f2bfff,libcolor_quant-fa7ff1de0e6ea74b,libbyteorder-1efcbe4f07366651,libnum_traits-78eddf8df1b04aaf,libtiff-e0bb32960509d2cb,libflate2-7eded0d5acda79b3,libminiz_oxide-ceb6486036c18f08,libsimd_adler32-eda01a159841bab2,libcrc32fast-6bd2f9a022460d01,libweezl-76b503b260314b12,libjpeg_decoder-35332f265a6f6da2,librayon-b0d6e5020fde74e4,librayon_core-52ca29b3895b115b,libcrossbeam_deque-4f7d3546b11c1887,libcrossbeam_epoch-f27054ac421af940,libcrossbeam_utils-7d389a688d72798d,libcfg_if-33ef6c02a07f9fec,libeither-229e626b51c6e8a7}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lnvidia-fbc" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcHYmvG1/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/system_screenshot-bd827a3ac94e841f" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: error: unable to find library -lnvidia-fbc [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d754aecf822254411942d4020854aff4653a501b04938f351d261d6fb178a424", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d754aecf822254411942d4020854aff4653a501b04938f351d261d6fb178a424", kill_on_drop: false }` [INFO] [stdout] d754aecf822254411942d4020854aff4653a501b04938f351d261d6fb178a424