[INFO] fetching crate artnet_protocol 0.2.0... [INFO] checking artnet_protocol-0.2.0 against try#6f12b8fe67b4eed2e838dab803ed9493b9d62c0f for pr-79073 [INFO] extracting crate artnet_protocol 0.2.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate artnet_protocol 0.2.0 on toolchain 6f12b8fe67b4eed2e838dab803ed9493b9d62c0f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate artnet_protocol 0.2.0 [INFO] finished tweaking crates.io crate artnet_protocol 0.2.0 [INFO] tweaked toml for crates.io crate artnet_protocol 0.2.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "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] ec04e9551e2a85ad73a5d65ebf81727b8a49a1e11f7963a569976373bf638b95 [INFO] running `Command { std: "docker" "start" "-a" "ec04e9551e2a85ad73a5d65ebf81727b8a49a1e11f7963a569976373bf638b95", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ec04e9551e2a85ad73a5d65ebf81727b8a49a1e11f7963a569976373bf638b95", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec04e9551e2a85ad73a5d65ebf81727b8a49a1e11f7963a569976373bf638b95", kill_on_drop: false }` [INFO] [stdout] ec04e9551e2a85ad73a5d65ebf81727b8a49a1e11f7963a569976373bf638b95 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 84f4523b08ca97779fd72878c2cfc5e2361ee3903523059970151dd086c2b5af [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" "84f4523b08ca97779fd72878c2cfc5e2361ee3903523059970151dd086c2b5af", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Checking artnet_protocol v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `convert` in `{{root}}` [INFO] [stdout] --> src/macros.rs:54:40 [INFO] [stdout] | [INFO] [stdout] 54 | $field: ::convert::Convertable::get_test_value(), [INFO] [stdout] | ^^^^^^^^^^^ not found in `convert` [INFO] [stdout] | [INFO] [stdout] ::: src/command/output.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / data_structure! { [INFO] [stdout] 4 | | #[derive(Debug)] [INFO] [stdout] 5 | | #[doc = "ArtDmx is the data packet used to transfer DMX512 data. The format is identical for Node to Controller, Node to Node and Con... [INFO] [stdout] 6 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 33 | | } [INFO] [stdout] 34 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use crate::convert::Convertable; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `convert` in `{{root}}` [INFO] [stdout] --> src/macros.rs:60:36 [INFO] [stdout] | [INFO] [stdout] 60 | assert!(::convert::Convertable::is_equal(&start.$field, &end.$field)); [INFO] [stdout] | ^^^^^^^^^^^ not found in `convert` [INFO] [stdout] | [INFO] [stdout] ::: src/command/output.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / data_structure! { [INFO] [stdout] 4 | | #[derive(Debug)] [INFO] [stdout] 5 | | #[doc = "ArtDmx is the data packet used to transfer DMX512 data. The format is identical for Node to Controller, Node to Node and Con... [INFO] [stdout] 6 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 33 | | } [INFO] [stdout] 34 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use crate::convert::Convertable; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `convert` in `{{root}}` [INFO] [stdout] --> src/macros.rs:54:40 [INFO] [stdout] | [INFO] [stdout] 54 | $field: ::convert::Convertable::get_test_value(), [INFO] [stdout] | ^^^^^^^^^^^ not found in `convert` [INFO] [stdout] | [INFO] [stdout] ::: src/command/poll.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / data_structure! { [INFO] [stdout] 4 | | #[derive(Debug)] [INFO] [stdout] 5 | | #[doc = "Used to poll the nodes in the network"] [INFO] [stdout] 6 | | pub struct Poll { [INFO] [stdout] ... | [INFO] [stdout] 15 | | } [INFO] [stdout] 16 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use crate::convert::Convertable; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `convert` in `{{root}}` [INFO] [stdout] --> src/macros.rs:60:36 [INFO] [stdout] | [INFO] [stdout] 60 | assert!(::convert::Convertable::is_equal(&start.$field, &end.$field)); [INFO] [stdout] | ^^^^^^^^^^^ not found in `convert` [INFO] [stdout] | [INFO] [stdout] ::: src/command/poll.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / data_structure! { [INFO] [stdout] 4 | | #[derive(Debug)] [INFO] [stdout] 5 | | #[doc = "Used to poll the nodes in the network"] [INFO] [stdout] 6 | | pub struct Poll { [INFO] [stdout] ... | [INFO] [stdout] 15 | | } [INFO] [stdout] 16 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use crate::convert::Convertable; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `convert` in `{{root}}` [INFO] [stdout] --> src/macros.rs:54:40 [INFO] [stdout] | [INFO] [stdout] 54 | $field: ::convert::Convertable::get_test_value(), [INFO] [stdout] | ^^^^^^^^^^^ not found in `convert` [INFO] [stdout] | [INFO] [stdout] ::: src/command/poll_reply.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / data_structure! { [INFO] [stdout] 6 | | #[doc = "Gets send by the nodes in the network as a response to the Poll message"] [INFO] [stdout] 7 | | pub struct PollReply { [INFO] [stdout] 8 | | #[doc = "The IP address of the node"] [INFO] [stdout] ... | [INFO] [stdout] 64 | | } [INFO] [stdout] 65 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use crate::convert::Convertable; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `convert` in `{{root}}` [INFO] [stdout] --> src/macros.rs:60:36 [INFO] [stdout] | [INFO] [stdout] 60 | assert!(::convert::Convertable::is_equal(&start.$field, &end.$field)); [INFO] [stdout] | ^^^^^^^^^^^ not found in `convert` [INFO] [stdout] | [INFO] [stdout] ::: src/command/poll_reply.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / data_structure! { [INFO] [stdout] 6 | | #[doc = "Gets send by the nodes in the network as a response to the Poll message"] [INFO] [stdout] 7 | | pub struct PollReply { [INFO] [stdout] 8 | | #[doc = "The IP address of the node"] [INFO] [stdout] ... | [INFO] [stdout] 64 | | } [INFO] [stdout] 65 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use crate::convert::Convertable; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `artnet_protocol` [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 `Command { std: "docker" "inspect" "84f4523b08ca97779fd72878c2cfc5e2361ee3903523059970151dd086c2b5af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84f4523b08ca97779fd72878c2cfc5e2361ee3903523059970151dd086c2b5af", kill_on_drop: false }` [INFO] [stdout] 84f4523b08ca97779fd72878c2cfc5e2361ee3903523059970151dd086c2b5af