[INFO] cloning repository https://github.com/andrewcsmith/autocorrelation_window [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/andrewcsmith/autocorrelation_window" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandrewcsmith%2Fautocorrelation_window"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandrewcsmith%2Fautocorrelation_window'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8ff894bc1dec001387bbff334e47309b7295f3f8 [INFO] checking andrewcsmith/autocorrelation_window against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandrewcsmith%2Fautocorrelation_window" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/andrewcsmith/autocorrelation_window on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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-8/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded nodrop v0.1.6 [INFO] [stderr] Downloaded odds v0.2.14 [INFO] [stderr] Downloaded gfx_device_gl v0.11.1 [INFO] [stderr] Downloaded vox_box v0.2.1 [INFO] [stderr] Downloaded sample v0.6.1 [INFO] [stderr] Downloaded gfx_text v0.12.0 [INFO] [stderr] Downloaded piston2d-gfx_graphics v0.31.1 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] a394dceaaa3e19851884cc32e87b86d201d833aed8db5d10edf770410029c151 [INFO] running `"docker" "start" "-a" "a394dceaaa3e19851884cc32e87b86d201d833aed8db5d10edf770410029c151"` [INFO] [stderr] Checking rustc-serialize v0.3.19 [INFO] [stderr] Checking num-traits v0.1.34 [INFO] [stderr] Compiling gcc v0.3.32 [INFO] [stderr] Compiling serde v0.8.0 [INFO] [stderr] Checking crossbeam v0.2.9 [INFO] [stderr] Checking odds v0.2.14 [INFO] [stderr] Checking itertools v0.4.17 [INFO] [stderr] Checking sample v0.6.1 [INFO] [stderr] Checking bounded-spsc-queue v0.1.2 [INFO] [stderr] Compiling x11-dl v2.8.0 [INFO] [stderr] Checking shared_library v0.1.5 [INFO] [stderr] Compiling freetype-sys v0.4.0 [INFO] [stderr] Compiling portaudio v0.6.4 [INFO] [stderr] Compiling wayland-scanner v0.5.11 [INFO] [stderr] Checking deque v0.3.1 [INFO] [stderr] Compiling ndarray v0.3.1 [INFO] [stderr] Checking piston2d-graphics v0.17.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] error[E0642]: patterns aren't allowed in methods 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] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] Compiling gfx_gl v0.3.1 [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `bounded-spsc-queue`. [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] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "a394dceaaa3e19851884cc32e87b86d201d833aed8db5d10edf770410029c151"` [INFO] running `"docker" "rm" "-f" "a394dceaaa3e19851884cc32e87b86d201d833aed8db5d10edf770410029c151"` [INFO] [stdout] a394dceaaa3e19851884cc32e87b86d201d833aed8db5d10edf770410029c151