[INFO] updating cached repository Oni-zerone/HelloMicroservice [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Oni-zerone/HelloMicroservice [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Oni-zerone/HelloMicroservice" "work/ex/beta-1.38-1/sources/1.37.0/gh/Oni-zerone/HelloMicroservice"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/Oni-zerone/HelloMicroservice'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Oni-zerone/HelloMicroservice" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Oni-zerone/HelloMicroservice"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Oni-zerone/HelloMicroservice'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8e0dd64ecffb836c29c7e76a42931a3b7d02fabb [INFO] sha for GitHub repo Oni-zerone/HelloMicroservice: 8e0dd64ecffb836c29c7e76a42931a3b7d02fabb [INFO] validating manifest of Oni-zerone/HelloMicroservice 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 Oni-zerone/HelloMicroservice 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 Oni-zerone/HelloMicroservice [INFO] finished frobbing Oni-zerone/HelloMicroservice [INFO] frobbed toml for Oni-zerone/HelloMicroservice written to work/ex/beta-1.38-1/sources/1.37.0/gh/Oni-zerone/HelloMicroservice/Cargo.toml [INFO] started frobbing Oni-zerone/HelloMicroservice [INFO] finished frobbing Oni-zerone/HelloMicroservice [INFO] frobbed toml for Oni-zerone/HelloMicroservice written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Oni-zerone/HelloMicroservice/Cargo.toml [INFO] crate Oni-zerone/HelloMicroservice 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Oni-zerone/HelloMicroservice 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/Oni-zerone/HelloMicroservice:/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] c7ab88684ab337faf2b98be6372ab55680489336b924180b0a18c3c6fa05df06 [INFO] running `"docker" "start" "-a" "c7ab88684ab337faf2b98be6372ab55680489336b924180b0a18c3c6fa05df06"` [INFO] [stderr] Compiling syn v0.15.37 [INFO] [stderr] Compiling maud_htmlescape v0.17.0 (https://github.com/lfairy/maud#90cc11e9) [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.21 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling hyper v0.11.27 [INFO] [stderr] Compiling maud_macros v0.20.0 (https://github.com/lfairy/maud#90cc11e9) [INFO] [stderr] Compiling diesel_derives v1.4.0 [INFO] [stderr] Compiling serde_derive v1.0.92 [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/maud-588f745ae3a2d730/90cc11e/maud_macros/src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(proc_macro_def_site)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/maud-588f745ae3a2d730/90cc11e/maud_macros/src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(proc_macro_diagnostic)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/maud-588f745ae3a2d730/90cc11e/maud_macros/src/lib.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #![feature(proc_macro_hygiene)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/maud-588f745ae3a2d730/90cc11e/maud_macros/src/lib.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | #![feature(proc_macro_quote)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/maud-588f745ae3a2d730/90cc11e/maud_macros/src/lib.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | #![feature(proc_macro_span)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: Could not compile `maud_macros`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "c7ab88684ab337faf2b98be6372ab55680489336b924180b0a18c3c6fa05df06"` [INFO] running `"docker" "rm" "-f" "c7ab88684ab337faf2b98be6372ab55680489336b924180b0a18c3c6fa05df06"` [INFO] [stdout] c7ab88684ab337faf2b98be6372ab55680489336b924180b0a18c3c6fa05df06