[INFO] fetching crate pure_vorbis 0.0.1... [INFO] checking pure_vorbis-0.0.1 against try#c8bdaa84ec1b37f18f30375e196a65b7602f3790 for pr-73345 [INFO] extracting crate pure_vorbis 0.0.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate pure_vorbis 0.0.1 on toolchain c8bdaa84ec1b37f18f30375e196a65b7602f3790 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ogg-sys v0.0.9 [INFO] [stderr] Downloaded scopeguard v0.1.2 [INFO] [stderr] Downloaded scoped-pool v1.0.0 [INFO] [stderr] Downloaded variance v0.1.3 [INFO] [stderr] Downloaded ogg_vorbis_ref v0.0.1 [INFO] [stderr] Downloaded ao v0.6.1 [INFO] [stderr] Downloaded vorbis-sys v0.0.8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:6c9ffe128752d56c8d75334ed354142a5229917ed99767f56566dd8e857ad726" "/opt/rustwide/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f53c809ac6af0fc36d924548cd52c84f922c97f109c369ae507bf90a3a5c2803 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f53c809ac6af0fc36d924548cd52c84f922c97f109c369ae507bf90a3a5c2803", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f53c809ac6af0fc36d924548cd52c84f922c97f109c369ae507bf90a3a5c2803", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f53c809ac6af0fc36d924548cd52c84f922c97f109c369ae507bf90a3a5c2803", kill_on_drop: false }` [INFO] [stdout] f53c809ac6af0fc36d924548cd52c84f922c97f109c369ae507bf90a3a5c2803 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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@sha256:6c9ffe128752d56c8d75334ed354142a5229917ed99767f56566dd8e857ad726" "/opt/rustwide/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 779a8a6de75295071d6ea7047f405b29dfbfdc7e33893676ab31bb6b12ebcca8 [INFO] running `Command { std: "docker" "start" "-a" "779a8a6de75295071d6ea7047f405b29dfbfdc7e33893676ab31bb6b12ebcca8", kill_on_drop: false }` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Checking variance v0.1.3 [INFO] [stderr] Checking scopeguard v0.1.2 [INFO] [stderr] Compiling ogg-sys v0.0.9 [INFO] [stderr] Compiling vorbis-sys v0.0.8 [INFO] [stderr] Checking num-integer v0.1.43 [INFO] [stderr] Checking num-complex v0.1.43 [INFO] [stderr] Checking num-traits v0.1.43 [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 enum_primitive v0.1.1 [INFO] [stderr] Checking clap v2.33.1 [INFO] [stdout] error[E0518]: attribute should be applied to function or closure [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ao-0.6.1/src/lib.rs:143:9 [INFO] [stdout] | [INFO] [stdout] 143 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 144 | / impl Sample for $t { [INFO] [stdout] 145 | | fn channels(&self) -> usize { 1 } [INFO] [stdout] 146 | | } [INFO] [stdout] | |_________- not a function or closure [INFO] [stdout] ... [INFO] [stdout] 155 | sample_impl!(i8); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0518]: attribute should be applied to function or closure [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ao-0.6.1/src/lib.rs:143:9 [INFO] [stdout] | [INFO] [stdout] 143 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 144 | / impl Sample for $t { [INFO] [stdout] 145 | | fn channels(&self) -> usize { 1 } [INFO] [stdout] 146 | | } [INFO] [stdout] | |_________- not a function or closure [INFO] [stdout] ... [INFO] [stdout] 156 | sample_impl!(i16); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0518]: attribute should be applied to function or closure [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ao-0.6.1/src/lib.rs:143:9 [INFO] [stdout] | [INFO] [stdout] 143 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 144 | / impl Sample for $t { [INFO] [stdout] 145 | | fn channels(&self) -> usize { 1 } [INFO] [stdout] 146 | | } [INFO] [stdout] | |_________- not a function or closure [INFO] [stdout] ... [INFO] [stdout] 157 | sample_impl!(i32); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0518]: attribute should be applied to function or closure [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ao-0.6.1/src/lib.rs:149:9 [INFO] [stdout] | [INFO] [stdout] 149 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 150 | / impl Sample for [S; $w] { [INFO] [stdout] 151 | | fn channels(&self) -> usize { $w } [INFO] [stdout] 152 | | } [INFO] [stdout] | |_________- not a function or closure [INFO] [stdout] ... [INFO] [stdout] 158 | sample_impl!(channels 2); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0518`. [INFO] [stdout] [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 `Command { std: "docker" "inspect" "779a8a6de75295071d6ea7047f405b29dfbfdc7e33893676ab31bb6b12ebcca8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "779a8a6de75295071d6ea7047f405b29dfbfdc7e33893676ab31bb6b12ebcca8", kill_on_drop: false }` [INFO] [stdout] 779a8a6de75295071d6ea7047f405b29dfbfdc7e33893676ab31bb6b12ebcca8