[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#bd0bacc694d7d8175804bb6f690cb846bfa4a9ee for pr-71665 [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 bd0bacc694d7d8175804bb6f690cb846bfa4a9ee [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "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" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "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] 86be819e0a0565f41395dc1fb426bb00599f4754e631c6c00c21294a035bb6e5 [INFO] running `"docker" "start" "-a" "86be819e0a0565f41395dc1fb426bb00599f4754e631c6c00c21294a035bb6e5"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Checking libc v0.2.14 [INFO] [stderr] Checking bitflags v0.7.0 [INFO] [stderr] Checking rustc-serialize v0.3.19 [INFO] [stderr] Compiling pkg-config v0.3.8 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Checking piston-float v0.2.0 [INFO] [stderr] Checking bitflags v0.6.0 [INFO] [stderr] Checking lazy_static v0.1.16 [INFO] [stderr] Checking shader_version v0.2.1 [INFO] [stderr] Checking odds v0.2.14 [INFO] [stderr] Checking itertools v0.4.17 [INFO] [stderr] Checking piston-shaders_graphics2d v0.2.1 [INFO] [stderr] Checking sample v0.6.1 [INFO] [stderr] Checking bounded-spsc-queue v0.1.2 [INFO] [stderr] Compiling serde_json v0.8.0 [INFO] [stderr] Compiling miniz-sys v0.1.7 [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] 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] Checking stb_truetype v0.2.0 [INFO] [stderr] Checking gif v0.9.0 [INFO] [stderr] Compiling tempfile v2.1.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] 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[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] 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" "86be819e0a0565f41395dc1fb426bb00599f4754e631c6c00c21294a035bb6e5"` [INFO] running `"docker" "rm" "-f" "86be819e0a0565f41395dc1fb426bb00599f4754e631c6c00c21294a035bb6e5"` [INFO] [stdout] 86be819e0a0565f41395dc1fb426bb00599f4754e631c6c00c21294a035bb6e5