[INFO] fetching crate artnet_protocol 0.2.0... [INFO] checking artnet_protocol-0.2.0 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate artnet_protocol 0.2.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate artnet_protocol 0.2.0 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "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-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 77bf85affe1380d5d83130523fc437875a5a45d6802d088925ff1f68869313e7 [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" "77bf85affe1380d5d83130523fc437875a5a45d6802d088925ff1f68869313e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "77bf85affe1380d5d83130523fc437875a5a45d6802d088925ff1f68869313e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "77bf85affe1380d5d83130523fc437875a5a45d6802d088925ff1f68869313e7", kill_on_drop: false }` [INFO] [stdout] 77bf85affe1380d5d83130523fc437875a5a45d6802d088925ff1f68869313e7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9f3cd9ea13566f8202c6ae7a1f1cad82337771d535e4c1d4db2c4659ab98ecae [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" "9f3cd9ea13566f8202c6ae7a1f1cad82337771d535e4c1d4db2c4659ab98ecae", 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] running `Command { std: "docker" "inspect" "9f3cd9ea13566f8202c6ae7a1f1cad82337771d535e4c1d4db2c4659ab98ecae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f3cd9ea13566f8202c6ae7a1f1cad82337771d535e4c1d4db2c4659ab98ecae", kill_on_drop: false }` [INFO] [stdout] 9f3cd9ea13566f8202c6ae7a1f1cad82337771d535e4c1d4db2c4659ab98ecae