[INFO] fetching crate artnet_protocol 0.2.0... [INFO] checking artnet_protocol-0.2.0 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate artnet_protocol 0.2.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate artnet_protocol 0.2.0 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", 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-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a731d9dc597a7a03575c99f0d65753ad0cb620af9789edf77a0a0532c9944ad4 [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" "a731d9dc597a7a03575c99f0d65753ad0cb620af9789edf77a0a0532c9944ad4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a731d9dc597a7a03575c99f0d65753ad0cb620af9789edf77a0a0532c9944ad4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a731d9dc597a7a03575c99f0d65753ad0cb620af9789edf77a0a0532c9944ad4", kill_on_drop: false }` [INFO] [stdout] a731d9dc597a7a03575c99f0d65753ad0cb620af9789edf77a0a0532c9944ad4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 822703b6a60b200813955652ac0a7d61e858582e3eed790b5b5a05d66dc83435 [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" "822703b6a60b200813955652ac0a7d61e858582e3eed790b5b5a05d66dc83435", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking artnet_protocol v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `convert` in crate 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 crate 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 crate 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 crate 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 crate 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 crate 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" "822703b6a60b200813955652ac0a7d61e858582e3eed790b5b5a05d66dc83435", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "822703b6a60b200813955652ac0a7d61e858582e3eed790b5b5a05d66dc83435", kill_on_drop: false }` [INFO] [stdout] 822703b6a60b200813955652ac0a7d61e858582e3eed790b5b5a05d66dc83435