[INFO] updating cached repository sim82/rust_playground [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/sim82/rust_playground [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/sim82/rust_playground" "work/ex/beta-1.37-6/sources/1.36.0/gh/sim82/rust_playground"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/sim82/rust_playground'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/sim82/rust_playground" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/sim82/rust_playground"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/sim82/rust_playground'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d29f5dfa671cfbfd66b22b2876741161cf8ca7f5 [INFO] sha for GitHub repo sim82/rust_playground: d29f5dfa671cfbfd66b22b2876741161cf8ca7f5 [INFO] validating manifest of sim82/rust_playground on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of sim82/rust_playground on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing sim82/rust_playground [INFO] finished frobbing sim82/rust_playground [INFO] frobbed toml for sim82/rust_playground written to work/ex/beta-1.37-6/sources/1.36.0/gh/sim82/rust_playground/Cargo.toml [INFO] started frobbing sim82/rust_playground [INFO] finished frobbing sim82/rust_playground [INFO] frobbed toml for sim82/rust_playground written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/sim82/rust_playground/Cargo.toml [INFO] crate sim82/rust_playground already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing sim82/rust_playground against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/sim82/rust_playground:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] b641daf57cae8ff6fde10f8535dd4412e651e8e0953d17704b230d558d312a0f [INFO] running `"docker" "start" "-a" "b641daf57cae8ff6fde10f8535dd4412e651e8e0953d17704b230d558d312a0f"` [INFO] [stderr] warning: unused manifest key: dependencies.cgmath.simd [INFO] [stderr] Compiling num-complex v0.2.1 [INFO] [stderr] Compiling cgmath v0.17.0 [INFO] [stderr] Compiling rust_playground v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Compiling custom_error v1.3.0 [INFO] [stderr] Compiling uuid v0.7.2 [INFO] [stderr] Compiling wayland-scanner v0.21.7 [INFO] [stderr] Compiling packed_simd v0.3.1 [INFO] [stderr] Compiling itertools v0.7.11 [INFO] [stderr] Compiling smallvec v0.6.7 [INFO] [stderr] Compiling shaderc v0.3.12 [INFO] [stderr] Compiling crossbeam-epoch v0.7.0 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling crossbeam-epoch v0.6.1 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling nix v0.12.0 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling x11-dl v2.18.3 [INFO] [stderr] Compiling serde_json v1.0.35 [INFO] [stderr] Compiling bincode v1.0.1 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling wayland-client v0.21.7 [INFO] [stderr] Compiling wayland-protocols v0.21.7 [INFO] [stderr] error[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed_simd-0.3.1/src/lib.rs:202:1 [INFO] [stderr] | [INFO] [stderr] 202 | / #![feature( [INFO] [stderr] 203 | | repr_simd, [INFO] [stderr] 204 | | const_fn, [INFO] [stderr] 205 | | platform_intrinsics, [INFO] [stderr] ... | [INFO] [stderr] 215 | | custom_inner_attributes [INFO] [stderr] 216 | | )] [INFO] [stderr] | |__^ [INFO] [stderr] [INFO] [stderr] Compiling wayland-sys v0.21.7 [INFO] [stderr] Compiling num-derive v0.2.3 [INFO] [stderr] Compiling serde_derive v1.0.85 [INFO] [stderr] Compiling rusttype v0.7.5 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling wayland-commons v0.21.7 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling ndarray v0.12.1 [INFO] [stderr] Compiling andrew v0.1.4 [INFO] [stderr] Compiling glyph_brush_layout v0.1.5 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling tiff v0.2.1 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling glyph_brush v0.4.1 [INFO] [stderr] Compiling crossbeam-channel v0.3.6 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling crossbeam v0.5.0 [INFO] [stderr] Compiling vulkano v0.11.1 [INFO] [stderr] Compiling image v0.21.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.4.4 [INFO] [stderr] Compiling winit v0.18.0 [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: Could not compile `packed_simd`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [ERROR] error running command: no output for 300 seconds [INFO] running `"docker" "inspect" "b641daf57cae8ff6fde10f8535dd4412e651e8e0953d17704b230d558d312a0f"` [INFO] running `"docker" "rm" "-f" "b641daf57cae8ff6fde10f8535dd4412e651e8e0953d17704b230d558d312a0f"` [INFO] [stdout] b641daf57cae8ff6fde10f8535dd4412e651e8e0953d17704b230d558d312a0f