[INFO] cloning repository https://github.com/adnelson/nix-browse [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/adnelson/nix-browse" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadnelson%2Fnix-browse"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadnelson%2Fnix-browse'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 921245482ae7056849f6f575b7d630c170dc2a23 [INFO] checking adnelson/nix-browse against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadnelson%2Fnix-browse" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/adnelson/nix-browse on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/adnelson/nix-browse [INFO] finished tweaking git repo https://github.com/adnelson/nix-browse [INFO] tweaked toml for git repo https://github.com/adnelson/nix-browse written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/adnelson/nix-browse already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] ce41541c158b481b930510f4bbba4bed47dea863e71fa64386ea3c9587cc3317 [INFO] running `"docker" "start" "-a" "ce41541c158b481b930510f4bbba4bed47dea863e71fa64386ea3c9587cc3317"` [INFO] [stderr] Checking serde v0.9.11 [INFO] [stderr] Checking bitflags v0.8.0 [INFO] [stderr] Checking unescape v0.1.0 [INFO] [stderr] Compiling syn v0.11.9 [INFO] [stderr] Checking clap v2.21.1 [INFO] [stderr] Compiling serde_codegen_internals v0.14.1 [INFO] [stderr] Compiling serde_derive v0.9.11 [INFO] [stderr] Checking serde_json v0.9.9 [INFO] [stderr] Checking nix-browse v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `regex::Regex` [INFO] [stderr] --> src/main.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use regex::Regex; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `FromIterator` [INFO] [stderr] --> src/parse_nix_instantiate.rs:6:27 [INFO] [stderr] | [INFO] [stderr] 6 | use std::iter::{Peekable, FromIterator}; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::slice` [INFO] [stderr] --> src/parse_nix_instantiate.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use std::slice; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parse_nix_instantiate.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / lazy_static! { [INFO] [stderr] 15 | | pub static ref NIX_INSTANTIATE_OUTPUT_RE: Regex = Regex::new(r#"(?x) [INFO] [stderr] 16 | | -?\d+ # Number [INFO] [stderr] 17 | | | [a-zA-Z][\w_\-']* # Identifier [INFO] [stderr] ... | [INFO] [stderr] 22 | | "#).unwrap(); [INFO] [stderr] 23 | | } [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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parse_nix_instantiate.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / lazy_static! { [INFO] [stderr] 15 | | pub static ref NIX_INSTANTIATE_OUTPUT_RE: Regex = Regex::new(r#"(?x) [INFO] [stderr] 16 | | -?\d+ # Number [INFO] [stderr] 17 | | | [a-zA-Z][\w_\-']* # Identifier [INFO] [stderr] ... | [INFO] [stderr] 22 | | "#).unwrap(); [INFO] [stderr] 23 | | } [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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parse_nix_instantiate.rs:37:9 [INFO] [stderr] | [INFO] [stderr] 37 | / lazy_static! { [INFO] [stderr] 38 | | static ref int_re: Regex = Regex::new(r"^-?\d+$").unwrap(); [INFO] [stderr] 39 | | } [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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parse_nix_instantiate.rs:37:9 [INFO] [stderr] | [INFO] [stderr] 37 | / lazy_static! { [INFO] [stderr] 38 | | static ref int_re: Regex = Regex::new(r"^-?\d+$").unwrap(); [INFO] [stderr] 39 | | } [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: unused import: `regex::Regex` [INFO] [stderr] --> src/main.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use regex::Regex; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::slice` [INFO] [stderr] --> src/parse_nix_instantiate.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use std::slice; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parse_nix_instantiate.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / lazy_static! { [INFO] [stderr] 15 | | pub static ref NIX_INSTANTIATE_OUTPUT_RE: Regex = Regex::new(r#"(?x) [INFO] [stderr] 16 | | -?\d+ # Number [INFO] [stderr] 17 | | | [a-zA-Z][\w_\-']* # Identifier [INFO] [stderr] ... | [INFO] [stderr] 22 | | "#).unwrap(); [INFO] [stderr] 23 | | } [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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parse_nix_instantiate.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / lazy_static! { [INFO] [stderr] 15 | | pub static ref NIX_INSTANTIATE_OUTPUT_RE: Regex = Regex::new(r#"(?x) [INFO] [stderr] 16 | | -?\d+ # Number [INFO] [stderr] 17 | | | [a-zA-Z][\w_\-']* # Identifier [INFO] [stderr] ... | [INFO] [stderr] 22 | | "#).unwrap(); [INFO] [stderr] 23 | | } [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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parse_nix_instantiate.rs:37:9 [INFO] [stderr] | [INFO] [stderr] 37 | / lazy_static! { [INFO] [stderr] 38 | | static ref int_re: Regex = Regex::new(r"^-?\d+$").unwrap(); [INFO] [stderr] 39 | | } [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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parse_nix_instantiate.rs:37:9 [INFO] [stderr] | [INFO] [stderr] 37 | / lazy_static! { [INFO] [stderr] 38 | | static ref int_re: Regex = Regex::new(r"^-?\d+$").unwrap(); [INFO] [stderr] 39 | | } [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: static variable `int_re` should have an upper case name [INFO] [stderr] --> src/parse_nix_instantiate.rs:38:24 [INFO] [stderr] | [INFO] [stderr] 38 | static ref int_re: Regex = Regex::new(r"^-?\d+$").unwrap(); [INFO] [stderr] | ^^^^^^ help: convert the identifier to upper case: `INT_RE` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `int_re` should have an upper case name [INFO] [stderr] --> src/parse_nix_instantiate.rs:38:24 [INFO] [stderr] | [INFO] [stderr] 38 | static ref int_re: Regex = Regex::new(r"^-?\d+$").unwrap(); [INFO] [stderr] | ^^^^^^ help: convert the identifier to upper case: `INT_RE` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.32s [INFO] running `"docker" "inspect" "ce41541c158b481b930510f4bbba4bed47dea863e71fa64386ea3c9587cc3317"` [INFO] running `"docker" "rm" "-f" "ce41541c158b481b930510f4bbba4bed47dea863e71fa64386ea3c9587cc3317"` [INFO] [stdout] ce41541c158b481b930510f4bbba4bed47dea863e71fa64386ea3c9587cc3317