[INFO] crate pure_vorbis 0.0.1 is already in cache [INFO] checking pure_vorbis-0.0.1 against try#d7b51666469c792a8a3f40849607739bae1e705e for pr-71665 [INFO] extracting crate pure_vorbis 0.0.1 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate pure_vorbis 0.0.1 on toolchain d7b51666469c792a8a3f40849607739bae1e705e [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate pure_vorbis 0.0.1 [INFO] removed path dependency ao from crates.io crate pure_vorbis 0.0.1 [INFO] finished tweaking crates.io crate pure_vorbis 0.0.1 [INFO] tweaked toml for crates.io crate pure_vorbis 0.0.1 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 160d2ac9dea9949e914ff9f4bddf849d75aa749ae840fb8d5194c4be66f3e787 [INFO] running `"docker" "start" "-a" "160d2ac9dea9949e914ff9f4bddf849d75aa749ae840fb8d5194c4be66f3e787"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking variance v0.1.3 [INFO] [stderr] Checking scopeguard v0.1.2 [INFO] [stderr] Checking scoped-pool v1.0.0 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling ogg-sys v0.0.9 [INFO] [stderr] Compiling vorbis-sys v0.0.8 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking ao v0.6.1 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/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] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/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] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/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] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/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] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Checking ogg_vorbis_ref v0.0.1 [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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "160d2ac9dea9949e914ff9f4bddf849d75aa749ae840fb8d5194c4be66f3e787"` [INFO] running `"docker" "rm" "-f" "160d2ac9dea9949e914ff9f4bddf849d75aa749ae840fb8d5194c4be66f3e787"` [INFO] [stdout] 160d2ac9dea9949e914ff9f4bddf849d75aa749ae840fb8d5194c4be66f3e787