[INFO] fetching crate easy_proc_macro 0.1.0...
[INFO] checking easy_proc_macro-0.1.0 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate easy_proc_macro 0.1.0 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate easy_proc_macro 0.1.0 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate easy_proc_macro 0.1.0
[INFO] finished tweaking crates.io crate easy_proc_macro 0.1.0
[INFO] tweaked toml for crates.io crate easy_proc_macro 0.1.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] crate crates.io crate easy_proc_macro 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded redox_syscall v0.2.4
[INFO] [stderr]   Downloaded serde_json v1.0.62
[INFO] [stderr]   Downloaded libc v0.2.85
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 222cfb14e694d8f2d98c804a65e5e5f0ab764e08249ed45ca85a9627e5ba93eb
[INFO] running `Command { std: "docker" "start" "-a" "222cfb14e694d8f2d98c804a65e5e5f0ab764e08249ed45ca85a9627e5ba93eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "222cfb14e694d8f2d98c804a65e5e5f0ab764e08249ed45ca85a9627e5ba93eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "222cfb14e694d8f2d98c804a65e5e5f0ab764e08249ed45ca85a9627e5ba93eb", kill_on_drop: false }`
[INFO] [stdout] 222cfb14e694d8f2d98c804a65e5e5f0ab764e08249ed45ca85a9627e5ba93eb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7227076d8f3d2d35af2e2b18b9d11d09cffda52f02376a610e60b63435231d91
[INFO] running `Command { std: "docker" "start" "-a" "7227076d8f3d2d35af2e2b18b9d11d09cffda52f02376a610e60b63435231d91", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.85
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling getrandom v0.2.2
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling syn v1.0.60
[INFO] [stderr]    Compiling serde_derive v1.0.123
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling serde v1.0.123
[INFO] [stderr]    Compiling serde_json v1.0.62
[INFO] [stderr]     Checking ppv-lite86 v0.2.10
[INFO] [stderr]     Checking remove_dir_all v0.5.3
[INFO] [stderr]     Checking itoa v0.4.7
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]     Checking itertools v0.10.0
[INFO] [stderr]     Checking quote v1.0.8
[INFO] [stderr]     Checking rand_core v0.6.1
[INFO] [stderr]     Checking rand_chacha v0.3.0
[INFO] [stderr]     Checking rand v0.8.3
[INFO] [stderr]     Checking tempfile v3.2.0
[INFO] [stderr]     Checking easy_proc_macro v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `Iterator` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:16:21
[INFO] [stdout]    |
[INFO] [stdout] 16 | use std::{io::Read, iter::Iterator, net::TcpListener, process::Command};
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Iterator` is already defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Ord` is imported redundantly
[INFO] [stdout]  --> src/compile/lints.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 |     cmp::{Ord, Ordering, PartialEq, PartialOrd},
[INFO] [stdout]   |           ^^^
[INFO] [stdout]  --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `Ord` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `PartialOrd` is imported redundantly
[INFO] [stdout]  --> src/compile/lints.rs:7:34
[INFO] [stdout]   |
[INFO] [stdout] 7 |     cmp::{Ord, Ordering, PartialEq, PartialOrd},
[INFO] [stdout]   |                                     ^^^^^^^^^^
[INFO] [stdout]  --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `PartialOrd` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Iterator` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:16:21
[INFO] [stdout]    |
[INFO] [stdout] 16 | use std::{io::Read, iter::Iterator, net::TcpListener, process::Command};
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Iterator` is already defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Ord` is imported redundantly
[INFO] [stdout]  --> src/compile/lints.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 |     cmp::{Ord, Ordering, PartialEq, PartialOrd},
[INFO] [stdout]   |           ^^^
[INFO] [stdout]  --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `Ord` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `PartialOrd` is imported redundantly
[INFO] [stdout]  --> src/compile/lints.rs:7:34
[INFO] [stdout]   |
[INFO] [stdout] 7 |     cmp::{Ord, Ordering, PartialEq, PartialOrd},
[INFO] [stdout]   |                                     ^^^^^^^^^^
[INFO] [stdout]  --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `PartialOrd` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Iterator` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:16:21
[INFO] [stdout]    |
[INFO] [stdout] 16 | use std::{io::Read, iter::Iterator, net::TcpListener, process::Command};
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Iterator` is already defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Ord` is imported redundantly
[INFO] [stdout]  --> src/compile/lints.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 |     cmp::{Ord, Ordering, PartialEq, PartialOrd},
[INFO] [stdout]   |           ^^^
[INFO] [stdout]  --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `Ord` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `PartialOrd` is imported redundantly
[INFO] [stdout]  --> src/compile/lints.rs:7:34
[INFO] [stdout]   |
[INFO] [stdout] 7 |     cmp::{Ord, Ordering, PartialEq, PartialOrd},
[INFO] [stdout]   |                                     ^^^^^^^^^^
[INFO] [stdout]  --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `PartialOrd` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: proc macro panicked
[INFO] [stdout]   --> examples/test.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout] 3  | #[easy_proc_macro]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 15 |     my_stringify!(value, 12);
[INFO] [stdout]    |     ------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: message: too lazy to handle errors rn: Error("invalid type: string \"failed to connect to jobserver from environment variable `CARGO_MAKEFLAGS=\\\"-j --jobserver-fds=8,9 --jobserver-auth=8,9\\\"`: cannot open file descriptor 8 from the jobserver environment variable value: Bad file descriptor (os error 9)\", expected a borrowed string", line: 1, column: 275)
[INFO] [stdout]    = note: this error originates in the macro `my_stringify` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `easy_proc_macro` (example "test") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "7227076d8f3d2d35af2e2b18b9d11d09cffda52f02376a610e60b63435231d91", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7227076d8f3d2d35af2e2b18b9d11d09cffda52f02376a610e60b63435231d91", kill_on_drop: false }`
[INFO] [stdout] 7227076d8f3d2d35af2e2b18b9d11d09cffda52f02376a610e60b63435231d91
[INFO] checking easy_proc_macro-0.1.0 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate easy_proc_macro 0.1.0 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate easy_proc_macro 0.1.0 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate easy_proc_macro 0.1.0
[INFO] finished tweaking crates.io crate easy_proc_macro 0.1.0
[INFO] tweaked toml for crates.io crate easy_proc_macro 0.1.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] crate crates.io crate easy_proc_macro 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1083fc05254e8747a08c5ab94744385eb69931321dd5b4b6a09332e0eafafbf8
[INFO] running `Command { std: "docker" "start" "-a" "1083fc05254e8747a08c5ab94744385eb69931321dd5b4b6a09332e0eafafbf8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1083fc05254e8747a08c5ab94744385eb69931321dd5b4b6a09332e0eafafbf8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1083fc05254e8747a08c5ab94744385eb69931321dd5b4b6a09332e0eafafbf8", kill_on_drop: false }`
[INFO] [stdout] 1083fc05254e8747a08c5ab94744385eb69931321dd5b4b6a09332e0eafafbf8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cc4681e0ec9609d52bc578bd93accc809e83a97370165fec1d34b69eefb7ab99
[INFO] running `Command { std: "docker" "start" "-a" "cc4681e0ec9609d52bc578bd93accc809e83a97370165fec1d34b69eefb7ab99", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.85
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling getrandom v0.2.2
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling syn v1.0.60
[INFO] [stderr]    Compiling serde_derive v1.0.123
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling serde v1.0.123
[INFO] [stderr]    Compiling serde_json v1.0.62
[INFO] [stderr]     Checking ppv-lite86 v0.2.10
[INFO] [stderr]     Checking itoa v0.4.7
[INFO] [stderr]     Checking remove_dir_all v0.5.3
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]     Checking itertools v0.10.0
[INFO] [stderr]     Checking quote v1.0.8
[INFO] [stderr]     Checking rand_core v0.6.1
[INFO] [stderr]    Compiling rand_chacha v0.3.0
[INFO] [stderr]     Checking rand v0.8.3
[INFO] [stderr]     Checking tempfile v3.2.0
[INFO] [stderr]     Checking easy_proc_macro v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `Iterator` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:16:21
[INFO] [stdout]    |
[INFO] [stdout] 16 | use std::{io::Read, iter::Iterator, net::TcpListener, process::Command};
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Iterator` is already defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Iterator` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:16:21
[INFO] [stdout]    |
[INFO] [stdout] 16 | use std::{io::Read, iter::Iterator, net::TcpListener, process::Command};
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Iterator` is already defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Ord` is imported redundantly
[INFO] [stdout]  --> src/compile/lints.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 |     cmp::{Ord, Ordering, PartialEq, PartialOrd},
[INFO] [stdout]   |           ^^^
[INFO] [stdout]  --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `Ord` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Ord` is imported redundantly
[INFO] [stdout]  --> src/compile/lints.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 |     cmp::{Ord, Ordering, PartialEq, PartialOrd},
[INFO] [stdout]   |           ^^^
[INFO] [stdout]  --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `Ord` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `PartialOrd` is imported redundantly
[INFO] [stdout]  --> src/compile/lints.rs:7:34
[INFO] [stdout]   |
[INFO] [stdout] 7 |     cmp::{Ord, Ordering, PartialEq, PartialOrd},
[INFO] [stdout]   |                                     ^^^^^^^^^^
[INFO] [stdout]  --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `PartialOrd` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `PartialOrd` is imported redundantly
[INFO] [stdout]  --> src/compile/lints.rs:7:34
[INFO] [stdout]   |
[INFO] [stdout] 7 |     cmp::{Ord, Ordering, PartialEq, PartialOrd},
[INFO] [stdout]   |                                     ^^^^^^^^^^
[INFO] [stdout]  --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `PartialOrd` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Iterator` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:16:21
[INFO] [stdout]    |
[INFO] [stdout] 16 | use std::{io::Read, iter::Iterator, net::TcpListener, process::Command};
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Iterator` is already defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Ord` is imported redundantly
[INFO] [stdout]  --> src/compile/lints.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 |     cmp::{Ord, Ordering, PartialEq, PartialOrd},
[INFO] [stdout]   |           ^^^
[INFO] [stdout]  --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `Ord` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `PartialOrd` is imported redundantly
[INFO] [stdout]  --> src/compile/lints.rs:7:34
[INFO] [stdout]   |
[INFO] [stdout] 7 |     cmp::{Ord, Ordering, PartialEq, PartialOrd},
[INFO] [stdout]   |                                     ^^^^^^^^^^
[INFO] [stdout]  --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `PartialOrd` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: proc macro panicked
[INFO] [stdout]   --> examples/test.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout] 3  | #[easy_proc_macro]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 15 |     my_stringify!(value, 12);
[INFO] [stdout]    |     ------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: message: too lazy to handle errors rn: Error("invalid type: string \"failed to connect to jobserver from environment variable `CARGO_MAKEFLAGS=\\\"-j --jobserver-fds=8,9 --jobserver-auth=8,9\\\"`: cannot open file descriptor 8 from the jobserver environment variable value: Bad file descriptor (os error 9)\", expected a borrowed string", line: 1, column: 275)
[INFO] [stdout]    = note: this error originates in the macro `my_stringify` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `easy_proc_macro` (example "test") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "cc4681e0ec9609d52bc578bd93accc809e83a97370165fec1d34b69eefb7ab99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cc4681e0ec9609d52bc578bd93accc809e83a97370165fec1d34b69eefb7ab99", kill_on_drop: false }`
[INFO] [stdout] cc4681e0ec9609d52bc578bd93accc809e83a97370165fec1d34b69eefb7ab99
