[INFO] fetching crate avr-libcore 0.1.0...
[INFO] checking avr-libcore-0.1.0 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate avr-libcore 0.1.0 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate avr-libcore 0.1.0 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate 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-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9f9691330792614cf3bbea408c2a67e78dc74255053fc0ba6242b893d4efd282
[INFO] running `Command { std: "docker" "start" "-a" "9f9691330792614cf3bbea408c2a67e78dc74255053fc0ba6242b893d4efd282", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9f9691330792614cf3bbea408c2a67e78dc74255053fc0ba6242b893d4efd282", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9f9691330792614cf3bbea408c2a67e78dc74255053fc0ba6242b893d4efd282", kill_on_drop: false }`
[INFO] [stdout] 9f9691330792614cf3bbea408c2a67e78dc74255053fc0ba6242b893d4efd282
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a654651878db8c7100b9ab7e7ad3574e1c772f1f69da12e2472ce27ce8b89a51
[INFO] running `Command { std: "docker" "start" "-a" "a654651878db8c7100b9ab7e7ad3574e1c772f1f69da12e2472ce27ce8b89a51", 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: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: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[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: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: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: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/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: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: `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: 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: 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: 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: 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: `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 test) due to 32 previous errors
[INFO] running `Command { std: "docker" "inspect" "a654651878db8c7100b9ab7e7ad3574e1c772f1f69da12e2472ce27ce8b89a51", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a654651878db8c7100b9ab7e7ad3574e1c772f1f69da12e2472ce27ce8b89a51", kill_on_drop: false }`
[INFO] [stdout] a654651878db8c7100b9ab7e7ad3574e1c772f1f69da12e2472ce27ce8b89a51
[INFO] checking avr-libcore-0.1.0 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate avr-libcore 0.1.0 into /workspace/builds/worker-6-tc2/source
[INFO] validating manifest of crates.io crate avr-libcore 0.1.0 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate 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-6-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9a726d0c768b1cd9f1ca35efcee32e062829d992f74b2691bbc7b4f1d60db2ce
[INFO] running `Command { std: "docker" "start" "-a" "9a726d0c768b1cd9f1ca35efcee32e062829d992f74b2691bbc7b4f1d60db2ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9a726d0c768b1cd9f1ca35efcee32e062829d992f74b2691bbc7b4f1d60db2ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a726d0c768b1cd9f1ca35efcee32e062829d992f74b2691bbc7b4f1d60db2ce", kill_on_drop: false }`
[INFO] [stdout] 9a726d0c768b1cd9f1ca35efcee32e062829d992f74b2691bbc7b4f1d60db2ce
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 00c4515cef0c02c7688776021cacff514013e408a69e5a150e1f4dc4f83627b1
[INFO] running `Command { std: "docker" "start" "-a" "00c4515cef0c02c7688776021cacff514013e408a69e5a150e1f4dc4f83627b1", 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: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: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[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: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: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: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: `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: 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: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: `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: `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: 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] [stderr] error: could not compile `avr-libcore` (lib test) due to 32 previous errors
[INFO] running `Command { std: "docker" "inspect" "00c4515cef0c02c7688776021cacff514013e408a69e5a150e1f4dc4f83627b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "00c4515cef0c02c7688776021cacff514013e408a69e5a150e1f4dc4f83627b1", kill_on_drop: false }`
[INFO] [stdout] 00c4515cef0c02c7688776021cacff514013e408a69e5a150e1f4dc4f83627b1
