[INFO] updating cached repository https://github.com/sinkuu/hirareca [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/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] checking sinkuu/hirareca against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsinkuu%2Fhirareca" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sinkuu/hirareca on toolchain e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "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-5/source/Cargo.toml [INFO] crate git repo https://github.com/sinkuu/hirareca already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/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=forbid" "-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" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 64990fbf83fb0bf4f76373e77673c04a057cb6e129d0242b48b122ab0f24be48 [INFO] running `"docker" "start" "-a" "64990fbf83fb0bf4f76373e77673c04a057cb6e129d0242b48b122ab0f24be48"` [INFO] [stderr] Checking linked-hash-map v0.2.1 [INFO] [stderr] Checking xdg v2.0.0 [INFO] [stderr] Compiling libz-sys v1.0.13 [INFO] [stderr] Compiling curl-sys v0.3.10 [INFO] [stderr] Checking xml-rs v0.4.0 [INFO] [stderr] Checking serde_json v0.9.8 [INFO] [stderr] Checking toml v0.3.0 [INFO] [stderr] Checking mio v0.6.4 [INFO] [stderr] Checking tokio-service v0.1.0 [INFO] [stderr] Checking backtrace-sys v0.1.10 [INFO] [stderr] Checking lru-cache v0.1.0 [INFO] [stderr] Checking backtrace v0.3.0 [INFO] [stderr] Checking env_logger v0.4.1 [INFO] [stderr] Checking tokio-core v0.1.4 [INFO] [stderr] Checking error-chain v0.9.0 [INFO] [stderr] Checking tokio-proto v0.1.0 [INFO] [stderr] Checking tokio-minihttp v0.1.0 (https://github.com/tokio-rs/tokio-minihttp/#753a94c1) [INFO] [stderr] Checking curl v0.4.6 [INFO] [stderr] Checking tokio-curl v0.1.9 [INFO] [stderr] Checking 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[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[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] 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] 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 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0046, E0437. [INFO] [stderr] For more information about an error, try `rustc --explain E0046`. [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0046, E0437. [INFO] [stderr] For more information about an error, try `rustc --explain E0046`. [INFO] [stderr] error: Could not compile `hirareca`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `hirareca`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "64990fbf83fb0bf4f76373e77673c04a057cb6e129d0242b48b122ab0f24be48"` [INFO] running `"docker" "rm" "-f" "64990fbf83fb0bf4f76373e77673c04a057cb6e129d0242b48b122ab0f24be48"` [INFO] [stdout] 64990fbf83fb0bf4f76373e77673c04a057cb6e129d0242b48b122ab0f24be48