[INFO] updating cached repository MatthieuGANNE/matrix_mult [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/MatthieuGANNE/matrix_mult [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/MatthieuGANNE/matrix_mult" "work/ex/beta-1.38-1/sources/1.37.0/gh/MatthieuGANNE/matrix_mult"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/MatthieuGANNE/matrix_mult'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/MatthieuGANNE/matrix_mult" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/MatthieuGANNE/matrix_mult"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/MatthieuGANNE/matrix_mult'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 54ab15bbc9e0f7fd54fcde3ee1ef6486bc4e2ab6 [INFO] sha for GitHub repo MatthieuGANNE/matrix_mult: 54ab15bbc9e0f7fd54fcde3ee1ef6486bc4e2ab6 [INFO] validating manifest of MatthieuGANNE/matrix_mult on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of MatthieuGANNE/matrix_mult on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing MatthieuGANNE/matrix_mult [INFO] finished frobbing MatthieuGANNE/matrix_mult [INFO] frobbed toml for MatthieuGANNE/matrix_mult written to work/ex/beta-1.38-1/sources/1.37.0/gh/MatthieuGANNE/matrix_mult/Cargo.toml [INFO] started frobbing MatthieuGANNE/matrix_mult [INFO] finished frobbing MatthieuGANNE/matrix_mult [INFO] frobbed toml for MatthieuGANNE/matrix_mult written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/MatthieuGANNE/matrix_mult/Cargo.toml [INFO] crate MatthieuGANNE/matrix_mult already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing MatthieuGANNE/matrix_mult against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/MatthieuGANNE/matrix_mult:/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 019bc5d599a834997a43de70ca57a45297f89f45609c327f6f2864a690f6084e [INFO] running `"docker" "start" "-a" "019bc5d599a834997a43de70ca57a45297f89f45609c327f6f2864a690f6084e"` [INFO] [stderr] Compiling syn v0.15.42 [INFO] [stderr] Compiling serde v1.0.97 [INFO] [stderr] Compiling packed_simd v0.3.3 [INFO] [stderr] Compiling openblas-src v0.6.1 [INFO] [stderr] Compiling ndarray v0.12.1 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling hwloc v0.5.0 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling errno v0.2.4 [INFO] [stderr] Compiling cblas-sys v0.1.4 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling crossbeam-channel v0.3.9 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling blas-src v0.2.1 [INFO] [stderr] Compiling rand v0.7.0 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed_simd-0.3.3/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 itertools-num v0.1.3 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling rayon-core v1.5.0 [INFO] [stderr] Compiling crossbeam v0.7.2 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling alga v0.9.1 [INFO] [stderr] Compiling rayon v1.1.0 [INFO] [stderr] Compiling serde_derive v1.0.97 [INFO] [stderr] Compiling derive-divisible v0.1.0 (https://github.com/wagnerf42/derive-divisible?branch=new_api#e3e655f9) [INFO] [stderr] Compiling nalgebra v0.18.0 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling rayon_logs v0.1.2 (https://github.com/wagnerf42/rayon-logs#f60bfb40) [INFO] [stderr] Compiling rayon_adaptive v0.1.0 (https://github.com/wagnerf42/rayon-adaptive.git?branch=new_api#4254a6d4) [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... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "019bc5d599a834997a43de70ca57a45297f89f45609c327f6f2864a690f6084e"` [INFO] running `"docker" "rm" "-f" "019bc5d599a834997a43de70ca57a45297f89f45609c327f6f2864a690f6084e"` [INFO] [stdout] 019bc5d599a834997a43de70ca57a45297f89f45609c327f6f2864a690f6084e