[INFO] crate cookbook_data_parser 0.1.0 is already in cache [INFO] checking cookbook_data_parser-0.1.0 against master#783139bd8fc3b94fac9a1bf81bba2c506e8221b6 for pr-72644 [INFO] extracting crate cookbook_data_parser 0.1.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate cookbook_data_parser 0.1.0 on toolchain 783139bd8fc3b94fac9a1bf81bba2c506e8221b6 [INFO] running `"/workspace/cargo-home/bin/cargo" "+783139bd8fc3b94fac9a1bf81bba2c506e8221b6" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate cookbook_data_parser 0.1.0 [INFO] finished tweaking crates.io crate cookbook_data_parser 0.1.0 [INFO] tweaked toml for crates.io crate cookbook_data_parser 0.1.0 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+783139bd8fc3b94fac9a1bf81bba2c506e8221b6" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+783139bd8fc3b94fac9a1bf81bba2c506e8221b6" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+783139bd8fc3b94fac9a1bf81bba2c506e8221b6" "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] 0d10aec32eab36b028b5b477d717a12e87b348124eb79ecc844165608f02398f [INFO] running `"docker" "start" "-a" "0d10aec32eab36b028b5b477d717a12e87b348124eb79ecc844165608f02398f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v1.0.17 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Checking gimli v0.21.0 [INFO] [stderr] Compiling ryu v1.0.4 [INFO] [stderr] Compiling syn v1.0.29 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking rustc-demangle v0.1.16 [INFO] [stderr] Checking object v0.19.0 [INFO] [stderr] Checking ucd-util v0.1.8 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking itoa v0.4.5 [INFO] [stderr] Checking utf8-ranges v1.0.4 [INFO] [stderr] Checking fs_extra v1.1.0 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking regex-syntax v0.5.6 [INFO] [stderr] Checking aho-corasick v0.6.10 [INFO] [stderr] Compiling quote v1.0.6 [INFO] [stderr] Checking addr2line v0.12.1 [INFO] [stderr] Checking backtrace v0.3.48 [INFO] [stderr] Checking error-chain v0.11.0 [INFO] [stderr] Compiling serde_derive v1.0.111 [INFO] [stderr] Checking serde_json v1.0.53 [INFO] [stderr] Checking cookbook_data_parser v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/parser.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / error_chain!{ [INFO] [stderr] 15 | | foreign_links { [INFO] [stderr] 16 | | IoError(std::io::Error); [INFO] [stderr] 17 | | JsonError(serde_json::error::Error); [INFO] [stderr] 18 | | FsExtra(fs_extra::error::Error); [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/parser.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / error_chain!{ [INFO] [stderr] 15 | | foreign_links { [INFO] [stderr] 16 | | IoError(std::io::Error); [INFO] [stderr] 17 | | JsonError(serde_json::error::Error); [INFO] [stderr] 18 | | FsExtra(fs_extra::error::Error); [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/parser.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / error_chain!{ [INFO] [stderr] 15 | | foreign_links { [INFO] [stderr] 16 | | IoError(std::io::Error); [INFO] [stderr] 17 | | JsonError(serde_json::error::Error); [INFO] [stderr] 18 | | FsExtra(fs_extra::error::Error); [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/parser.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / error_chain!{ [INFO] [stderr] 15 | | foreign_links { [INFO] [stderr] 16 | | IoError(std::io::Error); [INFO] [stderr] 17 | | JsonError(serde_json::error::Error); [INFO] [stderr] 18 | | FsExtra(fs_extra::error::Error); [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/parser.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / error_chain!{ [INFO] [stderr] 15 | | foreign_links { [INFO] [stderr] 16 | | IoError(std::io::Error); [INFO] [stderr] 17 | | JsonError(serde_json::error::Error); [INFO] [stderr] 18 | | FsExtra(fs_extra::error::Error); [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/parser.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / error_chain!{ [INFO] [stderr] 15 | | foreign_links { [INFO] [stderr] 16 | | IoError(std::io::Error); [INFO] [stderr] 17 | | JsonError(serde_json::error::Error); [INFO] [stderr] 18 | | FsExtra(fs_extra::error::Error); [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 38.03s [INFO] running `"docker" "inspect" "0d10aec32eab36b028b5b477d717a12e87b348124eb79ecc844165608f02398f"` [INFO] running `"docker" "rm" "-f" "0d10aec32eab36b028b5b477d717a12e87b348124eb79ecc844165608f02398f"` [INFO] [stdout] 0d10aec32eab36b028b5b477d717a12e87b348124eb79ecc844165608f02398f