[INFO] updating cached repository https://github.com/andrewcsmith/autocorrelation_window [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8ff894bc1dec001387bbff334e47309b7295f3f8 [INFO] checking andrewcsmith/autocorrelation_window against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandrewcsmith%2Fautocorrelation_window" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/andrewcsmith/autocorrelation_window on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/andrewcsmith/autocorrelation_window [INFO] finished tweaking git repo https://github.com/andrewcsmith/autocorrelation_window [INFO] tweaked toml for git repo https://github.com/andrewcsmith/autocorrelation_window written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/andrewcsmith/autocorrelation_window already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "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" "+45d050cde277b22a755847338f2acc2c7b834141" "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] f22548292f033234f9b792d875ce62078fef176a796837d92ba2573b1befc19b [INFO] running `"docker" "start" "-a" "f22548292f033234f9b792d875ce62078fef176a796837d92ba2573b1befc19b"` [INFO] [stderr] Checking libc v0.2.14 [INFO] [stderr] Checking rustc-serialize v0.3.19 [INFO] [stderr] Checking num-traits v0.1.34 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling serde v0.8.0 [INFO] [stderr] Compiling dtoa v0.2.2 [INFO] [stderr] Compiling itoa v0.1.1 [INFO] [stderr] Compiling khronos_api v1.0.0 [INFO] [stderr] Checking winapi v0.2.8 [INFO] [stderr] Checking bitflags v0.6.0 [INFO] [stderr] Checking shader_version v0.2.1 [INFO] [stderr] Checking crossbeam v0.2.9 [INFO] [stderr] Checking color_quant v1.0.0 [INFO] [stderr] Checking lzw v0.10.0 [INFO] [stderr] Checking odds v0.2.14 [INFO] [stderr] Checking inflate v0.1.1 [INFO] [stderr] Checking itertools v0.4.17 [INFO] [stderr] Checking piston-texture v0.5.0 [INFO] [stderr] error[E0642]: patterns aren't allowed in functions without bodies [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.19/src/serialize.rs:147:45 [INFO] [stderr] | [INFO] [stderr] 147 | ... &f_name: &str, [INFO] [stderr] | ^^^^^^^ pattern not allowed in function without body [INFO] [stderr] [INFO] [stderr] Checking linked-hash-map v0.0.9 [INFO] [stderr] Checking read_color v0.1.0 [INFO] [stderr] Checking interpolation v0.1.0 [INFO] [stderr] Checking sample v0.6.1 [INFO] [stderr] Checking bounded-spsc-queue v0.1.2 [INFO] [stderr] Compiling xml-rs v0.3.4 [INFO] [stderr] Compiling x11-dl v2.8.0 [INFO] [stderr] error[E0432]: unresolved import `alloc::heap` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bounded-spsc-queue-0.1.2/src/lib.rs:11:12 [INFO] [stderr] | [INFO] [stderr] 11 | use alloc::heap::{allocate, deallocate}; [INFO] [stderr] | ^^^^ could not find `heap` in `alloc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `oom` in crate `alloc` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bounded-spsc-queue-0.1.2/src/lib.rs:325:33 [INFO] [stderr] | [INFO] [stderr] 325 | if ptr.is_null() { ::alloc::oom() } [INFO] [stderr] | ^^^ not found in `alloc` [INFO] [stderr] [INFO] [stderr] Compiling freetype-sys v0.4.0 [INFO] [stderr] error[E0658]: negative trait bounds are not yet fully implemented; use marker types for now [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bounded-spsc-queue-0.1.2/src/lib.rs:80:9 [INFO] [stderr] | [INFO] [stderr] 80 | impl !Sync for Consumer {} [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68318 for more information [INFO] [stderr] = help: add `#![feature(negative_impls)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: negative trait bounds are not yet fully implemented; use marker types for now [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bounded-spsc-queue-0.1.2/src/lib.rs:81:9 [INFO] [stderr] | [INFO] [stderr] 81 | impl !Sync for Producer {} [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68318 for more information [INFO] [stderr] = help: add `#![feature(negative_impls)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] Compiling portaudio v0.6.4 [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] Compiling miniz-sys v0.1.7 [INFO] [stderr] error: could not compile `bounded-spsc-queue`. [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: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0642`. [INFO] [stderr] error: could not compile `rustc-serialize`. [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" "f22548292f033234f9b792d875ce62078fef176a796837d92ba2573b1befc19b"` [INFO] running `"docker" "rm" "-f" "f22548292f033234f9b792d875ce62078fef176a796837d92ba2573b1befc19b"` [INFO] [stdout] f22548292f033234f9b792d875ce62078fef176a796837d92ba2573b1befc19b