[INFO] fetching crate nvfbc 0.2.0... [INFO] testing nvfbc-0.2.0 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate nvfbc 0.2.0 into /workspace/builds/worker-2-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-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate nvfbc 0.2.0 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 14c402649fa6b84e2dd6e3b1eaf97c5d2f384eb60077b83514b80f368547633f [INFO] running `Command { std: "docker" "start" "-a" "14c402649fa6b84e2dd6e3b1eaf97c5d2f384eb60077b83514b80f368547633f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "14c402649fa6b84e2dd6e3b1eaf97c5d2f384eb60077b83514b80f368547633f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "14c402649fa6b84e2dd6e3b1eaf97c5d2f384eb60077b83514b80f368547633f", kill_on_drop: false }` [INFO] [stdout] 14c402649fa6b84e2dd6e3b1eaf97c5d2f384eb60077b83514b80f368547633f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 683b8347e76d0640df59b333e2e3951bb643d7b223b11cd43e31d6b34a88ad41 [INFO] running `Command { std: "docker" "start" "-a" "683b8347e76d0640df59b333e2e3951bb643d7b223b11cd43e31d6b34a88ad41", 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.74s [INFO] running `Command { std: "docker" "inspect" "683b8347e76d0640df59b333e2e3951bb643d7b223b11cd43e31d6b34a88ad41", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "683b8347e76d0640df59b333e2e3951bb643d7b223b11cd43e31d6b34a88ad41", kill_on_drop: false }` [INFO] [stdout] 683b8347e76d0640df59b333e2e3951bb643d7b223b11cd43e31d6b34a88ad41 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2320ec2a9053ab6cf546249be229c1dc99aace2697c88c9a3bae8a3308992ece [INFO] running `Command { std: "docker" "start" "-a" "2320ec2a9053ab6cf546249be229c1dc99aace2697c88c9a3bae8a3308992ece", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.8.18 [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 num-traits v0.2.17 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling cuda-config v0.1.0 [INFO] [stderr] Compiling weezl v0.1.7 [INFO] [stderr] Compiling half v2.2.1 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling lebe v0.5.2 [INFO] [stderr] Compiling smallvec v1.11.2 [INFO] [stderr] Compiling bit_field v0.10.2 [INFO] [stderr] Compiling bytemuck v1.14.0 [INFO] [stderr] Compiling rustacuda_core v0.1.2 [INFO] [stderr] Compiling cuda-driver-sys v0.3.0 [INFO] [stderr] Compiling gif v0.12.0 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling fdeflate v0.3.3 [INFO] [stderr] Compiling zune-inflate v0.2.54 [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 qoi v0.4.1 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling flume v0.11.0 [INFO] [stderr] Compiling png v0.17.10 [INFO] [stderr] Compiling crossbeam-epoch v0.9.17 [INFO] [stderr] Compiling crossbeam-deque v0.8.4 [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/rustcz4tpbq/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,libunicode_width-*,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/rustcz4tpbq/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] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcjPvue0/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/rustcjPvue0/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] [stderr] error: could not compile `nvfbc` (example "system-screenshot") due to 1 previous error [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/rustc7of3d5/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/rustc7of3d5/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` (lib test) due to 1 previous error; 1 warning emitted [INFO] [stderr] error: could not compile `nvfbc` (example "cuda-screenshot") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "2320ec2a9053ab6cf546249be229c1dc99aace2697c88c9a3bae8a3308992ece", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2320ec2a9053ab6cf546249be229c1dc99aace2697c88c9a3bae8a3308992ece", kill_on_drop: false }` [INFO] [stdout] 2320ec2a9053ab6cf546249be229c1dc99aace2697c88c9a3bae8a3308992ece