[INFO] fetching crate ordes-macros 0.2.0... [INFO] checking ordes-macros-0.2.0 against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] extracting crate ordes-macros 0.2.0 into /workspace/builds/worker-68/source [INFO] validating manifest of crates.io crate ordes-macros 0.2.0 on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ordes-macros 0.2.0 [INFO] finished tweaking crates.io crate ordes-macros 0.2.0 [INFO] tweaked toml for crates.io crate ordes-macros 0.2.0 written to /workspace/builds/worker-68/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-68/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-68/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dfb4c5e23ea6001b073d29d5f85f0dddd3e471c51e932e72306477ea4ac65a0a [INFO] running `Command { std: "docker" "start" "-a" "dfb4c5e23ea6001b073d29d5f85f0dddd3e471c51e932e72306477ea4ac65a0a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dfb4c5e23ea6001b073d29d5f85f0dddd3e471c51e932e72306477ea4ac65a0a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dfb4c5e23ea6001b073d29d5f85f0dddd3e471c51e932e72306477ea4ac65a0a", kill_on_drop: false }` [INFO] [stdout] dfb4c5e23ea6001b073d29d5f85f0dddd3e471c51e932e72306477ea4ac65a0a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-68/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-68/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 566a292010bca0d9b005553684b9aef4439a22bbd8d1e1da8339811722756aa1 [INFO] running `Command { std: "docker" "start" "-a" "566a292010bca0d9b005553684b9aef4439a22bbd8d1e1da8339811722756aa1", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Checking unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Checking quote v1.0.9 [INFO] [stderr] Checking ordes-macros v0.2.0 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | type Output = T;\n\n \ [INFO] [stdout] | _________________________________________^ [INFO] [stdout] 24 | | [INFO] [stdout] 25 | | fn pop(self) -> (Self::Newlen, Self::Output) {{\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:33:41 [INFO] [stdout] | [INFO] [stdout] 33 | type Output = T;\n\n \ [INFO] [stdout] | _________________________________________^ [INFO] [stdout] 34 | | [INFO] [stdout] 35 | | fn rest(self) -> (Self::Newlen, Self::Output) {{\n [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:53:41 [INFO] [stdout] | [INFO] [stdout] 53 | type Output = T;\n\n \ [INFO] [stdout] | _________________________________________^ [INFO] [stdout] 54 | | [INFO] [stdout] 55 | | fn pop(self) -> (Self::Newlen, T) {\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:59:18 [INFO] [stdout] | [INFO] [stdout] 59 | }\n\n\ [INFO] [stdout] | __________________^ [INFO] [stdout] 60 | | [INFO] [stdout] 61 | | impl OrdesRest for [T; 1] {\n \ [INFO] [stdout] | |____________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:63:41 [INFO] [stdout] | [INFO] [stdout] 63 | type Output = T;\n\n \ [INFO] [stdout] | _________________________________________^ [INFO] [stdout] 64 | | [INFO] [stdout] 65 | | fn rest(self) -> (Self::Newlen, T) {\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:76:57 [INFO] [stdout] | [INFO] [stdout] 76 | type Output = [T; {len_plus_1}];\n\n \ [INFO] [stdout] | _________________________________________________________^ [INFO] [stdout] 77 | | [INFO] [stdout] 78 | | fn push(self, value: T) -> Self::Output {{\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:82:19 [INFO] [stdout] | [INFO] [stdout] 82 | }}\n\n\ [INFO] [stdout] | ___________________^ [INFO] [stdout] 83 | | [INFO] [stdout] 84 | | impl OrdesCons for [T; {len}] {{\n \ [INFO] [stdout] | |____________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:85:57 [INFO] [stdout] | [INFO] [stdout] 85 | type Output = [T; {len_plus_1}];\n\n \ [INFO] [stdout] | _________________________________________________________^ [INFO] [stdout] 86 | | [INFO] [stdout] 87 | | fn cons(self, value: T) -> Self::Output {{\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:111:51 [INFO] [stdout] | [INFO] [stdout] 111 | type Output = {last_type};\n\n \ [INFO] [stdout] | ___________________________________________________^ [INFO] [stdout] 112 | | [INFO] [stdout] 113 | | fn pop(self) -> (Self::Newlen, {last_type}) {{\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:121:52 [INFO] [stdout] | [INFO] [stdout] 121 | type Output = {first_type};\n\n \ [INFO] [stdout] | ____________________________________________________^ [INFO] [stdout] 122 | | [INFO] [stdout] 123 | | fn rest(self) -> (Self::Newlen, {first_type}) {{\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:144:42 [INFO] [stdout] | [INFO] [stdout] 144 | type Output = T0;\n\n \ [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 145 | | [INFO] [stdout] 146 | | fn pop(self) -> (Self::Newlen, T0) {\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:150:18 [INFO] [stdout] | [INFO] [stdout] 150 | }\n\n\ [INFO] [stdout] | __________________^ [INFO] [stdout] 151 | | [INFO] [stdout] 152 | | impl OrdesRest for (T0,) {\n \ [INFO] [stdout] | |____________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:154:42 [INFO] [stdout] | [INFO] [stdout] 154 | type Output = T0;\n\n \ [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 155 | | [INFO] [stdout] 156 | | fn rest(self) -> (Self::Newlen, T0) {\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:167:68 [INFO] [stdout] | [INFO] [stdout] 167 | type Output = ({self_types}, {extra_type});\n\n \ [INFO] [stdout] | ____________________________________________________________________^ [INFO] [stdout] 168 | | [INFO] [stdout] 169 | | fn push(self, value: {extra_type}) -> Self::Output {{\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:173:19 [INFO] [stdout] | [INFO] [stdout] 173 | }}\n\n\ [INFO] [stdout] | ___________________^ [INFO] [stdout] 174 | | [INFO] [stdout] 175 | | impl<{self_types}, {extra_type}> OrdesCons<{extra_type}> for ({self_types}) {{\n \ [INFO] [stdout] | |____________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:176:68 [INFO] [stdout] | [INFO] [stdout] 176 | type Output = ({extra_type}, {self_types});\n\n \ [INFO] [stdout] | ____________________________________________________________________^ [INFO] [stdout] 177 | | [INFO] [stdout] 178 | | fn cons(self, value: {extra_type}) -> Self::Output {{\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:191:48 [INFO] [stdout] | [INFO] [stdout] 191 | type Output = (T0, T1);\n\n \ [INFO] [stdout] | ________________________________________________^ [INFO] [stdout] 192 | | [INFO] [stdout] 193 | | fn push(self, value: T1) -> Self::Output {\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:197:18 [INFO] [stdout] | [INFO] [stdout] 197 | }\n\n\ [INFO] [stdout] | __________________^ [INFO] [stdout] 198 | | [INFO] [stdout] 199 | | impl OrdesCons for (T0,) {\n \ [INFO] [stdout] | |____________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:200:48 [INFO] [stdout] | [INFO] [stdout] 200 | type Output = (T1, T0);\n\n \ [INFO] [stdout] | ________________________________________________^ [INFO] [stdout] 201 | | [INFO] [stdout] 202 | | fn cons(self, value: T1) -> Self::Output {\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | type Output = T;\n\n \ [INFO] [stdout] | _________________________________________^ [INFO] [stdout] 24 | | [INFO] [stdout] 25 | | fn pop(self) -> (Self::Newlen, Self::Output) {{\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:33:41 [INFO] [stdout] | [INFO] [stdout] 33 | type Output = T;\n\n \ [INFO] [stdout] | _________________________________________^ [INFO] [stdout] 34 | | [INFO] [stdout] 35 | | fn rest(self) -> (Self::Newlen, Self::Output) {{\n [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:53:41 [INFO] [stdout] | [INFO] [stdout] 53 | type Output = T;\n\n \ [INFO] [stdout] | _________________________________________^ [INFO] [stdout] 54 | | [INFO] [stdout] 55 | | fn pop(self) -> (Self::Newlen, T) {\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:59:18 [INFO] [stdout] | [INFO] [stdout] 59 | }\n\n\ [INFO] [stdout] | __________________^ [INFO] [stdout] 60 | | [INFO] [stdout] 61 | | impl OrdesRest for [T; 1] {\n \ [INFO] [stdout] | |____________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:63:41 [INFO] [stdout] | [INFO] [stdout] 63 | type Output = T;\n\n \ [INFO] [stdout] | _________________________________________^ [INFO] [stdout] 64 | | [INFO] [stdout] 65 | | fn rest(self) -> (Self::Newlen, T) {\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:76:57 [INFO] [stdout] | [INFO] [stdout] 76 | type Output = [T; {len_plus_1}];\n\n \ [INFO] [stdout] | _________________________________________________________^ [INFO] [stdout] 77 | | [INFO] [stdout] 78 | | fn push(self, value: T) -> Self::Output {{\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:82:19 [INFO] [stdout] | [INFO] [stdout] 82 | }}\n\n\ [INFO] [stdout] | ___________________^ [INFO] [stdout] 83 | | [INFO] [stdout] 84 | | impl OrdesCons for [T; {len}] {{\n \ [INFO] [stdout] | |____________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:85:57 [INFO] [stdout] | [INFO] [stdout] 85 | type Output = [T; {len_plus_1}];\n\n \ [INFO] [stdout] | _________________________________________________________^ [INFO] [stdout] 86 | | [INFO] [stdout] 87 | | fn cons(self, value: T) -> Self::Output {{\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:111:51 [INFO] [stdout] | [INFO] [stdout] 111 | type Output = {last_type};\n\n \ [INFO] [stdout] | ___________________________________________________^ [INFO] [stdout] 112 | | [INFO] [stdout] 113 | | fn pop(self) -> (Self::Newlen, {last_type}) {{\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:121:52 [INFO] [stdout] | [INFO] [stdout] 121 | type Output = {first_type};\n\n \ [INFO] [stdout] | ____________________________________________________^ [INFO] [stdout] 122 | | [INFO] [stdout] 123 | | fn rest(self) -> (Self::Newlen, {first_type}) {{\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:144:42 [INFO] [stdout] | [INFO] [stdout] 144 | type Output = T0;\n\n \ [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 145 | | [INFO] [stdout] 146 | | fn pop(self) -> (Self::Newlen, T0) {\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:150:18 [INFO] [stdout] | [INFO] [stdout] 150 | }\n\n\ [INFO] [stdout] | __________________^ [INFO] [stdout] 151 | | [INFO] [stdout] 152 | | impl OrdesRest for (T0,) {\n \ [INFO] [stdout] | |____________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:154:42 [INFO] [stdout] | [INFO] [stdout] 154 | type Output = T0;\n\n \ [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 155 | | [INFO] [stdout] 156 | | fn rest(self) -> (Self::Newlen, T0) {\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:167:68 [INFO] [stdout] | [INFO] [stdout] 167 | type Output = ({self_types}, {extra_type});\n\n \ [INFO] [stdout] | ____________________________________________________________________^ [INFO] [stdout] 168 | | [INFO] [stdout] 169 | | fn push(self, value: {extra_type}) -> Self::Output {{\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:173:19 [INFO] [stdout] | [INFO] [stdout] 173 | }}\n\n\ [INFO] [stdout] | ___________________^ [INFO] [stdout] 174 | | [INFO] [stdout] 175 | | impl<{self_types}, {extra_type}> OrdesCons<{extra_type}> for ({self_types}) {{\n \ [INFO] [stdout] | |____________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:176:68 [INFO] [stdout] | [INFO] [stdout] 176 | type Output = ({extra_type}, {self_types});\n\n \ [INFO] [stdout] | ____________________________________________________________________^ [INFO] [stdout] 177 | | [INFO] [stdout] 178 | | fn cons(self, value: {extra_type}) -> Self::Output {{\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:191:48 [INFO] [stdout] | [INFO] [stdout] 191 | type Output = (T0, T1);\n\n \ [INFO] [stdout] | ________________________________________________^ [INFO] [stdout] 192 | | [INFO] [stdout] 193 | | fn push(self, value: T1) -> Self::Output {\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:197:18 [INFO] [stdout] | [INFO] [stdout] 197 | }\n\n\ [INFO] [stdout] | __________________^ [INFO] [stdout] 198 | | [INFO] [stdout] 199 | | impl OrdesCons for (T0,) {\n \ [INFO] [stdout] | |____________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:200:48 [INFO] [stdout] | [INFO] [stdout] 200 | type Output = (T1, T0);\n\n \ [INFO] [stdout] | ________________________________________________^ [INFO] [stdout] 201 | | [INFO] [stdout] 202 | | fn cons(self, value: T1) -> Self::Output {\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.98s [INFO] [stderr] Running `cargo check` to verify 2021 [INFO] [stderr] Checking ordes-macros v0.2.0 (/tmp/fixit) [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | type Output = T;\n\n \ [INFO] [stdout] | _________________________________________^ [INFO] [stdout] 24 | | [INFO] [stdout] 25 | | fn pop(self) -> (Self::Newlen, Self::Output) {{\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | type Output = T;\n\n \ [INFO] [stdout] | _________________________________________^ [INFO] [stdout] 24 | | [INFO] [stdout] 25 | | fn pop(self) -> (Self::Newlen, Self::Output) {{\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:33:41 [INFO] [stdout] | [INFO] [stdout] 33 | type Output = T;\n\n \ [INFO] [stdout] | _________________________________________^ [INFO] [stdout] 34 | | [INFO] [stdout] 35 | | fn rest(self) -> (Self::Newlen, Self::Output) {{\n [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:33:41 [INFO] [stdout] | [INFO] [stdout] 33 | type Output = T;\n\n \ [INFO] [stdout] | _________________________________________^ [INFO] [stdout] 34 | | [INFO] [stdout] 35 | | fn rest(self) -> (Self::Newlen, Self::Output) {{\n [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:53:41 [INFO] [stdout] | [INFO] [stdout] 53 | type Output = T;\n\n \ [INFO] [stdout] | _________________________________________^ [INFO] [stdout] 54 | | [INFO] [stdout] 55 | | fn pop(self) -> (Self::Newlen, T) {\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:53:41 [INFO] [stdout] | [INFO] [stdout] 53 | type Output = T;\n\n \ [INFO] [stdout] | _________________________________________^ [INFO] [stdout] 54 | | [INFO] [stdout] 55 | | fn pop(self) -> (Self::Newlen, T) {\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:59:18 [INFO] [stdout] | [INFO] [stdout] 59 | }\n\n\ [INFO] [stdout] | __________________^ [INFO] [stdout] 60 | | [INFO] [stdout] 61 | | impl OrdesRest for [T; 1] {\n \ [INFO] [stdout] | |____________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:59:18 [INFO] [stdout] | [INFO] [stdout] 59 | }\n\n\ [INFO] [stdout] | __________________^ [INFO] [stdout] 60 | | [INFO] [stdout] 61 | | impl OrdesRest for [T; 1] {\n \ [INFO] [stdout] | |____________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:63:41 [INFO] [stdout] | [INFO] [stdout] 63 | type Output = T;\n\n \ [INFO] [stdout] | _________________________________________^ [INFO] [stdout] 64 | | [INFO] [stdout] 65 | | fn rest(self) -> (Self::Newlen, T) {\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:63:41 [INFO] [stdout] | [INFO] [stdout] 63 | type Output = T;\n\n \ [INFO] [stdout] | _________________________________________^ [INFO] [stdout] 64 | | [INFO] [stdout] 65 | | fn rest(self) -> (Self::Newlen, T) {\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:76:57 [INFO] [stdout] | [INFO] [stdout] 76 | type Output = [T; {len_plus_1}];\n\n \ [INFO] [stdout] | _________________________________________________________^ [INFO] [stdout] 77 | | [INFO] [stdout] 78 | | fn push(self, value: T) -> Self::Output {{\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:76:57 [INFO] [stdout] | [INFO] [stdout] 76 | type Output = [T; {len_plus_1}];\n\n \ [INFO] [stdout] | _________________________________________________________^ [INFO] [stdout] 77 | | [INFO] [stdout] 78 | | fn push(self, value: T) -> Self::Output {{\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:82:19 [INFO] [stdout] | [INFO] [stdout] 82 | }}\n\n\ [INFO] [stdout] | ___________________^ [INFO] [stdout] 83 | | [INFO] [stdout] 84 | | impl OrdesCons for [T; {len}] {{\n \ [INFO] [stdout] | |____________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:82:19 [INFO] [stdout] | [INFO] [stdout] 82 | }}\n\n\ [INFO] [stdout] | ___________________^ [INFO] [stdout] 83 | | [INFO] [stdout] 84 | | impl OrdesCons for [T; {len}] {{\n \ [INFO] [stdout] | |____________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:85:57 [INFO] [stdout] | [INFO] [stdout] 85 | type Output = [T; {len_plus_1}];\n\n \ [INFO] [stdout] | _________________________________________________________^ [INFO] [stdout] 86 | | [INFO] [stdout] 87 | | fn cons(self, value: T) -> Self::Output {{\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:85:57 [INFO] [stdout] | [INFO] [stdout] 85 | type Output = [T; {len_plus_1}];\n\n \ [INFO] [stdout] | _________________________________________________________^ [INFO] [stdout] 86 | | [INFO] [stdout] 87 | | fn cons(self, value: T) -> Self::Output {{\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:111:51 [INFO] [stdout] | [INFO] [stdout] 111 | type Output = {last_type};\n\n \ [INFO] [stdout] | ___________________________________________________^ [INFO] [stdout] 112 | | [INFO] [stdout] 113 | | fn pop(self) -> (Self::Newlen, {last_type}) {{\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:111:51 [INFO] [stdout] | [INFO] [stdout] 111 | type Output = {last_type};\n\n \ [INFO] [stdout] | ___________________________________________________^ [INFO] [stdout] 112 | | [INFO] [stdout] 113 | | fn pop(self) -> (Self::Newlen, {last_type}) {{\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:121:52 [INFO] [stdout] | [INFO] [stdout] 121 | type Output = {first_type};\n\n \ [INFO] [stdout] | ____________________________________________________^ [INFO] [stdout] 122 | | [INFO] [stdout] 123 | | fn rest(self) -> (Self::Newlen, {first_type}) {{\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:121:52 [INFO] [stdout] | [INFO] [stdout] 121 | type Output = {first_type};\n\n \ [INFO] [stdout] | ____________________________________________________^ [INFO] [stdout] 122 | | [INFO] [stdout] 123 | | fn rest(self) -> (Self::Newlen, {first_type}) {{\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:144:42 [INFO] [stdout] | [INFO] [stdout] 144 | type Output = T0;\n\n \ [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 145 | | [INFO] [stdout] 146 | | fn pop(self) -> (Self::Newlen, T0) {\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:144:42 [INFO] [stdout] | [INFO] [stdout] 144 | type Output = T0;\n\n \ [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 145 | | [INFO] [stdout] 146 | | fn pop(self) -> (Self::Newlen, T0) {\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:150:18 [INFO] [stdout] | [INFO] [stdout] 150 | }\n\n\ [INFO] [stdout] | __________________^ [INFO] [stdout] 151 | | [INFO] [stdout] 152 | | impl OrdesRest for (T0,) {\n \ [INFO] [stdout] | |____________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:150:18 [INFO] [stdout] | [INFO] [stdout] 150 | }\n\n\ [INFO] [stdout] | __________________^ [INFO] [stdout] 151 | | [INFO] [stdout] 152 | | impl OrdesRest for (T0,) {\n \ [INFO] [stdout] | |____________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:154:42 [INFO] [stdout] | [INFO] [stdout] 154 | type Output = T0;\n\n \ [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 155 | | [INFO] [stdout] 156 | | fn rest(self) -> (Self::Newlen, T0) {\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:154:42 [INFO] [stdout] | [INFO] [stdout] 154 | type Output = T0;\n\n \ [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 155 | | [INFO] [stdout] 156 | | fn rest(self) -> (Self::Newlen, T0) {\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:167:68 [INFO] [stdout] | [INFO] [stdout] 167 | type Output = ({self_types}, {extra_type});\n\n \ [INFO] [stdout] | ____________________________________________________________________^ [INFO] [stdout] 168 | | [INFO] [stdout] 169 | | fn push(self, value: {extra_type}) -> Self::Output {{\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:167:68 [INFO] [stdout] | [INFO] [stdout] 167 | type Output = ({self_types}, {extra_type});\n\n \ [INFO] [stdout] | ____________________________________________________________________^ [INFO] [stdout] 168 | | [INFO] [stdout] 169 | | fn push(self, value: {extra_type}) -> Self::Output {{\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:173:19 [INFO] [stdout] | [INFO] [stdout] 173 | }}\n\n\ [INFO] [stdout] | ___________________^ [INFO] [stdout] 174 | | [INFO] [stdout] 175 | | impl<{self_types}, {extra_type}> OrdesCons<{extra_type}> for ({self_types}) {{\n \ [INFO] [stdout] | |____________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:173:19 [INFO] [stdout] | [INFO] [stdout] 173 | }}\n\n\ [INFO] [stdout] | ___________________^ [INFO] [stdout] 174 | | [INFO] [stdout] 175 | | impl<{self_types}, {extra_type}> OrdesCons<{extra_type}> for ({self_types}) {{\n \ [INFO] [stdout] | |____________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:176:68 [INFO] [stdout] | [INFO] [stdout] 176 | type Output = ({extra_type}, {self_types});\n\n \ [INFO] [stdout] | ____________________________________________________________________^ [INFO] [stdout] 177 | | [INFO] [stdout] 178 | | fn cons(self, value: {extra_type}) -> Self::Output {{\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:176:68 [INFO] [stdout] | [INFO] [stdout] 176 | type Output = ({extra_type}, {self_types});\n\n \ [INFO] [stdout] | ____________________________________________________________________^ [INFO] [stdout] 177 | | [INFO] [stdout] 178 | | fn cons(self, value: {extra_type}) -> Self::Output {{\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:191:48 [INFO] [stdout] | [INFO] [stdout] 191 | type Output = (T0, T1);\n\n \ [INFO] [stdout] | ________________________________________________^ [INFO] [stdout] 192 | | [INFO] [stdout] 193 | | fn push(self, value: T1) -> Self::Output {\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:191:48 [INFO] [stdout] | [INFO] [stdout] 191 | type Output = (T0, T1);\n\n \ [INFO] [stdout] | ________________________________________________^ [INFO] [stdout] 192 | | [INFO] [stdout] 193 | | fn push(self, value: T1) -> Self::Output {\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:197:18 [INFO] [stdout] | [INFO] [stdout] 197 | }\n\n\ [INFO] [stdout] | __________________^ [INFO] [stdout] 198 | | [INFO] [stdout] 199 | | impl OrdesCons for (T0,) {\n \ [INFO] [stdout] | |____________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:197:18 [INFO] [stdout] | [INFO] [stdout] 197 | }\n\n\ [INFO] [stdout] | __________________^ [INFO] [stdout] 198 | | [INFO] [stdout] 199 | | impl OrdesCons for (T0,) {\n \ [INFO] [stdout] | |____________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:200:48 [INFO] [stdout] | [INFO] [stdout] 200 | type Output = (T1, T0);\n\n \ [INFO] [stdout] | ________________________________________________^ [INFO] [stdout] 201 | | [INFO] [stdout] 202 | | fn cons(self, value: T1) -> Self::Output {\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/lib.rs:200:48 [INFO] [stdout] | [INFO] [stdout] 200 | type Output = (T1, T0);\n\n \ [INFO] [stdout] | ________________________________________________^ [INFO] [stdout] 201 | | [INFO] [stdout] 202 | | fn cons(self, value: T1) -> Self::Output {\n \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.13s [INFO] running `Command { std: "docker" "inspect" "566a292010bca0d9b005553684b9aef4439a22bbd8d1e1da8339811722756aa1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "566a292010bca0d9b005553684b9aef4439a22bbd8d1e1da8339811722756aa1", kill_on_drop: false }` [INFO] [stdout] 566a292010bca0d9b005553684b9aef4439a22bbd8d1e1da8339811722756aa1