[INFO] updating cached repository https://github.com/Trangar/artnet_protocol [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7892ecc70c865ec4bdbf96a3a313f6697375c239 [INFO] checking Trangar/artnet_protocol against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTrangar%2Fartnet_protocol" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Trangar/artnet_protocol on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Trangar/artnet_protocol [INFO] finished tweaking git repo https://github.com/Trangar/artnet_protocol [INFO] tweaked toml for git repo https://github.com/Trangar/artnet_protocol written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/Trangar/artnet_protocol already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 4f12e5d13db5d03c910fc1c1c9de3ca9a1eb44e97a3d27aebe71db5aa0b56b4b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "4f12e5d13db5d03c910fc1c1c9de3ca9a1eb44e97a3d27aebe71db5aa0b56b4b"` [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Checking artnet_protocol v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `convert` in `{{root}}` [INFO] [stderr] --> src/macros.rs:54:31 [INFO] [stderr] | [INFO] [stderr] 54 | $field: ::convert::Convertable::get_test_value(), [INFO] [stderr] | ^^^^^^^ could not find `convert` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] ::: src/command/output.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / data_structure! { [INFO] [stderr] 4 | | #[derive(Debug)] [INFO] [stderr] 5 | | #[doc = "ArtDmx is the data packet used to transfer DMX512 data. The format is identical for Node to Controller, Node to Node and Controller to Node."] [INFO] [stderr] 6 | | #[doc = ""] [INFO] [stderr] ... | [INFO] [stderr] 33 | | } [INFO] [stderr] 34 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `convert` in `{{root}}` [INFO] [stderr] --> src/macros.rs:60:27 [INFO] [stderr] | [INFO] [stderr] 60 | assert!(::convert::Convertable::is_equal(&start.$field, &end.$field)); [INFO] [stderr] | ^^^^^^^ could not find `convert` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] ::: src/command/output.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / data_structure! { [INFO] [stderr] 4 | | #[derive(Debug)] [INFO] [stderr] 5 | | #[doc = "ArtDmx is the data packet used to transfer DMX512 data. The format is identical for Node to Controller, Node to Node and Controller to Node."] [INFO] [stderr] 6 | | #[doc = ""] [INFO] [stderr] ... | [INFO] [stderr] 33 | | } [INFO] [stderr] 34 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `convert` in `{{root}}` [INFO] [stderr] --> src/macros.rs:54:31 [INFO] [stderr] | [INFO] [stderr] 54 | $field: ::convert::Convertable::get_test_value(), [INFO] [stderr] | ^^^^^^^ could not find `convert` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] ::: src/command/poll.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / data_structure! { [INFO] [stderr] 4 | | #[derive(Debug)] [INFO] [stderr] 5 | | #[doc = "Used to poll the nodes in the network"] [INFO] [stderr] 6 | | pub struct Poll { [INFO] [stderr] ... | [INFO] [stderr] 15 | | } [INFO] [stderr] 16 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `convert` in `{{root}}` [INFO] [stderr] --> src/macros.rs:60:27 [INFO] [stderr] | [INFO] [stderr] 60 | assert!(::convert::Convertable::is_equal(&start.$field, &end.$field)); [INFO] [stderr] | ^^^^^^^ could not find `convert` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] ::: src/command/poll.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / data_structure! { [INFO] [stderr] 4 | | #[derive(Debug)] [INFO] [stderr] 5 | | #[doc = "Used to poll the nodes in the network"] [INFO] [stderr] 6 | | pub struct Poll { [INFO] [stderr] ... | [INFO] [stderr] 15 | | } [INFO] [stderr] 16 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `convert` in `{{root}}` [INFO] [stderr] --> src/macros.rs:54:31 [INFO] [stderr] | [INFO] [stderr] 54 | $field: ::convert::Convertable::get_test_value(), [INFO] [stderr] | ^^^^^^^ could not find `convert` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] ::: src/command/poll_reply.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / data_structure! { [INFO] [stderr] 6 | | #[doc = "Gets send by the nodes in the network as a response to the Poll message"] [INFO] [stderr] 7 | | pub struct PollReply { [INFO] [stderr] 8 | | #[doc = "The IP address of the node"] [INFO] [stderr] ... | [INFO] [stderr] 64 | | } [INFO] [stderr] 65 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `convert` in `{{root}}` [INFO] [stderr] --> src/macros.rs:60:27 [INFO] [stderr] | [INFO] [stderr] 60 | assert!(::convert::Convertable::is_equal(&start.$field, &end.$field)); [INFO] [stderr] | ^^^^^^^ could not find `convert` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] ::: src/command/poll_reply.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / data_structure! { [INFO] [stderr] 6 | | #[doc = "Gets send by the nodes in the network as a response to the Poll message"] [INFO] [stderr] 7 | | pub struct PollReply { [INFO] [stderr] 8 | | #[doc = "The IP address of the node"] [INFO] [stderr] ... | [INFO] [stderr] 64 | | } [INFO] [stderr] 65 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [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 `"docker" "inspect" "4f12e5d13db5d03c910fc1c1c9de3ca9a1eb44e97a3d27aebe71db5aa0b56b4b"` [INFO] running `"docker" "rm" "-f" "4f12e5d13db5d03c910fc1c1c9de3ca9a1eb44e97a3d27aebe71db5aa0b56b4b"` [INFO] [stdout] 4f12e5d13db5d03c910fc1c1c9de3ca9a1eb44e97a3d27aebe71db5aa0b56b4b