[INFO] updating cached repository https://github.com/dmitryvk/wacom-output-mapping-watcher [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] b4e8556d7454237d5b3b0f485cee44aded167ec6 [INFO] testing dmitryvk/wacom-output-mapping-watcher against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdmitryvk%2Fwacom-output-mapping-watcher" "/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/dmitryvk/wacom-output-mapping-watcher on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/dmitryvk/wacom-output-mapping-watcher [INFO] finished tweaking git repo https://github.com/dmitryvk/wacom-output-mapping-watcher [INFO] tweaked toml for git repo https://github.com/dmitryvk/wacom-output-mapping-watcher written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/dmitryvk/wacom-output-mapping-watcher already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-10/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6026b7e8ea3fda98c5a7e7eac03569faa8ab9db62f3450688a195de0f8d4b65e [INFO] running `"docker" "start" "-a" "6026b7e8ea3fda98c5a7e7eac03569faa8ab9db62f3450688a195de0f8d4b65e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling wacom-output-mapping-watcher v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok` [INFO] [stderr] --> src/main.rs:11:47 [INFO] [stderr] | [INFO] [stderr] 11 | #![allow(dead_code, non_camel_case_types, raw_pointer_derive, non_snake_case)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok` [INFO] [stderr] --> src/xcb.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | #[allow(raw_pointer_derive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/xcb.rs:56:21 [INFO] [stderr] | [INFO] [stderr] 56 | let reply = try!(get_reply(self, cookie, xcb_intern_atom_reply)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/xcb.rs:198:22 [INFO] [stderr] | [INFO] [stderr] 198 | let reply = *try!(get_reply(connection, cookie, xcb_query_extension_reply)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/xcb.rs:208:21 [INFO] [stderr] | [INFO] [stderr] 208 | let reply = try!(get_reply(self.connection, cookie, xcb_randr_get_screen_resources_reply)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/xcb.rs:238:21 [INFO] [stderr] | [INFO] [stderr] 238 | let reply = try!(get_reply(self.connection, cookie, xcb_randr_get_output_info_reply)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/xcb.rs:260:21 [INFO] [stderr] | [INFO] [stderr] 260 | let reply = try!(get_reply(self.connection, cookie, xcb_randr_get_crtc_info_reply)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/xcb.rs:284:9 [INFO] [stderr] | [INFO] [stderr] 284 | try!(wait_for_cookie(self.connection, cookie)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/xcb.rs:394:22 [INFO] [stderr] | [INFO] [stderr] 394 | let reply = *try!(get_reply(connection, cookie, xcb_query_extension_reply)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/xcb.rs:401:25 [INFO] [stderr] | [INFO] [stderr] 401 | let reply = try!(get_reply(connection, cookie, xcb_input_xi_query_version_reply)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/xcb.rs:413:21 [INFO] [stderr] | [INFO] [stderr] 413 | let reply = try!(get_reply(self.connection, cookie, xcb_input_xi_query_device_reply)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/xcb.rs:441:21 [INFO] [stderr] | [INFO] [stderr] 441 | let reply = try!(get_reply(self.connection, cookie, xcb_input_xi_list_properties_reply)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/xcb.rs:499:9 [INFO] [stderr] | [INFO] [stderr] 499 | try!(wait_for_cookie(self.connection, cookie)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/xcb.rs:514:9 [INFO] [stderr] | [INFO] [stderr] 514 | try!(wait_for_cookie(self.connection, cookie)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0309]: the parameter type `ItemType` may not live long enough [INFO] [stderr] --> src/xcb.rs:93:5 [INFO] [stderr] | [INFO] [stderr] 92 | impl <'a, XcbIteratorType, ItemType> Iterator for XcbIterator<'a, XcbIteratorType, ItemType> { [INFO] [stderr] | -------- help: consider adding an explicit lifetime bound...: `ItemType: 'a` [INFO] [stderr] 93 | type Item = &'a ItemType; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ ...so that the reference type `&'a ItemType` does not outlive the data it points at [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 14 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0309`. [INFO] [stderr] error: could not compile `wacom-output-mapping-watcher`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "6026b7e8ea3fda98c5a7e7eac03569faa8ab9db62f3450688a195de0f8d4b65e"` [INFO] running `"docker" "rm" "-f" "6026b7e8ea3fda98c5a7e7eac03569faa8ab9db62f3450688a195de0f8d4b65e"` [INFO] [stdout] 6026b7e8ea3fda98c5a7e7eac03569faa8ab9db62f3450688a195de0f8d4b65e