[INFO] updating cached repository https://github.com/svenstaro/miniserve [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] [stderr] From https://github.com/svenstaro/miniserve [INFO] [stderr] - [deleted] (none) -> dependabot/cargo/actix-web-1.0.7 [INFO] [stderr] + f49377a...5b6db2d dependabot/cargo/actix-0.8.3 -> dependabot/cargo/actix-0.8.3 (forced update) [INFO] [stderr] * [new branch] dependabot/cargo/actix-web-1.0.8 -> dependabot/cargo/actix-web-1.0.8 [INFO] [stderr] * [new branch] dependabot/cargo/reqwest-0.9.21 -> dependabot/cargo/reqwest-0.9.21 [INFO] [stderr] 441b286..79a7df7 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 79a7df72a8d10c0c8e035b7ef0008c9e7c2dca2b [INFO] testing svenstaro/miniserve against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsvenstaro%2Fminiserve" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/svenstaro/miniserve on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/svenstaro/miniserve [INFO] finished tweaking git repo https://github.com/svenstaro/miniserve [INFO] tweaked toml for git repo https://github.com/svenstaro/miniserve written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/svenstaro/miniserve already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 40486bb1a850b85c5aa81853d105942a61a70b5b1a78721e746300bf447f9c9b [INFO] running `"docker" "start" "-a" "40486bb1a850b85c5aa81853d105942a61a70b5b1a78721e746300bf447f9c9b"` [INFO] [stderr] Compiling v_htmlescape v0.4.5 [INFO] [stderr] Compiling maud_htmlescape v0.17.0 [INFO] [stderr] Compiling strum v0.16.0 [INFO] [stderr] Compiling alphanumeric-sort v1.0.11 [INFO] [stderr] Compiling hex v0.4.0 [INFO] [stderr] Compiling bytesize v1.0.0 [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling tower-service v0.1.0 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling actix-web v0.7.19 [INFO] [stderr] Compiling socket2 v0.3.11 [INFO] [stderr] Compiling filetime v0.2.7 [INFO] [stderr] Compiling resolv-conf v0.6.2 [INFO] [stderr] Compiling nanoid v0.2.0 [INFO] [stderr] Compiling flate2 v1.0.11 [INFO] [stderr] Compiling term v0.6.1 [INFO] [stderr] Compiling enum-as-inner v0.2.1 [INFO] [stderr] Compiling actix_derive v0.3.2 [INFO] [stderr] Compiling actix-web-codegen v0.1.2 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Compiling strum_macros v0.16.0 [INFO] [stderr] Compiling derive_more v0.15.0 [INFO] [stderr] Compiling maud_macros v0.21.0 [INFO] [stderr] Compiling tar v0.4.26 [INFO] [stderr] Compiling chrono-humanize v0.0.11 [INFO] [stderr] Compiling actix-codec v0.1.2 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.21.0/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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.21.0/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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.21.0/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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.21.0/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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.21.0/src/lib.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | #![feature(proc_macro_span)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [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" "40486bb1a850b85c5aa81853d105942a61a70b5b1a78721e746300bf447f9c9b"` [INFO] running `"docker" "rm" "-f" "40486bb1a850b85c5aa81853d105942a61a70b5b1a78721e746300bf447f9c9b"` [INFO] [stdout] 40486bb1a850b85c5aa81853d105942a61a70b5b1a78721e746300bf447f9c9b