[INFO] updating cached repository https://github.com/MWatch/mwatch-protocol-spoofer [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] f53f2050410e9611239547047d3dceee684180b5 [INFO] checking MWatch/mwatch-protocol-spoofer against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMWatch%2Fmwatch-protocol-spoofer" "/workspace/builds/worker-13/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/MWatch/mwatch-protocol-spoofer on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/MWatch/mwatch-protocol-spoofer [INFO] finished tweaking git repo https://github.com/MWatch/mwatch-protocol-spoofer [INFO] tweaked toml for git repo https://github.com/MWatch/mwatch-protocol-spoofer written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/MWatch/mwatch-protocol-spoofer already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "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] 64902f348b338136ff6eb6346477e4c79a6d986e2942619d219770a0c09b1b04 [INFO] running `"docker" "start" "-a" "64902f348b338136ff6eb6346477e4c79a6d986e2942619d219770a0c09b1b04"` [INFO] [stderr] Compiling proc-macro2 v0.4.26 [INFO] [stderr] Compiling memchr v2.1.3 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Checking unicode-width v0.1.5 [INFO] [stderr] Compiling build_const v0.2.1 [INFO] [stderr] Checking ucd-util v0.1.3 [INFO] [stderr] Checking strsim v0.7.0 [INFO] [stderr] Checking hex v0.3.2 [INFO] [stderr] Checking simple-hex v0.1.0 [INFO] [stderr] Compiling libc v0.2.48 [INFO] [stderr] Compiling libdbus-sys v0.1.5 [INFO] [stderr] Checking log v0.4.6 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking humantime v1.2.0 [INFO] [stderr] Checking textwrap v0.10.0 [INFO] [stderr] Checking regex-syntax v0.6.4 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Checking atty v0.2.11 [INFO] [stderr] Checking dbus v0.6.4 [INFO] [stderr] Checking clap v2.32.0 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Checking aho-corasick v0.6.9 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Checking blurz v0.4.0 [INFO] [stderr] Checking regex v1.1.0 [INFO] [stderr] Checking env_logger v0.6.0 [INFO] [stderr] Compiling structopt-derive v0.2.14 [INFO] [stderr] Checking structopt v0.2.14 [INFO] [stderr] Checking mwatch-send v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:77:29 [INFO] [stderr] | [INFO] [stderr] 77 | fn main() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:104:65 [INFO] [stderr] | [INFO] [stderr] 104 | fn spoof_msg(opt: &Opt, handle : &mut Handle) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:118:68 [INFO] [stderr] | [INFO] [stderr] 118 | fn send_syscall(opt: &Opt, handle : &mut Handle) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:131:66 [INFO] [stderr] | [INFO] [stderr] 131 | fn send_binary(opt: &Opt, handle: &mut Handle) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:169:75 [INFO] [stderr] | [INFO] [stderr] 169 | fn send(handle: &mut Handle, data: Vec, delay: u64) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:177:97 [INFO] [stderr] | [INFO] [stderr] 177 | fn find_device<'a>(opt: &Opt, name: &'a str, bt_session: &'a Session) -> Result, Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: unused label [INFO] [stderr] --> src/main.rs:208:9 [INFO] [stderr] | [INFO] [stderr] 208 | 'uuid_loop: for uuid in uuids { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_labels)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 25.99s [INFO] running `"docker" "inspect" "64902f348b338136ff6eb6346477e4c79a6d986e2942619d219770a0c09b1b04"` [INFO] running `"docker" "rm" "-f" "64902f348b338136ff6eb6346477e4c79a6d986e2942619d219770a0c09b1b04"` [INFO] [stdout] 64902f348b338136ff6eb6346477e4c79a6d986e2942619d219770a0c09b1b04