[INFO] updating cached repository https://github.com/aesir-vanir/tyr [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] 2c46aa77affa69ad605ae2f19b87357b73c36723 [INFO] checking aesir-vanir/tyr against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faesir-vanir%2Ftyr" "/workspace/builds/worker-13/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/aesir-vanir/tyr on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/aesir-vanir/tyr [INFO] finished tweaking git repo https://github.com/aesir-vanir/tyr [INFO] tweaked toml for git repo https://github.com/aesir-vanir/tyr written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/aesir-vanir/tyr already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ec3fe3fbd198e95c0a276e1740548b18ff74b68b20a65980ef4c4138b7281324 [INFO] running `"docker" "start" "-a" "ec3fe3fbd198e95c0a276e1740548b18ff74b68b20a65980ef4c4138b7281324"` [INFO] [stderr] Compiling ident_case v1.0.0 [INFO] [stderr] Compiling serde v1.0.82 [INFO] [stderr] Compiling autocfg v0.1.1 [INFO] [stderr] Checking rustc-demangle v0.1.11 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling derive_builder v0.7.0 [INFO] [stderr] Checking hex-slice v0.1.4 [INFO] [stderr] Compiling memchr v2.1.2 [INFO] [stderr] Compiling backtrace-sys v0.1.26 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking log v0.4.6 [INFO] [stderr] Checking regex-syntax v0.6.4 [INFO] [stderr] Checking term v0.5.1 [INFO] [stderr] Compiling quote v0.5.2 [INFO] [stderr] Checking time v0.1.41 [INFO] [stderr] Checking atty v0.2.11 [INFO] [stderr] Checking slog-try v0.2.0 [INFO] [stderr] Compiling syn v0.15.23 [INFO] [stderr] Checking clap v2.32.0 [INFO] [stderr] Compiling syn v0.13.11 [INFO] [stderr] Checking rand v0.6.1 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Checking aho-corasick v0.6.9 [INFO] [stderr] Compiling backtrace v0.3.13 [INFO] [stderr] Compiling mimir v0.3.5 [INFO] [stderr] Checking error-chain v0.12.0 [INFO] [stderr] Compiling getset v0.0.6 [INFO] [stderr] Checking regex v1.1.0 [INFO] [stderr] Checking Inflector v0.11.3 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking mustache v0.9.0 [INFO] [stderr] Compiling darling_core v0.8.1 [INFO] [stderr] Compiling serde_derive v1.0.82 [INFO] [stderr] Compiling darling_macro v0.8.1 [INFO] [stderr] Compiling darling v0.8.1 [INFO] [stderr] Compiling derive_builder_core v0.4.0 [INFO] [stderr] Checking tyr v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> src/main.rs:10:12 [INFO] [stderr] | [INFO] [stderr] 10 | #![feature(custom_attribute)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stderr] | [INFO] [stderr] = note: removed in favor of `#![register_tool]` and `#![register_attr]` [INFO] [stderr] [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> src/main.rs:10:12 [INFO] [stderr] | [INFO] [stderr] 10 | #![feature(custom_attribute)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stderr] | [INFO] [stderr] = note: removed in favor of `#![register_tool]` and `#![register_attr]` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/cli/error.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / error_chain! { [INFO] [stderr] 12 | | foreign_links { [INFO] [stderr] 13 | | FromUtf8(::std::string::FromUtf8Error); [INFO] [stderr] 14 | | Io(::std::io::Error); [INFO] [stderr] ... | [INFO] [stderr] 40 | | } [INFO] [stderr] 41 | | } [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/cli/error.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / error_chain! { [INFO] [stderr] 12 | | foreign_links { [INFO] [stderr] 13 | | FromUtf8(::std::string::FromUtf8Error); [INFO] [stderr] 14 | | Io(::std::io::Error); [INFO] [stderr] ... | [INFO] [stderr] 40 | | } [INFO] [stderr] 41 | | } [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/cli/error.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / error_chain! { [INFO] [stderr] 12 | | foreign_links { [INFO] [stderr] 13 | | FromUtf8(::std::string::FromUtf8Error); [INFO] [stderr] 14 | | Io(::std::io::Error); [INFO] [stderr] ... | [INFO] [stderr] 40 | | } [INFO] [stderr] 41 | | } [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/cli/error.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / error_chain! { [INFO] [stderr] 12 | | foreign_links { [INFO] [stderr] 13 | | FromUtf8(::std::string::FromUtf8Error); [INFO] [stderr] 14 | | Io(::std::io::Error); [INFO] [stderr] ... | [INFO] [stderr] 40 | | } [INFO] [stderr] 41 | | } [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/error.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / error_chain! { [INFO] [stderr] 11 | | foreign_links { [INFO] [stderr] 12 | | Io(::std::io::Error); [INFO] [stderr] 13 | | FromUtf8(::std::string::FromUtf8Error); [INFO] [stderr] ... | [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [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/error.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / error_chain! { [INFO] [stderr] 11 | | foreign_links { [INFO] [stderr] 12 | | Io(::std::io::Error); [INFO] [stderr] 13 | | FromUtf8(::std::string::FromUtf8Error); [INFO] [stderr] ... | [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [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/error.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / error_chain! { [INFO] [stderr] 11 | | foreign_links { [INFO] [stderr] 12 | | Io(::std::io::Error); [INFO] [stderr] 13 | | FromUtf8(::std::string::FromUtf8Error); [INFO] [stderr] ... | [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [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 previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0557`. [INFO] [stderr] error: could not compile `tyr`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / error_chain! { [INFO] [stderr] 11 | | foreign_links { [INFO] [stderr] 12 | | Io(::std::io::Error); [INFO] [stderr] 13 | | FromUtf8(::std::string::FromUtf8Error); [INFO] [stderr] ... | [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [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 previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0557`. [INFO] [stderr] error: could not compile `tyr`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ec3fe3fbd198e95c0a276e1740548b18ff74b68b20a65980ef4c4138b7281324"` [INFO] running `"docker" "rm" "-f" "ec3fe3fbd198e95c0a276e1740548b18ff74b68b20a65980ef4c4138b7281324"` [INFO] [stdout] ec3fe3fbd198e95c0a276e1740548b18ff74b68b20a65980ef4c4138b7281324