[INFO] fetching crate touptek 1.1.0... [INFO] checking touptek-1.1.0 against try#05c8870159e4f328578a970e125aa76d24f03b56 for pr-76219 [INFO] extracting crate touptek 1.1.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate touptek 1.1.0 on toolchain 05c8870159e4f328578a970e125aa76d24f03b56 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate touptek 1.1.0 [INFO] finished tweaking crates.io crate touptek 1.1.0 [INFO] tweaked toml for crates.io crate touptek 1.1.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3ae6e0e97fc32b0e35df11445abb7bc77cf1fa29ec3aa69b06aab0d7c42c0545 [INFO] running `Command { std: "docker" "start" "-a" "3ae6e0e97fc32b0e35df11445abb7bc77cf1fa29ec3aa69b06aab0d7c42c0545", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3ae6e0e97fc32b0e35df11445abb7bc77cf1fa29ec3aa69b06aab0d7c42c0545", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ae6e0e97fc32b0e35df11445abb7bc77cf1fa29ec3aa69b06aab0d7c42c0545", kill_on_drop: false }` [INFO] [stdout] 3ae6e0e97fc32b0e35df11445abb7bc77cf1fa29ec3aa69b06aab0d7c42c0545 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 92541022dbd35ca7c029b7acee05e5ded6fc59f0c883e570cdcedcbaabdbc73d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "92541022dbd35ca7c029b7acee05e5ded6fc59f0c883e570cdcedcbaabdbc73d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.76 [INFO] [stderr] Checking touptek v1.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | / bitflags! { [INFO] [stdout] 29 | | flags Flags: u32 { [INFO] [stdout] 30 | | const FLAG_CMOS = 0x00000001, /* cmos sensor */ [INFO] [stdout] 31 | | const FLAG_CCD_PROGRESSIVE = 0x00000002, /* progressive ccd sensor */ [INFO] [stdout] ... | [INFO] [stdout] 50 | | } [INFO] [stdout] 51 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | / bitflags! { [INFO] [stdout] 29 | | flags Flags: u32 { [INFO] [stdout] 30 | | const FLAG_CMOS = 0x00000001, /* cmos sensor */ [INFO] [stdout] 31 | | const FLAG_CCD_PROGRESSIVE = 0x00000002, /* progressive ccd sensor */ [INFO] [stdout] ... | [INFO] [stdout] 50 | | } [INFO] [stdout] 51 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:222:1 [INFO] [stdout] | [INFO] [stdout] 222 | / extern { [INFO] [stdout] 223 | | fn Toupcam_Version() -> *const c_char; [INFO] [stdout] 224 | | [INFO] [stdout] 225 | | fn Toupcam_HotPlug(pHotPlugCallback: std::option::Option, [INFO] [stdout] ... | [INFO] [stdout] 389 | | input: *const u8, output: *mut u8, nBitDepth: c_uchar); [INFO] [stdout] 390 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(missing_abi)]` on by default [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:225:62 [INFO] [stdout] | [INFO] [stdout] 225 | fn Toupcam_HotPlug(pHotPlugCallback: std::option::Option, [INFO] [stdout] | ^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:237:58 [INFO] [stdout] | [INFO] [stdout] 237 | ... pEventCallback: extern fn(Event, *mut c_void), [INFO] [stdout] | ^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:342:57 [INFO] [stdout] | [INFO] [stdout] 342 | fnTTProc: std::option::Option, [INFO] [stdout] | ^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:348:54 [INFO] [stdout] | [INFO] [stdout] 348 | fnWBProc: std::option::Option, [INFO] [stdout] | ^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:361:65 [INFO] [stdout] | [INFO] [stdout] 361 | ... fnExpoProc: std::option::Option, [INFO] [stdout] | ^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:364:69 [INFO] [stdout] | [INFO] [stdout] 364 | ... fnChromeProc: std::option::Option, [INFO] [stdout] | ^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:379:46 [INFO] [stdout] | [INFO] [stdout] 379 | ... fnHistogramProc: extern fn(*const [c_double; 256], [INFO] [stdout] | ^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:530:9 [INFO] [stdout] | [INFO] [stdout] 530 | / extern fn wrapper(sender: *mut c_void) { [INFO] [stdout] 531 | | unsafe { (*(sender as *const SyncSender<()>)).send(()).unwrap() } [INFO] [stdout] 532 | | } [INFO] [stdout] | |_________^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:612:9 [INFO] [stdout] | [INFO] [stdout] 612 | / extern fn wrapper(event: Event, sender: *mut c_void) { [INFO] [stdout] 613 | | unsafe { (*(sender as *const SyncSender)).try_send(event).unwrap() } [INFO] [stdout] 614 | | } [INFO] [stdout] | |_________^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | / bitflags! { [INFO] [stdout] 29 | | flags Flags: u32 { [INFO] [stdout] 30 | | const FLAG_CMOS = 0x00000001, /* cmos sensor */ [INFO] [stdout] 31 | | const FLAG_CCD_PROGRESSIVE = 0x00000002, /* progressive ccd sensor */ [INFO] [stdout] ... | [INFO] [stdout] 50 | | } [INFO] [stdout] 51 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | / bitflags! { [INFO] [stdout] 29 | | flags Flags: u32 { [INFO] [stdout] 30 | | const FLAG_CMOS = 0x00000001, /* cmos sensor */ [INFO] [stdout] 31 | | const FLAG_CCD_PROGRESSIVE = 0x00000002, /* progressive ccd sensor */ [INFO] [stdout] ... | [INFO] [stdout] 50 | | } [INFO] [stdout] 51 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:222:1 [INFO] [stdout] | [INFO] [stdout] 222 | / extern { [INFO] [stdout] 223 | | fn Toupcam_Version() -> *const c_char; [INFO] [stdout] 224 | | [INFO] [stdout] 225 | | fn Toupcam_HotPlug(pHotPlugCallback: std::option::Option, [INFO] [stdout] ... | [INFO] [stdout] 389 | | input: *const u8, output: *mut u8, nBitDepth: c_uchar); [INFO] [stdout] 390 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(missing_abi)]` on by default [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:225:62 [INFO] [stdout] | [INFO] [stdout] 225 | fn Toupcam_HotPlug(pHotPlugCallback: std::option::Option, [INFO] [stdout] | ^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:237:58 [INFO] [stdout] | [INFO] [stdout] 237 | ... pEventCallback: extern fn(Event, *mut c_void), [INFO] [stdout] | ^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:342:57 [INFO] [stdout] | [INFO] [stdout] 342 | fnTTProc: std::option::Option, [INFO] [stdout] | ^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:348:54 [INFO] [stdout] | [INFO] [stdout] 348 | fnWBProc: std::option::Option, [INFO] [stdout] | ^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:361:65 [INFO] [stdout] | [INFO] [stdout] 361 | ... fnExpoProc: std::option::Option, [INFO] [stdout] | ^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:364:69 [INFO] [stdout] | [INFO] [stdout] 364 | ... fnChromeProc: std::option::Option, [INFO] [stdout] | ^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:379:46 [INFO] [stdout] | [INFO] [stdout] 379 | ... fnHistogramProc: extern fn(*const [c_double; 256], [INFO] [stdout] | ^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:530:9 [INFO] [stdout] | [INFO] [stdout] 530 | / extern fn wrapper(sender: *mut c_void) { [INFO] [stdout] 531 | | unsafe { (*(sender as *const SyncSender<()>)).send(()).unwrap() } [INFO] [stdout] 532 | | } [INFO] [stdout] | |_________^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:612:9 [INFO] [stdout] | [INFO] [stdout] 612 | / extern fn wrapper(event: Event, sender: *mut c_void) { [INFO] [stdout] 613 | | unsafe { (*(sender as *const SyncSender)).try_send(event).unwrap() } [INFO] [stdout] 614 | | } [INFO] [stdout] | |_________^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `touptek`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 10 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "92541022dbd35ca7c029b7acee05e5ded6fc59f0c883e570cdcedcbaabdbc73d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "92541022dbd35ca7c029b7acee05e5ded6fc59f0c883e570cdcedcbaabdbc73d", kill_on_drop: false }` [INFO] [stdout] 92541022dbd35ca7c029b7acee05e5ded6fc59f0c883e570cdcedcbaabdbc73d