[INFO] fetching crate libusb-sys-wishbone-tool 0.2.6...
[INFO] checking libusb-sys-wishbone-tool-0.2.6 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate libusb-sys-wishbone-tool 0.2.6 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate libusb-sys-wishbone-tool 0.2.6 on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate libusb-sys-wishbone-tool 0.2.6
[INFO] finished tweaking crates.io crate libusb-sys-wishbone-tool 0.2.6
[INFO] tweaked toml for crates.io crate libusb-sys-wishbone-tool 0.2.6 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] crate crates.io crate libusb-sys-wishbone-tool 0.2.6 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" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6b2ed68b81bafebaaed6e5ba334fda9338394558739f0987f94c18d54f1724af
[INFO] running `Command { std: "docker" "start" "-a" "6b2ed68b81bafebaaed6e5ba334fda9338394558739f0987f94c18d54f1724af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6b2ed68b81bafebaaed6e5ba334fda9338394558739f0987f94c18d54f1724af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6b2ed68b81bafebaaed6e5ba334fda9338394558739f0987f94c18d54f1724af", kill_on_drop: false }`
[INFO] [stdout] 6b2ed68b81bafebaaed6e5ba334fda9338394558739f0987f94c18d54f1724af
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f2f374bb7bef92e404fee2be3c9a2ba2e051d1b38ffa6f58a214129248308fc8
[INFO] running `Command { std: "docker" "start" "-a" "f2f374bb7bef92e404fee2be3c9a2ba2e051d1b38ffa6f58a214129248308fc8", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.0.52
[INFO] [stderr]    Compiling libc v0.2.69
[INFO] [stderr]    Compiling libusb-sys-wishbone-tool v0.2.6 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0463]: can't find crate for `libusb_sys`
[INFO] [stdout]  --> examples/list_devices.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | extern crate libusb_sys as ffi;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `libusb_sys`
[INFO] [stdout]  --> examples/libusb_info.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | extern crate libusb_sys as ffi;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `libusb_sys`
[INFO] [stdout]  --> examples/read_device.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | extern crate libusb_sys as ffi;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]   --> examples/libusb_info.rs:24:63
[INFO] [stdout]    |
[INFO] [stdout] 24 |   let mut context: *mut ::ffi::libusb_context = unsafe { mem::uninitialized() };
[INFO] [stdout]    |                                                               ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]   --> examples/list_devices.rs:11:63
[INFO] [stdout]    |
[INFO] [stdout] 11 |   let mut context: *mut ::ffi::libusb_context = unsafe { mem::uninitialized() };
[INFO] [stdout]    |                                                               ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]   --> examples/list_devices.rs:24:73
[INFO] [stdout]    |
[INFO] [stdout] 24 |   let mut device_list: *const *mut ::ffi::libusb_device = unsafe { mem::uninitialized() };
[INFO] [stdout]    |                                                                         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]   --> examples/list_devices.rs:43:71
[INFO] [stdout]    |
[INFO] [stdout] 43 |   let mut descriptor: ::ffi::libusb_device_descriptor = unsafe { mem::uninitialized() };
[INFO] [stdout]    |                                                                       ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]   --> examples/list_devices.rs:97:82
[INFO] [stdout]    |
[INFO] [stdout] 97 |       let mut descriptor: *const ::ffi::libusb_config_descriptor = unsafe { mem::uninitialized() };
[INFO] [stdout]    |                                                                                  ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]   --> examples/read_device.rs:31:63
[INFO] [stdout]    |
[INFO] [stdout] 31 |   let mut context: *mut ::ffi::libusb_context = unsafe { mem::uninitialized() };
[INFO] [stdout]    |                                                               ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]   --> examples/read_device.rs:32:73
[INFO] [stdout]    |
[INFO] [stdout] 32 |   let mut device_list: *const *mut ::ffi::libusb_device = unsafe { mem::uninitialized() };
[INFO] [stdout]    |                                                                         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]   --> examples/read_device.rs:59:54
[INFO] [stdout]    |
[INFO] [stdout] 59 |         let mut active_config: c_int = unsafe { mem::uninitialized() };
[INFO] [stdout]    |                                                      ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> examples/read_device.rs:152:78
[INFO] [stdout]     |
[INFO] [stdout] 152 |   let mut device_descriptor: ::ffi::libusb_device_descriptor = unsafe { mem::uninitialized() };
[INFO] [stdout]     |                                                                              ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> examples/read_device.rs:157:84
[INFO] [stdout]     |
[INFO] [stdout] 157 |         let mut config_ptr: *const ::ffi::libusb_config_descriptor = unsafe { mem::uninitialized() };
[INFO] [stdout]     |                                                                                    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> examples/read_device.rs:230:58
[INFO] [stdout]     |
[INFO] [stdout] 230 |               let mut transferred: c_int = unsafe { mem::uninitialized() };
[INFO] [stdout]     |                                                          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `libusb-sys-wishbone-tool` (example "libusb_info") due to 2 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0609]: no field `altsetting` on type `&_`
[INFO] [stdout]    --> examples/list_devices.rs:107:74
[INFO] [stdout]     |
[INFO] [stdout] 107 |             let iface_descriptors = unsafe { slice::from_raw_parts(iface.altsetting, iface.num_altsetting as usize) };
[INFO] [stdout]     |                                                                          ^^^^^^^^^^ unknown field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `altsetting` on type `&_`
[INFO] [stdout]    --> examples/read_device.rs:165:67
[INFO] [stdout]     |
[INFO] [stdout] 165 |               let settings = unsafe { slice::from_raw_parts(iface.altsetting, iface.num_altsetting as usize) };
[INFO] [stdout]     |                                                                   ^^^^^^^^^^ unknown field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `endpoint` on type `&_`
[INFO] [stdout]    --> examples/read_device.rs:168:81
[INFO] [stdout]     |
[INFO] [stdout] 168 |                 let endpoints = unsafe { slice::from_raw_parts(iface_descriptor.endpoint, iface_descriptor.bNumEndpoints as usize) };
[INFO] [stdout]     |                                                                                 ^^^^^^^^ unknown field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `bEndpointAddress` on type `&_`
[INFO] [stdout]    --> examples/read_device.rs:171:54
[INFO] [stdout]     |
[INFO] [stdout] 171 |                   let is_input = endpoint_descriptor.bEndpointAddress & ::ffi::LIBUSB_ENDPOINT_DIR_MASK == ::ffi::LIBUSB_ENDPOINT_IN;
[INFO] [stdout]     |                                                      ^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors; 6 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0463, E0609.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `libusb-sys-wishbone-tool` (example "read_device") due to 5 previous errors; 6 warnings emitted
[INFO] [stdout] error: aborting due to 2 previous errors; 4 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0463, E0609.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `libusb-sys-wishbone-tool` (example "list_devices") due to 3 previous errors; 4 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "f2f374bb7bef92e404fee2be3c9a2ba2e051d1b38ffa6f58a214129248308fc8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f2f374bb7bef92e404fee2be3c9a2ba2e051d1b38ffa6f58a214129248308fc8", kill_on_drop: false }`
[INFO] [stdout] f2f374bb7bef92e404fee2be3c9a2ba2e051d1b38ffa6f58a214129248308fc8
[INFO] checking libusb-sys-wishbone-tool-0.2.6 against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] extracting crate libusb-sys-wishbone-tool 0.2.6 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate libusb-sys-wishbone-tool 0.2.6 on toolchain 7622c0f807a4e13c4db886a1681bf343795692df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate libusb-sys-wishbone-tool 0.2.6
[INFO] finished tweaking crates.io crate libusb-sys-wishbone-tool 0.2.6
[INFO] tweaked toml for crates.io crate libusb-sys-wishbone-tool 0.2.6 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] crate crates.io crate libusb-sys-wishbone-tool 0.2.6 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" "+7622c0f807a4e13c4db886a1681bf343795692df" "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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 88d7c73ea22a5111319fd120c98608eccd1b7a3e235898cce72458c081a4265b
[INFO] running `Command { std: "docker" "start" "-a" "88d7c73ea22a5111319fd120c98608eccd1b7a3e235898cce72458c081a4265b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "88d7c73ea22a5111319fd120c98608eccd1b7a3e235898cce72458c081a4265b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "88d7c73ea22a5111319fd120c98608eccd1b7a3e235898cce72458c081a4265b", kill_on_drop: false }`
[INFO] [stdout] 88d7c73ea22a5111319fd120c98608eccd1b7a3e235898cce72458c081a4265b
[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 -Dnon_local_definitions" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f4eef15f69fa92f5a39ac701dd648c732dab2f5d429dec795b9c51aa7425f23f
[INFO] running `Command { std: "docker" "start" "-a" "f4eef15f69fa92f5a39ac701dd648c732dab2f5d429dec795b9c51aa7425f23f", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.0.52
[INFO] [stderr]    Compiling libc v0.2.69
[INFO] [stderr]    Compiling libusb-sys-wishbone-tool v0.2.6 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0463]: can't find crate for `libusb_sys`
[INFO] [stdout]  --> examples/list_devices.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | extern crate libusb_sys as ffi;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `libusb_sys`
[INFO] [stdout]  --> examples/libusb_info.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | extern crate libusb_sys as ffi;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `libusb_sys`
[INFO] [stdout]  --> examples/read_device.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | extern crate libusb_sys as ffi;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]   --> examples/libusb_info.rs:24:63
[INFO] [stdout]    |
[INFO] [stdout] 24 |   let mut context: *mut ::ffi::libusb_context = unsafe { mem::uninitialized() };
[INFO] [stdout]    |                                                               ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]   --> examples/read_device.rs:31:63
[INFO] [stdout]    |
[INFO] [stdout] 31 |   let mut context: *mut ::ffi::libusb_context = unsafe { mem::uninitialized() };
[INFO] [stdout]    |                                                               ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]   --> examples/read_device.rs:32:73
[INFO] [stdout]    |
[INFO] [stdout] 32 |   let mut device_list: *const *mut ::ffi::libusb_device = unsafe { mem::uninitialized() };
[INFO] [stdout]    |                                                                         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]   --> examples/read_device.rs:59:54
[INFO] [stdout]    |
[INFO] [stdout] 59 |         let mut active_config: c_int = unsafe { mem::uninitialized() };
[INFO] [stdout]    |                                                      ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> examples/read_device.rs:152:78
[INFO] [stdout]     |
[INFO] [stdout] 152 |   let mut device_descriptor: ::ffi::libusb_device_descriptor = unsafe { mem::uninitialized() };
[INFO] [stdout]     |                                                                              ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> examples/read_device.rs:157:84
[INFO] [stdout]     |
[INFO] [stdout] 157 |         let mut config_ptr: *const ::ffi::libusb_config_descriptor = unsafe { mem::uninitialized() };
[INFO] [stdout]     |                                                                                    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> examples/read_device.rs:230:58
[INFO] [stdout]     |
[INFO] [stdout] 230 |               let mut transferred: c_int = unsafe { mem::uninitialized() };
[INFO] [stdout]     |                                                          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]   --> examples/list_devices.rs:11:63
[INFO] [stdout]    |
[INFO] [stdout] 11 |   let mut context: *mut ::ffi::libusb_context = unsafe { mem::uninitialized() };
[INFO] [stdout]    |                                                               ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]   --> examples/list_devices.rs:24:73
[INFO] [stdout]    |
[INFO] [stdout] 24 |   let mut device_list: *const *mut ::ffi::libusb_device = unsafe { mem::uninitialized() };
[INFO] [stdout]    |                                                                         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]   --> examples/list_devices.rs:43:71
[INFO] [stdout]    |
[INFO] [stdout] 43 |   let mut descriptor: ::ffi::libusb_device_descriptor = unsafe { mem::uninitialized() };
[INFO] [stdout]    |                                                                       ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]   --> examples/list_devices.rs:97:82
[INFO] [stdout]    |
[INFO] [stdout] 97 |       let mut descriptor: *const ::ffi::libusb_config_descriptor = unsafe { mem::uninitialized() };
[INFO] [stdout]    |                                                                                  ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `libusb-sys-wishbone-tool` (example "libusb_info") due to 2 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0609]: no field `altsetting` on type `&_`
[INFO] [stdout]    --> examples/list_devices.rs:107:74
[INFO] [stdout]     |
[INFO] [stdout] 107 |             let iface_descriptors = unsafe { slice::from_raw_parts(iface.altsetting, iface.num_altsetting as usize) };
[INFO] [stdout]     |                                                                          ^^^^^^^^^^ unknown field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `altsetting` on type `&_`
[INFO] [stdout]    --> examples/read_device.rs:165:67
[INFO] [stdout]     |
[INFO] [stdout] 165 |               let settings = unsafe { slice::from_raw_parts(iface.altsetting, iface.num_altsetting as usize) };
[INFO] [stdout]     |                                                                   ^^^^^^^^^^ unknown field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `endpoint` on type `&_`
[INFO] [stdout]    --> examples/read_device.rs:168:81
[INFO] [stdout]     |
[INFO] [stdout] 168 |                 let endpoints = unsafe { slice::from_raw_parts(iface_descriptor.endpoint, iface_descriptor.bNumEndpoints as usize) };
[INFO] [stdout]     |                                                                                 ^^^^^^^^ unknown field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `bEndpointAddress` on type `&_`
[INFO] [stdout]    --> examples/read_device.rs:171:54
[INFO] [stdout]     |
[INFO] [stdout] 171 |                   let is_input = endpoint_descriptor.bEndpointAddress & ::ffi::LIBUSB_ENDPOINT_DIR_MASK == ::ffi::LIBUSB_ENDPOINT_IN;
[INFO] [stdout]     |                                                      ^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors; 6 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0463, E0609.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `libusb-sys-wishbone-tool` (example "read_device") due to 5 previous errors; 6 warnings emitted
[INFO] [stdout] error: aborting due to 2 previous errors; 4 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0463, E0609.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `libusb-sys-wishbone-tool` (example "list_devices") due to 3 previous errors; 4 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "f4eef15f69fa92f5a39ac701dd648c732dab2f5d429dec795b9c51aa7425f23f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f4eef15f69fa92f5a39ac701dd648c732dab2f5d429dec795b9c51aa7425f23f", kill_on_drop: false }`
[INFO] [stdout] f4eef15f69fa92f5a39ac701dd648c732dab2f5d429dec795b9c51aa7425f23f
