[INFO] cloning repository https://github.com/broccolibot/MotionServer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/broccolibot/MotionServer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbroccolibot%2FMotionServer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbroccolibot%2FMotionServer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5766d14eb4ddd9e6513b97aea34d9d3e032c5245
[INFO] checking broccolibot/MotionServer against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbroccolibot%2FMotionServer" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/broccolibot/MotionServer 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 git repo https://github.com/broccolibot/MotionServer
[INFO] finished tweaking git repo https://github.com/broccolibot/MotionServer
[INFO] tweaked toml for git repo https://github.com/broccolibot/MotionServer written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/broccolibot/MotionServer 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] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded i2cdev v0.4.2
[INFO] [stderr]   Downloaded rustyline v5.0.0
[INFO] [stderr]   Downloaded dirs-sys v0.3.3
[INFO] [stderr]   Downloaded redox_users v0.3.0
[INFO] [stderr]   Downloaded dirs v2.0.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 35a1cf48e4fd07722acb50f8c1270f862b43fbde3256c6f554240d4e650ab690
[INFO] running `Command { std: "docker" "start" "-a" "35a1cf48e4fd07722acb50f8c1270f862b43fbde3256c6f554240d4e650ab690", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "35a1cf48e4fd07722acb50f8c1270f862b43fbde3256c6f554240d4e650ab690", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "35a1cf48e4fd07722acb50f8c1270f862b43fbde3256c6f554240d4e650ab690", kill_on_drop: false }`
[INFO] [stdout] 35a1cf48e4fd07722acb50f8c1270f862b43fbde3256c6f554240d4e650ab690
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 21750c21da9313032c8f50a1f199681be8ca876644e5c64082bc9d24f780bc8e
[INFO] running `Command { std: "docker" "start" "-a" "21750c21da9313032c8f50a1f199681be8ca876644e5c64082bc9d24f780bc8e", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.60
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]     Checking cfg-if v0.1.9
[INFO] [stderr]    Compiling syn v0.15.40
[INFO] [stderr]    Compiling bitflags v1.1.0
[INFO] [stderr]    Compiling nix v0.14.1
[INFO] [stderr]    Compiling serde v1.0.97
[INFO] [stderr]    Compiling byteorder v1.3.2
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]    Compiling log v0.4.7
[INFO] [stderr]     Checking ucd-util v0.1.5
[INFO] [stderr]    Compiling ryu v1.0.0
[INFO] [stderr]     Checking linked-hash-map v0.5.2
[INFO] [stderr]     Checking humantime v1.2.0
[INFO] [stderr]     Checking termcolor v1.0.5
[INFO] [stderr]     Checking itoa v0.4.4
[INFO] [stderr]     Checking dtoa v0.4.4
[INFO] [stderr]     Checking utf8parse v0.1.1
[INFO] [stderr]     Checking regex-syntax v0.6.10
[INFO] [stderr]     Checking unicode-segmentation v1.3.0
[INFO] [stderr]     Checking yaml-rust v0.4.3
[INFO] [stderr]     Checking atty v0.2.13
[INFO] [stderr]     Checking dirs-sys v0.3.3
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]     Checking dirs v2.0.1
[INFO] [stderr]     Checking regex v1.2.0
[INFO] [stderr]     Checking env_logger v0.6.2
[INFO] [stderr]     Checking i2cdev v0.4.2
[INFO] [stderr]     Checking rustyline v5.0.0
[INFO] [stderr]    Compiling serde_derive v1.0.97
[INFO] [stderr]     Checking libaimc v0.1.0 (/opt/rustwide/workdir/libaimc)
[INFO] [stderr]     Checking serde_yaml v0.8.9
[INFO] [stderr]     Checking serde_json v1.0.40
[INFO] [stderr]     Checking aimcjog v0.1.0 (/opt/rustwide/workdir/aimcjog)
[INFO] [stderr]     Checking server v0.1.0 (/opt/rustwide/workdir/server)
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> server/src/dispatcher.rs:76:27
[INFO] [stdout]    |
[INFO] [stdout] 76 |     ControllerFailure(Box<Error>),
[INFO] [stdout]    |                           ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 76 |     ControllerFailure(Box<dyn Error>),
[INFO] [stdout]    |                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> server/src/dispatcher.rs:12:70
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn from_config(config: DispatcherConfig) -> Result<Self, Box<Error>> {
[INFO] [stdout]    |                                                                      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn from_config(config: DispatcherConfig) -> Result<Self, Box<dyn Error>> {
[INFO] [stdout]    |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> server/src/dispatcher.rs:84:25
[INFO] [stdout]    |
[INFO] [stdout] 84 |     ) -> Result<(), Box<Error>> {
[INFO] [stdout]    |                         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 84 |     ) -> Result<(), Box<dyn Error>> {
[INFO] [stdout]    |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> server/src/generic_message.rs:22:25
[INFO] [stdout]    |
[INFO] [stdout] 22 |     ) -> Result<(), Box<Error>>;
[INFO] [stdout]    |                         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 22 |     ) -> Result<(), Box<dyn Error>>;
[INFO] [stdout]    |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> server/src/dispatcher.rs:76:27
[INFO] [stdout]    |
[INFO] [stdout] 76 |     ControllerFailure(Box<Error>),
[INFO] [stdout]    |                           ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 76 |     ControllerFailure(Box<dyn Error>),
[INFO] [stdout]    |                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> server/src/trace_device.rs:20:25
[INFO] [stdout]    |
[INFO] [stdout] 20 |     ) -> Result<(), Box<Error>> {
[INFO] [stdout]    |                         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 20 |     ) -> Result<(), Box<dyn Error>> {
[INFO] [stdout]    |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> server/src/dispatcher.rs:12:70
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn from_config(config: DispatcherConfig) -> Result<Self, Box<Error>> {
[INFO] [stdout]    |                                                                      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn from_config(config: DispatcherConfig) -> Result<Self, Box<dyn Error>> {
[INFO] [stdout]    |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> server/src/dispatcher.rs:84:25
[INFO] [stdout]    |
[INFO] [stdout] 84 |     ) -> Result<(), Box<Error>> {
[INFO] [stdout]    |                         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 84 |     ) -> Result<(), Box<dyn Error>> {
[INFO] [stdout]    |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> server/src/generic_message.rs:22:25
[INFO] [stdout]    |
[INFO] [stdout] 22 |     ) -> Result<(), Box<Error>>;
[INFO] [stdout]    |                         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 22 |     ) -> Result<(), Box<dyn Error>>;
[INFO] [stdout]    |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> server/src/trace_device.rs:20:25
[INFO] [stdout]    |
[INFO] [stdout] 20 |     ) -> Result<(), Box<Error>> {
[INFO] [stdout]    |                         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 20 |     ) -> Result<(), Box<dyn Error>> {
[INFO] [stdout]    |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 5 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking test_client v0.1.0 (/opt/rustwide/workdir/test_client)
[INFO] [stdout] warning: 5 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 6.63s
[INFO] running `Command { std: "docker" "inspect" "21750c21da9313032c8f50a1f199681be8ca876644e5c64082bc9d24f780bc8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "21750c21da9313032c8f50a1f199681be8ca876644e5c64082bc9d24f780bc8e", kill_on_drop: false }`
[INFO] [stdout] 21750c21da9313032c8f50a1f199681be8ca876644e5c64082bc9d24f780bc8e
[INFO] checking broccolibot/MotionServer against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbroccolibot%2FMotionServer" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/broccolibot/MotionServer 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 git repo https://github.com/broccolibot/MotionServer
[INFO] finished tweaking git repo https://github.com/broccolibot/MotionServer
[INFO] tweaked toml for git repo https://github.com/broccolibot/MotionServer written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/broccolibot/MotionServer 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-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] ce1d07dcb9052961b0758bdee0577b5b6cf7667df8530a1426f9cc6dcc4c394b
[INFO] running `Command { std: "docker" "start" "-a" "ce1d07dcb9052961b0758bdee0577b5b6cf7667df8530a1426f9cc6dcc4c394b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ce1d07dcb9052961b0758bdee0577b5b6cf7667df8530a1426f9cc6dcc4c394b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ce1d07dcb9052961b0758bdee0577b5b6cf7667df8530a1426f9cc6dcc4c394b", kill_on_drop: false }`
[INFO] [stdout] ce1d07dcb9052961b0758bdee0577b5b6cf7667df8530a1426f9cc6dcc4c394b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 3d4f8165a6978df960e4f93fa78617302dd44660fbaa8e8b69c1dcf45aabe719
[INFO] running `Command { std: "docker" "start" "-a" "3d4f8165a6978df960e4f93fa78617302dd44660fbaa8e8b69c1dcf45aabe719", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.60
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]     Checking cfg-if v0.1.9
[INFO] [stderr]    Compiling syn v0.15.40
[INFO] [stderr]    Compiling bitflags v1.1.0
[INFO] [stderr]    Compiling nix v0.14.1
[INFO] [stderr]    Compiling serde v1.0.97
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]    Compiling byteorder v1.3.2
[INFO] [stderr]    Compiling log v0.4.7
[INFO] [stderr]     Checking ucd-util v0.1.5
[INFO] [stderr]    Compiling ryu v1.0.0
[INFO] [stderr]     Checking linked-hash-map v0.5.2
[INFO] [stderr]     Checking humantime v1.2.0
[INFO] [stderr]     Checking termcolor v1.0.5
[INFO] [stderr]     Checking dtoa v0.4.4
[INFO] [stderr]     Checking itoa v0.4.4
[INFO] [stderr]     Checking unicode-segmentation v1.3.0
[INFO] [stderr]     Checking regex-syntax v0.6.10
[INFO] [stderr]     Checking utf8parse v0.1.1
[INFO] [stderr]     Checking yaml-rust v0.4.3
[INFO] [stderr]     Checking atty v0.2.13
[INFO] [stderr]     Checking dirs-sys v0.3.3
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]     Checking dirs v2.0.1
[INFO] [stderr]     Checking regex v1.2.0
[INFO] [stderr]     Checking env_logger v0.6.2
[INFO] [stderr]     Checking i2cdev v0.4.2
[INFO] [stderr]     Checking rustyline v5.0.0
[INFO] [stderr]    Compiling serde_derive v1.0.97
[INFO] [stderr]     Checking libaimc v0.1.0 (/opt/rustwide/workdir/libaimc)
[INFO] [stderr]     Checking serde_json v1.0.40
[INFO] [stderr]     Checking serde_yaml v0.8.9
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> libaimc/src/aimc_protocol.rs:64:46
[INFO] [stdout]    |
[INFO] [stdout] 64 | #[cfg_attr(feature = "serde_support", derive(Serialize, Deserialize))]
[INFO] [stdout]    |                                              ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_SERIALIZE_FOR_AIMCMessage`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: requested on the command line with `-D non-local-definitions`
[INFO] [stdout]    = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> libaimc/src/aimc_protocol.rs:64:57
[INFO] [stdout]    |
[INFO] [stdout] 64 | #[cfg_attr(feature = "serde_support", derive(Serialize, Deserialize))]
[INFO] [stdout]    |                                                         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_DESERIALIZE_FOR_AIMCMessage`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> libaimc/src/aimc_protocol.rs:64:46
[INFO] [stdout]    |
[INFO] [stdout] 64 | #[cfg_attr(feature = "serde_support", derive(Serialize, Deserialize))]
[INFO] [stdout]    |                                              ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_SERIALIZE_FOR_AIMCMessage`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: requested on the command line with `-D non-local-definitions`
[INFO] [stdout]    = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> libaimc/src/aimc_protocol.rs:64:57
[INFO] [stdout]    |
[INFO] [stdout] 64 | #[cfg_attr(feature = "serde_support", derive(Serialize, Deserialize))]
[INFO] [stdout]    |                                                         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_DESERIALIZE_FOR_AIMCMessage`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `libaimc` (lib) due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `libaimc` (lib test) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "3d4f8165a6978df960e4f93fa78617302dd44660fbaa8e8b69c1dcf45aabe719", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3d4f8165a6978df960e4f93fa78617302dd44660fbaa8e8b69c1dcf45aabe719", kill_on_drop: false }`
[INFO] [stdout] 3d4f8165a6978df960e4f93fa78617302dd44660fbaa8e8b69c1dcf45aabe719
