[INFO] updating cached repository https://github.com/sinkuu/hirareca [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] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 76642c465ee91d953a93ccf652c371403e175e08 [INFO] testing sinkuu/hirareca against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsinkuu%2Fhirareca" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sinkuu/hirareca 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/sinkuu/hirareca [INFO] finished tweaking git repo https://github.com/sinkuu/hirareca [INFO] tweaked toml for git repo https://github.com/sinkuu/hirareca written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/sinkuu/hirareca 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-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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] 04ba2f68df29d6e81f0b325d4596137d95aaf8705644dbd04d78e61868f5996e [INFO] running `"docker" "start" "-a" "04ba2f68df29d6e81f0b325d4596137d95aaf8705644dbd04d78e61868f5996e"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling quote v0.3.13 [INFO] [stderr] Compiling serde v0.9.9 [INFO] [stderr] Compiling openssl-probe v0.1.0 [INFO] [stderr] Compiling linked-hash-map v0.2.1 [INFO] [stderr] Compiling xdg v2.0.0 [INFO] [stderr] Compiling libz-sys v1.0.13 [INFO] [stderr] Compiling net2 v0.2.26 [INFO] [stderr] Compiling futures v0.1.10 [INFO] [stderr] Compiling curl-sys v0.3.10 [INFO] [stderr] Compiling synom v0.11.0 [INFO] [stderr] Compiling xml-rs v0.4.0 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling backtrace-sys v0.1.10 [INFO] [stderr] Compiling backtrace v0.3.0 [INFO] [stderr] Compiling lru-cache v0.1.0 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling mio v0.6.4 [INFO] [stderr] Compiling syn v0.11.6 [INFO] [stderr] Compiling error-chain v0.9.0 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling env_logger v0.4.1 [INFO] [stderr] Compiling tokio-core v0.1.4 [INFO] [stderr] Compiling serde_codegen_internals v0.14.0 [INFO] [stderr] Compiling tokio-proto v0.1.0 [INFO] [stderr] Compiling serde_derive v0.9.9 [INFO] [stderr] Compiling tokio-minihttp v0.1.0 (https://github.com/tokio-rs/tokio-minihttp/#753a94c1) [INFO] [stderr] Compiling toml v0.3.0 [INFO] [stderr] Compiling serde_json v0.9.8 [INFO] [stderr] Compiling curl v0.4.6 [INFO] [stderr] Compiling tokio-curl v0.1.9 [INFO] [stderr] Compiling hirareca v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0437]: type `Err` is not a member of trait `TryFrom` [INFO] [stderr] --> src/rss.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | type Err = (); [INFO] [stderr] | ^^^^^^^^^^^^^^ not a member of trait `TryFrom` [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(try_from, use_extern_macros, field_init_shorthand)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0046]: not all trait items implemented, missing: `Error` [INFO] [stderr] --> src/rss.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | impl TryFrom for Response { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `Error` in implementation [INFO] [stderr] | [INFO] [stderr] = note: `Error` from trait: `type Error;` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | / error_chain! { [INFO] [stderr] 34 | | foreign_links { [INFO] [stderr] 35 | | Io(std::io::Error); [INFO] [stderr] 36 | | XmlWriter(xml::writer::Error); [INFO] [stderr] ... | [INFO] [stderr] 43 | | } [INFO] [stderr] 44 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [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] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | / error_chain! { [INFO] [stderr] 34 | | foreign_links { [INFO] [stderr] 35 | | Io(std::io::Error); [INFO] [stderr] 36 | | XmlWriter(xml::writer::Error); [INFO] [stderr] ... | [INFO] [stderr] 43 | | } [INFO] [stderr] 44 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [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: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0046, E0437, E0554. [INFO] [stderr] For more information about an error, try `rustc --explain E0046`. [INFO] [stderr] error: could not compile `hirareca`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "04ba2f68df29d6e81f0b325d4596137d95aaf8705644dbd04d78e61868f5996e"` [INFO] running `"docker" "rm" "-f" "04ba2f68df29d6e81f0b325d4596137d95aaf8705644dbd04d78e61868f5996e"` [INFO] [stdout] 04ba2f68df29d6e81f0b325d4596137d95aaf8705644dbd04d78e61868f5996e