[INFO] crate porteurbars 0.1.5 is already in cache
[INFO] checking porteurbars-0.1.5 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate porteurbars 0.1.5 into /workspace/builds/worker-11/source
[INFO] validating manifest of crates.io crate porteurbars 0.1.5 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate porteurbars 0.1.5
[INFO] finished tweaking crates.io crate porteurbars 0.1.5
[INFO] tweaked toml for crates.io crate porteurbars 0.1.5 written to /workspace/builds/worker-11/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] c0826637cf951c8ba47a096ec67940a94993413d908446046bff07c1d18b19d8
[INFO] running `"docker" "start" "-a" "c0826637cf951c8ba47a096ec67940a94993413d908446046bff07c1d18b19d8"`
[INFO] [stderr]     Checking case v0.1.0
[INFO] [stderr]    Compiling libgit2-sys v0.6.19
[INFO] [stderr]     Checking handlebars v0.28.3
[INFO] [stderr]     Checking git2 v0.6.11
[INFO] [stderr]     Checking porteurbars v0.1.5 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]  --> src/errors.rs:7:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | /// Enumeration of types of errors
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_doc_comments)]` on by default
[INFO] [stderr]   = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/git.rs:21:9
[INFO] [stderr]    |
[INFO] [stderr] 21 | /         lazy_static! {
[INFO] [stderr] 22 | |             static ref LOCAL: Regex = Regex::new(r#"^file://(\S+)$"#).unwrap();
[INFO] [stderr] 23 | |             static ref GH: Regex = Regex::new(r#"^([^\s/]+)/([^\s/]+?)$"#).unwrap();
[INFO] [stderr] 24 | |             static ref REMOTE: Regex = Regex::new(
[INFO] [stderr] 25 | |                 r#"^(git[@|://].*)|(https://.*)|(http://.*)|(ssh://.*)$"#
[INFO] [stderr] 26 | |             ).unwrap();
[INFO] [stderr] 27 | |         }
[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::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/git.rs:21:9
[INFO] [stderr]    |
[INFO] [stderr] 21 | /         lazy_static! {
[INFO] [stderr] 22 | |             static ref LOCAL: Regex = Regex::new(r#"^file://(\S+)$"#).unwrap();
[INFO] [stderr] 23 | |             static ref GH: Regex = Regex::new(r#"^([^\s/]+)/([^\s/]+?)$"#).unwrap();
[INFO] [stderr] 24 | |             static ref REMOTE: Regex = Regex::new(
[INFO] [stderr] 25 | |                 r#"^(git[@|://].*)|(https://.*)|(http://.*)|(ssh://.*)$"#
[INFO] [stderr] 26 | |             ).unwrap();
[INFO] [stderr] 27 | |         }
[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::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/git.rs:21:9
[INFO] [stderr]    |
[INFO] [stderr] 21 | /         lazy_static! {
[INFO] [stderr] 22 | |             static ref LOCAL: Regex = Regex::new(r#"^file://(\S+)$"#).unwrap();
[INFO] [stderr] 23 | |             static ref GH: Regex = Regex::new(r#"^([^\s/]+)/([^\s/]+?)$"#).unwrap();
[INFO] [stderr] 24 | |             static ref REMOTE: Regex = Regex::new(
[INFO] [stderr] 25 | |                 r#"^(git[@|://].*)|(https://.*)|(http://.*)|(ssh://.*)$"#
[INFO] [stderr] 26 | |             ).unwrap();
[INFO] [stderr] 27 | |         }
[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/errors.rs:8:1
[INFO] [stderr]    |
[INFO] [stderr] 8  | / error_chain! {
[INFO] [stderr] 9  | |
[INFO] [stderr] 10 | |     foreign_links {
[INFO] [stderr] 11 | |         Io(io::Error);
[INFO] [stderr] ...  |
[INFO] [stderr] 31 | |     }
[INFO] [stderr] 32 | | }
[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: unused doc comment
[INFO] [stderr]  --> src/errors.rs:7:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | /// Enumeration of types of errors
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_doc_comments)]` on by default
[INFO] [stderr]   = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/git.rs:21:9
[INFO] [stderr]    |
[INFO] [stderr] 21 | /         lazy_static! {
[INFO] [stderr] 22 | |             static ref LOCAL: Regex = Regex::new(r#"^file://(\S+)$"#).unwrap();
[INFO] [stderr] 23 | |             static ref GH: Regex = Regex::new(r#"^([^\s/]+)/([^\s/]+?)$"#).unwrap();
[INFO] [stderr] 24 | |             static ref REMOTE: Regex = Regex::new(
[INFO] [stderr] 25 | |                 r#"^(git[@|://].*)|(https://.*)|(http://.*)|(ssh://.*)$"#
[INFO] [stderr] 26 | |             ).unwrap();
[INFO] [stderr] 27 | |         }
[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::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/git.rs:21:9
[INFO] [stderr]    |
[INFO] [stderr] 21 | /         lazy_static! {
[INFO] [stderr] 22 | |             static ref LOCAL: Regex = Regex::new(r#"^file://(\S+)$"#).unwrap();
[INFO] [stderr] 23 | |             static ref GH: Regex = Regex::new(r#"^([^\s/]+)/([^\s/]+?)$"#).unwrap();
[INFO] [stderr] 24 | |             static ref REMOTE: Regex = Regex::new(
[INFO] [stderr] 25 | |                 r#"^(git[@|://].*)|(https://.*)|(http://.*)|(ssh://.*)$"#
[INFO] [stderr] 26 | |             ).unwrap();
[INFO] [stderr] 27 | |         }
[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::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/git.rs:21:9
[INFO] [stderr]    |
[INFO] [stderr] 21 | /         lazy_static! {
[INFO] [stderr] 22 | |             static ref LOCAL: Regex = Regex::new(r#"^file://(\S+)$"#).unwrap();
[INFO] [stderr] 23 | |             static ref GH: Regex = Regex::new(r#"^([^\s/]+)/([^\s/]+?)$"#).unwrap();
[INFO] [stderr] 24 | |             static ref REMOTE: Regex = Regex::new(
[INFO] [stderr] 25 | |                 r#"^(git[@|://].*)|(https://.*)|(http://.*)|(ssh://.*)$"#
[INFO] [stderr] 26 | |             ).unwrap();
[INFO] [stderr] 27 | |         }
[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/errors.rs:8:1
[INFO] [stderr]    |
[INFO] [stderr] 8  | / error_chain! {
[INFO] [stderr] 9  | |
[INFO] [stderr] 10 | |     foreign_links {
[INFO] [stderr] 11 | |         Io(io::Error);
[INFO] [stderr] ...  |
[INFO] [stderr] 31 | |     }
[INFO] [stderr] 32 | | }
[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 'core::str::<impl str>::trim_left_matches': superseded by `trim_start_matches`
[INFO] [stderr]    --> src/template.rs:107:40
[INFO] [stderr]     |
[INFO] [stderr] 107 |                 path.to_str().unwrap().trim_left_matches(scratchpath);
[INFO] [stderr]     |                                        ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'core::str::<impl str>::trim_left_matches': superseded by `trim_start_matches`
[INFO] [stderr]    --> src/template.rs:107:40
[INFO] [stderr]     |
[INFO] [stderr] 107 |                 path.to_str().unwrap().trim_left_matches(scratchpath);
[INFO] [stderr]     |                                        ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting
[INFO] [stderr]   --> src/errors.rs:8:1
[INFO] [stderr]    |
[INFO] [stderr] 8  | / error_chain! {
[INFO] [stderr] 9  | |
[INFO] [stderr] 10 | |     foreign_links {
[INFO] [stderr] 11 | |         Io(io::Error);
[INFO] [stderr] ...  |
[INFO] [stderr] 31 | |     }
[INFO] [stderr] 32 | | }
[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/errors.rs:8:1
[INFO] [stderr]    |
[INFO] [stderr] 8  | / error_chain! {
[INFO] [stderr] 9  | |
[INFO] [stderr] 10 | |     foreign_links {
[INFO] [stderr] 11 | |         Io(io::Error);
[INFO] [stderr] ...  |
[INFO] [stderr] 31 | |     }
[INFO] [stderr] 32 | | }
[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]     Finished dev [unoptimized + debuginfo] target(s) in 28.69s
[INFO] running `"docker" "inspect" "c0826637cf951c8ba47a096ec67940a94993413d908446046bff07c1d18b19d8"`
[INFO] running `"docker" "rm" "-f" "c0826637cf951c8ba47a096ec67940a94993413d908446046bff07c1d18b19d8"`
[INFO] [stdout] c0826637cf951c8ba47a096ec67940a94993413d908446046bff07c1d18b19d8
