[INFO] crate pure_vorbis 0.0.1 is already in cache [INFO] extracting crate pure_vorbis 0.0.1 into work/ex/beta-1.37-6/sources/1.36.0/reg/pure_vorbis/0.0.1 [INFO] extracting crate pure_vorbis 0.0.1 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/pure_vorbis/0.0.1 [INFO] validating manifest of pure_vorbis-0.0.1 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of pure_vorbis-0.0.1 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing pure_vorbis-0.0.1 [INFO] removed path dependency ao from pure_vorbis-0.0.1 [INFO] finished frobbing pure_vorbis-0.0.1 [INFO] frobbed toml for pure_vorbis-0.0.1 written to work/ex/beta-1.37-6/sources/1.36.0/reg/pure_vorbis/0.0.1/Cargo.toml [INFO] started frobbing pure_vorbis-0.0.1 [INFO] removed path dependency ao from pure_vorbis-0.0.1 [INFO] finished frobbing pure_vorbis-0.0.1 [INFO] frobbed toml for pure_vorbis-0.0.1 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/pure_vorbis/0.0.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing pure_vorbis-0.0.1 against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/pure_vorbis/0.0.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] d645c607e0cb0d5fa4b6bd10c33b58d21a894d6b28b8e9c056e3d5abd6526b0c [INFO] running `"docker" "start" "-a" "d645c607e0cb0d5fa4b6bd10c33b58d21a894d6b28b8e9c056e3d5abd6526b0c"` [INFO] [stderr] Compiling pure_vorbis v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `str` [INFO] [stderr] --> src/decoder.rs:2:16 [INFO] [stderr] | [INFO] [stderr] 2 | use std::{mem, str}; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/header.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/huffman.rs:96:34 [INFO] [stderr] | [INFO] [stderr] 96 | let code = code_straight.reverse_bits() >> (32 - len); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unstable_name_collisions)] on by default [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `util::Bits::reverse_bits(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/util.rs:24:43 [INFO] [stderr] | [INFO] [stderr] 24 | ((((self >> 16) & 0xFFFF) as u16).reverse_bits() as u32) | [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `util::Bits::reverse_bits(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/util.rs:25:35 [INFO] [stderr] | [INFO] [stderr] 25 | (((self & 0xFFFF) as u16).reverse_bits() as u32) << 16 [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `util::Bits::reverse_bits(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/util.rs:52:39 [INFO] [stderr] | [INFO] [stderr] 52 | ((((self >> 8) & 0xFF) as u8).reverse_bits() as u16) | [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `util::Bits::reverse_bits(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/util.rs:53:32 [INFO] [stderr] | [INFO] [stderr] 53 | (((self & 0xFF) as u8).reverse_bits() as u16) << 8 [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `util::Bits::reverse_bits(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::ascii::AsciiExt` [INFO] [stderr] --> src/header.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.12s [INFO] running `"docker" "inspect" "d645c607e0cb0d5fa4b6bd10c33b58d21a894d6b28b8e9c056e3d5abd6526b0c"` [INFO] running `"docker" "rm" "-f" "d645c607e0cb0d5fa4b6bd10c33b58d21a894d6b28b8e9c056e3d5abd6526b0c"` [INFO] [stdout] d645c607e0cb0d5fa4b6bd10c33b58d21a894d6b28b8e9c056e3d5abd6526b0c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/pure_vorbis/0.0.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] a88958c162b2d628b537e25ef7425860ad8a10fa20452b0625e96a0c477df209 [INFO] running `"docker" "start" "-a" "a88958c162b2d628b537e25ef7425860ad8a10fa20452b0625e96a0c477df209"` [INFO] [stderr] Compiling variance v0.1.3 [INFO] [stderr] Compiling scopeguard v0.1.2 [INFO] [stderr] Compiling ogg-sys v0.0.9 [INFO] [stderr] Compiling vorbis-sys v0.0.8 [INFO] [stderr] Compiling ao v0.6.1 [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/ao-0.6.1/src/lib.rs:143:9 [INFO] [stderr] | [INFO] [stderr] 143 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] 144 | / impl Sample for $t { [INFO] [stderr] 145 | | fn channels(&self) -> usize { 1 } [INFO] [stderr] 146 | | } [INFO] [stderr] | |_________- not a function or closure [INFO] [stderr] ... [INFO] [stderr] 155 | sample_impl!(i8); [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/ao-0.6.1/src/lib.rs:143:9 [INFO] [stderr] | [INFO] [stderr] 143 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] 144 | / impl Sample for $t { [INFO] [stderr] 145 | | fn channels(&self) -> usize { 1 } [INFO] [stderr] 146 | | } [INFO] [stderr] | |_________- not a function or closure [INFO] [stderr] ... [INFO] [stderr] 156 | sample_impl!(i16); [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/ao-0.6.1/src/lib.rs:143:9 [INFO] [stderr] | [INFO] [stderr] 143 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] 144 | / impl Sample for $t { [INFO] [stderr] 145 | | fn channels(&self) -> usize { 1 } [INFO] [stderr] 146 | | } [INFO] [stderr] | |_________- not a function or closure [INFO] [stderr] ... [INFO] [stderr] 157 | sample_impl!(i32); [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/ao-0.6.1/src/lib.rs:149:9 [INFO] [stderr] | [INFO] [stderr] 149 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] 150 | / impl Sample for [S; $w] { [INFO] [stderr] 151 | | fn channels(&self) -> usize { $w } [INFO] [stderr] 152 | | } [INFO] [stderr] | |_________- not a function or closure [INFO] [stderr] ... [INFO] [stderr] 158 | sample_impl!(channels 2); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0518`. [INFO] [stderr] error: Could not compile `ao`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "a88958c162b2d628b537e25ef7425860ad8a10fa20452b0625e96a0c477df209"` [INFO] running `"docker" "rm" "-f" "a88958c162b2d628b537e25ef7425860ad8a10fa20452b0625e96a0c477df209"` [INFO] [stdout] a88958c162b2d628b537e25ef7425860ad8a10fa20452b0625e96a0c477df209