[INFO] fetching crate avr-libcore 0.1.0...
[INFO] checking avr-libcore-0.1.0 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate avr-libcore 0.1.0 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate avr-libcore 0.1.0 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate avr-libcore 0.1.0
[INFO] finished tweaking crates.io crate avr-libcore 0.1.0
[INFO] tweaked toml for crates.io crate avr-libcore 0.1.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b2a59a21da28c7f8b1d0db202ac2864e3f8846dc9dc7b01a4c6daac47218c493
[INFO] running `Command { std: "docker" "start" "-a" "b2a59a21da28c7f8b1d0db202ac2864e3f8846dc9dc7b01a4c6daac47218c493", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b2a59a21da28c7f8b1d0db202ac2864e3f8846dc9dc7b01a4c6daac47218c493", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b2a59a21da28c7f8b1d0db202ac2864e3f8846dc9dc7b01a4c6daac47218c493", kill_on_drop: false }`
[INFO] [stdout] b2a59a21da28c7f8b1d0db202ac2864e3f8846dc9dc7b01a4c6daac47218c493
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5caa5383f9fc39f972b574dad0fc26672e4cf25f71d2f3a80363167bd6e60060
[INFO] running `Command { std: "docker" "start" "-a" "5caa5383f9fc39f972b574dad0fc26672e4cf25f71d2f3a80363167bd6e60060", kill_on_drop: false }`
[INFO] [stderr]     Checking avr-libcore v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:77:12
[INFO] [stdout]    |
[INFO] [stdout] 77 | #![feature(const_fn)]
[INFO] [stdout]    |            ^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: split into finer-grained feature gates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:78:12
[INFO] [stdout]    |
[INFO] [stdout] 78 | #![feature(custom_attribute)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: removed in favor of `#![register_tool]` and `#![register_attr]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:77:12
[INFO] [stdout]    |
[INFO] [stdout] 77 | #![feature(const_fn)]
[INFO] [stdout]    |            ^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: split into finer-grained feature gates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:86:12
[INFO] [stdout]    |
[INFO] [stdout] 86 | #![feature(on_unimplemented)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:87:12
[INFO] [stdout]    |
[INFO] [stdout] 87 | #![feature(optin_builtin_traits)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: renamed to `auto_traits`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:78:12
[INFO] [stdout]    |
[INFO] [stdout] 78 | #![feature(custom_attribute)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: removed in favor of `#![register_tool]` and `#![register_attr]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:89:23
[INFO] [stdout]    |
[INFO] [stdout] 89 | #![feature(repr_simd, platform_intrinsics)]
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: SIMD intrinsics use the regular intrinsics ABI now
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:86:12
[INFO] [stdout]    |
[INFO] [stdout] 86 | #![feature(on_unimplemented)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:94:12
[INFO] [stdout]    |
[INFO] [stdout] 94 | #![feature(untagged_unions)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: unions with `Copy` and `ManuallyDrop` fields are stable; there is no intent to stabilize more
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:87:12
[INFO] [stdout]    |
[INFO] [stdout] 87 | #![feature(optin_builtin_traits)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: renamed to `auto_traits`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:95:12
[INFO] [stdout]    |
[INFO] [stdout] 95 | #![feature(unwind_attributes)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: use the C-unwind ABI instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:89:23
[INFO] [stdout]    |
[INFO] [stdout] 89 | #![feature(repr_simd, platform_intrinsics)]
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: SIMD intrinsics use the regular intrinsics ABI now
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:94:12
[INFO] [stdout]    |
[INFO] [stdout] 94 | #![feature(untagged_unions)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: unions with `Copy` and `ManuallyDrop` fields are stable; there is no intent to stabilize more
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:95:12
[INFO] [stdout]    |
[INFO] [stdout] 95 | #![feature(unwind_attributes)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: use the C-unwind ABI instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]    --> src/slice/mod.rs:998:11
[INFO] [stdout]     |
[INFO] [stdout] 998 |         (0...self.end).get(slice)
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]     |
[INFO] [stdout] 998 |         (0..self.end).get(slice)
[INFO] [stdout]     |           ~~
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout] 998 |         (0..=self.end).get(slice)
[INFO] [stdout]     |           ~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]     --> src/slice/mod.rs:1003:11
[INFO] [stdout]      |
[INFO] [stdout] 1003 |         (0...self.end).get_mut(slice)
[INFO] [stdout]      |           ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1003 |         (0..self.end).get_mut(slice)
[INFO] [stdout]      |           ~~
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1003 |         (0..=self.end).get_mut(slice)
[INFO] [stdout]      |           ~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]     --> src/slice/mod.rs:1008:11
[INFO] [stdout]      |
[INFO] [stdout] 1008 |         (0...self.end).get_unchecked(slice)
[INFO] [stdout]      |           ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1008 |         (0..self.end).get_unchecked(slice)
[INFO] [stdout]      |           ~~
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1008 |         (0..=self.end).get_unchecked(slice)
[INFO] [stdout]      |           ~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]     --> src/slice/mod.rs:1013:11
[INFO] [stdout]      |
[INFO] [stdout] 1013 |         (0...self.end).get_unchecked_mut(slice)
[INFO] [stdout]      |           ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1013 |         (0..self.end).get_unchecked_mut(slice)
[INFO] [stdout]      |           ~~
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1013 |         (0..=self.end).get_unchecked_mut(slice)
[INFO] [stdout]      |           ~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]    --> src/slice/mod.rs:998:11
[INFO] [stdout]     |
[INFO] [stdout] 998 |         (0...self.end).get(slice)
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]     |
[INFO] [stdout] 998 |         (0..self.end).get(slice)
[INFO] [stdout]     |           ~~
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout] 998 |         (0..=self.end).get(slice)
[INFO] [stdout]     |           ~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]     --> src/slice/mod.rs:1018:11
[INFO] [stdout]      |
[INFO] [stdout] 1018 |         (0...self.end).index(slice)
[INFO] [stdout]      |           ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1018 |         (0..self.end).index(slice)
[INFO] [stdout]      |           ~~
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1018 |         (0..=self.end).index(slice)
[INFO] [stdout]      |           ~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]     --> src/slice/mod.rs:1023:11
[INFO] [stdout]      |
[INFO] [stdout] 1023 |         (0...self.end).index_mut(slice)
[INFO] [stdout]      |           ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1023 |         (0..self.end).index_mut(slice)
[INFO] [stdout]      |           ~~
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1023 |         (0..=self.end).index_mut(slice)
[INFO] [stdout]      |           ~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]     --> src/slice/mod.rs:1003:11
[INFO] [stdout]      |
[INFO] [stdout] 1003 |         (0...self.end).get_mut(slice)
[INFO] [stdout]      |           ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1003 |         (0..self.end).get_mut(slice)
[INFO] [stdout]      |           ~~
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1003 |         (0..=self.end).get_mut(slice)
[INFO] [stdout]      |           ~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]     --> src/slice/mod.rs:1008:11
[INFO] [stdout]      |
[INFO] [stdout] 1008 |         (0...self.end).get_unchecked(slice)
[INFO] [stdout]      |           ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1008 |         (0..self.end).get_unchecked(slice)
[INFO] [stdout]      |           ~~
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1008 |         (0..=self.end).get_unchecked(slice)
[INFO] [stdout]      |           ~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]     --> src/slice/mod.rs:1013:11
[INFO] [stdout]      |
[INFO] [stdout] 1013 |         (0...self.end).get_unchecked_mut(slice)
[INFO] [stdout]      |           ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1013 |         (0..self.end).get_unchecked_mut(slice)
[INFO] [stdout]      |           ~~
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1013 |         (0..=self.end).get_unchecked_mut(slice)
[INFO] [stdout]      |           ~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]     --> src/slice/mod.rs:1018:11
[INFO] [stdout]      |
[INFO] [stdout] 1018 |         (0...self.end).index(slice)
[INFO] [stdout]      |           ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1018 |         (0..self.end).index(slice)
[INFO] [stdout]      |           ~~
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1018 |         (0..=self.end).index(slice)
[INFO] [stdout]      |           ~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]     --> src/slice/mod.rs:1023:11
[INFO] [stdout]      |
[INFO] [stdout] 1023 |         (0...self.end).index_mut(slice)
[INFO] [stdout]      |           ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1023 |         (0..self.end).index_mut(slice)
[INFO] [stdout]      |           ~~
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1023 |         (0..=self.end).index_mut(slice)
[INFO] [stdout]      |           ~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]     --> src/str/mod.rs:1741:25
[INFO] [stdout]      |
[INFO] [stdout] 1741 |             self.index(0...index.end)
[INFO] [stdout]      |                         ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1741 |             self.index(0..index.end)
[INFO] [stdout]      |                         ~~
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1741 |             self.index(0..=index.end)
[INFO] [stdout]      |                         ~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]     --> src/str/mod.rs:1766:29
[INFO] [stdout]      |
[INFO] [stdout] 1766 |             self.index_mut(0...index.end)
[INFO] [stdout]      |                             ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1766 |             self.index_mut(0..index.end)
[INFO] [stdout]      |                             ~~
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1766 |             self.index_mut(0..=index.end)
[INFO] [stdout]      |                             ~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]     --> src/str/mod.rs:1741:25
[INFO] [stdout]      |
[INFO] [stdout] 1741 |             self.index(0...index.end)
[INFO] [stdout]      |                         ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1741 |             self.index(0..index.end)
[INFO] [stdout]      |                         ~~
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1741 |             self.index(0..=index.end)
[INFO] [stdout]      |                         ~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]     --> src/str/mod.rs:1766:29
[INFO] [stdout]      |
[INFO] [stdout] 1766 |             self.index_mut(0...index.end)
[INFO] [stdout]      |                             ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1766 |             self.index_mut(0..index.end)
[INFO] [stdout]      |                             ~~
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1766 |             self.index_mut(0..=index.end)
[INFO] [stdout]      |                             ~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `allow_internal_unstable` expects a list of feature names
[INFO] [stdout]   --> src/macros.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[allow_internal_unstable]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `allow_internal_unstable` expects a list of feature names
[INFO] [stdout]   --> src/macros.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[allow_internal_unstable]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/intrinsics.rs:51:3
[INFO] [stdout]    |
[INFO] [stdout] 51 | #[rustc_deprecated(reason = "no longer an intrinsic - use `ptr::drop_in_place` directly",
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> src/mem.rs:239:3
[INFO] [stdout]     |
[INFO] [stdout] 239 | #[rustc_deprecated(reason = "use `align_of` instead", since = "1.2.0")]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> src/mem.rs:260:3
[INFO] [stdout]     |
[INFO] [stdout] 260 | #[rustc_deprecated(reason = "use `align_of_val` instead", since = "1.2.0")]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]     --> src/str/mod.rs:1249:3
[INFO] [stdout]      |
[INFO] [stdout] 1249 | #[rustc_deprecated(since = "1.4.0", reason = "use lines()/Lines instead now")]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]     --> src/str/mod.rs:2085:7
[INFO] [stdout]      |
[INFO] [stdout] 2085 |     #[rustc_deprecated(since = "1.6.0", reason = "use lines() instead now")]
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/hash/sip.rs:27:3
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[rustc_deprecated(since = "1.13.0",
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/hash/sip.rs:38:3
[INFO] [stdout]    |
[INFO] [stdout] 38 | #[rustc_deprecated(since = "1.13.0",
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/hash/sip.rs:58:3
[INFO] [stdout]    |
[INFO] [stdout] 58 | #[rustc_deprecated(since = "1.13.0",
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> src/hash/sip.rs:146:7
[INFO] [stdout]     |
[INFO] [stdout] 146 |     #[rustc_deprecated(since = "1.13.0",
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> src/hash/sip.rs:155:7
[INFO] [stdout]     |
[INFO] [stdout] 155 |     #[rustc_deprecated(since = "1.13.0",
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> src/hash/sip.rs:166:7
[INFO] [stdout]     |
[INFO] [stdout] 166 |     #[rustc_deprecated(since = "1.13.0",
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> src/hash/sip.rs:175:7
[INFO] [stdout]     |
[INFO] [stdout] 175 |     #[rustc_deprecated(since = "1.13.0",
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> src/hash/sip.rs:188:7
[INFO] [stdout]     |
[INFO] [stdout] 188 |     #[rustc_deprecated(since = "1.13.0",
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> src/hash/sip.rs:197:7
[INFO] [stdout]     |
[INFO] [stdout] 197 |     #[rustc_deprecated(since = "1.13.0",
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/intrinsics.rs:51:3
[INFO] [stdout]    |
[INFO] [stdout] 51 | #[rustc_deprecated(reason = "no longer an intrinsic - use `ptr::drop_in_place` directly",
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> src/mem.rs:239:3
[INFO] [stdout]     |
[INFO] [stdout] 239 | #[rustc_deprecated(reason = "use `align_of` instead", since = "1.2.0")]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> src/mem.rs:260:3
[INFO] [stdout]     |
[INFO] [stdout] 260 | #[rustc_deprecated(reason = "use `align_of_val` instead", since = "1.2.0")]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]     --> src/str/mod.rs:1249:3
[INFO] [stdout]      |
[INFO] [stdout] 1249 | #[rustc_deprecated(since = "1.4.0", reason = "use lines()/Lines instead now")]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]     --> src/str/mod.rs:2085:7
[INFO] [stdout]      |
[INFO] [stdout] 2085 |     #[rustc_deprecated(since = "1.6.0", reason = "use lines() instead now")]
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/hash/sip.rs:27:3
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[rustc_deprecated(since = "1.13.0",
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/hash/sip.rs:38:3
[INFO] [stdout]    |
[INFO] [stdout] 38 | #[rustc_deprecated(since = "1.13.0",
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/hash/sip.rs:58:3
[INFO] [stdout]    |
[INFO] [stdout] 58 | #[rustc_deprecated(since = "1.13.0",
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> src/hash/sip.rs:146:7
[INFO] [stdout]     |
[INFO] [stdout] 146 |     #[rustc_deprecated(since = "1.13.0",
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> src/hash/sip.rs:155:7
[INFO] [stdout]     |
[INFO] [stdout] 155 |     #[rustc_deprecated(since = "1.13.0",
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> src/hash/sip.rs:166:7
[INFO] [stdout]     |
[INFO] [stdout] 166 |     #[rustc_deprecated(since = "1.13.0",
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> src/hash/sip.rs:175:7
[INFO] [stdout]     |
[INFO] [stdout] 175 |     #[rustc_deprecated(since = "1.13.0",
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> src/hash/sip.rs:188:7
[INFO] [stdout]     |
[INFO] [stdout] 188 |     #[rustc_deprecated(since = "1.13.0",
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> src/hash/sip.rs:197:7
[INFO] [stdout]     |
[INFO] [stdout] 197 |     #[rustc_deprecated(since = "1.13.0",
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `impl Trait for .. {}` is an obsolete syntax
[INFO] [stdout]   --> src/marker.rs:49:1
[INFO] [stdout]    |
[INFO] [stdout] 49 | unsafe impl Send for .. { }
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `auto trait Trait {}` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 31 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0557`.
[INFO] [stdout] 
[INFO] [stdout] error: `impl Trait for .. {}` is an obsolete syntax
[INFO] [stdout]   --> src/marker.rs:49:1
[INFO] [stdout]    |
[INFO] [stdout] 49 | unsafe impl Send for .. { }
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `auto trait Trait {}` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `avr-libcore` (lib) due to 32 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 31 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0557`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `avr-libcore` (lib test) due to 32 previous errors
[INFO] running `Command { std: "docker" "inspect" "5caa5383f9fc39f972b574dad0fc26672e4cf25f71d2f3a80363167bd6e60060", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5caa5383f9fc39f972b574dad0fc26672e4cf25f71d2f3a80363167bd6e60060", kill_on_drop: false }`
[INFO] [stdout] 5caa5383f9fc39f972b574dad0fc26672e4cf25f71d2f3a80363167bd6e60060
[INFO] checking avr-libcore-0.1.0 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate avr-libcore 0.1.0 into /workspace/builds/worker-5-tc2/source
[INFO] validating manifest of crates.io crate avr-libcore 0.1.0 on toolchain bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate avr-libcore 0.1.0
[INFO] finished tweaking crates.io crate avr-libcore 0.1.0
[INFO] tweaked toml for crates.io crate avr-libcore 0.1.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 80eaf2b5b871d5432c340945ea6d785158ab83e2938bc1dc5f3d49fefbc36a24
[INFO] running `Command { std: "docker" "start" "-a" "80eaf2b5b871d5432c340945ea6d785158ab83e2938bc1dc5f3d49fefbc36a24", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "80eaf2b5b871d5432c340945ea6d785158ab83e2938bc1dc5f3d49fefbc36a24", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "80eaf2b5b871d5432c340945ea6d785158ab83e2938bc1dc5f3d49fefbc36a24", kill_on_drop: false }`
[INFO] [stdout] 80eaf2b5b871d5432c340945ea6d785158ab83e2938bc1dc5f3d49fefbc36a24
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9378e053ce37f52e5ed6c321df7741318c5c904412069825018f8130e72b74bb
[INFO] running `Command { std: "docker" "start" "-a" "9378e053ce37f52e5ed6c321df7741318c5c904412069825018f8130e72b74bb", kill_on_drop: false }`
[INFO] [stderr]     Checking avr-libcore v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:77:12
[INFO] [stdout]    |
[INFO] [stdout] 77 | #![feature(const_fn)]
[INFO] [stdout]    |            ^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: split into finer-grained feature gates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:77:12
[INFO] [stdout]    |
[INFO] [stdout] 77 | #![feature(const_fn)]
[INFO] [stdout]    |            ^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: split into finer-grained feature gates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:78:12
[INFO] [stdout]    |
[INFO] [stdout] 78 | #![feature(custom_attribute)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: removed in favor of `#![register_tool]` and `#![register_attr]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:78:12
[INFO] [stdout]    |
[INFO] [stdout] 78 | #![feature(custom_attribute)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: removed in favor of `#![register_tool]` and `#![register_attr]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:86:12
[INFO] [stdout]    |
[INFO] [stdout] 86 | #![feature(on_unimplemented)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:86:12
[INFO] [stdout]    |
[INFO] [stdout] 86 | #![feature(on_unimplemented)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:87:12
[INFO] [stdout]    |
[INFO] [stdout] 87 | #![feature(optin_builtin_traits)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: renamed to `auto_traits`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:87:12
[INFO] [stdout]    |
[INFO] [stdout] 87 | #![feature(optin_builtin_traits)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: renamed to `auto_traits`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:89:23
[INFO] [stdout]    |
[INFO] [stdout] 89 | #![feature(repr_simd, platform_intrinsics)]
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: SIMD intrinsics use the regular intrinsics ABI now
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:89:23
[INFO] [stdout]    |
[INFO] [stdout] 89 | #![feature(repr_simd, platform_intrinsics)]
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: SIMD intrinsics use the regular intrinsics ABI now
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:94:12
[INFO] [stdout]    |
[INFO] [stdout] 94 | #![feature(untagged_unions)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: unions with `Copy` and `ManuallyDrop` fields are stable; there is no intent to stabilize more
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:94:12
[INFO] [stdout]    |
[INFO] [stdout] 94 | #![feature(untagged_unions)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: unions with `Copy` and `ManuallyDrop` fields are stable; there is no intent to stabilize more
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:95:12
[INFO] [stdout]    |
[INFO] [stdout] 95 | #![feature(unwind_attributes)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: use the C-unwind ABI instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:95:12
[INFO] [stdout]    |
[INFO] [stdout] 95 | #![feature(unwind_attributes)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: use the C-unwind ABI instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]    --> src/slice/mod.rs:998:11
[INFO] [stdout]     |
[INFO] [stdout] 998 |         (0...self.end).get(slice)
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]     |
[INFO] [stdout] 998 |         (0..self.end).get(slice)
[INFO] [stdout]     |           ~~
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout] 998 |         (0..=self.end).get(slice)
[INFO] [stdout]     |           ~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]    --> src/slice/mod.rs:998:11
[INFO] [stdout]     |
[INFO] [stdout] 998 |         (0...self.end).get(slice)
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]     |
[INFO] [stdout] 998 |         (0..self.end).get(slice)
[INFO] [stdout]     |           ~~
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout] 998 |         (0..=self.end).get(slice)
[INFO] [stdout]     |           ~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]     --> src/slice/mod.rs:1003:11
[INFO] [stdout]      |
[INFO] [stdout] 1003 |         (0...self.end).get_mut(slice)
[INFO] [stdout]      |           ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1003 |         (0..self.end).get_mut(slice)
[INFO] [stdout]      |           ~~
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1003 |         (0..=self.end).get_mut(slice)
[INFO] [stdout]      |           ~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]     --> src/slice/mod.rs:1003:11
[INFO] [stdout]      |
[INFO] [stdout] 1003 |         (0...self.end).get_mut(slice)
[INFO] [stdout]      |           ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1003 |         (0..self.end).get_mut(slice)
[INFO] [stdout]      |           ~~
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1003 |         (0..=self.end).get_mut(slice)
[INFO] [stdout]      |           ~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]     --> src/slice/mod.rs:1008:11
[INFO] [stdout]      |
[INFO] [stdout] 1008 |         (0...self.end).get_unchecked(slice)
[INFO] [stdout]      |           ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1008 |         (0..self.end).get_unchecked(slice)
[INFO] [stdout]      |           ~~
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1008 |         (0..=self.end).get_unchecked(slice)
[INFO] [stdout]      |           ~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]     --> src/slice/mod.rs:1008:11
[INFO] [stdout]      |
[INFO] [stdout] 1008 |         (0...self.end).get_unchecked(slice)
[INFO] [stdout]      |           ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1008 |         (0..self.end).get_unchecked(slice)
[INFO] [stdout]      |           ~~
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1008 |         (0..=self.end).get_unchecked(slice)
[INFO] [stdout]      |           ~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]     --> src/slice/mod.rs:1013:11
[INFO] [stdout]      |
[INFO] [stdout] 1013 |         (0...self.end).get_unchecked_mut(slice)
[INFO] [stdout]      |           ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1013 |         (0..self.end).get_unchecked_mut(slice)
[INFO] [stdout]      |           ~~
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1013 |         (0..=self.end).get_unchecked_mut(slice)
[INFO] [stdout]      |           ~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]     --> src/slice/mod.rs:1013:11
[INFO] [stdout]      |
[INFO] [stdout] 1013 |         (0...self.end).get_unchecked_mut(slice)
[INFO] [stdout]      |           ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1013 |         (0..self.end).get_unchecked_mut(slice)
[INFO] [stdout]      |           ~~
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1013 |         (0..=self.end).get_unchecked_mut(slice)
[INFO] [stdout]      |           ~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]     --> src/slice/mod.rs:1018:11
[INFO] [stdout]      |
[INFO] [stdout] 1018 |         (0...self.end).index(slice)
[INFO] [stdout]      |           ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1018 |         (0..self.end).index(slice)
[INFO] [stdout]      |           ~~
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1018 |         (0..=self.end).index(slice)
[INFO] [stdout]      |           ~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]     --> src/slice/mod.rs:1018:11
[INFO] [stdout]      |
[INFO] [stdout] 1018 |         (0...self.end).index(slice)
[INFO] [stdout]      |           ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1018 |         (0..self.end).index(slice)
[INFO] [stdout]      |           ~~
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1018 |         (0..=self.end).index(slice)
[INFO] [stdout]      |           ~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]     --> src/slice/mod.rs:1023:11
[INFO] [stdout]      |
[INFO] [stdout] 1023 |         (0...self.end).index_mut(slice)
[INFO] [stdout]      |           ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1023 |         (0..self.end).index_mut(slice)
[INFO] [stdout]      |           ~~
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1023 |         (0..=self.end).index_mut(slice)
[INFO] [stdout]      |           ~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]     --> src/slice/mod.rs:1023:11
[INFO] [stdout]      |
[INFO] [stdout] 1023 |         (0...self.end).index_mut(slice)
[INFO] [stdout]      |           ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1023 |         (0..self.end).index_mut(slice)
[INFO] [stdout]      |           ~~
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1023 |         (0..=self.end).index_mut(slice)
[INFO] [stdout]      |           ~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]     --> src/str/mod.rs:1741:25
[INFO] [stdout]      |
[INFO] [stdout] 1741 |             self.index(0...index.end)
[INFO] [stdout]      |                         ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1741 |             self.index(0..index.end)
[INFO] [stdout]      |                         ~~
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1741 |             self.index(0..=index.end)
[INFO] [stdout]      |                         ~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]     --> src/str/mod.rs:1766:29
[INFO] [stdout]      |
[INFO] [stdout] 1766 |             self.index_mut(0...index.end)
[INFO] [stdout]      |                             ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1766 |             self.index_mut(0..index.end)
[INFO] [stdout]      |                             ~~
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1766 |             self.index_mut(0..=index.end)
[INFO] [stdout]      |                             ~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]     --> src/str/mod.rs:1741:25
[INFO] [stdout]      |
[INFO] [stdout] 1741 |             self.index(0...index.end)
[INFO] [stdout]      |                         ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1741 |             self.index(0..index.end)
[INFO] [stdout]      |                         ~~
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1741 |             self.index(0..=index.end)
[INFO] [stdout]      |                         ~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]     --> src/str/mod.rs:1766:29
[INFO] [stdout]      |
[INFO] [stdout] 1766 |             self.index_mut(0...index.end)
[INFO] [stdout]      |                             ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1766 |             self.index_mut(0..index.end)
[INFO] [stdout]      |                             ~~
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]      |
[INFO] [stdout] 1766 |             self.index_mut(0..=index.end)
[INFO] [stdout]      |                             ~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `allow_internal_unstable` expects a list of feature names
[INFO] [stdout]   --> src/macros.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[allow_internal_unstable]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `allow_internal_unstable` expects a list of feature names
[INFO] [stdout]   --> src/macros.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[allow_internal_unstable]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/intrinsics.rs:51:3
[INFO] [stdout]    |
[INFO] [stdout] 51 | #[rustc_deprecated(reason = "no longer an intrinsic - use `ptr::drop_in_place` directly",
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> src/mem.rs:239:3
[INFO] [stdout]     |
[INFO] [stdout] 239 | #[rustc_deprecated(reason = "use `align_of` instead", since = "1.2.0")]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> src/mem.rs:260:3
[INFO] [stdout]     |
[INFO] [stdout] 260 | #[rustc_deprecated(reason = "use `align_of_val` instead", since = "1.2.0")]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]     --> src/str/mod.rs:1249:3
[INFO] [stdout]      |
[INFO] [stdout] 1249 | #[rustc_deprecated(since = "1.4.0", reason = "use lines()/Lines instead now")]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]     --> src/str/mod.rs:2085:7
[INFO] [stdout]      |
[INFO] [stdout] 2085 |     #[rustc_deprecated(since = "1.6.0", reason = "use lines() instead now")]
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/hash/sip.rs:27:3
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[rustc_deprecated(since = "1.13.0",
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/hash/sip.rs:38:3
[INFO] [stdout]    |
[INFO] [stdout] 38 | #[rustc_deprecated(since = "1.13.0",
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/hash/sip.rs:58:3
[INFO] [stdout]    |
[INFO] [stdout] 58 | #[rustc_deprecated(since = "1.13.0",
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> src/hash/sip.rs:146:7
[INFO] [stdout]     |
[INFO] [stdout] 146 |     #[rustc_deprecated(since = "1.13.0",
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> src/hash/sip.rs:155:7
[INFO] [stdout]     |
[INFO] [stdout] 155 |     #[rustc_deprecated(since = "1.13.0",
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> src/hash/sip.rs:166:7
[INFO] [stdout]     |
[INFO] [stdout] 166 |     #[rustc_deprecated(since = "1.13.0",
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> src/hash/sip.rs:175:7
[INFO] [stdout]     |
[INFO] [stdout] 175 |     #[rustc_deprecated(since = "1.13.0",
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> src/hash/sip.rs:188:7
[INFO] [stdout]     |
[INFO] [stdout] 188 |     #[rustc_deprecated(since = "1.13.0",
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> src/hash/sip.rs:197:7
[INFO] [stdout]     |
[INFO] [stdout] 197 |     #[rustc_deprecated(since = "1.13.0",
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/intrinsics.rs:51:3
[INFO] [stdout]    |
[INFO] [stdout] 51 | #[rustc_deprecated(reason = "no longer an intrinsic - use `ptr::drop_in_place` directly",
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> src/mem.rs:239:3
[INFO] [stdout]     |
[INFO] [stdout] 239 | #[rustc_deprecated(reason = "use `align_of` instead", since = "1.2.0")]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> src/mem.rs:260:3
[INFO] [stdout]     |
[INFO] [stdout] 260 | #[rustc_deprecated(reason = "use `align_of_val` instead", since = "1.2.0")]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]     --> src/str/mod.rs:1249:3
[INFO] [stdout]      |
[INFO] [stdout] 1249 | #[rustc_deprecated(since = "1.4.0", reason = "use lines()/Lines instead now")]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]     --> src/str/mod.rs:2085:7
[INFO] [stdout]      |
[INFO] [stdout] 2085 |     #[rustc_deprecated(since = "1.6.0", reason = "use lines() instead now")]
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/hash/sip.rs:27:3
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[rustc_deprecated(since = "1.13.0",
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/hash/sip.rs:38:3
[INFO] [stdout]    |
[INFO] [stdout] 38 | #[rustc_deprecated(since = "1.13.0",
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/hash/sip.rs:58:3
[INFO] [stdout]    |
[INFO] [stdout] 58 | #[rustc_deprecated(since = "1.13.0",
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> src/hash/sip.rs:146:7
[INFO] [stdout]     |
[INFO] [stdout] 146 |     #[rustc_deprecated(since = "1.13.0",
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> src/hash/sip.rs:155:7
[INFO] [stdout]     |
[INFO] [stdout] 155 |     #[rustc_deprecated(since = "1.13.0",
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> src/hash/sip.rs:166:7
[INFO] [stdout]     |
[INFO] [stdout] 166 |     #[rustc_deprecated(since = "1.13.0",
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> src/hash/sip.rs:175:7
[INFO] [stdout]     |
[INFO] [stdout] 175 |     #[rustc_deprecated(since = "1.13.0",
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> src/hash/sip.rs:188:7
[INFO] [stdout]     |
[INFO] [stdout] 188 |     #[rustc_deprecated(since = "1.13.0",
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> src/hash/sip.rs:197:7
[INFO] [stdout]     |
[INFO] [stdout] 197 |     #[rustc_deprecated(since = "1.13.0",
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `impl Trait for .. {}` is an obsolete syntax
[INFO] [stdout]   --> src/marker.rs:49:1
[INFO] [stdout]    |
[INFO] [stdout] 49 | unsafe impl Send for .. { }
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `auto trait Trait {}` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `impl Trait for .. {}` is an obsolete syntax
[INFO] [stdout]   --> src/marker.rs:49:1
[INFO] [stdout]    |
[INFO] [stdout] 49 | unsafe impl Send for .. { }
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `auto trait Trait {}` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 31 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0557`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `avr-libcore` (lib) due to 32 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 31 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0557`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `avr-libcore` (lib test) due to 32 previous errors
[INFO] running `Command { std: "docker" "inspect" "9378e053ce37f52e5ed6c321df7741318c5c904412069825018f8130e72b74bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9378e053ce37f52e5ed6c321df7741318c5c904412069825018f8130e72b74bb", kill_on_drop: false }`
[INFO] [stdout] 9378e053ce37f52e5ed6c321df7741318c5c904412069825018f8130e72b74bb
