[INFO] updating cached repository https://github.com/conundrumer/sensel-rs
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 5f8ca784e239135dd49b4f7ea6d98580ea8f9fc7
[INFO] checking conundrumer/sensel-rs against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fconundrumer%2Fsensel-rs" "/workspace/builds/worker-10/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/conundrumer/sensel-rs on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/conundrumer/sensel-rs
[INFO] finished tweaking git repo https://github.com/conundrumer/sensel-rs
[INFO] tweaked toml for git repo https://github.com/conundrumer/sensel-rs written to /workspace/builds/worker-10/source/Cargo.toml
[INFO] crate git repo https://github.com/conundrumer/sensel-rs already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 2c9949e21c3840de163c4bb2ce9219d28b2ff9e69d3eb5dd500c580751a92d26
[INFO] running `"docker" "start" "-a" "2c9949e21c3840de163c4bb2ce9219d28b2ff9e69d3eb5dd500c580751a92d26"`
[INFO] [stderr]    Compiling num-traits v0.2.0
[INFO] [stderr]    Compiling bindgen v0.33.1
[INFO] [stderr]    Compiling ansi_term v0.10.2
[INFO] [stderr]    Compiling termcolor v0.3.4
[INFO] [stderr]    Compiling vec_map v0.8.0
[INFO] [stderr]    Compiling memchr v2.0.1
[INFO] [stderr]    Compiling memchr v1.0.2
[INFO] [stderr]    Compiling atty v0.2.6
[INFO] [stderr]    Compiling time v0.1.39
[INFO] [stderr]    Compiling which v1.0.5
[INFO] [stderr]    Compiling clang-sys v0.21.2
[INFO] [stderr]    Compiling nom v3.2.1
[INFO] [stderr]    Compiling aho-corasick v0.6.4
[INFO] [stderr]    Compiling clap v2.30.0
[INFO] [stderr]    Compiling regex v0.2.6
[INFO] [stderr]    Compiling num-integer v0.1.36
[INFO] [stderr]    Compiling num-iter v0.1.35
[INFO] [stderr]    Compiling cexpr v0.2.3
[INFO] [stderr]    Compiling num v0.1.42
[INFO] [stderr]    Compiling chrono v0.4.0
[INFO] [stderr]    Compiling env_logger v0.5.3
[INFO] [stderr]    Compiling sensel v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frame.rs:7:1
[INFO] [stderr]    |
[INFO] [stderr] 7  | / bitflags! {
[INFO] [stderr] 8  | |     pub struct Mask: u8 {
[INFO] [stderr] 9  | |         #[cfg(feature = "forces")]
[INFO] [stderr] 10 | |         const PRESSURE = FRAME_CONTENT_PRESSURE_MASK as u8;
[INFO] [stderr] ...  |
[INFO] [stderr] 15 | |     }
[INFO] [stderr] 16 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frame.rs:7:1
[INFO] [stderr]    |
[INFO] [stderr] 7  | / bitflags! {
[INFO] [stderr] 8  | |     pub struct Mask: u8 {
[INFO] [stderr] 9  | |         #[cfg(feature = "forces")]
[INFO] [stderr] 10 | |         const PRESSURE = FRAME_CONTENT_PRESSURE_MASK as u8;
[INFO] [stderr] ...  |
[INFO] [stderr] 15 | |     }
[INFO] [stderr] 16 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frame.rs:7:1
[INFO] [stderr]    |
[INFO] [stderr] 7  | / bitflags! {
[INFO] [stderr] 8  | |     pub struct Mask: u8 {
[INFO] [stderr] 9  | |         #[cfg(feature = "forces")]
[INFO] [stderr] 10 | |         const PRESSURE = FRAME_CONTENT_PRESSURE_MASK as u8;
[INFO] [stderr] ...  |
[INFO] [stderr] 15 | |     }
[INFO] [stderr] 16 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/contact.rs:22:1
[INFO] [stderr]    |
[INFO] [stderr] 22 | / bitflags! {
[INFO] [stderr] 23 | |     pub struct Mask: u8 {
[INFO] [stderr] 24 | |         const ELLIPSE = CONTACT_MASK_ELLIPSE as u8;
[INFO] [stderr] 25 | |         const DELTAS = CONTACT_MASK_DELTAS as u8;
[INFO] [stderr] ...  |
[INFO] [stderr] 28 | |     }
[INFO] [stderr] 29 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/contact.rs:22:1
[INFO] [stderr]    |
[INFO] [stderr] 22 | / bitflags! {
[INFO] [stderr] 23 | |     pub struct Mask: u8 {
[INFO] [stderr] 24 | |         const ELLIPSE = CONTACT_MASK_ELLIPSE as u8;
[INFO] [stderr] 25 | |         const DELTAS = CONTACT_MASK_DELTAS as u8;
[INFO] [stderr] ...  |
[INFO] [stderr] 28 | |     }
[INFO] [stderr] 29 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/contact.rs:22:1
[INFO] [stderr]    |
[INFO] [stderr] 22 | / bitflags! {
[INFO] [stderr] 23 | |     pub struct Mask: u8 {
[INFO] [stderr] 24 | |         const ELLIPSE = CONTACT_MASK_ELLIPSE as u8;
[INFO] [stderr] 25 | |         const DELTAS = CONTACT_MASK_DELTAS as u8;
[INFO] [stderr] ...  |
[INFO] [stderr] 28 | |     }
[INFO] [stderr] 29 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frame.rs:7:1
[INFO] [stderr]    |
[INFO] [stderr] 7  | / bitflags! {
[INFO] [stderr] 8  | |     pub struct Mask: u8 {
[INFO] [stderr] 9  | |         #[cfg(feature = "forces")]
[INFO] [stderr] 10 | |         const PRESSURE = FRAME_CONTENT_PRESSURE_MASK as u8;
[INFO] [stderr] ...  |
[INFO] [stderr] 15 | |     }
[INFO] [stderr] 16 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frame.rs:7:1
[INFO] [stderr]    |
[INFO] [stderr] 7  | / bitflags! {
[INFO] [stderr] 8  | |     pub struct Mask: u8 {
[INFO] [stderr] 9  | |         #[cfg(feature = "forces")]
[INFO] [stderr] 10 | |         const PRESSURE = FRAME_CONTENT_PRESSURE_MASK as u8;
[INFO] [stderr] ...  |
[INFO] [stderr] 15 | |     }
[INFO] [stderr] 16 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frame.rs:7:1
[INFO] [stderr]    |
[INFO] [stderr] 7  | / bitflags! {
[INFO] [stderr] 8  | |     pub struct Mask: u8 {
[INFO] [stderr] 9  | |         #[cfg(feature = "forces")]
[INFO] [stderr] 10 | |         const PRESSURE = FRAME_CONTENT_PRESSURE_MASK as u8;
[INFO] [stderr] ...  |
[INFO] [stderr] 15 | |     }
[INFO] [stderr] 16 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/contact.rs:22:1
[INFO] [stderr]    |
[INFO] [stderr] 22 | / bitflags! {
[INFO] [stderr] 23 | |     pub struct Mask: u8 {
[INFO] [stderr] 24 | |         const ELLIPSE = CONTACT_MASK_ELLIPSE as u8;
[INFO] [stderr] 25 | |         const DELTAS = CONTACT_MASK_DELTAS as u8;
[INFO] [stderr] ...  |
[INFO] [stderr] 28 | |     }
[INFO] [stderr] 29 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/contact.rs:22:1
[INFO] [stderr]    |
[INFO] [stderr] 22 | / bitflags! {
[INFO] [stderr] 23 | |     pub struct Mask: u8 {
[INFO] [stderr] 24 | |         const ELLIPSE = CONTACT_MASK_ELLIPSE as u8;
[INFO] [stderr] 25 | |         const DELTAS = CONTACT_MASK_DELTAS as u8;
[INFO] [stderr] ...  |
[INFO] [stderr] 28 | |     }
[INFO] [stderr] 29 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/contact.rs:22:1
[INFO] [stderr]    |
[INFO] [stderr] 22 | / bitflags! {
[INFO] [stderr] 23 | |     pub struct Mask: u8 {
[INFO] [stderr] 24 | |         const ELLIPSE = CONTACT_MASK_ELLIPSE as u8;
[INFO] [stderr] 25 | |         const DELTAS = CONTACT_MASK_DELTAS as u8;
[INFO] [stderr] ...  |
[INFO] [stderr] 28 | |     }
[INFO] [stderr] 29 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/bin/api_test.rs:42:28
[INFO] [stderr]    |
[INFO] [stderr] 42 |         let tests: Vec<Box<Fn() -> Result<_, _>>> = vec![Box::new(|| {
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn() -> Result<_, _>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no associated item named `PRESSURE` found for struct `sensel::frame::Mask` in the current scope
[INFO] [stderr]   --> src/bin/forces.rs:22:51
[INFO] [stderr]    |
[INFO] [stderr] 22 |     device.set_frame_content(sensel::frame::Mask::PRESSURE).unwrap();
[INFO] [stderr]    |                                                   ^^^^^^^^ associated item not found in `sensel::frame::Mask`
[INFO] [stderr] 
[INFO] [stderr] error[E0609]: no field `force_array` on type `sensel::frame::Frame<'_>`
[INFO] [stderr]   --> src/bin/forces.rs:41:37
[INFO] [stderr]    |
[INFO] [stderr] 41 |             let force_array = frame.force_array.unwrap();
[INFO] [stderr]    |                                     ^^^^^^^^^^^ unknown field
[INFO] [stderr]    |
[INFO] [stderr]    = note: available fields are: `lost_frame_count`, `accel_data`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0599, E0609.
[INFO] [stderr] For more information about an error, try `rustc --explain E0599`.
[INFO] [stderr] error: could not compile `sensel`.
[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] [stderr] error[E0599]: no associated item named `PRESSURE` found for struct `sensel::frame::Mask` in the current scope
[INFO] [stderr]   --> src/bin/forces.rs:22:51
[INFO] [stderr]    |
[INFO] [stderr] 22 |     device.set_frame_content(sensel::frame::Mask::PRESSURE).unwrap();
[INFO] [stderr]    |                                                   ^^^^^^^^ associated item not found in `sensel::frame::Mask`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/bin/api_test.rs:42:28
[INFO] [stderr]    |
[INFO] [stderr] 42 |         let tests: Vec<Box<Fn() -> Result<_, _>>> = vec![Box::new(|| {
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn() -> Result<_, _>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0609]: no field `force_array` on type `sensel::frame::Frame<'_>`
[INFO] [stderr]   --> src/bin/forces.rs:41:37
[INFO] [stderr]    |
[INFO] [stderr] 41 |             let force_array = frame.force_array.unwrap();
[INFO] [stderr]    |                                     ^^^^^^^^^^^ unknown field
[INFO] [stderr]    |
[INFO] [stderr]    = note: available fields are: `lost_frame_count`, `accel_data`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0599, E0609.
[INFO] [stderr] For more information about an error, try `rustc --explain E0599`.
[INFO] [stderr] error: could not compile `sensel`.
[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] [stderr] error: build failed
[INFO] running `"docker" "inspect" "2c9949e21c3840de163c4bb2ce9219d28b2ff9e69d3eb5dd500c580751a92d26"`
[INFO] running `"docker" "rm" "-f" "2c9949e21c3840de163c4bb2ce9219d28b2ff9e69d3eb5dd500c580751a92d26"`
[INFO] [stdout] 2c9949e21c3840de163c4bb2ce9219d28b2ff9e69d3eb5dd500c580751a92d26
