[INFO] crate ruukh 0.0.3 is already in cache [INFO] testing ruukh-0.0.3 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate ruukh 0.0.3 into work/builds/worker-11/source [INFO] validating manifest of crates.io crate ruukh 0.0.3 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 crates.io crate ruukh 0.0.3 [INFO] finished tweaking crates.io crate ruukh 0.0.3 [INFO] tweaked toml for crates.io crate ruukh 0.0.3 written to work/builds/worker-11/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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-11/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-11/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] a2b421fe692deef2b978a1a77bb1c9e7d9842aa59cebd8cab748c3070f31e8e0 [INFO] running `"docker" "start" "-a" "a2b421fe692deef2b978a1a77bb1c9e7d9842aa59cebd8cab748c3070f31e8e0"` [INFO] [stderr] Compiling ruukh-codegen v0.0.3 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling wasm-bindgen-webidl v0.2.51 [INFO] [stderr] Compiling web-sys v0.3.28 [INFO] [stderr] Compiling ruukh v0.0.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/vdom/velement.rs:168:21 [INFO] [stderr] | [INFO] [stderr] 168 | write!(f, " {}=\"{}\"", k, v); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 28.65s [INFO] running `"docker" "inspect" "a2b421fe692deef2b978a1a77bb1c9e7d9842aa59cebd8cab748c3070f31e8e0"` [INFO] running `"docker" "rm" "-f" "a2b421fe692deef2b978a1a77bb1c9e7d9842aa59cebd8cab748c3070f31e8e0"` [INFO] [stdout] a2b421fe692deef2b978a1a77bb1c9e7d9842aa59cebd8cab748c3070f31e8e0 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-11/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" "test" "--frozen" "--no-run"` [INFO] [stdout] 1729478817ad204f6e75fb3547552136a7c55d9b7d391489f84900fb383cc6c6 [INFO] running `"docker" "start" "-a" "1729478817ad204f6e75fb3547552136a7c55d9b7d391489f84900fb383cc6c6"` [INFO] [stderr] Compiling wasm-bindgen-test-macro v0.2.50 [INFO] [stderr] Compiling console_error_panic_hook v0.1.6 [INFO] [stderr] Compiling wasm-bindgen-futures v0.3.27 [INFO] [stderr] Compiling wasm-bindgen-test v0.2.50 [INFO] [stderr] Compiling ruukh v0.0.3 (/opt/rustwide/workdir) [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> tests/html.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(proc_macro_hygiene)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [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 `ruukh`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> tests/component.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(proc_macro_hygiene, decl_macro)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [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 `ruukh`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/vdom/velement.rs:168:21 [INFO] [stderr] | [INFO] [stderr] 168 | write!(f, " {}=\"{}\"", k, v); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "1729478817ad204f6e75fb3547552136a7c55d9b7d391489f84900fb383cc6c6"` [INFO] running `"docker" "rm" "-f" "1729478817ad204f6e75fb3547552136a7c55d9b7d391489f84900fb383cc6c6"` [INFO] [stdout] 1729478817ad204f6e75fb3547552136a7c55d9b7d391489f84900fb383cc6c6