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